Newman Run Dashboard

Thursday, 29 January 2026 14:34:29
Total Iterations

3

Total Assertions

45

Total Failed Tests

12

Total Skipped Tests

0


File Information
Collection: In-Warranty Flow Copy
Environment: QA Env
Timings and Data
Total run duration: 46.3s
Total data received: 8.45MB
Average response time: 318ms
Summary Item Total Failed
Requests 144 3
Prerequest Scripts 12 0
Test Scripts 33 0
Assertions 45 9
Skipped Tests 0 -



Showing 12 Failures

Failed Test: verify if the response time is less than 100

Assertion Error Message
expected 531 to be below 100
Failed Test: verify if the status code is 401

Assertion Error Message
expected response to have status code 401 but got 500
Failed Test:

Assertion Error Message
Invalid URI "http:///v1/userdetails"
Failed Test: verify if the key is storing a non empty array

Assertion Error Message
expected_keys is not defined
Failed Test: verify if the response time is less than 100

Assertion Error Message
expected 259 to be below 100
Failed Test: verify if the status code is 401

Assertion Error Message
expected response to have status code 401 but got 500
Failed Test:

Assertion Error Message
Invalid URI "http:///v1/userdetails"
Failed Test: verify if the key is storing a non empty array

Assertion Error Message
expected_keys is not defined
Failed Test: verify if the response time is less than 100

Assertion Error Message
expected 258 to be below 100
Failed Test: verify if the status code is 401

Assertion Error Message
expected response to have status code 401 but got 500
Failed Test:

Assertion Error Message
Invalid URI "http:///v1/userdetails"
Failed Test: verify if the key is storing a non empty array

Assertion Error Message
expected_keys is not defined


There are no skipped tests



3 Iterations available to view
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login?
Response Information
Response Code: 200 - OK
Mean time per request: 531ms
Mean size per request: 690B

Test Pass Percentage
75 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f5ce3245-44fd-4626-9628-b8d183583f96
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-miAN0mG1wRrxoLzLkRZuWefrhug"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMjJ9.BdOV7PkuHOCUZD51r4jk3izCrLH16cR0WGqmLDoSwpk"}}
Test Information
NamePassedFailedSkipped
verify if the status code is 200 1 0 0
verify if the response message is Success 1 0 0
verify if the response time is less than 100 0 1 0
verify if the response token is not null 1 0 0
Total 3 1 0
Test Failure
Test NameAssertion Error
verify if the response time is less than 100
expected 531 to be below 100
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login?
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 261ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5778bf2d-71ba-455d-a212-26986b69f001
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 72
Request Body
{
            "username": "iamfdinvalid",
            "password": "invalidPassword"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
verify if the status code is 401 0 1 0
verify error message 1 0 0
validate json schema response 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
verify if the status code is 401
expected response to have status code 401 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://v1/userdetails
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-US,en;q=0.9
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMjJ9.BdOV7PkuHOCUZD51r4jk3izCrLH16cR0WGqmLDoSwpk
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 03619fbb-7450-40ab-b37e-7d9418fa352d
Host
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 277ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-US,en;q=0.9
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMjJ9.BdOV7PkuHOCUZD51r4jk3izCrLH16cR0WGqmLDoSwpk
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 042056ea-618f-40eb-8f38-ac0106780c32
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-/4kRMFcRmuyBNgLDZGzSlGuHUNM"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":777},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 277ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-US,en;q=0.9
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMjJ9.BdOV7PkuHOCUZD51r4jk3izCrLH16cR0WGqmLDoSwpk
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0c3e9b50-ab44-4d1d-899d-7bcc3dcf56a1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-/4kRMFcRmuyBNgLDZGzSlGuHUNM"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":777},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
verify status code is 200 1 0 0
verify if the keys are present in response data array 1 0 0
Verify if the count for the json object Pending for delivery is Number or not 1 0 0
Verify if the count for the json object Created today is Number or not 1 0 0
Verify if the count for the json object Pending for FST assignment is Number or not 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 270ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-US,en;q=0.9
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMjJ9.BdOV7PkuHOCUZD51r4jk3izCrLH16cR0WGqmLDoSwpk
Connection keep-alive
Content-Length 0
Content-Type text/plain
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f7fb87c8-5d4c-4f45-8fc7-eaddac0f166f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 29 Jan 2026 14:33:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 267ms
Mean size per request: 10.53KB

Test Pass Percentage
50 %
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-US,en;q=0.9
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMjJ9.BdOV7PkuHOCUZD51r4jk3izCrLH16cR0WGqmLDoSwpk
Connection keep-alive
Content-Length 0
Content-Type text/plain
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f7bf0fe0-ef25-4a27-a515-05148aec61ec
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 29 Jan 2026 14:33:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify whether the key mst_oem is present in the response 1 0 0
verify if the key is storing a non empty array 0 1 0
Total 1 1 0
Test Failure
Test NameAssertion Error
verify if the key is storing a non empty array
expected_keys is not defined
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Praj","last_name":"Test","mobile_number":"1234567891","mobile_number_alt":"","email_id":"praj22@test.com","email_id_alt":""},"customer_address":{"flat_number":"56","apartment_name":"ress","street_name":"4th Cross Road","landmark":"data","area":"4567","pincode":"560066","country":"India","state":"Karnataka"},"customer_product":{"dop":"2026-01-09T18:30:00.000Z","serial_number":"12345678567567","imei1":"12345678567567","imei2":"12345678567567","popurl":"2026-01-09T18:30:00.000Z","product_id":1,"mst_model_id":1},"problems":[{"id":1,"remark":"phone slow"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 341ms
Mean size per request: 233B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMjJ9.BdOV7PkuHOCUZD51r4jk3izCrLH16cR0WGqmLDoSwpk
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 53e07810-665d-4eb3-b18d-e7004b49acb7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1038
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Praj",
                "last_name": "Test",
                "mobile_number": "1234567891",
                "mobile_number_alt": "",
                "email_id": "praj22@test.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "56",
                "apartment_name": "ress",
                "street_name": "4th Cross Road",
                "landmark": "data",
                "area": "4567",
                "pincode": "560066",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2026-01-09T18:30:00.000Z",
                "serial_number": "12345678567567",
                "imei1": "17620259137506",
                "imei2": "17620259137506",
                "popurl": "2026-01-09T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 1
            },
            "problems": [
                {
                    "id": 1,
                    "remark": "phone slow"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-PibVOUZTpNfMR4oS63eSKxq2/1E"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":170666,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"tr_customer_id":170683,"tr_customer_product_id":170673,"job_number":"JOB_170666"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Praj","last_name":"Test","mobile_number":"1234567891","mobile_number_alt":"","email_id":"praj22@test.com","email_id_alt":""},"customer_address":{"flat_number":"56","apartment_name":"ress","street_name":"4th Cross Road","landmark":"data","area":"4567","pincode":"560066","country":"India","state":"Karnataka"},"customer_product":{"dop":"2026-01-09T18:30:00.000Z","serial_number":"12345678567567","imei1":"12345678567567","imei2":"12345678567567","popurl":"2026-01-09T18:30:00.000Z","product_id":1,"mst_model_id":1},"problems":[{"id":1,"remark":"phone slow"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create?randomNumber=16221438407366
Response Information
Response Code: 200 - OK
Mean time per request: 366ms
Mean size per request: 233B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMjJ9.BdOV7PkuHOCUZD51r4jk3izCrLH16cR0WGqmLDoSwpk
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token dff979c3-a92d-40ab-aeb5-f9adef7c4300
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1038
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Praj",
                "last_name": "Test",
                "mobile_number": "1234567891",
                "mobile_number_alt": "",
                "email_id": "praj22@test.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "56",
                "apartment_name": "ress",
                "street_name": "4th Cross Road",
                "landmark": "data",
                "area": "4567",
                "pincode": "560066",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2026-01-09T18:30:00.000Z",
                "serial_number": "12345678567567",
                "imei1": "16221438407366",
                "imei2": "16221438407366",
                "popurl": "2026-01-09T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 1
            },
            "problems": [
                {
                    "id": 1,
                    "remark": "phone slow"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-2U7ICuPmwlQrXOY3Ju81s4PzMqU"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":170667,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"tr_customer_id":170684,"tr_customer_product_id":170674,"job_number":"JOB_170667"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 279ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMjJ9.BdOV7PkuHOCUZD51r4jk3izCrLH16cR0WGqmLDoSwpk
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2ba389e7-9bb6-43af-8493-f85ba688bb31
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-jVnmf/mOLCkTgX4UEWKPrdJUXiY"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":780},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
verify if the count for the created job today is incremented 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 932ms
Mean size per request: 756.68KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMjJ9.BdOV7PkuHOCUZD51r4jk3izCrLH16cR0WGqmLDoSwpk
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Cache-Control no-cache
Postman-Token 2c778188-91aa-4c3f-bc3b-47af3a770300
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"bd2b5-PIFKYO/jWrPXTiSX3UPyxghhalY"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 29 Jan 2026 14:33:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":170662,"job_number":"JOB_170662","tr_customer_id":170679,"tr_customer_product_id":170669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:24.000Z","modified_at":"2026-01-29T14:30:50.000Z","name":"Opal Hilpert","mobile_number":"469-677-2492","email_id":"Tia_Wehner5@yahoo.com","dop":"2025-10-01","serial_number":"16046327030474","imei1":"16046327030474","imei2":"16046327030474","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:30:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170661,"job_number":"JOB_170661","tr_customer_id":170678,"tr_customer_product_id":170668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:15.000Z","modified_at":"2026-01-29T14:30:15.000Z","name":"Afton Sanford","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"134477990546568","imei1":"134477990546568","imei2":"134477990546568","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170660,"job_number":"JOB_170660","tr_customer_id":170677,"tr_customer_product_id":170667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:14.000Z","modified_at":"2026-01-29T14:30:14.000Z","name":"Jeremie Lynch","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"135274987984350","imei1":"135274987984350","imei2":"135274987984350","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170659,"job_number":"JOB_170659","tr_customer_id":170676,"tr_customer_product_id":170666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:14.000Z","modified_at":"2026-01-29T14:30:14.000Z","name":"Nellie Kemmer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"190504053936811","imei1":"190504053936811","imei2":"190504053936811","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170658,"job_number":"JOB_170658","tr_customer_id":170675,"tr_customer_product_id":170665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:13.000Z","modified_at":"2026-01-29T14:30:13.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"192051065949516","imei1":"192051065949516","imei2":"192051065949516","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170657,"job_number":"JOB_170657","tr_customer_id":170674,"tr_customer_product_id":170664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:00.000Z","modified_at":"2026-01-29T14:30:00.000Z","name":"Kaley Koepp","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"169709661148071","imei1":"169709661148071","imei2":"169709661148071","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170656,"job_number":"JOB_170656","tr_customer_id":170673,"tr_customer_product_id":170663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:00.000Z","modified_at":"2026-01-29T14:30:00.000Z","name":"Camryn Lakin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114954477026693","imei1":"114954477026693","imei2":"114954477026693","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170655,"job_number":"JOB_170655","tr_customer_id":170672,"tr_customer_product_id":170662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:00.000Z","modified_at":"2026-01-29T14:30:00.000Z","name":"Darrick Kessler","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"168539902678161","imei1":"168539902678161","imei2":"168539902678161","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170654,"job_number":"JOB_170654","tr_customer_id":170671,"tr_customer_product_id":170661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:29:59.000Z","modified_at":"2026-01-29T14:29:59.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"112406510523889","imei1":"112406510523889","imei2":"112406510523889","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:29:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170640,"job_number":"JOB_170640","tr_customer_id":170657,"tr_customer_product_id":170647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:19.000Z","modified_at":"2026-01-29T14:10:30.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"79596888003891","imei1":"79596888003891","imei2":"79596888003891","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170639,"job_number":"JOB_170639","tr_customer_id":170656,"tr_customer_product_id":170646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:04.000Z","modified_at":"2026-01-29T14:10:15.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"10200392239708","imei1":"10200392239708","imei2":"10200392239708","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170631,"job_number":"JOB_170631","tr_customer_id":170648,"tr_customer_product_id":170638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:49.000Z","modified_at":"2026-01-29T14:09:59.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"18341397511533","imei1":"18341397511533","imei2":"18341397511533","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:09:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170576,"job_number":"JOB_170576","tr_customer_id":170593,"tr_customer_product_id":170583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:40:21.000Z","modified_at":"2026-01-29T13:15:27.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"10658929738383","imei1":"10658929738383","imei2":"10658929738383","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170575,"job_number":"JOB_170575","tr_customer_id":170592,"tr_customer_product_id":170582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:36:37.000Z","modified_at":"2026-01-29T12:36:37.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"10191171314065","imei1":"10191171314065","imei2":"10191171314065","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170551,"job_number":"JOB_170551","tr_customer_id":170568,"tr_customer_product_id":170558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:16:27.000Z","modified_at":"2026-01-29T12:16:27.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"97707161098983122","imei1":"97707161098983122","imei2":"97707161098983122","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170550,"job_number":"JOB_170550","tr_customer_id":170567,"tr_customer_product_id":170557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:13:23.000Z","modified_at":"2026-01-29T12:13:23.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"9770716109898312","imei1":"9770716109898312","imei2":"9770716109898312","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:13:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170510,"job_number":"JOB_170510","tr_customer_id":170527,"tr_customer_product_id":170517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:16:32.000Z","modified_at":"2026-01-29T11:16:32.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"977071610989831","imei1":"977071610989831","imei2":"977071610989831","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:16:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170485,"job_number":"JOB_170485","tr_customer_id":170502,"tr_customer_product_id":170492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:45:15.000Z","modified_at":"2026-01-29T09:06:22.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"977071610989831","imei1":"977071610989831","imei2":"977071610989831","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:06:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170473,"job_number":"JOB_170473","tr_customer_id":170490,"tr_customer_product_id":170480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:23.000Z","modified_at":"2026-01-29T07:58:34.000Z","name":"Vincent Hyatt","mobile_number":"892-347-9684","email_id":"Hershel_Veum@gmail.com","dop":"2025-11-04","serial_number":"13405906422571","imei1":"13405906422571","imei2":"13405906422571","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170472,"job_number":"JOB_170472","tr_customer_id":170489,"tr_customer_product_id":170479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:09.000Z","modified_at":"2026-01-29T07:58:20.000Z","name":"Esta Collier","mobile_number":"224-777-2629","email_id":"Marlene_Huel62@hotmail.com","dop":"2025-11-04","serial_number":"85826434988131","imei1":"85826434988131","imei2":"85826434988131","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170464,"job_number":"JOB_170464","tr_customer_id":170481,"tr_customer_product_id":170471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:45:07.000Z","modified_at":"2026-01-29T07:45:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Athena_Reinger@yahoo.com","dop":"2025-07-02","serial_number":"15409646448622","imei1":"15409646448622","imei2":"15409646448622","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:45:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170463,"job_number":"JOB_170463","tr_customer_id":170480,"tr_customer_product_id":170470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:44:47.000Z","modified_at":"2026-01-29T07:44:47.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Daphnee.Hammes83@hotmail.com","dop":"2025-07-02","serial_number":"13659206069138","imei1":"13659206069138","imei2":"13659206069138","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:44:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170462,"job_number":"JOB_170462","tr_customer_id":170479,"tr_customer_product_id":170469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:44:25.000Z","modified_at":"2026-01-29T07:44:25.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Justus81@hotmail.com","dop":"2025-07-02","serial_number":"16470960202615","imei1":"16470960202615","imei2":"16470960202615","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170460,"job_number":"JOB_170460","tr_customer_id":170477,"tr_customer_product_id":170467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:40:11.000Z","modified_at":"2026-01-29T07:40:22.000Z","name":"Royal Gusikowski","mobile_number":"536-365-1270","email_id":"Johnathon.Bashirian59@hotmail.com","dop":"2025-11-04","serial_number":"41067482337351","imei1":"41067482337351","imei2":"41067482337351","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:40:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170459,"job_number":"JOB_170459","tr_customer_id":170476,"tr_customer_product_id":170466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:39:55.000Z","modified_at":"2026-01-29T07:40:07.000Z","name":"Declan Orn","mobile_number":"485-379-8511","email_id":"Rocky_Crooks86@yahoo.com","dop":"2025-11-04","serial_number":"32392105313176","imei1":"32392105313176","imei2":"32392105313176","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:40:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170366,"job_number":"JOB_170366","tr_customer_id":170383,"tr_customer_product_id":170373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:56.000Z","modified_at":"2026-01-29T06:42:07.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"86070678264177","imei1":"86070678264177","imei2":"86070678264177","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:42:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170362,"job_number":"JOB_170362","tr_customer_id":170379,"tr_customer_product_id":170369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:40.000Z","modified_at":"2026-01-29T06:41:52.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"75367562556144","imei1":"75367562556144","imei2":"75367562556144","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170334,"job_number":"JOB_170334","tr_customer_id":170351,"tr_customer_product_id":170341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:21.000Z","modified_at":"2026-01-29T06:35:51.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"58322055980187","imei1":"58322055980187","imei2":"58322055980187","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170333,"job_number":"JOB_170333","tr_customer_id":170350,"tr_customer_product_id":170340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:03.000Z","modified_at":"2026-01-29T06:35:16.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"49081405834854","imei1":"49081405834854","imei2":"49081405834854","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:35:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170332,"job_number":"JOB_170332","tr_customer_id":170349,"tr_customer_product_id":170339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:54.000Z","modified_at":"2026-01-29T06:33:54.000Z","name":"Natalia Kessler","mobile_number":"761-543-6488","email_id":"Jade_Satterfield@gmail.com","dop":"2025-06-09","serial_number":"97950778071355780","imei1":"97950778071355780","imei2":"97950778071355780","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170331,"job_number":"JOB_170331","tr_customer_id":170348,"tr_customer_product_id":170338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:52.000Z","modified_at":"2026-01-29T06:33:52.000Z","name":"Jules Zboncak","mobile_number":"455-881-5519","email_id":"Meghan44@gmail.com","dop":"2025-06-09","serial_number":"107302736681477","imei1":"107302736681477","imei2":"107302736681477","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170330,"job_number":"JOB_170330","tr_customer_id":170347,"tr_customer_product_id":170337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:52.000Z","modified_at":"2026-01-29T06:34:05.000Z","name":"Leda Collins","mobile_number":"225-511-1845","email_id":"Kyleigh.Kautzer57@hotmail.com","dop":"2025-06-09","serial_number":"106849741801907","imei1":"106849741801907","imei2":"106849741801907","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:34:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170329,"job_number":"JOB_170329","tr_customer_id":170346,"tr_customer_product_id":170336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:52.000Z","modified_at":"2026-01-29T06:33:52.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109578000036737","imei1":"109578000036737","imei2":"109578000036737","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170328,"job_number":"JOB_170328","tr_customer_id":170345,"tr_customer_product_id":170335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:34.000Z","modified_at":"2026-01-29T06:33:34.000Z","name":"Lindsey Hettinger","mobile_number":"393-703-2324","email_id":"Justyn_Jenkins29@hotmail.com","dop":"2025-06-09","serial_number":"102632198232302","imei1":"102632198232302","imei2":"102632198232302","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170327,"job_number":"JOB_170327","tr_customer_id":170344,"tr_customer_product_id":170334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:34.000Z","modified_at":"2026-01-29T06:33:47.000Z","name":"Chase Kihn","mobile_number":"657-597-7471","email_id":"Julien4@hotmail.com","dop":"2025-06-09","serial_number":"107165057388892","imei1":"107165057388892","imei2":"107165057388892","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:33:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170326,"job_number":"JOB_170326","tr_customer_id":170343,"tr_customer_product_id":170333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:33.000Z","modified_at":"2026-01-29T06:33:33.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102172616443770","imei1":"102172616443770","imei2":"102172616443770","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170325,"job_number":"JOB_170325","tr_customer_id":170342,"tr_customer_product_id":170332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:16.000Z","modified_at":"2026-01-29T06:33:16.000Z","name":"Brooke Spencer","mobile_number":"627-430-8736","email_id":"Jacey30@yahoo.com","dop":"2025-06-09","serial_number":"8270962798696557","imei1":"8270962798696557","imei2":"8270962798696557","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170324,"job_number":"JOB_170324","tr_customer_id":170341,"tr_customer_product_id":170331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:15.000Z","modified_at":"2026-01-29T06:33:15.000Z","name":"Alicia Upton","mobile_number":"814-290-6671","email_id":"Connie.Goodwin66@hotmail.com","dop":"2025-06-09","serial_number":"105069189382942","imei1":"105069189382942","imei2":"105069189382942","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170323,"job_number":"JOB_170323","tr_customer_id":170340,"tr_customer_product_id":170330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:14.000Z","modified_at":"2026-01-29T06:33:28.000Z","name":"Elisa Ryan","mobile_number":"638-513-5547","email_id":"Catalina55@gmail.com","dop":"2025-06-09","serial_number":"108746957862883","imei1":"108746957862883","imei2":"108746957862883","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:33:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170322,"job_number":"JOB_170322","tr_customer_id":170339,"tr_customer_product_id":170329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:14.000Z","modified_at":"2026-01-29T06:33:14.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"102303592410008","imei1":"102303592410008","imei2":"102303592410008","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170321,"job_number":"JOB_170321","tr_customer_id":170338,"tr_customer_product_id":170328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:31:27.000Z","modified_at":"2026-01-29T06:31:51.000Z","name":"Ottis Labadie","mobile_number":"966-793-1574","email_id":"Kristian_Hayes97@gmail.com","dop":"2025-10-01","serial_number":"13893001630037","imei1":"13893001630037","imei2":"13893001630037","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170320,"job_number":"JOB_170320","tr_customer_id":170337,"tr_customer_product_id":170327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:30:58.000Z","modified_at":"2026-01-29T06:31:11.000Z","name":"Robyn Von","mobile_number":"407-528-2637","email_id":"Cleora17@gmail.com","dop":"2025-11-04","serial_number":"85566931991008","imei1":"85566931991008","imei2":"85566931991008","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:31:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170319,"job_number":"JOB_170319","tr_customer_id":170336,"tr_customer_product_id":170326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:30:40.000Z","modified_at":"2026-01-29T06:30:53.000Z","name":"Athena Kling","mobile_number":"392-554-0171","email_id":"Buddy_Aufderhar81@yahoo.com","dop":"2025-11-04","serial_number":"70505521790134","imei1":"70505521790134","imei2":"70505521790134","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:30:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170318,"job_number":"JOB_170318","tr_customer_id":170335,"tr_customer_product_id":170325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:30:23.000Z","modified_at":"2026-01-29T06:30:35.000Z","name":"Lela Treutel","mobile_number":"692-467-9811","email_id":"April86@yahoo.com","dop":"2025-11-04","serial_number":"35397617622191","imei1":"35397617622191","imei2":"35397617622191","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:30:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170085,"job_number":"JOB_170085","tr_customer_id":170102,"tr_customer_product_id":170092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:00:51.000Z","modified_at":"2026-01-29T05:00:51.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10286259884544","imei1":"10286259884544","imei2":"10286259884544","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:00:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170084,"job_number":"JOB_170084","tr_customer_id":170101,"tr_customer_product_id":170091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:00:51.000Z","modified_at":"2026-01-29T05:01:01.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"18405303130112","imei1":"18405303130112","imei2":"18405303130112","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170031,"job_number":"JOB_170031","tr_customer_id":170048,"tr_customer_product_id":170038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:39.000Z","modified_at":"2026-01-29T04:18:48.000Z","name":"Sarah Borer","mobile_number":"728-577-0903","email_id":"Merlin.Dibbert32@hotmail.com","dop":"2025-12-31","serial_number":"10819361310270","imei1":"10819361310270","imei2":"10819361310270","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170024,"job_number":"JOB_170024","tr_customer_id":170041,"tr_customer_product_id":170031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:36.000Z","modified_at":"2026-01-29T04:18:36.000Z","name":"Lavada Kub","mobile_number":"725-504-9986","email_id":"Quincy46@hotmail.com","dop":"2025-06-09","serial_number":"100552901932869","imei1":"100552901932869","imei2":"100552901932869","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170023,"job_number":"JOB_170023","tr_customer_id":170040,"tr_customer_product_id":170030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:35.000Z","modified_at":"2026-01-29T04:18:46.000Z","name":"Katharina Cruickshank","mobile_number":"924-627-4792","email_id":"Brianne21@yahoo.com","dop":"2025-06-09","serial_number":"109465015397039","imei1":"109465015397039","imei2":"109465015397039","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170022,"job_number":"JOB_170022","tr_customer_id":170039,"tr_customer_product_id":170029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:35.000Z","modified_at":"2026-01-29T04:18:35.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"102690346307484","imei1":"102690346307484","imei2":"102690346307484","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170012,"job_number":"JOB_170012","tr_customer_id":170029,"tr_customer_product_id":170019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:26.000Z","modified_at":"2026-01-29T04:18:35.000Z","name":"Chris Thompson","mobile_number":"845-539-7106","email_id":"Sigurd.Orn95@hotmail.com","dop":"2025-12-31","serial_number":"10467693498151","imei1":"10467693498151","imei2":"10467693498151","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170011,"job_number":"JOB_170011","tr_customer_id":170028,"tr_customer_product_id":170018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:20.000Z","modified_at":"2026-01-29T04:18:20.000Z","name":"Osborne Baumbach","mobile_number":"269-391-4648","email_id":"Amanda.Schoen6@yahoo.com","dop":"2025-06-09","serial_number":"101461346840938","imei1":"101461346840938","imei2":"101461346840938","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170010,"job_number":"JOB_170010","tr_customer_id":170027,"tr_customer_product_id":170017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:20.000Z","modified_at":"2026-01-29T04:18:31.000Z","name":"Durward Purdy","mobile_number":"439-238-6780","email_id":"Casimir94@hotmail.com","dop":"2025-06-09","serial_number":"109558957991032","imei1":"109558957991032","imei2":"109558957991032","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170009,"job_number":"JOB_170009","tr_customer_id":170026,"tr_customer_product_id":170016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:19.000Z","modified_at":"2026-01-29T04:18:19.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"105528713661639","imei1":"105528713661639","imei2":"105528713661639","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170008,"job_number":"JOB_170008","tr_customer_id":170025,"tr_customer_product_id":170015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:12.000Z","modified_at":"2026-01-29T04:18:22.000Z","name":"Lincoln Homenick","mobile_number":"817-973-4755","email_id":"Monique17@gmail.com","dop":"2025-12-31","serial_number":"10496055051791","imei1":"10496055051791","imei2":"10496055051791","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170004,"job_number":"JOB_170004","tr_customer_id":170021,"tr_customer_product_id":170011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:04.000Z","modified_at":"2026-01-29T04:18:04.000Z","name":"Eryn Bruen","mobile_number":"519-308-8273","email_id":"Meggie3@yahoo.com","dop":"2025-06-09","serial_number":"101844397816375","imei1":"101844397816375","imei2":"101844397816375","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170003,"job_number":"JOB_170003","tr_customer_id":170020,"tr_customer_product_id":170010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:04.000Z","modified_at":"2026-01-29T04:18:15.000Z","name":"Guillermo Hintz","mobile_number":"779-876-9730","email_id":"Darrick_Keeling78@hotmail.com","dop":"2025-06-09","serial_number":"104831108983090","imei1":"104831108983090","imei2":"104831108983090","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170002,"job_number":"JOB_170002","tr_customer_id":170019,"tr_customer_product_id":170009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:03.000Z","modified_at":"2026-01-29T04:18:03.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"105825948977618","imei1":"105825948977618","imei2":"105825948977618","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169990,"job_number":"JOB_169990","tr_customer_id":170007,"tr_customer_product_id":169997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"Josefina Schuppe","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"188490740819099","imei1":"188490740819099","imei2":"188490740819099","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169989,"job_number":"JOB_169989","tr_customer_id":170006,"tr_customer_product_id":169996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"Nola Steuber","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"129136019390741","imei1":"129136019390741","imei2":"129136019390741","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169988,"job_number":"JOB_169988","tr_customer_id":170004,"tr_customer_product_id":169995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:17:59.000Z","name":"Cleveland Nader","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"160593098261144","imei1":"160593098261144","imei2":"160593098261144","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169985,"job_number":"JOB_169985","tr_customer_id":170002,"tr_customer_product_id":169992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:17:59.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"178943905284676","imei1":"178943905284676","imei2":"178943905284676","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169979,"job_number":"JOB_169979","tr_customer_id":169996,"tr_customer_product_id":169986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:17:57.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"14778791158538","imei1":"14778791158538","imei2":"14778791158538","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169976,"job_number":"JOB_169976","tr_customer_id":169993,"tr_customer_product_id":169983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:18:06.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19471419291588","imei1":"19471419291588","imei2":"19471419291588","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169965,"job_number":"JOB_169965","tr_customer_id":169982,"tr_customer_product_id":169972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:48.000Z","modified_at":"2026-01-29T04:18:12.000Z","name":"Stanley Olson","mobile_number":"293-523-0223","email_id":"Wendy_Witting55@gmail.com","dop":"2025-10-01","serial_number":"18988258327942","imei1":"18988258327942","imei2":"18988258327942","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169963,"job_number":"JOB_169963","tr_customer_id":169980,"tr_customer_product_id":169970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Lela Boyle","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"113807506462303","imei1":"113807506462303","imei2":"113807506462303","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169962,"job_number":"JOB_169962","tr_customer_id":169979,"tr_customer_product_id":169969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Calista Schuppe","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"108590264598891","imei1":"108590264598891","imei2":"108590264598891","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169960,"job_number":"JOB_169960","tr_customer_id":169977,"tr_customer_product_id":169967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Johann Dibbert","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"184192556731387","imei1":"184192556731387","imei2":"184192556731387","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169957,"job_number":"JOB_169957","tr_customer_id":169974,"tr_customer_product_id":169964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:17:46.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"190716491907042","imei1":"190716491907042","imei2":"190716491907042","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169928,"job_number":"JOB_169928","tr_customer_id":169945,"tr_customer_product_id":169935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:55.000Z","modified_at":"2026-01-29T04:17:04.000Z","name":"giyu tomiaka","mobile_number":"300-376-0245","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"992077779167119","imei1":"992077779167119","imei2":"992077779167119","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169927,"job_number":"JOB_169927","tr_customer_id":169944,"tr_customer_product_id":169934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:53.000Z","modified_at":"2026-01-29T04:16:53.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Ralph.Reilly@hotmail.com","dop":"2025-07-02","serial_number":"15208020586693","imei1":"15208020586693","imei2":"15208020586693","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169918,"job_number":"JOB_169918","tr_customer_id":169935,"tr_customer_product_id":169925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:43.000Z","modified_at":"2026-01-29T04:16:52.000Z","name":"tanjiro kamado","mobile_number":"597-440-8271","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"771107984364553","imei1":"771107984364553","imei2":"771107984364553","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169913,"job_number":"JOB_169913","tr_customer_id":169930,"tr_customer_product_id":169920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Ronaldo_Kulas@gmail.com","dop":"2025-07-02","serial_number":"16826565478339","imei1":"16826565478339","imei2":"16826565478339","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169906,"job_number":"JOB_169906","tr_customer_id":169923,"tr_customer_product_id":169913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:31.000Z","modified_at":"2026-01-29T04:16:41.000Z","name":"saitama sensei","mobile_number":"849-330-7706","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"238347889613895","imei1":"238347889613895","imei2":"238347889613895","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169890,"job_number":"JOB_169890","tr_customer_id":169907,"tr_customer_product_id":169897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:18.000Z","modified_at":"2026-01-29T04:16:18.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Catalina_Beer85@hotmail.com","dop":"2025-07-02","serial_number":"11468399750888","imei1":"11468399750888","imei2":"11468399750888","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170667,"job_number":"JOB_170667","tr_customer_id":170684,"tr_customer_product_id":170674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:44.000Z","modified_at":"2026-01-29T14:33:44.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16221438407366","imei2":"16221438407366","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170666,"job_number":"JOB_170666","tr_customer_id":170683,"tr_customer_product_id":170673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:44.000Z","modified_at":"2026-01-29T14:33:44.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17620259137506","imei2":"17620259137506","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170665,"job_number":"JOB_170665","tr_customer_id":170682,"tr_customer_product_id":170672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:43.000Z","modified_at":"2026-01-29T14:33:43.000Z","name":"Jessica Bernhard","mobile_number":"832-560-6687","email_id":"Vernie_Klocko@hotmail.com","dop":"2025-04-06","serial_number":"17593189206573856","imei1":"17593189206573856","imei2":"17593189206573856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170664,"job_number":"JOB_170664","tr_customer_id":170681,"tr_customer_product_id":170671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:42.000Z","modified_at":"2026-01-29T14:33:42.000Z","name":"Madelyn Grant","mobile_number":"456-703-9202","email_id":"Maegan.Homenick29@gmail.com","dop":"2025-04-06","serial_number":"17423928987389","imei1":"17423928987389","imei2":"17423928987389","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170663,"job_number":"JOB_170663","tr_customer_id":170680,"tr_customer_product_id":170670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:42.000Z","modified_at":"2026-01-29T14:33:42.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18144335562909","imei1":"18144335562909","imei2":"18144335562909","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170653,"job_number":"JOB_170653","tr_customer_id":170670,"tr_customer_product_id":170660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:11:07.000Z","modified_at":"2026-01-29T14:11:07.000Z","name":"Colin Mann","mobile_number":"500-258-1892","email_id":"Chaz.Thompson17@gmail.com","dop":"2025-04-06","serial_number":"15145090007362290","imei1":"15145090007362290","imei2":"15145090007362290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:11:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170652,"job_number":"JOB_170652","tr_customer_id":170669,"tr_customer_product_id":170659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:11:05.000Z","modified_at":"2026-01-29T14:11:43.000Z","name":"Gabrielle Gerhold","mobile_number":"647-954-9594","email_id":"Jacynthe_Robel0@gmail.com","dop":"2025-04-06","serial_number":"18578815429337","imei1":"18578815429337","imei2":"18578815429337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:11:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170651,"job_number":"JOB_170651","tr_customer_id":170668,"tr_customer_product_id":170658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:11:05.000Z","modified_at":"2026-01-29T14:11:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14497840140645","imei1":"14497840140645","imei2":"14497840140645","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:11:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170650,"job_number":"JOB_170650","tr_customer_id":170667,"tr_customer_product_id":170657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:29.000Z","modified_at":"2026-01-29T14:10:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54403093365360","imei1":"54403093365360","imei2":"54403093365360","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170649,"job_number":"JOB_170649","tr_customer_id":170666,"tr_customer_product_id":170656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:28.000Z","modified_at":"2026-01-29T14:10:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36396773416077","imei1":"36396773416077","imei2":"36396773416077","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170648,"job_number":"JOB_170648","tr_customer_id":170665,"tr_customer_product_id":170655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:28.000Z","modified_at":"2026-01-29T14:10:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62451219327262","imei1":"62451219327262","imei2":"62451219327262","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170647,"job_number":"JOB_170647","tr_customer_id":170664,"tr_customer_product_id":170654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:28.000Z","modified_at":"2026-01-29T14:10:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87680375735673","imei1":"87680375735673","imei2":"87680375735673","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170646,"job_number":"JOB_170646","tr_customer_id":170663,"tr_customer_product_id":170653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:27.000Z","modified_at":"2026-01-29T14:10:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53855674847277","imei1":"53855674847277","imei2":"53855674847277","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170645,"job_number":"JOB_170645","tr_customer_id":170662,"tr_customer_product_id":170652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:27.000Z","modified_at":"2026-01-29T14:10:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32205266543222","imei1":"32205266543222","imei2":"32205266543222","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170644,"job_number":"JOB_170644","tr_customer_id":170661,"tr_customer_product_id":170651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:27.000Z","modified_at":"2026-01-29T14:10:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80476885755767","imei1":"80476885755767","imei2":"80476885755767","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170643,"job_number":"JOB_170643","tr_customer_id":170660,"tr_customer_product_id":170650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:21.000Z","modified_at":"2026-01-29T14:10:21.000Z","name":"Mabel Von","mobile_number":"545-600-8748","email_id":"Dustin.Littel@gmail.com","dop":"2025-04-06","serial_number":"15696888684715178","imei1":"15696888684715178","imei2":"15696888684715178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170642,"job_number":"JOB_170642","tr_customer_id":170659,"tr_customer_product_id":170649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:20.000Z","modified_at":"2026-01-29T14:10:58.000Z","name":"Davin Walker","mobile_number":"787-579-2037","email_id":"Ansley_Schmitt48@hotmail.com","dop":"2025-04-06","serial_number":"16632479613436","imei1":"16632479613436","imei2":"16632479613436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170641,"job_number":"JOB_170641","tr_customer_id":170658,"tr_customer_product_id":170648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:20.000Z","modified_at":"2026-01-29T14:10:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16471020128168","imei1":"16471020128168","imei2":"16471020128168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170638,"job_number":"JOB_170638","tr_customer_id":170655,"tr_customer_product_id":170645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:54.000Z","modified_at":"2026-01-29T14:10:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"77711799189048","imei1":"77711799189048","imei2":"77711799189048","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170637,"job_number":"JOB_170637","tr_customer_id":170654,"tr_customer_product_id":170644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:54.000Z","modified_at":"2026-01-29T14:09:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45530510234866","imei1":"45530510234866","imei2":"45530510234866","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170636,"job_number":"JOB_170636","tr_customer_id":170653,"tr_customer_product_id":170643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:54.000Z","modified_at":"2026-01-29T14:09:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11857570018969","imei1":"11857570018969","imei2":"11857570018969","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170635,"job_number":"JOB_170635","tr_customer_id":170652,"tr_customer_product_id":170642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:53.000Z","modified_at":"2026-01-29T14:09:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27348167769992","imei1":"27348167769992","imei2":"27348167769992","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170634,"job_number":"JOB_170634","tr_customer_id":170651,"tr_customer_product_id":170641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:53.000Z","modified_at":"2026-01-29T14:09:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13241669324108","imei1":"13241669324108","imei2":"13241669324108","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170633,"job_number":"JOB_170633","tr_customer_id":170650,"tr_customer_product_id":170640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:53.000Z","modified_at":"2026-01-29T14:09:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64298473275873","imei1":"64298473275873","imei2":"64298473275873","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170632,"job_number":"JOB_170632","tr_customer_id":170649,"tr_customer_product_id":170639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:52.000Z","modified_at":"2026-01-29T14:09:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51495525421831","imei1":"51495525421831","imei2":"51495525421831","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170630,"job_number":"JOB_170630","tr_customer_id":170647,"tr_customer_product_id":170637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:42.000Z","modified_at":"2026-01-29T14:09:42.000Z","name":"Sydney Hodkiewicz","mobile_number":"723-344-1980","email_id":"Adrien94@gmail.com","dop":"2025-04-06","serial_number":"10417035467645472","imei1":"10417035467645472","imei2":"10417035467645472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170629,"job_number":"JOB_170629","tr_customer_id":170646,"tr_customer_product_id":170636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:40.000Z","modified_at":"2026-01-29T14:10:22.000Z","name":"Wilton Hettinger","mobile_number":"211-746-1732","email_id":"Horace.Larson@yahoo.com","dop":"2025-04-06","serial_number":"16665506948731","imei1":"16665506948731","imei2":"16665506948731","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170628,"job_number":"JOB_170628","tr_customer_id":170645,"tr_customer_product_id":170635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:36.000Z","modified_at":"2026-01-29T14:09:36.000Z","name":"Sabina Russel","mobile_number":"603-905-7728","email_id":"Erick.Green@hotmail.com","dop":"2025-04-06","serial_number":"12765122914716278","imei1":"12765122914716278","imei2":"12765122914716278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170627,"job_number":"JOB_170627","tr_customer_id":170644,"tr_customer_product_id":170634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:35.000Z","modified_at":"2026-01-29T14:10:13.000Z","name":"Arnulfo Pacocha","mobile_number":"952-876-5615","email_id":"Dawn21@gmail.com","dop":"2025-04-06","serial_number":"10043256847780","imei1":"10043256847780","imei2":"10043256847780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170626,"job_number":"JOB_170626","tr_customer_id":170643,"tr_customer_product_id":170633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:34.000Z","modified_at":"2026-01-29T14:09:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13271255174915","imei1":"13271255174915","imei2":"13271255174915","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170625,"job_number":"JOB_170625","tr_customer_id":170642,"tr_customer_product_id":170632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:19.000Z","modified_at":"2026-01-29T14:09:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"67702757598973","imei1":"67702757598973","imei2":"67702757598973","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:09:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170624,"job_number":"JOB_170624","tr_customer_id":170641,"tr_customer_product_id":170631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:19.000Z","modified_at":"2026-01-29T14:09:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13699333898819","imei1":"13699333898819","imei2":"13699333898819","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170623,"job_number":"JOB_170623","tr_customer_id":170640,"tr_customer_product_id":170630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:19.000Z","modified_at":"2026-01-29T14:09:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62790160479191","imei1":"62790160479191","imei2":"62790160479191","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170622,"job_number":"JOB_170622","tr_customer_id":170639,"tr_customer_product_id":170629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:18.000Z","modified_at":"2026-01-29T14:09:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37116685992248","imei1":"37116685992248","imei2":"37116685992248","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170621,"job_number":"JOB_170621","tr_customer_id":170638,"tr_customer_product_id":170628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:18.000Z","modified_at":"2026-01-29T14:09:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46648017332110","imei1":"46648017332110","imei2":"46648017332110","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170620,"job_number":"JOB_170620","tr_customer_id":170637,"tr_customer_product_id":170627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:18.000Z","modified_at":"2026-01-29T14:09:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35629917911906","imei1":"35629917911906","imei2":"35629917911906","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170619,"job_number":"JOB_170619","tr_customer_id":170636,"tr_customer_product_id":170626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:17.000Z","modified_at":"2026-01-29T14:09:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59836183781698","imei1":"59836183781698","imei2":"59836183781698","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170618,"job_number":"JOB_170618","tr_customer_id":170635,"tr_customer_product_id":170625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:01:10.000Z","modified_at":"2026-01-29T14:01:12.000Z","name":"vedika singh","mobile_number":"9000000002","email_id":"vedika@gmail.com","dop":"2026-01-19","serial_number":"17041667492242","imei1":"17041667492242","imei2":"17041667492242","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170617,"job_number":"JOB_170617","tr_customer_id":170634,"tr_customer_product_id":170624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:01:07.000Z","modified_at":"2026-01-29T14:01:09.000Z","name":"ved singh","mobile_number":"9000000001","email_id":"ved@gmail.com","dop":"2026-01-19","serial_number":"18882897602096","imei1":"18882897602096","imei2":"18882897602096","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:01:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170616,"job_number":"JOB_170616","tr_customer_id":170633,"tr_customer_product_id":170623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:01:05.000Z","modified_at":"2026-01-29T14:01:07.000Z","name":"navin singh","mobile_number":"9000000000","email_id":"navin@gmail.com","dop":"2026-01-19","serial_number":"12126963812128","imei1":"12126963812128","imei2":"12126963812128","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:01:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170615,"job_number":"JOB_170615","tr_customer_id":170632,"tr_customer_product_id":170622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:50:35.000Z","modified_at":"2026-01-29T13:50:35.000Z","name":"Dion Batz","mobile_number":"795-535-5219","email_id":"Khalil_Davis@hotmail.com","dop":"2026-01-23","serial_number":"139235630811846","imei1":"139235630811846","imei2":"139235630811846","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170614,"job_number":"JOB_170614","tr_customer_id":170631,"tr_customer_product_id":170621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:38.000Z","modified_at":"2026-01-29T13:47:38.000Z","name":"Lucinda Koelpin","mobile_number":"751-655-1790","email_id":"Deangelo98@gmail.com","dop":"2025-04-13","serial_number":"1037337323091540","imei1":"1037337323091540","imei2":"1037337323091540","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170613,"job_number":"JOB_170613","tr_customer_id":170630,"tr_customer_product_id":170620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:38.000Z","modified_at":"2026-01-29T13:47:40.000Z","name":"Eino Balistreri","mobile_number":"972-937-6551","email_id":"Trent17@hotmail.com","dop":"2025-04-13","serial_number":"10824970651691","imei1":"10824970651691","imei2":"10824970651691","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:47:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170612,"job_number":"JOB_170612","tr_customer_id":170629,"tr_customer_product_id":170619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:11.000Z","modified_at":"2026-01-29T13:47:11.000Z","name":"Maribel Wolff","mobile_number":"214-481-6880","email_id":"Rosie_Hayes10@hotmail.com","dop":"2025-04-13","serial_number":"1054714305924975","imei1":"1054714305924975","imei2":"1054714305924975","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:47:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170611,"job_number":"JOB_170611","tr_customer_id":170628,"tr_customer_product_id":170618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:11.000Z","modified_at":"2026-01-29T13:47:17.000Z","name":"Dennis Howe","mobile_number":"472-915-3095","email_id":"Claud84@gmail.com","dop":"2025-04-13","serial_number":"10988577357850","imei1":"10988577357850","imei2":"10988577357850","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170610,"job_number":"JOB_170610","tr_customer_id":170627,"tr_customer_product_id":170617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:42:39.000Z","modified_at":"2026-01-29T13:42:39.000Z","name":"Ruben Wolff","mobile_number":"998-279-0271","email_id":"Hailie_Connelly93@yahoo.com","dop":"2025-04-13","serial_number":"1009744602322156","imei1":"1009744602322156","imei2":"1009744602322156","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170609,"job_number":"JOB_170609","tr_customer_id":170626,"tr_customer_product_id":170616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:42:38.000Z","modified_at":"2026-01-29T13:42:41.000Z","name":"Noelia Champlin","mobile_number":"814-699-2963","email_id":"Constance63@gmail.com","dop":"2025-04-13","serial_number":"10901314236664","imei1":"10901314236664","imei2":"10901314236664","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170608,"job_number":"JOB_170608","tr_customer_id":170625,"tr_customer_product_id":170615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:41:14.000Z","modified_at":"2026-01-29T13:41:14.000Z","name":"Daren Schamberger","mobile_number":"291-502-9600","email_id":"Demetrius_Beier76@hotmail.com","dop":"2026-01-23","serial_number":"139285000057022","imei1":"139285000057022","imei2":"139285000057022","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:41:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170607,"job_number":"JOB_170607","tr_customer_id":170624,"tr_customer_product_id":170614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:40:16.000Z","modified_at":"2026-01-29T13:40:16.000Z","name":"Conor Rutherford","mobile_number":"236-208-2545","email_id":"May58@yahoo.com","dop":"2026-01-23","serial_number":"18390069402972","imei1":"18390069402972","imei2":"18390069402972","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:40:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170606,"job_number":"JOB_170606","tr_customer_id":170623,"tr_customer_product_id":170613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:40:11.000Z","modified_at":"2026-01-29T13:40:11.000Z","name":"Carmel Upton","mobile_number":"934-686-6109","email_id":"Ardella0@yahoo.com","dop":"2026-01-19","serial_number":"12800249645231","imei1":"12800249645231","imei2":"12800249645231","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170605,"job_number":"JOB_170605","tr_customer_id":170622,"tr_customer_product_id":170612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:31.000Z","modified_at":"2026-01-29T13:28:31.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15252162674181","imei1":"15252162674181","imei2":"15252162674181","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170604,"job_number":"JOB_170604","tr_customer_id":170621,"tr_customer_product_id":170611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:30.000Z","modified_at":"2026-01-29T13:28:41.000Z","name":"Marcelino Nienow","mobile_number":"912-452-2157","email_id":"Randall.Hettinger@hotmail.com","dop":"2026-01-04","serial_number":"17164848171881","imei1":"17164848171881","imei2":"17164848171881","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170603,"job_number":"JOB_170603","tr_customer_id":170620,"tr_customer_product_id":170610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:30.000Z","modified_at":"2026-01-29T13:28:30.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17168215455938","imei1":"17168215455938","imei2":"17168215455938","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170602,"job_number":"JOB_170602","tr_customer_id":170619,"tr_customer_product_id":170609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:18.000Z","modified_at":"2026-01-29T13:28:18.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"81195005187923","imei1":"81195005187923","imei2":"81195005187923","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170601,"job_number":"JOB_170601","tr_customer_id":170618,"tr_customer_product_id":170608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:18.000Z","modified_at":"2026-01-29T13:28:28.000Z","name":"Leora Feest","mobile_number":"465-750-1407","email_id":"Gaston56@yahoo.com","dop":"2026-01-04","serial_number":"12787010096036","imei1":"12787010096036","imei2":"12787010096036","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170600,"job_number":"JOB_170600","tr_customer_id":170617,"tr_customer_product_id":170607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:18.000Z","modified_at":"2026-01-29T13:28:18.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13921813166721","imei1":"13921813166721","imei2":"13921813166721","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170599,"job_number":"JOB_170599","tr_customer_id":170616,"tr_customer_product_id":170606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:05.000Z","modified_at":"2026-01-29T13:28:05.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"39025816593383","imei1":"39025816593383","imei2":"39025816593383","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170598,"job_number":"JOB_170598","tr_customer_id":170615,"tr_customer_product_id":170605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:05.000Z","modified_at":"2026-01-29T13:28:16.000Z","name":"Lura Schmidt","mobile_number":"882-863-3675","email_id":"Gia63@hotmail.com","dop":"2026-01-04","serial_number":"16241769111764","imei1":"16241769111764","imei2":"16241769111764","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:28:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170597,"job_number":"JOB_170597","tr_customer_id":170614,"tr_customer_product_id":170604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:05.000Z","modified_at":"2026-01-29T13:28:05.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15764276875722","imei1":"15764276875722","imei2":"15764276875722","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170596,"job_number":"JOB_170596","tr_customer_id":170613,"tr_customer_product_id":170603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:14.000Z","modified_at":"2026-01-29T13:14:14.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"101826994044456","imei1":"101826994044456","imei2":"101826994044456","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170595,"job_number":"JOB_170595","tr_customer_id":170612,"tr_customer_product_id":170602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:14.000Z","modified_at":"2026-01-29T13:14:23.000Z","name":"Antonio Hauck","mobile_number":"737-984-1740","email_id":"Yasmeen74@gmail.com","dop":"2026-01-04","serial_number":"11268532122925","imei1":"11268532122925","imei2":"11268532122925","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:14:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170594,"job_number":"JOB_170594","tr_customer_id":170611,"tr_customer_product_id":170601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:13.000Z","modified_at":"2026-01-29T13:14:13.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17246229451653","imei1":"17246229451653","imei2":"17246229451653","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170593,"job_number":"JOB_170593","tr_customer_id":170610,"tr_customer_product_id":170600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:02.000Z","modified_at":"2026-01-29T13:14:02.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"34279997832217","imei1":"34279997832217","imei2":"34279997832217","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170592,"job_number":"JOB_170592","tr_customer_id":170609,"tr_customer_product_id":170599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:02.000Z","modified_at":"2026-01-29T13:14:12.000Z","name":"Noemie Murray","mobile_number":"546-439-5110","email_id":"Franz.Flatley@gmail.com","dop":"2026-01-04","serial_number":"17831223115200","imei1":"17831223115200","imei2":"17831223115200","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:14:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170591,"job_number":"JOB_170591","tr_customer_id":170608,"tr_customer_product_id":170598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:02.000Z","modified_at":"2026-01-29T13:14:02.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13846949774491","imei1":"13846949774491","imei2":"13846949774491","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170590,"job_number":"JOB_170590","tr_customer_id":170607,"tr_customer_product_id":170597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:13:51.000Z","modified_at":"2026-01-29T13:13:51.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"94810015130408","imei1":"94810015130408","imei2":"94810015130408","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:13:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170589,"job_number":"JOB_170589","tr_customer_id":170606,"tr_customer_product_id":170596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:13:50.000Z","modified_at":"2026-01-29T13:14:00.000Z","name":"Gladyce Williamson","mobile_number":"797-459-6456","email_id":"Myrna.Larson@hotmail.com","dop":"2026-01-04","serial_number":"18097877184785","imei1":"18097877184785","imei2":"18097877184785","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:14:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170588,"job_number":"JOB_170588","tr_customer_id":170605,"tr_customer_product_id":170595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:13:50.000Z","modified_at":"2026-01-29T13:13:50.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17470816007528","imei1":"17470816007528","imei2":"17470816007528","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:13:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170587,"job_number":"JOB_170587","tr_customer_id":170604,"tr_customer_product_id":170594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:11:01.000Z","modified_at":"2026-01-29T13:11:01.000Z","name":"Anamika Tagore","mobile_number":"7090685677","email_id":"devani.embranthiri@gmail.com","dop":"2026-01-19","serial_number":"081482321366832","imei1":"081482321366832","imei2":"081482321366832","popurl":"www.atreyi-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:11:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170586,"job_number":"JOB_170586","tr_customer_id":170603,"tr_customer_product_id":170593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:56.000Z","modified_at":"2026-01-29T13:03:56.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"106188952658294","imei1":"106188952658294","imei2":"106188952658294","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170585,"job_number":"JOB_170585","tr_customer_id":170602,"tr_customer_product_id":170592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:55.000Z","modified_at":"2026-01-29T13:04:05.000Z","name":"Skylar Grady","mobile_number":"970-888-8251","email_id":"Eric.Sanford60@yahoo.com","dop":"2026-01-04","serial_number":"13272956538999","imei1":"13272956538999","imei2":"13272956538999","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:04:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170584,"job_number":"JOB_170584","tr_customer_id":170601,"tr_customer_product_id":170591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:55.000Z","modified_at":"2026-01-29T13:03:55.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15710936490561","imei1":"15710936490561","imei2":"15710936490561","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170583,"job_number":"JOB_170583","tr_customer_id":170600,"tr_customer_product_id":170590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:44.000Z","modified_at":"2026-01-29T13:03:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51593891280494","imei1":"51593891280494","imei2":"51593891280494","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170582,"job_number":"JOB_170582","tr_customer_id":170599,"tr_customer_product_id":170589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:44.000Z","modified_at":"2026-01-29T13:03:53.000Z","name":"Ophelia Ruecker","mobile_number":"936-753-6545","email_id":"Rubie.White37@gmail.com","dop":"2026-01-04","serial_number":"15631980934310","imei1":"15631980934310","imei2":"15631980934310","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:03:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170581,"job_number":"JOB_170581","tr_customer_id":170598,"tr_customer_product_id":170588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:44.000Z","modified_at":"2026-01-29T13:03:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18543401995104","imei1":"18543401995104","imei2":"18543401995104","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170580,"job_number":"JOB_170580","tr_customer_id":170597,"tr_customer_product_id":170587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:33.000Z","modified_at":"2026-01-29T13:03:33.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"55459891588674","imei1":"55459891588674","imei2":"55459891588674","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170579,"job_number":"JOB_170579","tr_customer_id":170596,"tr_customer_product_id":170586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:32.000Z","modified_at":"2026-01-29T13:03:42.000Z","name":"Betty Walker","mobile_number":"757-261-2480","email_id":"Bridget.Tromp33@hotmail.com","dop":"2026-01-04","serial_number":"10011699735819","imei1":"10011699735819","imei2":"10011699735819","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:03:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170578,"job_number":"JOB_170578","tr_customer_id":170595,"tr_customer_product_id":170585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:32.000Z","modified_at":"2026-01-29T13:03:32.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14481599718290","imei1":"14481599718290","imei2":"14481599718290","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170577,"job_number":"JOB_170577","tr_customer_id":170594,"tr_customer_product_id":170584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:02:46.000Z","modified_at":"2026-01-29T13:02:46.000Z","name":"Rohan Johar","mobile_number":"7018972615","email_id":"manikya.somayaji@hotmail.com","dop":"2026-01-19","serial_number":"485879120274246","imei1":"485879120274246","imei2":"485879120274246","popurl":"www.naveen-pothuvaal.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:02:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170574,"job_number":"JOB_170574","tr_customer_id":170591,"tr_customer_product_id":170581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:50.000Z","modified_at":"2026-01-29T12:25:50.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"27208133878736","imei1":"27208133878736","imei2":"27208133878736","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170573,"job_number":"JOB_170573","tr_customer_id":170590,"tr_customer_product_id":170580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:49.000Z","modified_at":"2026-01-29T12:26:00.000Z","name":"Herbert Harber","mobile_number":"722-495-1013","email_id":"Susanna_Witting@gmail.com","dop":"2026-01-04","serial_number":"10367951325902","imei1":"10367951325902","imei2":"10367951325902","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:26:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170572,"job_number":"JOB_170572","tr_customer_id":170589,"tr_customer_product_id":170579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:49.000Z","modified_at":"2026-01-29T12:25:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19376722880369","imei1":"19376722880369","imei2":"19376722880369","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170571,"job_number":"JOB_170571","tr_customer_id":170588,"tr_customer_product_id":170578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:37.000Z","modified_at":"2026-01-29T12:25:37.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"65194808903664","imei1":"65194808903664","imei2":"65194808903664","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170570,"job_number":"JOB_170570","tr_customer_id":170587,"tr_customer_product_id":170577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:36.000Z","modified_at":"2026-01-29T12:25:47.000Z","name":"Alexandro Kub","mobile_number":"764-227-7248","email_id":"Jana97@gmail.com","dop":"2026-01-04","serial_number":"10000076238100","imei1":"10000076238100","imei2":"10000076238100","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:25:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170569,"job_number":"JOB_170569","tr_customer_id":170586,"tr_customer_product_id":170576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:36.000Z","modified_at":"2026-01-29T12:25:36.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10557207415583","imei1":"10557207415583","imei2":"10557207415583","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170568,"job_number":"JOB_170568","tr_customer_id":170585,"tr_customer_product_id":170575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:24.000Z","modified_at":"2026-01-29T12:25:24.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"25890562595419","imei1":"25890562595419","imei2":"25890562595419","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170567,"job_number":"JOB_170567","tr_customer_id":170584,"tr_customer_product_id":170574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:23.000Z","modified_at":"2026-01-29T12:25:34.000Z","name":"Eileen Quigley","mobile_number":"647-824-4939","email_id":"Irwin_Effertz39@gmail.com","dop":"2026-01-04","serial_number":"13187650727479","imei1":"13187650727479","imei2":"13187650727479","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:25:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170566,"job_number":"JOB_170566","tr_customer_id":170583,"tr_customer_product_id":170573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:23.000Z","modified_at":"2026-01-29T12:25:23.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12418718612898","imei1":"12418718612898","imei2":"12418718612898","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170565,"job_number":"JOB_170565","tr_customer_id":170582,"tr_customer_product_id":170572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:23:01.000Z","modified_at":"2026-01-29T12:23:01.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"106842557277893","imei1":"106842557277893","imei2":"106842557277893","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:23:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170564,"job_number":"JOB_170564","tr_customer_id":170581,"tr_customer_product_id":170571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:23:01.000Z","modified_at":"2026-01-29T12:23:12.000Z","name":"Derek Champlin","mobile_number":"936-944-7202","email_id":"Merritt54@gmail.com","dop":"2026-01-04","serial_number":"17715967919576","imei1":"17715967919576","imei2":"17715967919576","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:23:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170563,"job_number":"JOB_170563","tr_customer_id":170580,"tr_customer_product_id":170570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:23:00.000Z","modified_at":"2026-01-29T12:23:00.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15857532110722","imei1":"15857532110722","imei2":"15857532110722","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:23:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170562,"job_number":"JOB_170562","tr_customer_id":170579,"tr_customer_product_id":170569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:48.000Z","modified_at":"2026-01-29T12:22:48.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16620338405473","imei1":"16620338405473","imei2":"16620338405473","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170561,"job_number":"JOB_170561","tr_customer_id":170578,"tr_customer_product_id":170568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:48.000Z","modified_at":"2026-01-29T12:22:59.000Z","name":"Freda Fritsch","mobile_number":"364-542-0581","email_id":"Giovani.Pouros88@yahoo.com","dop":"2026-01-04","serial_number":"18093198653382","imei1":"18093198653382","imei2":"18093198653382","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:22:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170560,"job_number":"JOB_170560","tr_customer_id":170577,"tr_customer_product_id":170567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:48.000Z","modified_at":"2026-01-29T12:22:48.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17135188746991","imei1":"17135188746991","imei2":"17135188746991","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170559,"job_number":"JOB_170559","tr_customer_id":170576,"tr_customer_product_id":170566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:35.000Z","modified_at":"2026-01-29T12:22:35.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"50302547820553","imei1":"50302547820553","imei2":"50302547820553","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170558,"job_number":"JOB_170558","tr_customer_id":170575,"tr_customer_product_id":170565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:35.000Z","modified_at":"2026-01-29T12:22:46.000Z","name":"Sally Daniel","mobile_number":"980-587-4443","email_id":"Federico8@hotmail.com","dop":"2026-01-04","serial_number":"19622808642662","imei1":"19622808642662","imei2":"19622808642662","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170557,"job_number":"JOB_170557","tr_customer_id":170574,"tr_customer_product_id":170564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:34.000Z","modified_at":"2026-01-29T12:22:34.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19852270702376","imei1":"19852270702376","imei2":"19852270702376","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170556,"job_number":"JOB_170556","tr_customer_id":170573,"tr_customer_product_id":170563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Sudam P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"17257077553165","imei1":"17257077553165","imei2":"17257077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170555,"job_number":"JOB_170555","tr_customer_id":170572,"tr_customer_product_id":170562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"16357077553165","imei1":"16357077553165","imei2":"16357077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170554,"job_number":"JOB_170554","tr_customer_id":170571,"tr_customer_product_id":170561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Roshan P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"25857077553165","imei1":"25857077553165","imei2":"25857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170553,"job_number":"JOB_170553","tr_customer_id":170570,"tr_customer_product_id":170560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Ajit P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"93857077553165","imei1":"93857077553165","imei2":"93857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170552,"job_number":"JOB_170552","tr_customer_id":170569,"tr_customer_product_id":170559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Nidhish P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"36857077553165","imei1":"36857077553165","imei2":"36857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170549,"job_number":"JOB_170549","tr_customer_id":170566,"tr_customer_product_id":170556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:56.000Z","modified_at":"2026-01-29T12:08:56.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"68884399312617","imei1":"68884399312617","imei2":"68884399312617","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170548,"job_number":"JOB_170548","tr_customer_id":170565,"tr_customer_product_id":170555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:56.000Z","modified_at":"2026-01-29T12:09:07.000Z","name":"Cesar Hackett","mobile_number":"249-657-3144","email_id":"Mathias88@gmail.com","dop":"2026-01-04","serial_number":"14641059064417","imei1":"14641059064417","imei2":"14641059064417","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170547,"job_number":"JOB_170547","tr_customer_id":170564,"tr_customer_product_id":170554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:55.000Z","modified_at":"2026-01-29T12:08:55.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14974535054062","imei1":"14974535054062","imei2":"14974535054062","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170546,"job_number":"JOB_170546","tr_customer_id":170563,"tr_customer_product_id":170553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:44.000Z","modified_at":"2026-01-29T12:08:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19123522122975","imei1":"19123522122975","imei2":"19123522122975","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170545,"job_number":"JOB_170545","tr_customer_id":170562,"tr_customer_product_id":170552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:43.000Z","modified_at":"2026-01-29T12:08:54.000Z","name":"Grady Upton","mobile_number":"588-243-0925","email_id":"Saul.Langworth49@gmail.com","dop":"2026-01-04","serial_number":"16531430581277","imei1":"16531430581277","imei2":"16531430581277","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:08:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170544,"job_number":"JOB_170544","tr_customer_id":170561,"tr_customer_product_id":170551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:43.000Z","modified_at":"2026-01-29T12:08:43.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18134080865144","imei1":"18134080865144","imei2":"18134080865144","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170543,"job_number":"JOB_170543","tr_customer_id":170560,"tr_customer_product_id":170550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:31.000Z","modified_at":"2026-01-29T12:08:31.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"53986320780911","imei1":"53986320780911","imei2":"53986320780911","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170542,"job_number":"JOB_170542","tr_customer_id":170559,"tr_customer_product_id":170549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:30.000Z","modified_at":"2026-01-29T12:08:41.000Z","name":"Stephany Padberg","mobile_number":"305-498-1598","email_id":"Helmer_Spencer75@yahoo.com","dop":"2026-01-04","serial_number":"19268320626537","imei1":"19268320626537","imei2":"19268320626537","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:08:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170541,"job_number":"JOB_170541","tr_customer_id":170558,"tr_customer_product_id":170548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:30.000Z","modified_at":"2026-01-29T12:08:30.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10607057464470","imei1":"10607057464470","imei2":"10607057464470","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170540,"job_number":"JOB_170540","tr_customer_id":170557,"tr_customer_product_id":170547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:01:46.000Z","modified_at":"2026-01-29T12:01:46.000Z","name":"Paramartha Acharya","mobile_number":"7075611374","email_id":"indira.joshi@yahoo.co.in","dop":"2026-01-19","serial_number":"066833272319913","imei1":"066833272319913","imei2":"066833272319913","popurl":"www.mina-agarwal.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:01:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170539,"job_number":"JOB_170539","tr_customer_id":170556,"tr_customer_product_id":170546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:21.000Z","modified_at":"2026-01-29T11:57:21.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"95577275655207","imei1":"95577275655207","imei2":"95577275655207","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170538,"job_number":"JOB_170538","tr_customer_id":170555,"tr_customer_product_id":170545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:20.000Z","modified_at":"2026-01-29T11:57:31.000Z","name":"Aurelio Harber","mobile_number":"968-758-7855","email_id":"Kris_Brown@hotmail.com","dop":"2026-01-04","serial_number":"19004808111459","imei1":"19004808111459","imei2":"19004808111459","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170537,"job_number":"JOB_170537","tr_customer_id":170554,"tr_customer_product_id":170544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:20.000Z","modified_at":"2026-01-29T11:57:20.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10411358947544","imei1":"10411358947544","imei2":"10411358947544","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170536,"job_number":"JOB_170536","tr_customer_id":170553,"tr_customer_product_id":170543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:08.000Z","modified_at":"2026-01-29T11:57:08.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"57997310469576","imei1":"57997310469576","imei2":"57997310469576","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170535,"job_number":"JOB_170535","tr_customer_id":170552,"tr_customer_product_id":170542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:08.000Z","modified_at":"2026-01-29T11:57:18.000Z","name":"Wilfrid Schumm","mobile_number":"485-531-1025","email_id":"Liliane_Bosco@gmail.com","dop":"2026-01-04","serial_number":"16937056537872","imei1":"16937056537872","imei2":"16937056537872","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170534,"job_number":"JOB_170534","tr_customer_id":170551,"tr_customer_product_id":170541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:08.000Z","modified_at":"2026-01-29T11:57:08.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11838655015818","imei1":"11838655015818","imei2":"11838655015818","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170533,"job_number":"JOB_170533","tr_customer_id":170550,"tr_customer_product_id":170540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:56:55.000Z","modified_at":"2026-01-29T11:56:55.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"63867555085082","imei1":"63867555085082","imei2":"63867555085082","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170532,"job_number":"JOB_170532","tr_customer_id":170549,"tr_customer_product_id":170539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:56:54.000Z","modified_at":"2026-01-29T11:57:06.000Z","name":"Rogelio Wunsch","mobile_number":"979-218-6019","email_id":"Lavonne.Waelchi@hotmail.com","dop":"2026-01-04","serial_number":"14174907291452","imei1":"14174907291452","imei2":"14174907291452","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170531,"job_number":"JOB_170531","tr_customer_id":170548,"tr_customer_product_id":170538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:56:54.000Z","modified_at":"2026-01-29T11:56:54.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14271308685112","imei1":"14271308685112","imei2":"14271308685112","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170530,"job_number":"JOB_170530","tr_customer_id":170547,"tr_customer_product_id":170537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:30.000Z","modified_at":"2026-01-29T11:51:30.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"99920633052438","imei1":"99920633052438","imei2":"99920633052438","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170529,"job_number":"JOB_170529","tr_customer_id":170546,"tr_customer_product_id":170536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:29.000Z","modified_at":"2026-01-29T11:51:40.000Z","name":"Tressa Stark","mobile_number":"301-564-3145","email_id":"Bianka_Pfannerstill15@yahoo.com","dop":"2026-01-04","serial_number":"12857326481758","imei1":"12857326481758","imei2":"12857326481758","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:51:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170528,"job_number":"JOB_170528","tr_customer_id":170545,"tr_customer_product_id":170535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:29.000Z","modified_at":"2026-01-29T11:51:29.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11364612926593","imei1":"11364612926593","imei2":"11364612926593","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170527,"job_number":"JOB_170527","tr_customer_id":170544,"tr_customer_product_id":170534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:17.000Z","modified_at":"2026-01-29T11:51:17.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51487600308758","imei1":"51487600308758","imei2":"51487600308758","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170526,"job_number":"JOB_170526","tr_customer_id":170543,"tr_customer_product_id":170533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:16.000Z","modified_at":"2026-01-29T11:51:27.000Z","name":"Clementine Jenkins","mobile_number":"244-708-1495","email_id":"Albin_Berge21@hotmail.com","dop":"2026-01-04","serial_number":"13119006132245","imei1":"13119006132245","imei2":"13119006132245","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170525,"job_number":"JOB_170525","tr_customer_id":170542,"tr_customer_product_id":170532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:16.000Z","modified_at":"2026-01-29T11:51:16.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10539951757375","imei1":"10539951757375","imei2":"10539951757375","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170524,"job_number":"JOB_170524","tr_customer_id":170541,"tr_customer_product_id":170531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:04.000Z","modified_at":"2026-01-29T11:51:04.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"82623406654472","imei1":"82623406654472","imei2":"82623406654472","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170523,"job_number":"JOB_170523","tr_customer_id":170540,"tr_customer_product_id":170530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:03.000Z","modified_at":"2026-01-29T11:51:14.000Z","name":"Pauline Johns","mobile_number":"255-961-2218","email_id":"Cornell.Fadel@hotmail.com","dop":"2026-01-04","serial_number":"13557958258309","imei1":"13557958258309","imei2":"13557958258309","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:51:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170522,"job_number":"JOB_170522","tr_customer_id":170539,"tr_customer_product_id":170529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:03.000Z","modified_at":"2026-01-29T11:51:03.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19344968030446","imei1":"19344968030446","imei2":"19344968030446","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170521,"job_number":"JOB_170521","tr_customer_id":170538,"tr_customer_product_id":170528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:51.000Z","modified_at":"2026-01-29T11:35:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"21148268148501","imei1":"21148268148501","imei2":"21148268148501","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170520,"job_number":"JOB_170520","tr_customer_id":170537,"tr_customer_product_id":170527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:51.000Z","modified_at":"2026-01-29T11:35:51.000Z","name":"Sammy Miller","mobile_number":"240-579-5402","email_id":"Gerard.Prosacco@gmail.com","dop":"2026-01-04","serial_number":"13124607067875","imei1":"13124607067875","imei2":"13124607067875","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170519,"job_number":"JOB_170519","tr_customer_id":170536,"tr_customer_product_id":170526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:50.000Z","modified_at":"2026-01-29T11:35:50.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12733231512576","imei1":"12733231512576","imei2":"12733231512576","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170518,"job_number":"JOB_170518","tr_customer_id":170535,"tr_customer_product_id":170525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:21.000Z","modified_at":"2026-01-29T11:35:21.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11964579188926","imei1":"11964579188926","imei2":"11964579188926","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170517,"job_number":"JOB_170517","tr_customer_id":170534,"tr_customer_product_id":170524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:21.000Z","modified_at":"2026-01-29T11:35:49.000Z","name":"Randy Hilll","mobile_number":"530-850-3140","email_id":"Avis.Lowe11@yahoo.com","dop":"2026-01-04","serial_number":"13713249628109","imei1":"13713249628109","imei2":"13713249628109","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:35:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170516,"job_number":"JOB_170516","tr_customer_id":170533,"tr_customer_product_id":170523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:21.000Z","modified_at":"2026-01-29T11:35:21.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14066071322122","imei1":"14066071322122","imei2":"14066071322122","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170515,"job_number":"JOB_170515","tr_customer_id":170532,"tr_customer_product_id":170522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:09.000Z","modified_at":"2026-01-29T11:35:09.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"73803080638811","imei1":"73803080638811","imei2":"73803080638811","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170514,"job_number":"JOB_170514","tr_customer_id":170531,"tr_customer_product_id":170521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:08.000Z","modified_at":"2026-01-29T11:35:19.000Z","name":"Sienna Littel","mobile_number":"453-899-1190","email_id":"Hailie_Goyette@gmail.com","dop":"2026-01-04","serial_number":"11620809791973","imei1":"11620809791973","imei2":"11620809791973","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:35:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170513,"job_number":"JOB_170513","tr_customer_id":170530,"tr_customer_product_id":170520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:08.000Z","modified_at":"2026-01-29T11:35:08.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11897275204948","imei1":"11897275204948","imei2":"11897275204948","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170512,"job_number":"JOB_170512","tr_customer_id":170529,"tr_customer_product_id":170519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:22:20.000Z","modified_at":"2026-01-29T11:22:20.000Z","name":"Mandakini Gandhi","mobile_number":"7005985961","email_id":"anal.shukla@yahoo.co.in","dop":"2026-01-19","serial_number":"657148622683390","imei1":"657148622683390","imei2":"657148622683390","popurl":"www.anal-jain.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:22:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170511,"job_number":"JOB_170511","tr_customer_id":170528,"tr_customer_product_id":170518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:22:13.000Z","modified_at":"2026-01-29T11:22:13.000Z","name":"Manikya Chopra","mobile_number":"7032366380","email_id":"meghnad.patel@hotmail.com","dop":"2026-01-19","serial_number":"105719811067502","imei1":"105719811067502","imei2":"105719811067502","popurl":"www.divjot-talwar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:22:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170509,"job_number":"JOB_170509","tr_customer_id":170526,"tr_customer_product_id":170516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:08:15.000Z","modified_at":"2026-01-29T11:08:15.000Z","name":"Kartik Chopra","mobile_number":"7030240308","email_id":"kashyapi.khatri@hotmail.com","dop":"2026-01-19","serial_number":"236569941816667","imei1":"236569941816667","imei2":"236569941816667","popurl":"www.pushti-guha.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:08:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170508,"job_number":"JOB_170508","tr_customer_id":170525,"tr_customer_product_id":170515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:58:50.000Z","modified_at":"2026-01-29T10:58:50.000Z","name":"Dev Iyengar","mobile_number":"8606776917","email_id":"jahnu.dubashi@yahoo.co.in","dop":"2026-01-19","serial_number":"19475080550896","imei1":"19475080550896","imei2":"19475080550896","popurl":"www.baalagopaal-bharadwaj.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170507,"job_number":"JOB_170507","tr_customer_id":170524,"tr_customer_product_id":170514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:58:38.000Z","modified_at":"2026-01-29T10:58:38.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-19","serial_number":"46234996938486","imei1":"46234996938486","imei2":"46234996938486","popurl":"2026-01-19T10:58:28.194453550Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170506,"job_number":"JOB_170506","tr_customer_id":170523,"tr_customer_product_id":170513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:58:37.000Z","modified_at":"2026-01-29T10:58:37.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-19","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-19T10:58:28.191709007Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170505,"job_number":"JOB_170505","tr_customer_id":170522,"tr_customer_product_id":170512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:53:51.000Z","modified_at":"2026-01-29T10:53:51.000Z","name":"Giriraj Nehru","mobile_number":"7035374466","email_id":"rajendra.acharya@hotmail.com","dop":"2026-01-19","serial_number":"994897353497024","imei1":"994897353497024","imei2":"994897353497024","popurl":"www.adityanandana-pillai.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:53:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170504,"job_number":"JOB_170504","tr_customer_id":170521,"tr_customer_product_id":170511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:34:59.000Z","modified_at":"2026-01-29T10:34:59.000Z","name":"Newname lastname","mobile_number":"68555305710","email_id":"pravalikabariki2tt13@gmail.com","dop":"2025-02-13","serial_number":"104426212713358","imei1":"104426212713358","imei2":"104426212713358","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170503,"job_number":"JOB_170503","tr_customer_id":170520,"tr_customer_product_id":170510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:33:27.000Z","modified_at":"2026-01-29T10:33:27.000Z","name":"Jatin Jasani","mobile_number":"7507331188","email_id":"saurabh.jasani@gmail.com","dop":"2026-01-19","serial_number":"12308877001005","imei1":"12308877001005","imei2":"12308877001005","popurl":"2026-01-19T10:33:26.676455238Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170502,"job_number":"JOB_170502","tr_customer_id":170519,"tr_customer_product_id":170509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:58:39.000Z","modified_at":"2026-01-29T09:58:39.000Z","name":"veer kumar","mobile_number":"9398102868","email_id":"veer@gmail.com","dop":"2026-01-11","serial_number":"12343223456765432","imei1":"13343223456765437","imei2":"13343223456765437","popurl":"2026-01-11T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170501,"job_number":"JOB_170501","tr_customer_id":170518,"tr_customer_product_id":170508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:58:06.000Z","modified_at":"2026-01-29T09:58:06.000Z","name":"Bhushit Nambeesan","mobile_number":"7032420332","email_id":"hari.tagore@gmail.com","dop":"2026-01-19","serial_number":"270179718665005","imei1":"270179718665005","imei2":"270179718665005","popurl":"www.rajinder-nayar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170500,"job_number":"JOB_170500","tr_customer_id":170517,"tr_customer_product_id":170507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:53:22.000Z","modified_at":"2026-01-29T09:53:22.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"18857077553165","imei1":"18857077553165","imei2":"18857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:53:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170499,"job_number":"JOB_170499","tr_customer_id":170516,"tr_customer_product_id":170506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:46:45.000Z","modified_at":"2026-01-29T09:46:45.000Z","name":"Gerardo Larkin","mobile_number":"462-208-3593","email_id":"Cesar_Dickens35@gmail.com","dop":"2026-01-23","serial_number":"11999782266327","imei1":"11999782266327","imei2":"11999782266327","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170498,"job_number":"JOB_170498","tr_customer_id":170515,"tr_customer_product_id":170505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:46:20.000Z","modified_at":"2026-01-29T09:46:20.000Z","name":"Imelda Pagac","mobile_number":"438-253-9465","email_id":"Reina12@yahoo.com","dop":"2026-01-23","serial_number":"15790119862263","imei1":"15790119862263","imei2":"15790119862263","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170497,"job_number":"JOB_170497","tr_customer_id":170514,"tr_customer_product_id":170504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:45:07.000Z","modified_at":"2026-01-29T09:45:07.000Z","name":"Lorna Toy","mobile_number":"317-272-0077","email_id":"Zoila.Lakin@gmail.com","dop":"2026-01-23","serial_number":"15878897486017","imei1":"15878897486017","imei2":"15878897486017","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:45:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170496,"job_number":"JOB_170496","tr_customer_id":170513,"tr_customer_product_id":170503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:44:46.000Z","modified_at":"2026-01-29T09:46:04.000Z","name":"Lolita Weissnat","mobile_number":"526-345-0355","email_id":"Emmie12@hotmail.com","dop":"2025-02-01","serial_number":"16280539168904","imei1":"16280539168904","imei2":"16280539168904","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170495,"job_number":"JOB_170495","tr_customer_id":170512,"tr_customer_product_id":170502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:53.000Z","modified_at":"2026-01-29T09:32:53.000Z","name":"Bernhard Heaney","mobile_number":"451-908-1369","email_id":"Isabelle_Price@gmail.com","dop":"2025-04-06","serial_number":"12238637914880776","imei1":"12238637914880776","imei2":"12238637914880776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170494,"job_number":"JOB_170494","tr_customer_id":170511,"tr_customer_product_id":170501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:52.000Z","modified_at":"2026-01-29T09:33:33.000Z","name":"Anthony Dibbert","mobile_number":"940-557-7988","email_id":"Jillian13@yahoo.com","dop":"2025-04-06","serial_number":"11989568567393","imei1":"11989568567393","imei2":"11989568567393","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:33:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170493,"job_number":"JOB_170493","tr_customer_id":170510,"tr_customer_product_id":170500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:52.000Z","modified_at":"2026-01-29T09:32:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16704057294280","imei1":"16704057294280","imei2":"16704057294280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170492,"job_number":"JOB_170492","tr_customer_id":170509,"tr_customer_product_id":170499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:04.000Z","modified_at":"2026-01-29T09:32:04.000Z","name":"Dan Larkin","mobile_number":"832-264-6591","email_id":"Sheldon_Anderson@yahoo.com","dop":"2025-04-06","serial_number":"10459889448928188","imei1":"10459889448928188","imei2":"10459889448928188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170491,"job_number":"JOB_170491","tr_customer_id":170508,"tr_customer_product_id":170498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:02.000Z","modified_at":"2026-01-29T09:32:44.000Z","name":"Tevin Harvey","mobile_number":"667-384-9180","email_id":"Pedro88@gmail.com","dop":"2025-04-06","serial_number":"11698518485811","imei1":"11698518485811","imei2":"11698518485811","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:32:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170490,"job_number":"JOB_170490","tr_customer_id":170507,"tr_customer_product_id":170497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:02.000Z","modified_at":"2026-01-29T09:32:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11962789441695","imei1":"11962789441695","imei2":"11962789441695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170489,"job_number":"JOB_170489","tr_customer_id":170506,"tr_customer_product_id":170496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:31:14.000Z","modified_at":"2026-01-29T09:31:14.000Z","name":"Eleanora Hermann","mobile_number":"931-229-8276","email_id":"Erna32@gmail.com","dop":"2025-04-06","serial_number":"12163347163196928","imei1":"12163347163196928","imei2":"12163347163196928","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:31:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170488,"job_number":"JOB_170488","tr_customer_id":170505,"tr_customer_product_id":170495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:31:12.000Z","modified_at":"2026-01-29T09:31:54.000Z","name":"Mona Jakubowski","mobile_number":"365-289-0221","email_id":"Josefa.Blick82@gmail.com","dop":"2025-04-06","serial_number":"17777095297164","imei1":"17777095297164","imei2":"17777095297164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:31:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170487,"job_number":"JOB_170487","tr_customer_id":170504,"tr_customer_product_id":170494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:31:12.000Z","modified_at":"2026-01-29T09:31:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12182427394346","imei1":"12182427394346","imei2":"12182427394346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:31:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170486,"job_number":"JOB_170486","tr_customer_id":170503,"tr_customer_product_id":170493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:45:42.000Z","modified_at":"2026-01-29T08:45:48.000Z","name":"Itzel Mills","mobile_number":"350-257-8338","email_id":"Laurel77@yahoo.com","dop":"2026-01-23","serial_number":"17318696500964","imei1":"17318696500964","imei2":"17318696500964","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T08:45:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170484,"job_number":"JOB_170484","tr_customer_id":170501,"tr_customer_product_id":170491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:44:19.000Z","modified_at":"2026-01-29T08:44:19.000Z","name":"Nyasia Greenholt","mobile_number":"402-796-7619","email_id":"Jose_Mueller@yahoo.com","dop":"2026-01-23","serial_number":"16583482488738","imei1":"16583482488738","imei2":"16583482488738","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:44:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170483,"job_number":"JOB_170483","tr_customer_id":170500,"tr_customer_product_id":170490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:52.000Z","modified_at":"2026-01-29T08:34:00.000Z","name":"Clifford Heller","mobile_number":"545-638-9900","email_id":"Magali87@hotmail.com","dop":"2026-01-23","serial_number":"12820070591212","imei1":"12820070591212","imei2":"12820070591212","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T08:34:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170482,"job_number":"JOB_170482","tr_customer_id":170499,"tr_customer_product_id":170489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:52.000Z","modified_at":"2026-01-29T08:33:52.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"14504202781821","imei1":"14504202781821","imei2":"14504202781821","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170481,"job_number":"JOB_170481","tr_customer_id":170498,"tr_customer_product_id":170488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:43.000Z","modified_at":"2026-01-29T08:33:50.000Z","name":"Maud Ondricka","mobile_number":"517-814-8853","email_id":"Liana99@gmail.com","dop":"2026-01-23","serial_number":"17468331379376","imei1":"17468331379376","imei2":"17468331379376","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T08:33:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170480,"job_number":"JOB_170480","tr_customer_id":170497,"tr_customer_product_id":170487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:43.000Z","modified_at":"2026-01-29T08:33:43.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatinsh12@gmail.com","dop":"2026-01-23","serial_number":"14372247011439","imei1":"14372247011439","imei2":"14372247011439","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170479,"job_number":"JOB_170479","tr_customer_id":170496,"tr_customer_product_id":170486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:35.000Z","modified_at":"2026-01-29T08:33:41.000Z","name":"Lia Bernhard","mobile_number":"498-695-2967","email_id":"Emmanuelle.Larkin42@hotmail.com","dop":"2026-01-23","serial_number":"19728774976183","imei1":"19728774976183","imei2":"19728774976183","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T08:33:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170478,"job_number":"JOB_170478","tr_customer_id":170495,"tr_customer_product_id":170485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:35.000Z","modified_at":"2026-01-29T08:33:35.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"14443094780437","imei1":"14443094780437","imei2":"14443094780437","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:33:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170477,"job_number":"JOB_170477","tr_customer_id":170494,"tr_customer_product_id":170484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:43.000Z","modified_at":"2026-01-29T07:58:43.000Z","name":"Neha Cronin","mobile_number":"448-524-8683","email_id":"Jamar.Rogahn88@yahoo.com","dop":"2025-04-06","serial_number":"10871124116045736","imei1":"10871124116045736","imei2":"10871124116045736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170476,"job_number":"JOB_170476","tr_customer_id":170493,"tr_customer_product_id":170483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:42.000Z","modified_at":"2026-01-29T07:59:27.000Z","name":"Geovanni Jakubowski","mobile_number":"853-812-4196","email_id":"Coralie.Berge@hotmail.com","dop":"2025-04-06","serial_number":"16078606376452","imei1":"16078606376452","imei2":"16078606376452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170475,"job_number":"JOB_170475","tr_customer_id":170492,"tr_customer_product_id":170482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:33.000Z","modified_at":"2026-01-29T07:58:33.000Z","name":"Robert Beahan","mobile_number":"476-879-6737","email_id":"Jalon_Kreiger@hotmail.com","dop":"2025-04-06","serial_number":"10286485922550454","imei1":"10286485922550454","imei2":"10286485922550454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170474,"job_number":"JOB_170474","tr_customer_id":170491,"tr_customer_product_id":170481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:32.000Z","modified_at":"2026-01-29T07:59:10.000Z","name":"Cale Weimann","mobile_number":"426-592-7040","email_id":"Sigmund.DuBuque73@hotmail.com","dop":"2025-04-06","serial_number":"13784072508347","imei1":"13784072508347","imei2":"13784072508347","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:59:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170471,"job_number":"JOB_170471","tr_customer_id":170488,"tr_customer_product_id":170478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:47.000Z","modified_at":"2026-01-29T07:57:47.000Z","name":"Devan Leuschke","mobile_number":"262-820-7320","email_id":"Horacio.Hartmann@hotmail.com","dop":"2025-04-06","serial_number":"12096401794029758","imei1":"12096401794029758","imei2":"12096401794029758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170470,"job_number":"JOB_170470","tr_customer_id":170487,"tr_customer_product_id":170477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:45.000Z","modified_at":"2026-01-29T07:58:24.000Z","name":"Marlon Huel","mobile_number":"671-243-3697","email_id":"Candice.McCullough@yahoo.com","dop":"2025-04-06","serial_number":"16495530451823","imei1":"16495530451823","imei2":"16495530451823","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170469,"job_number":"JOB_170469","tr_customer_id":170486,"tr_customer_product_id":170476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:38.000Z","modified_at":"2026-01-29T07:57:38.000Z","name":"Ramona Brekke","mobile_number":"783-990-5641","email_id":"Palma_Weimann39@gmail.com","dop":"2025-04-06","serial_number":"12422512076616136","imei1":"12422512076616136","imei2":"12422512076616136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170468,"job_number":"JOB_170468","tr_customer_id":170485,"tr_customer_product_id":170475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:36.000Z","modified_at":"2026-01-29T07:58:20.000Z","name":"Agnes Hyatt","mobile_number":"271-457-1674","email_id":"Charity82@yahoo.com","dop":"2025-04-06","serial_number":"13831725484509","imei1":"13831725484509","imei2":"13831725484509","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170467,"job_number":"JOB_170467","tr_customer_id":170484,"tr_customer_product_id":170474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:00.000Z","modified_at":"2026-01-29T07:57:00.000Z","name":"Pascale Haley","mobile_number":"455-509-9022","email_id":"Ruby43@hotmail.com","dop":"2025-04-06","serial_number":"14373098808279600","imei1":"14373098808279600","imei2":"14373098808279600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170466,"job_number":"JOB_170466","tr_customer_id":170483,"tr_customer_product_id":170473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:56:58.000Z","modified_at":"2026-01-29T07:57:38.000Z","name":"Birdie Beier","mobile_number":"269-843-0736","email_id":"Taryn50@hotmail.com","dop":"2025-04-06","serial_number":"10020349453541","imei1":"10020349453541","imei2":"10020349453541","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170465,"job_number":"JOB_170465","tr_customer_id":170482,"tr_customer_product_id":170472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:52:52.000Z","modified_at":"2026-01-29T09:32:00.000Z","name":"Bobby Kunde","mobile_number":"966-568-5168","email_id":"Verona77@hotmail.com","dop":"2025-02-01","serial_number":"105860642571291","imei1":"105860642571291","imei2":"105860642571291","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170461,"job_number":"JOB_170461","tr_customer_id":170478,"tr_customer_product_id":170468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:42:19.000Z","modified_at":"2026-01-29T07:42:19.000Z","name":"Swara Ahluwalia","mobile_number":"7096046573","email_id":"pushti.nayar@gmail.com","dop":"2026-01-19","serial_number":"787116735846000","imei1":"787116735846000","imei2":"787116735846000","popurl":"www.ambar-panicker.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170458,"job_number":"JOB_170458","tr_customer_id":170475,"tr_customer_product_id":170465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:33:37.000Z","modified_at":"2026-01-29T07:33:37.000Z","name":"Kamala Kakkar","mobile_number":"7030157418","email_id":"gandharv.mehrotra@yahoo.co.in","dop":"2026-01-19","serial_number":"983519147373699","imei1":"983519147373699","imei2":"983519147373699","popurl":"www.chitrali-iyer.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:33:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170457,"job_number":"JOB_170457","tr_customer_id":170474,"tr_customer_product_id":170464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:24:23.000Z","modified_at":"2026-01-29T07:24:23.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"19691618055896","imei1":"19691618055896","imei2":"119691618055896","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170456,"job_number":"JOB_170456","tr_customer_id":170473,"tr_customer_product_id":170463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:56.000Z","modified_at":"2026-01-29T07:11:07.000Z","name":"Michel Wolf","mobile_number":"811-309-0969","email_id":"Marge.Goodwin50@gmail.com","dop":"2025-12-01","serial_number":"14473255892270","imei1":"14473255892270","imei2":"14473255892270","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:11:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170455,"job_number":"JOB_170455","tr_customer_id":170472,"tr_customer_product_id":170462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:56.000Z","modified_at":"2026-01-29T07:10:56.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"15613900543394","imei1":"15613900543394","imei2":"15613900543394","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:10:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170454,"job_number":"JOB_170454","tr_customer_id":170471,"tr_customer_product_id":170461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:41.000Z","modified_at":"2026-01-29T07:10:52.000Z","name":"Hector Kuvalis","mobile_number":"566-990-5739","email_id":"Alyson.Hahn49@yahoo.com","dop":"2025-12-01","serial_number":"11150543483316","imei1":"11150543483316","imei2":"11150543483316","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:10:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170453,"job_number":"JOB_170453","tr_customer_id":170470,"tr_customer_product_id":170460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:41.000Z","modified_at":"2026-01-29T07:10:41.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"10919082835236","imei1":"10919082835236","imei2":"10919082835236","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:10:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170452,"job_number":"JOB_170452","tr_customer_id":170469,"tr_customer_product_id":170459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:25.000Z","modified_at":"2026-01-29T07:10:36.000Z","name":"Judson Carroll","mobile_number":"616-247-8813","email_id":"Kathryne_Romaguera68@gmail.com","dop":"2025-12-01","serial_number":"13673878488667","imei1":"13673878488667","imei2":"13673878488667","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:10:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170451,"job_number":"JOB_170451","tr_customer_id":170468,"tr_customer_product_id":170458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:25.000Z","modified_at":"2026-01-29T07:10:25.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"10593676716794","imei1":"10593676716794","imei2":"10593676716794","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:10:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170450,"job_number":"JOB_170450","tr_customer_id":170467,"tr_customer_product_id":170457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:57.000Z","modified_at":"2026-01-29T07:01:57.000Z","name":"Travis Kilback","mobile_number":"245-744-6615","email_id":"Joey.Considine23@gmail.com","dop":"2025-04-06","serial_number":"17716187716120820","imei1":"17716187716120820","imei2":"17716187716120820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170449,"job_number":"JOB_170449","tr_customer_id":170466,"tr_customer_product_id":170456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:56.000Z","modified_at":"2026-01-29T07:02:35.000Z","name":"Ebba Moen","mobile_number":"384-351-2715","email_id":"Monique.Grady@gmail.com","dop":"2025-04-06","serial_number":"16632909401414","imei1":"16632909401414","imei2":"16632909401414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170448,"job_number":"JOB_170448","tr_customer_id":170465,"tr_customer_product_id":170455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:55.000Z","modified_at":"2026-01-29T07:01:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17411536850453","imei1":"17411536850453","imei2":"17411536850453","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170447,"job_number":"JOB_170447","tr_customer_id":170464,"tr_customer_product_id":170454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:10.000Z","modified_at":"2026-01-29T07:01:10.000Z","name":"Victoria Pfannerstill","mobile_number":"546-856-8212","email_id":"Nicholaus_Konopelski94@yahoo.com","dop":"2025-04-06","serial_number":"14543151397922404","imei1":"14543151397922404","imei2":"14543151397922404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170446,"job_number":"JOB_170446","tr_customer_id":170463,"tr_customer_product_id":170453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:09.000Z","modified_at":"2026-01-29T07:01:48.000Z","name":"Eddie Predovic","mobile_number":"425-379-0977","email_id":"Ida_Ebert43@yahoo.com","dop":"2025-04-06","serial_number":"14482564903052","imei1":"14482564903052","imei2":"14482564903052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170445,"job_number":"JOB_170445","tr_customer_id":170462,"tr_customer_product_id":170452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:09.000Z","modified_at":"2026-01-29T07:01:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17956609760043","imei1":"17956609760043","imei2":"17956609760043","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170444,"job_number":"JOB_170444","tr_customer_id":170461,"tr_customer_product_id":170451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:27.000Z","modified_at":"2026-01-29T07:00:27.000Z","name":"Carmela MacGyver","mobile_number":"266-774-7517","email_id":"Trace22@gmail.com","dop":"2025-04-06","serial_number":"15197690667528036","imei1":"15197690667528036","imei2":"15197690667528036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170443,"job_number":"JOB_170443","tr_customer_id":170460,"tr_customer_product_id":170450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:25.000Z","modified_at":"2026-01-29T07:01:03.000Z","name":"Levi D'Amore","mobile_number":"982-329-0466","email_id":"Vickie34@hotmail.com","dop":"2025-04-06","serial_number":"15835119081840","imei1":"15835119081840","imei2":"15835119081840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170442,"job_number":"JOB_170442","tr_customer_id":170459,"tr_customer_product_id":170449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:23.000Z","modified_at":"2026-01-29T07:00:23.000Z","name":"Alvena Crist","mobile_number":"368-433-0509","email_id":"Adeline.Carroll@gmail.com","dop":"2025-04-06","serial_number":"10878890550692228","imei1":"10878890550692228","imei2":"10878890550692228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:00:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170441,"job_number":"JOB_170441","tr_customer_id":170458,"tr_customer_product_id":170448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:22.000Z","modified_at":"2026-01-29T07:01:01.000Z","name":"Mauricio Abernathy","mobile_number":"741-200-8118","email_id":"Lenora.Wyman@gmail.com","dop":"2025-04-06","serial_number":"14155214614863","imei1":"14155214614863","imei2":"14155214614863","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170440,"job_number":"JOB_170440","tr_customer_id":170457,"tr_customer_product_id":170447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:21.000Z","modified_at":"2026-01-29T07:00:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17900992143091","imei1":"17900992143091","imei2":"17900992143091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170439,"job_number":"JOB_170439","tr_customer_id":170456,"tr_customer_product_id":170446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:57:38.000Z","modified_at":"2026-01-29T06:57:38.000Z","name":"Roel Tillman","mobile_number":"311-505-6960","email_id":"Lavon90@yahoo.com","dop":"2025-04-06","serial_number":"13433899235445894","imei1":"13433899235445894","imei2":"13433899235445894","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170438,"job_number":"JOB_170438","tr_customer_id":170455,"tr_customer_product_id":170445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:57:37.000Z","modified_at":"2026-01-29T06:58:18.000Z","name":"Clint Crona","mobile_number":"833-331-6342","email_id":"Faye_Kautzer26@gmail.com","dop":"2025-04-06","serial_number":"13363090924242","imei1":"13363090924242","imei2":"13363090924242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170437,"job_number":"JOB_170437","tr_customer_id":170454,"tr_customer_product_id":170444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:57:37.000Z","modified_at":"2026-01-29T06:57:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12745808333016","imei1":"12745808333016","imei2":"12745808333016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170436,"job_number":"JOB_170436","tr_customer_id":170453,"tr_customer_product_id":170443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:49.000Z","modified_at":"2026-01-29T06:56:49.000Z","name":"Raoul Kuhlman","mobile_number":"356-544-5923","email_id":"Mayra.Johnson@yahoo.com","dop":"2025-04-06","serial_number":"12562659490599182","imei1":"12562659490599182","imei2":"12562659490599182","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170435,"job_number":"JOB_170435","tr_customer_id":170452,"tr_customer_product_id":170442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:48.000Z","modified_at":"2026-01-29T06:57:29.000Z","name":"Dedric Oberbrunner","mobile_number":"454-492-6176","email_id":"Alta_McDermott@gmail.com","dop":"2025-04-06","serial_number":"15317863293848","imei1":"15317863293848","imei2":"15317863293848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170434,"job_number":"JOB_170434","tr_customer_id":170451,"tr_customer_product_id":170441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:48.000Z","modified_at":"2026-01-29T06:56:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17419896394536","imei1":"17419896394536","imei2":"17419896394536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170433,"job_number":"JOB_170433","tr_customer_id":170450,"tr_customer_product_id":170440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:46.000Z","modified_at":"2026-01-29T06:56:46.000Z","name":"Winfield Kerluke","mobile_number":"262-518-2098","email_id":"Braeden_Yundt42@yahoo.com","dop":"2025-04-06","serial_number":"10043849112111964","imei1":"10043849112111964","imei2":"10043849112111964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170432,"job_number":"JOB_170432","tr_customer_id":170449,"tr_customer_product_id":170439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:45.000Z","modified_at":"2026-01-29T06:57:24.000Z","name":"Christophe Erdman","mobile_number":"311-686-5036","email_id":"Chelsey_Hansen37@gmail.com","dop":"2025-04-06","serial_number":"17285379501908","imei1":"17285379501908","imei2":"17285379501908","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170431,"job_number":"JOB_170431","tr_customer_id":170448,"tr_customer_product_id":170438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:44.000Z","modified_at":"2026-01-29T06:56:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16199929190824","imei1":"16199929190824","imei2":"16199929190824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170430,"job_number":"JOB_170430","tr_customer_id":170447,"tr_customer_product_id":170437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:18.000Z","modified_at":"2026-01-29T06:56:18.000Z","name":"Mona Heaney","mobile_number":"821-325-9141","email_id":"Vallie63@gmail.com","dop":"2025-04-06","serial_number":"18494932092494360","imei1":"18494932092494360","imei2":"18494932092494360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170429,"job_number":"JOB_170429","tr_customer_id":170446,"tr_customer_product_id":170436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:17.000Z","modified_at":"2026-01-29T06:56:55.000Z","name":"Aric McLaughlin","mobile_number":"460-658-6003","email_id":"Griffin_Weber@yahoo.com","dop":"2025-04-06","serial_number":"15917657716094","imei1":"15917657716094","imei2":"15917657716094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170428,"job_number":"JOB_170428","tr_customer_id":170445,"tr_customer_product_id":170435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:04.000Z","modified_at":"2026-01-29T06:56:04.000Z","name":"Era Langosh","mobile_number":"535-387-8739","email_id":"Crystel_Cruickshank@yahoo.com","dop":"2025-04-06","serial_number":"18551971805714256","imei1":"18551971805714256","imei2":"18551971805714256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170427,"job_number":"JOB_170427","tr_customer_id":170444,"tr_customer_product_id":170434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:02.000Z","modified_at":"2026-01-29T06:56:40.000Z","name":"Hayden Conroy","mobile_number":"267-982-8060","email_id":"Mandy.Kulas@gmail.com","dop":"2025-04-06","serial_number":"14152460327219","imei1":"14152460327219","imei2":"14152460327219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170426,"job_number":"JOB_170426","tr_customer_id":170443,"tr_customer_product_id":170433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:59.000Z","modified_at":"2026-01-29T06:55:59.000Z","name":"Bria Leannon","mobile_number":"489-802-1287","email_id":"Chauncey_Dietrich63@gmail.com","dop":"2025-04-06","serial_number":"18153099437377484","imei1":"18153099437377484","imei2":"18153099437377484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170425,"job_number":"JOB_170425","tr_customer_id":170442,"tr_customer_product_id":170432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:58.000Z","modified_at":"2026-01-29T06:55:58.000Z","name":"Chauncey Runolfsson","mobile_number":"776-260-9651","email_id":"Andreanne_Stracke@gmail.com","dop":"2025-04-06","serial_number":"11741818876965598","imei1":"11741818876965598","imei2":"11741818876965598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170424,"job_number":"JOB_170424","tr_customer_id":170441,"tr_customer_product_id":170431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:57.000Z","modified_at":"2026-01-29T06:56:37.000Z","name":"Roger Kreiger","mobile_number":"498-306-0001","email_id":"Leila.Hermiston50@gmail.com","dop":"2025-04-06","serial_number":"19463705851281","imei1":"19463705851281","imei2":"19463705851281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:56:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170423,"job_number":"JOB_170423","tr_customer_id":170440,"tr_customer_product_id":170430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:57.000Z","modified_at":"2026-01-29T06:55:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15812020335789","imei1":"15812020335789","imei2":"15812020335789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170422,"job_number":"JOB_170422","tr_customer_id":170439,"tr_customer_product_id":170429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:57.000Z","modified_at":"2026-01-29T06:56:40.000Z","name":"Jazmin Hansen","mobile_number":"447-437-8600","email_id":"Joey.Prosacco@yahoo.com","dop":"2025-04-06","serial_number":"13548561804703","imei1":"13548561804703","imei2":"13548561804703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170421,"job_number":"JOB_170421","tr_customer_id":170438,"tr_customer_product_id":170428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:56.000Z","modified_at":"2026-01-29T06:55:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13702350431528","imei1":"13702350431528","imei2":"13702350431528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170420,"job_number":"JOB_170420","tr_customer_id":170437,"tr_customer_product_id":170427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:11.000Z","modified_at":"2026-01-29T06:55:11.000Z","name":"Karelle Schroeder","mobile_number":"331-848-5054","email_id":"Dave_Stracke70@yahoo.com","dop":"2025-04-06","serial_number":"17895068214493260","imei1":"17895068214493260","imei2":"17895068214493260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170419,"job_number":"JOB_170419","tr_customer_id":170436,"tr_customer_product_id":170426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:10.000Z","modified_at":"2026-01-29T06:55:50.000Z","name":"Roxanne Feest","mobile_number":"622-433-2556","email_id":"Heath65@gmail.com","dop":"2025-04-06","serial_number":"15807976462848","imei1":"15807976462848","imei2":"15807976462848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:55:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170418,"job_number":"JOB_170418","tr_customer_id":170435,"tr_customer_product_id":170425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:09.000Z","modified_at":"2026-01-29T06:55:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10353172608729","imei1":"10353172608729","imei2":"10353172608729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170417,"job_number":"JOB_170417","tr_customer_id":170434,"tr_customer_product_id":170424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:51:45.000Z","modified_at":"2026-01-29T06:51:45.000Z","name":"Ona Toy","mobile_number":"970-382-0624","email_id":"Lilly_Bode19@gmail.com","dop":"2025-04-06","serial_number":"10138149216530896","imei1":"10138149216530896","imei2":"10138149216530896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:51:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170416,"job_number":"JOB_170416","tr_customer_id":170433,"tr_customer_product_id":170423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:51:43.000Z","modified_at":"2026-01-29T06:52:26.000Z","name":"Samara Hermiston","mobile_number":"881-449-5243","email_id":"Gilbert93@yahoo.com","dop":"2025-04-06","serial_number":"16939765835829","imei1":"16939765835829","imei2":"16939765835829","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:52:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170415,"job_number":"JOB_170415","tr_customer_id":170432,"tr_customer_product_id":170422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:51:43.000Z","modified_at":"2026-01-29T06:51:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15987695788168","imei1":"15987695788168","imei2":"15987695788168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170414,"job_number":"JOB_170414","tr_customer_id":170431,"tr_customer_product_id":170421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:53.000Z","modified_at":"2026-01-29T06:50:53.000Z","name":"Queenie Schaden","mobile_number":"652-476-2967","email_id":"Zachary_Moore58@yahoo.com","dop":"2025-04-06","serial_number":"18537303171912784","imei1":"18537303171912784","imei2":"18537303171912784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170413,"job_number":"JOB_170413","tr_customer_id":170430,"tr_customer_product_id":170420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:52.000Z","modified_at":"2026-01-29T06:51:35.000Z","name":"Orie Hauck","mobile_number":"558-543-6587","email_id":"Chloe_Johns@yahoo.com","dop":"2025-04-06","serial_number":"18544895989950","imei1":"18544895989950","imei2":"18544895989950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170412,"job_number":"JOB_170412","tr_customer_id":170429,"tr_customer_product_id":170419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:52.000Z","modified_at":"2026-01-29T06:50:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12487628971591","imei1":"12487628971591","imei2":"12487628971591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170410,"job_number":"JOB_170410","tr_customer_id":170427,"tr_customer_product_id":170417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:24.000Z","modified_at":"2026-01-29T06:51:03.000Z","name":"Kaci Rodriguez","mobile_number":"746-715-1390","email_id":"Coby_Maggio@gmail.com","dop":"2000-01-31","serial_number":"10662856974804","imei1":"10662856974804","imei2":"10662856974804","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:51:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170408,"job_number":"JOB_170408","tr_customer_id":170425,"tr_customer_product_id":170415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:01.000Z","modified_at":"2026-01-29T06:50:01.000Z","name":"Heidi Brown","mobile_number":"904-681-5044","email_id":"Ceasar83@gmail.com","dop":"2025-04-06","serial_number":"13280798662547044","imei1":"13280798662547044","imei2":"13280798662547044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170407,"job_number":"JOB_170407","tr_customer_id":170424,"tr_customer_product_id":170414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:00.000Z","modified_at":"2026-01-29T06:50:43.000Z","name":"Blair Mertz","mobile_number":"870-748-9928","email_id":"Karl17@gmail.com","dop":"2025-04-06","serial_number":"12608303994859","imei1":"12608303994859","imei2":"12608303994859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:50:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170406,"job_number":"JOB_170406","tr_customer_id":170423,"tr_customer_product_id":170413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:59.000Z","modified_at":"2026-01-29T06:49:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14669517761007","imei1":"14669517761007","imei2":"14669517761007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170404,"job_number":"JOB_170404","tr_customer_id":170421,"tr_customer_product_id":170411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:38.000Z","modified_at":"2026-01-29T06:50:17.000Z","name":"Patricia Effertz","mobile_number":"394-373-9023","email_id":"Ollie28@hotmail.com","dop":"2000-01-31","serial_number":"10224554180527","imei1":"10224554180527","imei2":"10224554180527","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170401,"job_number":"JOB_170401","tr_customer_id":170418,"tr_customer_product_id":170408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:52.000Z","modified_at":"2026-01-29T06:49:31.000Z","name":"Annetta Boehm","mobile_number":"513-914-0314","email_id":"Harmony_Tillman49@hotmail.com","dop":"2000-01-31","serial_number":"10328003342046","imei1":"10328003342046","imei2":"10328003342046","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:49:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170399,"job_number":"JOB_170399","tr_customer_id":170416,"tr_customer_product_id":170406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:19.000Z","modified_at":"2026-01-29T06:48:19.000Z","name":"Kristin Sipes","mobile_number":"704-939-2871","email_id":"Royal_Miller@yahoo.com","dop":"2025-04-06","serial_number":"12721076683349210","imei1":"12721076683349210","imei2":"12721076683349210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170398,"job_number":"JOB_170398","tr_customer_id":170415,"tr_customer_product_id":170405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:17.000Z","modified_at":"2026-01-29T06:48:55.000Z","name":"Kirstin Kuhlman","mobile_number":"843-639-7057","email_id":"Aida75@hotmail.com","dop":"2025-04-06","serial_number":"10013536142327","imei1":"10013536142327","imei2":"10013536142327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170397,"job_number":"JOB_170397","tr_customer_id":170414,"tr_customer_product_id":170404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:17.000Z","modified_at":"2026-01-29T06:48:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11242676978023","imei1":"11242676978023","imei2":"11242676978023","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170395,"job_number":"JOB_170395","tr_customer_id":170412,"tr_customer_product_id":170402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:06.000Z","modified_at":"2026-01-29T06:48:44.000Z","name":"Filomena Carroll","mobile_number":"288-747-6278","email_id":"Garnet91@yahoo.com","dop":"2000-01-31","serial_number":"10602772254077","imei1":"10602772254077","imei2":"10602772254077","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170393,"job_number":"JOB_170393","tr_customer_id":170410,"tr_customer_product_id":170400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:56.000Z","modified_at":"2026-01-29T06:48:32.000Z","name":"Bernita Bernier","mobile_number":"657-628-0301","email_id":"Stephon.Bartoletti7@yahoo.com","dop":"2025-10-21","serial_number":"17650861386584","imei1":"17650861386584","imei2":"17650861386584","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170392,"job_number":"JOB_170392","tr_customer_id":170409,"tr_customer_product_id":170399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:56.000Z","modified_at":"2026-01-29T06:47:56.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"19847883260012","imei1":"19847883260012","imei2":"19847883260012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170391,"job_number":"JOB_170391","tr_customer_id":170408,"tr_customer_product_id":170398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:34.000Z","modified_at":"2026-01-29T06:47:34.000Z","name":"Dane Hoppe","mobile_number":"749-448-7419","email_id":"Annalise.Daugherty53@gmail.com","dop":"2025-04-06","serial_number":"11354351697475178","imei1":"11354351697475178","imei2":"11354351697475178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170390,"job_number":"JOB_170390","tr_customer_id":170407,"tr_customer_product_id":170397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:32.000Z","modified_at":"2026-01-29T06:48:10.000Z","name":"Kyra Leuschke","mobile_number":"351-716-4000","email_id":"Akeem.Zemlak@gmail.com","dop":"2025-04-06","serial_number":"15926735306563","imei1":"15926735306563","imei2":"15926735306563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170389,"job_number":"JOB_170389","tr_customer_id":170406,"tr_customer_product_id":170396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:32.000Z","modified_at":"2026-01-29T06:47:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19445917856710","imei1":"19445917856710","imei2":"19445917856710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170388,"job_number":"JOB_170388","tr_customer_id":170405,"tr_customer_product_id":170395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:13.000Z","modified_at":"2026-01-29T06:47:49.000Z","name":"Frances Kuhlman","mobile_number":"922-619-8165","email_id":"Imelda_Tromp@hotmail.com","dop":"2025-10-21","serial_number":"16756247052295","imei1":"16756247052295","imei2":"16756247052295","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170387,"job_number":"JOB_170387","tr_customer_id":170404,"tr_customer_product_id":170394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:13.000Z","modified_at":"2026-01-29T06:47:13.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"13725543893783","imei1":"13725543893783","imei2":"13725543893783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170386,"job_number":"JOB_170386","tr_customer_id":170403,"tr_customer_product_id":170393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:49.000Z","modified_at":"2026-01-29T06:46:49.000Z","name":"Kurtis O'Hara","mobile_number":"552-370-2299","email_id":"Alden_Price@hotmail.com","dop":"2025-04-06","serial_number":"18333736871994510","imei1":"18333736871994510","imei2":"18333736871994510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170385,"job_number":"JOB_170385","tr_customer_id":170402,"tr_customer_product_id":170392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:47.000Z","modified_at":"2026-01-29T06:47:25.000Z","name":"German Schmidt","mobile_number":"823-982-5823","email_id":"Selena_Schowalter51@hotmail.com","dop":"2025-04-06","serial_number":"19902411489288","imei1":"19902411489288","imei2":"19902411489288","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170384,"job_number":"JOB_170384","tr_customer_id":170401,"tr_customer_product_id":170391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:47.000Z","modified_at":"2026-01-29T06:46:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10870358707358","imei1":"10870358707358","imei2":"10870358707358","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170383,"job_number":"JOB_170383","tr_customer_id":170400,"tr_customer_product_id":170390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:30.000Z","modified_at":"2026-01-29T06:47:06.000Z","name":"Marlee Moore","mobile_number":"434-486-4942","email_id":"Jasmin.Balistreri73@yahoo.com","dop":"2025-10-21","serial_number":"17824471438303","imei1":"17824471438303","imei2":"17824471438303","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:47:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170382,"job_number":"JOB_170382","tr_customer_id":170399,"tr_customer_product_id":170389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:29.000Z","modified_at":"2026-01-29T06:46:29.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17680172698670","imei1":"17680172698670","imei2":"17680172698670","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170381,"job_number":"JOB_170381","tr_customer_id":170398,"tr_customer_product_id":170388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:25.000Z","modified_at":"2026-01-29T06:46:25.000Z","name":"Shresth Naik","mobile_number":"7096770820","email_id":"dharani.gill@gmail.com","dop":"2026-01-19","serial_number":"647276168264212","imei1":"647276168264212","imei2":"647276168264212","popurl":"www.prem-desai.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170380,"job_number":"JOB_170380","tr_customer_id":170397,"tr_customer_product_id":170387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:45:09.000Z","modified_at":"2026-01-29T06:45:09.000Z","name":"Winona Pouros","mobile_number":"473-755-4357","email_id":"Naomi14@gmail.com","dop":"2025-04-06","serial_number":"13217274141320578","imei1":"13217274141320578","imei2":"13217274141320578","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:45:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170379,"job_number":"JOB_170379","tr_customer_id":170396,"tr_customer_product_id":170386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:45:08.000Z","modified_at":"2026-01-29T06:45:47.000Z","name":"Alexander Padberg","mobile_number":"601-225-1822","email_id":"Cydney.Hayes@yahoo.com","dop":"2025-04-06","serial_number":"14594762092626","imei1":"14594762092626","imei2":"14594762092626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170378,"job_number":"JOB_170378","tr_customer_id":170395,"tr_customer_product_id":170385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:52.000Z","modified_at":"2026-01-29T06:44:02.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14108342420159","imei2":"14108342420159","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:44:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170377,"job_number":"JOB_170377","tr_customer_id":170394,"tr_customer_product_id":170384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:51.000Z","modified_at":"2026-01-29T06:43:51.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14983278150615","imei2":"14983278150615","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170376,"job_number":"JOB_170376","tr_customer_id":170393,"tr_customer_product_id":170383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:38.000Z","modified_at":"2026-01-29T06:43:48.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18346137390370","imei2":"18346137390370","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:43:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170375,"job_number":"JOB_170375","tr_customer_id":170392,"tr_customer_product_id":170382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:37.000Z","modified_at":"2026-01-29T06:43:37.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14176198100525","imei2":"14176198100525","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170374,"job_number":"JOB_170374","tr_customer_id":170391,"tr_customer_product_id":170381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:30.000Z","modified_at":"2026-01-29T06:43:30.000Z","name":"Elise Langworth","mobile_number":"506-789-5136","email_id":"Cordia_OKon@yahoo.com","dop":"2025-04-06","serial_number":"13668979298666100","imei1":"13668979298666100","imei2":"13668979298666100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170373,"job_number":"JOB_170373","tr_customer_id":170390,"tr_customer_product_id":170380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:28.000Z","modified_at":"2026-01-29T06:44:10.000Z","name":"Darius Hane","mobile_number":"784-296-1570","email_id":"Phoebe.Brown84@hotmail.com","dop":"2025-04-06","serial_number":"17862652103740","imei1":"17862652103740","imei2":"17862652103740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:44:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170372,"job_number":"JOB_170372","tr_customer_id":170389,"tr_customer_product_id":170379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:28.000Z","modified_at":"2026-01-29T06:43:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18444745092848","imei1":"18444745092848","imei2":"18444745092848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170371,"job_number":"JOB_170371","tr_customer_id":170388,"tr_customer_product_id":170378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:23.000Z","modified_at":"2026-01-29T06:43:34.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13001435899381","imei2":"13001435899381","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170370,"job_number":"JOB_170370","tr_customer_id":170387,"tr_customer_product_id":170377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:23.000Z","modified_at":"2026-01-29T06:43:23.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14953346028155","imei2":"14953346028155","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170369,"job_number":"JOB_170369","tr_customer_id":170386,"tr_customer_product_id":170376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:42:39.000Z","modified_at":"2026-01-29T06:42:39.000Z","name":"Elyssa Gaylord","mobile_number":"913-445-2459","email_id":"Erwin19@hotmail.com","dop":"2025-04-06","serial_number":"14369738604398470","imei1":"14369738604398470","imei2":"14369738604398470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170368,"job_number":"JOB_170368","tr_customer_id":170385,"tr_customer_product_id":170375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:42:38.000Z","modified_at":"2026-01-29T06:43:20.000Z","name":"Rachelle Gaylord","mobile_number":"216-466-8423","email_id":"Providenci14@hotmail.com","dop":"2025-04-06","serial_number":"18179063890691","imei1":"18179063890691","imei2":"18179063890691","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:43:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170367,"job_number":"JOB_170367","tr_customer_id":170384,"tr_customer_product_id":170374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:42:38.000Z","modified_at":"2026-01-29T06:42:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11661249578121","imei1":"11661249578121","imei2":"11661249578121","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:42:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170365,"job_number":"JOB_170365","tr_customer_id":170382,"tr_customer_product_id":170372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:49.000Z","modified_at":"2026-01-29T06:41:49.000Z","name":"Coy Dickens","mobile_number":"523-221-0909","email_id":"Luella_Wilkinson3@yahoo.com","dop":"2025-04-06","serial_number":"16780419753845036","imei1":"16780419753845036","imei2":"16780419753845036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:41:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170364,"job_number":"JOB_170364","tr_customer_id":170381,"tr_customer_product_id":170371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:47.000Z","modified_at":"2026-01-29T06:42:30.000Z","name":"Mireille Herman","mobile_number":"999-306-5629","email_id":"Easton_Aufderhar50@hotmail.com","dop":"2025-04-06","serial_number":"10593791691348","imei1":"10593791691348","imei2":"10593791691348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:42:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170363,"job_number":"JOB_170363","tr_customer_id":170380,"tr_customer_product_id":170370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:47.000Z","modified_at":"2026-01-29T06:41:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15855265716463","imei1":"15855265716463","imei2":"15855265716463","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:41:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170361,"job_number":"JOB_170361","tr_customer_id":170378,"tr_customer_product_id":170368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:57.000Z","modified_at":"2026-01-29T06:40:57.000Z","name":"Newell Lowe","mobile_number":"686-637-0679","email_id":"Vella.Kuhlman@hotmail.com","dop":"2025-04-06","serial_number":"10645713143187366","imei1":"10645713143187366","imei2":"10645713143187366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170360,"job_number":"JOB_170360","tr_customer_id":170377,"tr_customer_product_id":170367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:56.000Z","modified_at":"2026-01-29T06:41:34.000Z","name":"Deron Reichert","mobile_number":"589-678-0055","email_id":"Haylee_Renner@hotmail.com","dop":"2025-04-06","serial_number":"12407513074671","imei1":"12407513074671","imei2":"12407513074671","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:41:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170359,"job_number":"JOB_170359","tr_customer_id":170376,"tr_customer_product_id":170366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:56.000Z","modified_at":"2026-01-29T06:40:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12208140426477","imei1":"12208140426477","imei2":"12208140426477","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170358,"job_number":"JOB_170358","tr_customer_id":170375,"tr_customer_product_id":170365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:12.000Z","modified_at":"2026-01-29T06:40:12.000Z","name":"Liana Harvey","mobile_number":"408-925-4854","email_id":"Alison_Koepp@gmail.com","dop":"2025-04-06","serial_number":"17423739786054996","imei1":"17423739786054996","imei2":"17423739786054996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170357,"job_number":"JOB_170357","tr_customer_id":170374,"tr_customer_product_id":170364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:11.000Z","modified_at":"2026-01-29T06:40:49.000Z","name":"Grayce Schmitt","mobile_number":"822-921-5740","email_id":"Mauricio_Stracke@hotmail.com","dop":"2025-04-06","serial_number":"18180181629865","imei1":"18180181629865","imei2":"18180181629865","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:40:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170356,"job_number":"JOB_170356","tr_customer_id":170373,"tr_customer_product_id":170363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:10.000Z","modified_at":"2026-01-29T06:40:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12207671801424","imei1":"12207671801424","imei2":"12207671801424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170355,"job_number":"JOB_170355","tr_customer_id":170372,"tr_customer_product_id":170362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:39:26.000Z","modified_at":"2026-01-29T06:39:26.000Z","name":"Libby Torp","mobile_number":"288-373-3904","email_id":"Brown.Little1@yahoo.com","dop":"2025-04-06","serial_number":"18091890734912620","imei1":"18091890734912620","imei2":"18091890734912620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:39:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170354,"job_number":"JOB_170354","tr_customer_id":170371,"tr_customer_product_id":170361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:39:25.000Z","modified_at":"2026-01-29T06:40:03.000Z","name":"Dorothea Shields","mobile_number":"881-647-2530","email_id":"Orland_Walter42@yahoo.com","dop":"2025-04-06","serial_number":"18411695328476","imei1":"18411695328476","imei2":"18411695328476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:40:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170353,"job_number":"JOB_170353","tr_customer_id":170370,"tr_customer_product_id":170360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:39:25.000Z","modified_at":"2026-01-29T06:39:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19568621313003","imei1":"19568621313003","imei2":"19568621313003","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:39:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170352,"job_number":"JOB_170352","tr_customer_id":170369,"tr_customer_product_id":170359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:47.000Z","modified_at":"2026-01-29T06:38:47.000Z","name":"Atreyi Rana","mobile_number":"7083087604","email_id":"vidhya.bhat@hotmail.com","dop":"2026-01-19","serial_number":"706941820273780","imei1":"706941820273780","imei2":"706941820273780","popurl":"www.gaurang-naik.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:38:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170351,"job_number":"JOB_170351","tr_customer_id":170368,"tr_customer_product_id":170358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:33.000Z","modified_at":"2026-01-29T06:38:33.000Z","name":"Vallie Durgan","mobile_number":"902-443-2582","email_id":"Mason_Rutherford@yahoo.com","dop":"2025-04-06","serial_number":"19835579645295650","imei1":"19835579645295650","imei2":"19835579645295650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:38:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170350,"job_number":"JOB_170350","tr_customer_id":170367,"tr_customer_product_id":170357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:31.000Z","modified_at":"2026-01-29T06:39:08.000Z","name":"Celestine Gutmann","mobile_number":"253-781-9465","email_id":"Rafael.Emard@hotmail.com","dop":"2025-04-06","serial_number":"10329813854437","imei1":"10329813854437","imei2":"10329813854437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170349,"job_number":"JOB_170349","tr_customer_id":170366,"tr_customer_product_id":170356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:31.000Z","modified_at":"2026-01-29T06:38:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16037824530219","imei1":"16037824530219","imei2":"16037824530219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:38:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170348,"job_number":"JOB_170348","tr_customer_id":170365,"tr_customer_product_id":170355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:48.000Z","modified_at":"2026-01-29T06:37:48.000Z","name":"Jeanie Crist","mobile_number":"584-251-9509","email_id":"Assunta86@gmail.com","dop":"2025-04-06","serial_number":"10715964929387842","imei1":"10715964929387842","imei2":"10715964929387842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170347,"job_number":"JOB_170347","tr_customer_id":170364,"tr_customer_product_id":170354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:47.000Z","modified_at":"2026-01-29T06:38:24.000Z","name":"Stacy DuBuque","mobile_number":"852-256-3773","email_id":"Rosamond4@hotmail.com","dop":"2025-04-06","serial_number":"12954016719157","imei1":"12954016719157","imei2":"12954016719157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:38:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170346,"job_number":"JOB_170346","tr_customer_id":170363,"tr_customer_product_id":170353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:46.000Z","modified_at":"2026-01-29T06:37:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15855807980150","imei1":"15855807980150","imei2":"15855807980150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170345,"job_number":"JOB_170345","tr_customer_id":170362,"tr_customer_product_id":170352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:03.000Z","modified_at":"2026-01-29T06:37:04.000Z","name":"Alexa Crooks","mobile_number":"725-380-5649","email_id":"Jennyfer84@gmail.com","dop":"2025-04-06","serial_number":"18407784815935784","imei1":"18407784815935784","imei2":"18407784815935784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170344,"job_number":"JOB_170344","tr_customer_id":170361,"tr_customer_product_id":170351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:02.000Z","modified_at":"2026-01-29T06:37:39.000Z","name":"Carroll Quitzon","mobile_number":"506-529-6229","email_id":"Mariah_Osinski@hotmail.com","dop":"2025-04-06","serial_number":"19134770212767","imei1":"19134770212767","imei2":"19134770212767","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:37:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170343,"job_number":"JOB_170343","tr_customer_id":170360,"tr_customer_product_id":170350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:02.000Z","modified_at":"2026-01-29T06:37:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15522363055902","imei1":"15522363055902","imei2":"15522363055902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170342,"job_number":"JOB_170342","tr_customer_id":170359,"tr_customer_product_id":170349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:36.000Z","modified_at":"2026-01-29T06:36:36.000Z","name":"Roy Keeling","mobile_number":"283-823-6410","email_id":"Walton.Wisoky50@gmail.com","dop":"2025-06-18","serial_number":"1013664490259973","imei1":"1013664490259973","imei2":"1013664490259973","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:36:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170341,"job_number":"JOB_170341","tr_customer_id":170358,"tr_customer_product_id":170348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:35.000Z","modified_at":"2026-01-29T06:37:12.000Z","name":"Leland Considine","mobile_number":"674-449-0463","email_id":"Cierra23@yahoo.com","dop":"2025-06-18","serial_number":"10375802533635","imei1":"10375802533635","imei2":"10375802533635","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170340,"job_number":"JOB_170340","tr_customer_id":170357,"tr_customer_product_id":170347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:35.000Z","modified_at":"2026-01-29T06:36:35.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10276504604543","imei1":"10276504604543","imei2":"10276504604543","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:36:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170339,"job_number":"JOB_170339","tr_customer_id":170356,"tr_customer_product_id":170346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:00.000Z","modified_at":"2026-01-29T06:36:00.000Z","name":"Darlene Mayer","mobile_number":"455-205-3827","email_id":"Jadon.Gaylord33@yahoo.com","dop":"2025-04-06","serial_number":"18172264101396828","imei1":"18172264101396828","imei2":"18172264101396828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170338,"job_number":"JOB_170338","tr_customer_id":170355,"tr_customer_product_id":170345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:58.000Z","modified_at":"2026-01-29T06:36:41.000Z","name":"Valerie Haley","mobile_number":"505-875-3429","email_id":"Bernard.Weimann65@gmail.com","dop":"2025-04-06","serial_number":"14948468916716","imei1":"14948468916716","imei2":"14948468916716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:36:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170337,"job_number":"JOB_170337","tr_customer_id":170354,"tr_customer_product_id":170344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:52.000Z","modified_at":"2026-01-29T06:35:52.000Z","name":"Britney Boyer","mobile_number":"936-736-9229","email_id":"Derick_Simonis83@gmail.com","dop":"2025-06-18","serial_number":"1060705733169913","imei1":"1060705733169913","imei2":"1060705733169913","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:35:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170336,"job_number":"JOB_170336","tr_customer_id":170353,"tr_customer_product_id":170343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:52.000Z","modified_at":"2026-01-29T06:36:28.000Z","name":"Sherman Block","mobile_number":"631-567-8905","email_id":"Emerson21@gmail.com","dop":"2025-06-18","serial_number":"10316307221729","imei1":"10316307221729","imei2":"10316307221729","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:36:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170335,"job_number":"JOB_170335","tr_customer_id":170352,"tr_customer_product_id":170342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:51.000Z","modified_at":"2026-01-29T06:35:51.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10856121769214","imei1":"10856121769214","imei2":"10856121769214","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170317,"job_number":"JOB_170317","tr_customer_id":170334,"tr_customer_product_id":170324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:22:55.000Z","modified_at":"2026-01-29T06:22:55.000Z","name":"Dharitri Dutta","mobile_number":"7029773404","email_id":"bodhan.pothuvaal@hotmail.com","dop":"2026-01-19","serial_number":"945495203650264","imei1":"945495203650264","imei2":"945495203650264","popurl":"www.durgeshwari-kakkar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170316,"job_number":"JOB_170316","tr_customer_id":170333,"tr_customer_product_id":170323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:17:59.000Z","modified_at":"2026-01-29T06:17:59.000Z","name":"Brajesh Varma","mobile_number":"7037232521","email_id":"chanda.talwar@yahoo.co.in","dop":"2026-01-19","serial_number":"706892942434128","imei1":"706892942434128","imei2":"706892942434128","popurl":"www.umang-chaturvedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170315,"job_number":"JOB_170315","tr_customer_id":170332,"tr_customer_product_id":170322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:08:07.000Z","modified_at":"2026-01-29T06:08:07.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2026-01-19","serial_number":"13511800420678","imei1":"13511800420678","imei2":"13511800420678","popurl":"2026-01-19T06:08:04.176679800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:08:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170314,"job_number":"JOB_170314","tr_customer_id":170331,"tr_customer_product_id":170321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:02:17.000Z","modified_at":"2026-01-29T06:02:17.000Z","name":"Dron Reddy","mobile_number":"7034869575","email_id":"chandravati.nehru@yahoo.co.in","dop":"2026-01-19","serial_number":"059444005131417","imei1":"059444005131417","imei2":"059444005131417","popurl":"www.dhananjay-reddy.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:02:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170313,"job_number":"JOB_170313","tr_customer_id":170330,"tr_customer_product_id":170320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:57:36.000Z","modified_at":"2026-01-29T05:57:36.000Z","name":"veer kumar","mobile_number":"9398102868","email_id":"veer@gmail.com","dop":"2026-01-11","serial_number":"12343223456765432","imei1":"12343223456765432","imei2":"12343223456765432","popurl":"2026-01-11T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170312,"job_number":"JOB_170312","tr_customer_id":170329,"tr_customer_product_id":170319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Donte Schuster","mobile_number":"7056886671","email_id":"eldon.bechtelar@gmail.com","dop":"2026-01-19","serial_number":"986071458169851","imei1":"560922975673975","imei2":"913400530238079","popurl":"www.manie-murphy.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170311,"job_number":"JOB_170311","tr_customer_id":170328,"tr_customer_product_id":170318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Terra Batz","mobile_number":"7065942000","email_id":"dillon.cormier@hotmail.com","dop":"2026-01-19","serial_number":"360326519033902","imei1":"833717706004840","imei2":"518190593381939","popurl":"www.carlita-stamm.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170310,"job_number":"JOB_170310","tr_customer_id":170327,"tr_customer_product_id":170317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Cori Bahringer","mobile_number":"7015609745","email_id":"paola.aufderhar@gmail.com","dop":"2026-01-19","serial_number":"062382101570858","imei1":"107256484287444","imei2":"759968193356360","popurl":"www.cruz-ruecker.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170309,"job_number":"JOB_170309","tr_customer_id":170326,"tr_customer_product_id":170316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Marcos Bernhard","mobile_number":"7093341698","email_id":"peggy.nolan@hotmail.com","dop":"2026-01-19","serial_number":"872892873464589","imei1":"656320435657996","imei2":"579243516072405","popurl":"www.bernardina-farrell.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170308,"job_number":"JOB_170308","tr_customer_id":170325,"tr_customer_product_id":170315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Leroy Reichel","mobile_number":"7096262834","email_id":"lemuel.goodwin@yahoo.com","dop":"2026-01-19","serial_number":"113690943917920","imei1":"573989202481299","imei2":"493240038896145","popurl":"www.michaele-trantow.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170307,"job_number":"JOB_170307","tr_customer_id":170324,"tr_customer_product_id":170314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Octavio Hilll","mobile_number":"7070346459","email_id":"richard.thompson@hotmail.com","dop":"2026-01-19","serial_number":"315777018232010","imei1":"858636238195406","imei2":"687490805977002","popurl":"www.amanda-braun.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170306,"job_number":"JOB_170306","tr_customer_id":170323,"tr_customer_product_id":170313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Fermina McLaughlin","mobile_number":"7017166496","email_id":"rosendo.balistreri@hotmail.com","dop":"2026-01-19","serial_number":"072056892191034","imei1":"790721180190395","imei2":"805483436630756","popurl":"www.wayne-torp.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170305,"job_number":"JOB_170305","tr_customer_id":170322,"tr_customer_product_id":170312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Kimberly Glover","mobile_number":"7095559611","email_id":"cary.farrell@gmail.com","dop":"2026-01-19","serial_number":"239556247015289","imei1":"301960567483025","imei2":"128441512416247","popurl":"www.adelaide-schaefer.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170304,"job_number":"JOB_170304","tr_customer_id":170321,"tr_customer_product_id":170311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Zackary Wolff","mobile_number":"7042601363","email_id":"foster.mcglynn@gmail.com","dop":"2026-01-19","serial_number":"465575730158631","imei1":"021192744336210","imei2":"021057683656422","popurl":"www.randal-turner.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170303,"job_number":"JOB_170303","tr_customer_id":170320,"tr_customer_product_id":170310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:35.000Z","modified_at":"2026-01-29T05:48:35.000Z","name":"Estell Goyette","mobile_number":"7076879395","email_id":"jerrod.miller@hotmail.com","dop":"2026-01-19","serial_number":"525133618426072","imei1":"252597024711472","imei2":"150861370405568","popurl":"www.osvaldo-barrows.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170302,"job_number":"JOB_170302","tr_customer_id":170319,"tr_customer_product_id":170309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Julius Daugherty","mobile_number":"7068994163","email_id":"ryann.hand@yahoo.com","dop":"2026-01-19","serial_number":"115363344515312","imei1":"703158220144090","imei2":"214864755915204","popurl":"www.freida-mueller.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170301,"job_number":"JOB_170301","tr_customer_id":170318,"tr_customer_product_id":170308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Shanae Nienow","mobile_number":"7085477286","email_id":"bebe.collins@gmail.com","dop":"2026-01-19","serial_number":"333881492313480","imei1":"465199716601108","imei2":"190637435307858","popurl":"www.cinderella-abernathy.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170300,"job_number":"JOB_170300","tr_customer_id":170317,"tr_customer_product_id":170307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Dorthea Bode","mobile_number":"7028156604","email_id":"lizabeth.kreiger@yahoo.com","dop":"2026-01-19","serial_number":"014277701229923","imei1":"496340704994249","imei2":"093038207032628","popurl":"www.freeman-gulgowski.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170299,"job_number":"JOB_170299","tr_customer_id":170316,"tr_customer_product_id":170306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Krystin Kuhic","mobile_number":"7073314363","email_id":"amparo.howe@gmail.com","dop":"2026-01-19","serial_number":"405554517896442","imei1":"849844372020304","imei2":"401806640799600","popurl":"www.jacqulyn-stark.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170298,"job_number":"JOB_170298","tr_customer_id":170315,"tr_customer_product_id":170305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Judson Lebsack","mobile_number":"7047802957","email_id":"leon.schamberger@yahoo.com","dop":"2026-01-19","serial_number":"007111435469463","imei1":"942630586541499","imei2":"256068166300666","popurl":"www.todd-wehner.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170297,"job_number":"JOB_170297","tr_customer_id":170314,"tr_customer_product_id":170304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Wilbur Walker","mobile_number":"7071289746","email_id":"kip.rau@yahoo.com","dop":"2026-01-19","serial_number":"994703034336346","imei1":"698413656866811","imei2":"565237069743950","popurl":"www.cassandra-douglas.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170296,"job_number":"JOB_170296","tr_customer_id":170313,"tr_customer_product_id":170303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Cecily Conroy","mobile_number":"7090037166","email_id":"avery.klein@gmail.com","dop":"2026-01-19","serial_number":"054405971580322","imei1":"679615245379949","imei2":"975504407308938","popurl":"www.reginald-williamson.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170295,"job_number":"JOB_170295","tr_customer_id":170312,"tr_customer_product_id":170302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Corrin Emard","mobile_number":"7035854600","email_id":"rhea.grady@yahoo.com","dop":"2026-01-19","serial_number":"703029191701704","imei1":"039399364369762","imei2":"386766186332312","popurl":"www.arica-christiansen.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170294,"job_number":"JOB_170294","tr_customer_id":170311,"tr_customer_product_id":170301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Melissia Heathcote","mobile_number":"7049912515","email_id":"hipolito.okeefe@hotmail.com","dop":"2026-01-19","serial_number":"920398109443780","imei1":"299409222664093","imei2":"661756859460322","popurl":"www.nicolette-hansen.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170293,"job_number":"JOB_170293","tr_customer_id":170310,"tr_customer_product_id":170300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Gale Windler","mobile_number":"7053187120","email_id":"virgil.jacobson@gmail.com","dop":"2026-01-19","serial_number":"546650878449800","imei1":"654676504441541","imei2":"054634256245915","popurl":"www.fidela-muller.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170292,"job_number":"JOB_170292","tr_customer_id":170309,"tr_customer_product_id":170299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Wilburn Kutch","mobile_number":"7059269789","email_id":"diedra.dubuque@gmail.com","dop":"2026-01-19","serial_number":"792149224110826","imei1":"224341792702478","imei2":"686155765699649","popurl":"www.sol-ruecker.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170291,"job_number":"JOB_170291","tr_customer_id":170308,"tr_customer_product_id":170298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Ligia Powlowski","mobile_number":"7052117223","email_id":"nakia.skiles@hotmail.com","dop":"2026-01-19","serial_number":"734089455529193","imei1":"817252341842789","imei2":"122537213300785","popurl":"www.yen-jerde.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170290,"job_number":"JOB_170290","tr_customer_id":170307,"tr_customer_product_id":170297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Thanh Lueilwitz","mobile_number":"7073544974","email_id":"bobby.dicki@yahoo.com","dop":"2026-01-19","serial_number":"301518552424284","imei1":"893663339624586","imei2":"795915710844668","popurl":"www.gertrude-oconnell.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170289,"job_number":"JOB_170289","tr_customer_id":170306,"tr_customer_product_id":170296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Beau Kling","mobile_number":"7069866035","email_id":"kelsi.runolfsson@yahoo.com","dop":"2026-01-19","serial_number":"290742738273944","imei1":"668260766835625","imei2":"652104689973897","popurl":"www.bennie-bartoletti.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170288,"job_number":"JOB_170288","tr_customer_id":170305,"tr_customer_product_id":170295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Garfield Koch","mobile_number":"7054113851","email_id":"jarrett.hartmann@hotmail.com","dop":"2026-01-19","serial_number":"759466932485178","imei1":"112079791017813","imei2":"004672035246440","popurl":"www.oswaldo-pagac.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170287,"job_number":"JOB_170287","tr_customer_id":170304,"tr_customer_product_id":170294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Rolland Batz","mobile_number":"7086908465","email_id":"cordell.rodriguez@yahoo.com","dop":"2026-01-19","serial_number":"561496191451956","imei1":"004520205915341","imei2":"051969360351284","popurl":"www.benedict-waelchi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170286,"job_number":"JOB_170286","tr_customer_id":170303,"tr_customer_product_id":170293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Shayla Kessler","mobile_number":"7086168202","email_id":"aleen.kunde@gmail.com","dop":"2026-01-19","serial_number":"236372367591240","imei1":"334285666363360","imei2":"018877848468158","popurl":"www.stephen-blick.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170285,"job_number":"JOB_170285","tr_customer_id":170302,"tr_customer_product_id":170292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Broderick Smith","mobile_number":"7001351483","email_id":"cary.mccullough@hotmail.com","dop":"2026-01-19","serial_number":"320773034943050","imei1":"114223627161612","imei2":"107464813860199","popurl":"www.chu-renner.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170284,"job_number":"JOB_170284","tr_customer_id":170301,"tr_customer_product_id":170291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Leatrice Kling","mobile_number":"7057861642","email_id":"evette.bechtelar@yahoo.com","dop":"2026-01-19","serial_number":"211730052522536","imei1":"412751570164251","imei2":"304744183682637","popurl":"www.cassaundra-schmitt.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170283,"job_number":"JOB_170283","tr_customer_id":170300,"tr_customer_product_id":170290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Isidra Bernier","mobile_number":"7011875783","email_id":"kelley.rohan@hotmail.com","dop":"2026-01-19","serial_number":"081477794363547","imei1":"300507865461477","imei2":"746794430713661","popurl":"www.eldora-quitzon.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170282,"job_number":"JOB_170282","tr_customer_id":170299,"tr_customer_product_id":170289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Violette Zboncak","mobile_number":"7054325873","email_id":"jon.beatty@yahoo.com","dop":"2026-01-19","serial_number":"113313770878779","imei1":"172401667657537","imei2":"410626337285531","popurl":"www.randall-thompson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170281,"job_number":"JOB_170281","tr_customer_id":170298,"tr_customer_product_id":170288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Gerardo Lynch","mobile_number":"7052894028","email_id":"beatris.herman@yahoo.com","dop":"2026-01-19","serial_number":"991354659847131","imei1":"211131001419487","imei2":"732099870144335","popurl":"www.donya-wilkinson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170280,"job_number":"JOB_170280","tr_customer_id":170297,"tr_customer_product_id":170287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Launa Koelpin","mobile_number":"7019276649","email_id":"bart.dach@gmail.com","dop":"2026-01-19","serial_number":"111678387215629","imei1":"699233265636085","imei2":"389383014734706","popurl":"www.briana-hessel.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170279,"job_number":"JOB_170279","tr_customer_id":170296,"tr_customer_product_id":170286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Quinn Ankunding","mobile_number":"7078393695","email_id":"kurt.simonis@gmail.com","dop":"2026-01-19","serial_number":"585745996333988","imei1":"365102360124660","imei2":"290343825323120","popurl":"www.tuan-towne.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170278,"job_number":"JOB_170278","tr_customer_id":170295,"tr_customer_product_id":170285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Shanice Gutmann","mobile_number":"7057570768","email_id":"howard.murray@gmail.com","dop":"2026-01-19","serial_number":"133040382899834","imei1":"656152903691011","imei2":"097861798104938","popurl":"www.bong-johnson.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170277,"job_number":"JOB_170277","tr_customer_id":170294,"tr_customer_product_id":170284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Rosario Gleason","mobile_number":"7026928337","email_id":"ezra.hoeger@gmail.com","dop":"2026-01-19","serial_number":"714493037194091","imei1":"161475230192910","imei2":"237466804490015","popurl":"www.devin-keebler.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170276,"job_number":"JOB_170276","tr_customer_id":170293,"tr_customer_product_id":170283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Gil Little","mobile_number":"7005177573","email_id":"jerry.ratke@yahoo.com","dop":"2026-01-19","serial_number":"428147030483039","imei1":"451809402685655","imei2":"838329545950033","popurl":"www.valery-hickle.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170275,"job_number":"JOB_170275","tr_customer_id":170292,"tr_customer_product_id":170282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Rashad Streich","mobile_number":"7034316350","email_id":"devon.abshire@gmail.com","dop":"2026-01-19","serial_number":"074453291653388","imei1":"673519097646997","imei2":"954744911420191","popurl":"www.ivory-legros.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170274,"job_number":"JOB_170274","tr_customer_id":170291,"tr_customer_product_id":170281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Ariel Bernhard","mobile_number":"7091816373","email_id":"brandee.kemmer@yahoo.com","dop":"2026-01-19","serial_number":"663775890199765","imei1":"255542807658649","imei2":"840539096445094","popurl":"www.nga-kuhlman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170273,"job_number":"JOB_170273","tr_customer_id":170290,"tr_customer_product_id":170280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Bud Huel","mobile_number":"7068666049","email_id":"gaylene.price@yahoo.com","dop":"2026-01-19","serial_number":"047974297491639","imei1":"964610923672523","imei2":"323467555465233","popurl":"www.gerard-bashirian.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170272,"job_number":"JOB_170272","tr_customer_id":170289,"tr_customer_product_id":170279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:31.000Z","modified_at":"2026-01-29T05:48:31.000Z","name":"Susann Morar","mobile_number":"7021494068","email_id":"cecile.wiegand@yahoo.com","dop":"2026-01-19","serial_number":"158927685212213","imei1":"618188655915409","imei2":"265084974638323","popurl":"www.brenton-kunze.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170271,"job_number":"JOB_170271","tr_customer_id":170288,"tr_customer_product_id":170278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:31.000Z","modified_at":"2026-01-29T05:48:31.000Z","name":"Viki Leffler","mobile_number":"7040592842","email_id":"rigoberto.hodkiewicz@yahoo.com","dop":"2026-01-19","serial_number":"136593909292199","imei1":"469284031195261","imei2":"663408731276343","popurl":"www.archie-kozey.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170270,"job_number":"JOB_170270","tr_customer_id":170287,"tr_customer_product_id":170277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:31.000Z","modified_at":"2026-01-29T05:48:31.000Z","name":"Leopoldo Metz","mobile_number":"7056154650","email_id":"cedrick.kuhlman@yahoo.com","dop":"2026-01-19","serial_number":"382261397670933","imei1":"686808815643621","imei2":"991708990793421","popurl":"www.enrique-parisian.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170269,"job_number":"JOB_170269","tr_customer_id":170286,"tr_customer_product_id":170276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Chia Stokes","mobile_number":"7086481035","email_id":"leah.torp@yahoo.com","dop":"2026-01-19","serial_number":"740412324822571","imei1":"250445028212868","imei2":"523833711067033","popurl":"www.carl-hane.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170268,"job_number":"JOB_170268","tr_customer_id":170285,"tr_customer_product_id":170275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Dudley Parisian","mobile_number":"7006955607","email_id":"raphael.barton@hotmail.com","dop":"2026-01-19","serial_number":"399692295167685","imei1":"275440972100049","imei2":"836293278474897","popurl":"www.tammara-lang.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170267,"job_number":"JOB_170267","tr_customer_id":170284,"tr_customer_product_id":170274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Nu Hilll","mobile_number":"7012124385","email_id":"lucien.borer@gmail.com","dop":"2026-01-19","serial_number":"376314463825753","imei1":"553148262147938","imei2":"794406810841490","popurl":"www.pearl-satterfield.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170266,"job_number":"JOB_170266","tr_customer_id":170283,"tr_customer_product_id":170273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Alethea Kuvalis","mobile_number":"7053110000","email_id":"randall.rau@gmail.com","dop":"2026-01-19","serial_number":"484432184152380","imei1":"191393928705824","imei2":"777880831535541","popurl":"www.edison-predovic.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170265,"job_number":"JOB_170265","tr_customer_id":170282,"tr_customer_product_id":170272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Aubrey Gottlieb","mobile_number":"7010486455","email_id":"constance.mcdermott@hotmail.com","dop":"2026-01-19","serial_number":"278272999895817","imei1":"173192041728762","imei2":"027527426271741","popurl":"www.adelina-glover.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170264,"job_number":"JOB_170264","tr_customer_id":170281,"tr_customer_product_id":170271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Dorene Hammes","mobile_number":"7040009863","email_id":"colin.herman@yahoo.com","dop":"2026-01-19","serial_number":"615679501143379","imei1":"757008604094661","imei2":"965959708832096","popurl":"www.keesha-dach.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170263,"job_number":"JOB_170263","tr_customer_id":170280,"tr_customer_product_id":170270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Columbus O'Kon","mobile_number":"7000415323","email_id":"alberta.roberts@yahoo.com","dop":"2026-01-19","serial_number":"138553713980597","imei1":"281583572359640","imei2":"304285439128757","popurl":"www.kymberly-bechtelar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170262,"job_number":"JOB_170262","tr_customer_id":170279,"tr_customer_product_id":170269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Franklin Crooks","mobile_number":"7094377777","email_id":"cordell.greenfelder@yahoo.com","dop":"2026-01-19","serial_number":"620523949014325","imei1":"373651855507247","imei2":"134866534333791","popurl":"www.myrna-farrell.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170261,"job_number":"JOB_170261","tr_customer_id":170278,"tr_customer_product_id":170268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Elissa Crist","mobile_number":"7038856749","email_id":"warren.skiles@yahoo.com","dop":"2026-01-19","serial_number":"954973640377620","imei1":"828260409651650","imei2":"645711122930752","popurl":"www.joyce-frami.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170260,"job_number":"JOB_170260","tr_customer_id":170277,"tr_customer_product_id":170267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Desmond Price","mobile_number":"7033875383","email_id":"sarina.gorczany@gmail.com","dop":"2026-01-19","serial_number":"455424103027929","imei1":"900833817247677","imei2":"969999656496338","popurl":"www.tod-luettgen.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170259,"job_number":"JOB_170259","tr_customer_id":170276,"tr_customer_product_id":170266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Claudine Swift","mobile_number":"7023796523","email_id":"lurlene.hilll@yahoo.com","dop":"2026-01-19","serial_number":"652439642084903","imei1":"150928357402321","imei2":"838988491570929","popurl":"www.trenton-hoeger.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170258,"job_number":"JOB_170258","tr_customer_id":170275,"tr_customer_product_id":170265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Blaine Koss","mobile_number":"7099437200","email_id":"quiana.lueilwitz@hotmail.com","dop":"2026-01-19","serial_number":"521418201569197","imei1":"555246561444916","imei2":"641329924661925","popurl":"www.mardell-welch.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170257,"job_number":"JOB_170257","tr_customer_id":170274,"tr_customer_product_id":170264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Wilbur Schroeder","mobile_number":"7058480818","email_id":"rosina.jones@gmail.com","dop":"2026-01-19","serial_number":"653189068748251","imei1":"841498737012002","imei2":"064810199562801","popurl":"www.keenan-dooley.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170256,"job_number":"JOB_170256","tr_customer_id":170273,"tr_customer_product_id":170263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Cristi White","mobile_number":"7085500721","email_id":"elisa.hirthe@yahoo.com","dop":"2026-01-19","serial_number":"825123777768932","imei1":"687426411502932","imei2":"824387845415695","popurl":"www.galen-watsica.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170255,"job_number":"JOB_170255","tr_customer_id":170272,"tr_customer_product_id":170262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Alvin Conroy","mobile_number":"7077100482","email_id":"malia.walter@gmail.com","dop":"2026-01-19","serial_number":"943033844192086","imei1":"882972683114668","imei2":"560033161829803","popurl":"www.kenna-rice.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170254,"job_number":"JOB_170254","tr_customer_id":170271,"tr_customer_product_id":170261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Creola Bradtke","mobile_number":"7033148032","email_id":"rico.ebert@yahoo.com","dop":"2026-01-19","serial_number":"184754830996755","imei1":"135117381731041","imei2":"652897875624613","popurl":"www.davis-romaguera.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170253,"job_number":"JOB_170253","tr_customer_id":170270,"tr_customer_product_id":170260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Andria Reinger","mobile_number":"7049706800","email_id":"foster.herman@hotmail.com","dop":"2026-01-19","serial_number":"252772070797147","imei1":"549954692664623","imei2":"509503807632421","popurl":"www.tristan-rohan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170252,"job_number":"JOB_170252","tr_customer_id":170269,"tr_customer_product_id":170259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Hector Mayert","mobile_number":"7000067769","email_id":"karin.cormier@yahoo.com","dop":"2026-01-19","serial_number":"101963705060146","imei1":"188986013689175","imei2":"371523801056063","popurl":"www.wyatt-gleichner.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170251,"job_number":"JOB_170251","tr_customer_id":170268,"tr_customer_product_id":170258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Takako Harvey","mobile_number":"7075139015","email_id":"elease.osinski@yahoo.com","dop":"2026-01-19","serial_number":"566475336942803","imei1":"584350034680843","imei2":"041126346336279","popurl":"www.amos-kihn.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170250,"job_number":"JOB_170250","tr_customer_id":170267,"tr_customer_product_id":170257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Jeremy Douglas","mobile_number":"7020119602","email_id":"ira.toy@yahoo.com","dop":"2026-01-19","serial_number":"384872070076189","imei1":"564258331463972","imei2":"085278075055009","popurl":"www.curtis-medhurst.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170249,"job_number":"JOB_170249","tr_customer_id":170266,"tr_customer_product_id":170256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Jeneva Gutmann","mobile_number":"7051585591","email_id":"rodger.king@hotmail.com","dop":"2026-01-19","serial_number":"912060662832802","imei1":"488904204192327","imei2":"567495526836807","popurl":"www.moira-gulgowski.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170248,"job_number":"JOB_170248","tr_customer_id":170265,"tr_customer_product_id":170255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Josephina Hilpert","mobile_number":"7054172155","email_id":"bambi.welch@gmail.com","dop":"2026-01-19","serial_number":"962736970665202","imei1":"474371224125685","imei2":"289043046269861","popurl":"www.newton-kohler.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170247,"job_number":"JOB_170247","tr_customer_id":170264,"tr_customer_product_id":170254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Fabian Rogahn","mobile_number":"7085466827","email_id":"zelma.quitzon@gmail.com","dop":"2026-01-19","serial_number":"850559854879572","imei1":"903521674044926","imei2":"038596223035113","popurl":"www.deanne-torphy.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170246,"job_number":"JOB_170246","tr_customer_id":170263,"tr_customer_product_id":170253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Leigh Leffler","mobile_number":"7023494932","email_id":"elin.howell@gmail.com","dop":"2026-01-19","serial_number":"589264318857867","imei1":"200586495551914","imei2":"431114446632498","popurl":"www.adolfo-kunze.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170245,"job_number":"JOB_170245","tr_customer_id":170262,"tr_customer_product_id":170252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Sharyl Cummerata","mobile_number":"7070253948","email_id":"branden.becker@yahoo.com","dop":"2026-01-19","serial_number":"233206572760965","imei1":"707061874175435","imei2":"589928904627287","popurl":"www.louie-bauch.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170244,"job_number":"JOB_170244","tr_customer_id":170261,"tr_customer_product_id":170251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Angelyn Dooley","mobile_number":"7061461129","email_id":"pedro.marvin@gmail.com","dop":"2026-01-19","serial_number":"452032612133165","imei1":"559206740453246","imei2":"207471890302768","popurl":"www.gerard-kuhic.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170243,"job_number":"JOB_170243","tr_customer_id":170260,"tr_customer_product_id":170250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Lewis Johnston","mobile_number":"7094208443","email_id":"aja.sawayn@hotmail.com","dop":"2026-01-19","serial_number":"131230129459942","imei1":"025304491659747","imei2":"902681255883198","popurl":"www.lucas-prosacco.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170242,"job_number":"JOB_170242","tr_customer_id":170259,"tr_customer_product_id":170249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Lavette Huel","mobile_number":"7020968239","email_id":"chas.medhurst@hotmail.com","dop":"2026-01-19","serial_number":"589474559718762","imei1":"425468965770591","imei2":"296928363006821","popurl":"www.dorian-oconner.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170241,"job_number":"JOB_170241","tr_customer_id":170258,"tr_customer_product_id":170248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Florencia Kreiger","mobile_number":"7077887898","email_id":"malcom.cronin@gmail.com","dop":"2026-01-19","serial_number":"311006737465354","imei1":"715439860866496","imei2":"649302465989372","popurl":"www.winston-hoppe.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170240,"job_number":"JOB_170240","tr_customer_id":170257,"tr_customer_product_id":170247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Nickolas Weimann","mobile_number":"7093581638","email_id":"awilda.sawayn@yahoo.com","dop":"2026-01-19","serial_number":"101153590011072","imei1":"166656357351732","imei2":"389371791577826","popurl":"www.bong-okon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170239,"job_number":"JOB_170239","tr_customer_id":170256,"tr_customer_product_id":170246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Hayley Schowalter","mobile_number":"7022998802","email_id":"junior.white@gmail.com","dop":"2026-01-19","serial_number":"210971507849559","imei1":"202835066949078","imei2":"538271499790282","popurl":"www.leonarda-nicolas.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170238,"job_number":"JOB_170238","tr_customer_id":170255,"tr_customer_product_id":170245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Vi Grady","mobile_number":"7055471855","email_id":"lucien.green@hotmail.com","dop":"2026-01-19","serial_number":"107810911840661","imei1":"053152890367488","imei2":"265316909129822","popurl":"www.nathaniel-rath.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170237,"job_number":"JOB_170237","tr_customer_id":170254,"tr_customer_product_id":170244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Spencer Raynor","mobile_number":"7059441638","email_id":"zane.turner@hotmail.com","dop":"2026-01-19","serial_number":"958340763900306","imei1":"518891813416819","imei2":"445176252269607","popurl":"www.jerrell-schowalter.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170236,"job_number":"JOB_170236","tr_customer_id":170253,"tr_customer_product_id":170243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Amos Wyman","mobile_number":"7051301548","email_id":"edwin.tromp@hotmail.com","dop":"2026-01-19","serial_number":"929316672467096","imei1":"023799191245043","imei2":"551596693549773","popurl":"www.simon-schuster.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170235,"job_number":"JOB_170235","tr_customer_id":170252,"tr_customer_product_id":170242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Brock Rippin","mobile_number":"7018396582","email_id":"kennith.hand@gmail.com","dop":"2026-01-19","serial_number":"321216827512652","imei1":"979503815262283","imei2":"177238354959110","popurl":"www.lovie-herman.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170234,"job_number":"JOB_170234","tr_customer_id":170251,"tr_customer_product_id":170241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Stephani Schimmel","mobile_number":"7040016503","email_id":"celia.spencer@yahoo.com","dop":"2026-01-19","serial_number":"948611560897978","imei1":"995614146597753","imei2":"296746578266108","popurl":"www.hertha-hauck.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170233,"job_number":"JOB_170233","tr_customer_id":170250,"tr_customer_product_id":170240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Noel Becker","mobile_number":"7090324337","email_id":"ilse.mccullough@hotmail.com","dop":"2026-01-19","serial_number":"043988326612868","imei1":"174036313485590","imei2":"123128261742204","popurl":"www.rudy-nicolas.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170232,"job_number":"JOB_170232","tr_customer_id":170249,"tr_customer_product_id":170239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Basil Weber","mobile_number":"7056331788","email_id":"darrin.krajcik@gmail.com","dop":"2026-01-19","serial_number":"814686544162195","imei1":"392840382561529","imei2":"588696317677403","popurl":"www.dia-raynor.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170231,"job_number":"JOB_170231","tr_customer_id":170248,"tr_customer_product_id":170238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Deneen Schaefer","mobile_number":"7042301198","email_id":"margarette.crona@yahoo.com","dop":"2026-01-19","serial_number":"943266893741394","imei1":"466261641029135","imei2":"362463481624836","popurl":"www.forest-senger.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170230,"job_number":"JOB_170230","tr_customer_id":170247,"tr_customer_product_id":170237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Tiffani O'Reilly","mobile_number":"7093165858","email_id":"andre.johnson@gmail.com","dop":"2026-01-19","serial_number":"340665457787737","imei1":"722507410891080","imei2":"114545239349483","popurl":"www.lesley-jacobi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170229,"job_number":"JOB_170229","tr_customer_id":170246,"tr_customer_product_id":170236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Loyd Bernier","mobile_number":"7059942123","email_id":"armand.rutherford@hotmail.com","dop":"2026-01-19","serial_number":"893940628483506","imei1":"494002875673185","imei2":"791618318319657","popurl":"www.devorah-wyman.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170228,"job_number":"JOB_170228","tr_customer_id":170245,"tr_customer_product_id":170235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Porsha Braun","mobile_number":"7044490785","email_id":"galen.haley@yahoo.com","dop":"2026-01-19","serial_number":"349391363271139","imei1":"001137163421768","imei2":"024035365952399","popurl":"www.dwight-pouros.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170227,"job_number":"JOB_170227","tr_customer_id":170244,"tr_customer_product_id":170234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Ted D'Amore","mobile_number":"7025302013","email_id":"jackson.kreiger@yahoo.com","dop":"2026-01-19","serial_number":"469962355039832","imei1":"926574318548762","imei2":"355073763224486","popurl":"www.cleo-stracke.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170226,"job_number":"JOB_170226","tr_customer_id":170243,"tr_customer_product_id":170233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Tyrone Johnston","mobile_number":"7010542277","email_id":"britta.kessler@gmail.com","dop":"2026-01-19","serial_number":"496733144744161","imei1":"277731885006461","imei2":"178749463554094","popurl":"www.brenton-grant.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170225,"job_number":"JOB_170225","tr_customer_id":170242,"tr_customer_product_id":170232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Holley Schowalter","mobile_number":"7002039594","email_id":"arnold.aufderhar@yahoo.com","dop":"2026-01-19","serial_number":"471105183868605","imei1":"045570237491908","imei2":"349747981733279","popurl":"www.guillermina-wuckert.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170224,"job_number":"JOB_170224","tr_customer_id":170241,"tr_customer_product_id":170231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Esperanza Luettgen","mobile_number":"7073288083","email_id":"jennette.koch@hotmail.com","dop":"2026-01-19","serial_number":"446498257308002","imei1":"913856754915822","imei2":"562456480434160","popurl":"www.lindsey-lubowitz.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170223,"job_number":"JOB_170223","tr_customer_id":170240,"tr_customer_product_id":170230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Shemika Miller","mobile_number":"7089046215","email_id":"zola.weissnat@hotmail.com","dop":"2026-01-19","serial_number":"371154345167432","imei1":"510849773235687","imei2":"865703871847804","popurl":"www.lin-ernser.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170222,"job_number":"JOB_170222","tr_customer_id":170239,"tr_customer_product_id":170229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Marni Rau","mobile_number":"7041293254","email_id":"nathalie.emard@yahoo.com","dop":"2026-01-19","serial_number":"180581046522869","imei1":"632188882202833","imei2":"602710944438569","popurl":"www.hobert-shanahan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170221,"job_number":"JOB_170221","tr_customer_id":170238,"tr_customer_product_id":170228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Walter Lang","mobile_number":"7035772490","email_id":"johnie.renner@gmail.com","dop":"2026-01-19","serial_number":"742275585473763","imei1":"105360820550351","imei2":"432091736323913","popurl":"www.heath-reinger.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170220,"job_number":"JOB_170220","tr_customer_id":170236,"tr_customer_product_id":170226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Jaquelyn Larson","mobile_number":"7064888463","email_id":"romaine.schmidt@hotmail.com","dop":"2026-01-19","serial_number":"773366278280310","imei1":"170911266100788","imei2":"817151465171760","popurl":"www.kathi-bashirian.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170219,"job_number":"JOB_170219","tr_customer_id":170237,"tr_customer_product_id":170227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Osvaldo Jerde","mobile_number":"7055007069","email_id":"dell.dooley@hotmail.com","dop":"2026-01-19","serial_number":"904570095669522","imei1":"287955200431046","imei2":"093293884433160","popurl":"www.forest-bailey.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170218,"job_number":"JOB_170218","tr_customer_id":170235,"tr_customer_product_id":170225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Mickey McDermott","mobile_number":"7044214377","email_id":"hettie.schultz@gmail.com","dop":"2026-01-19","serial_number":"618241303926546","imei1":"582538028283710","imei2":"812232289371416","popurl":"www.stacy-russel.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170217,"job_number":"JOB_170217","tr_customer_id":170234,"tr_customer_product_id":170224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Jonathon Heller","mobile_number":"7041702890","email_id":"camie.kihn@yahoo.com","dop":"2026-01-19","serial_number":"083391448195476","imei1":"664192220803144","imei2":"282327820991273","popurl":"www.doug-schoen.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170216,"job_number":"JOB_170216","tr_customer_id":170233,"tr_customer_product_id":170223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Willian Gleason","mobile_number":"7040709820","email_id":"nelly.king@hotmail.com","dop":"2026-01-19","serial_number":"595546995583586","imei1":"899482708143404","imei2":"169129188635019","popurl":"www.emogene-muller.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170215,"job_number":"JOB_170215","tr_customer_id":170232,"tr_customer_product_id":170222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Ophelia Schinner","mobile_number":"7022044343","email_id":"hassan.glover@gmail.com","dop":"2026-01-19","serial_number":"914027609499283","imei1":"706965255470998","imei2":"029690803656320","popurl":"www.jeremy-streich.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170214,"job_number":"JOB_170214","tr_customer_id":170231,"tr_customer_product_id":170221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Lemuel Graham","mobile_number":"7031720015","email_id":"geoffrey.kohler@yahoo.com","dop":"2026-01-19","serial_number":"201326228201942","imei1":"800128561983084","imei2":"894603301513740","popurl":"www.doretta-yundt.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170213,"job_number":"JOB_170213","tr_customer_id":170230,"tr_customer_product_id":170220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Albert Bruen","mobile_number":"7067370160","email_id":"modesta.schinner@yahoo.com","dop":"2026-01-19","serial_number":"788933616861179","imei1":"511324452900780","imei2":"917067342738088","popurl":"www.yuko-mcdermott.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170212,"job_number":"JOB_170212","tr_customer_id":170229,"tr_customer_product_id":170219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:36:30.000Z","modified_at":"2026-01-29T05:36:30.000Z","name":"Libbie Keebler","mobile_number":"333-598-3808","email_id":"Mabelle.Miller@hotmail.com","dop":"2025-04-06","serial_number":"16537321253497456","imei1":"16537321253497456","imei2":"16537321253497456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:36:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170211,"job_number":"JOB_170211","tr_customer_id":170228,"tr_customer_product_id":170218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:36:29.000Z","modified_at":"2026-01-29T05:37:04.000Z","name":"Meagan Schaefer","mobile_number":"863-586-8628","email_id":"Alicia92@hotmail.com","dop":"2025-04-06","serial_number":"17631928186345","imei1":"17631928186345","imei2":"17631928186345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170210,"job_number":"JOB_170210","tr_customer_id":170227,"tr_customer_product_id":170217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:36:29.000Z","modified_at":"2026-01-29T05:36:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17561133055717","imei1":"17561133055717","imei2":"17561133055717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:36:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170209,"job_number":"JOB_170209","tr_customer_id":170226,"tr_customer_product_id":170216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:48.000Z","modified_at":"2026-01-29T05:35:48.000Z","name":"Tyreek Jacobson","mobile_number":"930-868-3905","email_id":"Holden6@hotmail.com","dop":"2025-04-06","serial_number":"13824853662455968","imei1":"13824853662455968","imei2":"13824853662455968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170208,"job_number":"JOB_170208","tr_customer_id":170225,"tr_customer_product_id":170215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:46.000Z","modified_at":"2026-01-29T05:36:22.000Z","name":"Laisha Botsford","mobile_number":"486-674-0169","email_id":"Lilliana.Grady86@yahoo.com","dop":"2025-04-06","serial_number":"19521776007117","imei1":"19521776007117","imei2":"19521776007117","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170207,"job_number":"JOB_170207","tr_customer_id":170224,"tr_customer_product_id":170214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:46.000Z","modified_at":"2026-01-29T05:35:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10274896426100","imei1":"10274896426100","imei2":"10274896426100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170206,"job_number":"JOB_170206","tr_customer_id":170223,"tr_customer_product_id":170213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:04.000Z","modified_at":"2026-01-29T05:35:04.000Z","name":"Darrion Kozey","mobile_number":"588-201-3797","email_id":"Richmond.Reinger@yahoo.com","dop":"2025-04-06","serial_number":"14582513913738704","imei1":"14582513913738704","imei2":"14582513913738704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170205,"job_number":"JOB_170205","tr_customer_id":170222,"tr_customer_product_id":170212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:03.000Z","modified_at":"2026-01-29T05:35:39.000Z","name":"Maegan Nolan","mobile_number":"473-311-8315","email_id":"Mariane43@hotmail.com","dop":"2025-04-06","serial_number":"13634145667307","imei1":"13634145667307","imei2":"13634145667307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170204,"job_number":"JOB_170204","tr_customer_id":170221,"tr_customer_product_id":170211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:03.000Z","modified_at":"2026-01-29T05:35:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16317495981557","imei1":"16317495981557","imei2":"16317495981557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170203,"job_number":"JOB_170203","tr_customer_id":170220,"tr_customer_product_id":170210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Teodoro Mertz","mobile_number":"7080081334","email_id":"glady.roberts@hotmail.com","dop":"2026-01-19","serial_number":"257966550364025","imei1":"010774829577335","imei2":"424251811115573","popurl":"www.etta-hammes.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170202,"job_number":"JOB_170202","tr_customer_id":170219,"tr_customer_product_id":170209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Ali Krajcik","mobile_number":"7070210978","email_id":"claude.marks@gmail.com","dop":"2026-01-19","serial_number":"566857283444400","imei1":"893816487869827","imei2":"988916068718383","popurl":"www.eli-pollich.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170200,"job_number":"JOB_170200","tr_customer_id":170217,"tr_customer_product_id":170207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Keren Vandervort","mobile_number":"7016611304","email_id":"junior.huel@yahoo.com","dop":"2026-01-19","serial_number":"855772320972979","imei1":"072206601964536","imei2":"515369842438752","popurl":"www.vita-kiehn.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170195,"job_number":"JOB_170195","tr_customer_id":170212,"tr_customer_product_id":170202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Adrianna Mohr","mobile_number":"7006815969","email_id":"vicenta.shanahan@hotmail.com","dop":"2026-01-19","serial_number":"696627622222377","imei1":"758946644000502","imei2":"044592208007460","popurl":"www.genia-connelly.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170194,"job_number":"JOB_170194","tr_customer_id":170211,"tr_customer_product_id":170201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Shaunta Kerluke","mobile_number":"7096743832","email_id":"shane.ledner@hotmail.com","dop":"2026-01-19","serial_number":"930616476723905","imei1":"703296338363976","imei2":"411675745899151","popurl":"www.jamal-green.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170193,"job_number":"JOB_170193","tr_customer_id":170210,"tr_customer_product_id":170200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Mara Goldner","mobile_number":"7099840348","email_id":"jacinto.mills@hotmail.com","dop":"2026-01-19","serial_number":"411820229868816","imei1":"325852625517677","imei2":"918718043689024","popurl":"www.mickey-runolfsdottir.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170192,"job_number":"JOB_170192","tr_customer_id":170209,"tr_customer_product_id":170199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Johnson Fritsch","mobile_number":"7094416521","email_id":"eric.gutkowski@yahoo.com","dop":"2026-01-19","serial_number":"527337101827418","imei1":"801268078604025","imei2":"195986011100836","popurl":"www.dione-brekke.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170191,"job_number":"JOB_170191","tr_customer_id":170208,"tr_customer_product_id":170198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Brenton Jerde","mobile_number":"7029466862","email_id":"zane.beier@yahoo.com","dop":"2026-01-19","serial_number":"284478695957991","imei1":"907372693052073","imei2":"065997887346674","popurl":"www.trey-prohaska.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170190,"job_number":"JOB_170190","tr_customer_id":170207,"tr_customer_product_id":170197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Sandra Nader","mobile_number":"7027122938","email_id":"trenton.deckow@hotmail.com","dop":"2026-01-19","serial_number":"960151578625596","imei1":"261219034925918","imei2":"710762509060247","popurl":"www.hassan-borer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170189,"job_number":"JOB_170189","tr_customer_id":170206,"tr_customer_product_id":170196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Merle Vandervort","mobile_number":"7027088728","email_id":"carina.gulgowski@hotmail.com","dop":"2026-01-19","serial_number":"269133326184491","imei1":"473766819248759","imei2":"516865209155111","popurl":"www.elden-kassulke.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170187,"job_number":"JOB_170187","tr_customer_id":170204,"tr_customer_product_id":170194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Franklyn McCullough","mobile_number":"7015874224","email_id":"jeremy.mcdermott@hotmail.com","dop":"2026-01-19","serial_number":"408991990502381","imei1":"537855977020547","imei2":"294087964856779","popurl":"www.doris-glover.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170186,"job_number":"JOB_170186","tr_customer_id":170203,"tr_customer_product_id":170193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Virgie Bayer","mobile_number":"7052676524","email_id":"jeffry.hammes@gmail.com","dop":"2026-01-19","serial_number":"258697975427608","imei1":"648626550074182","imei2":"132336005297838","popurl":"www.emerald-howell.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170185,"job_number":"JOB_170185","tr_customer_id":170202,"tr_customer_product_id":170192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Lavera Ritchie","mobile_number":"7050740236","email_id":"zack.morissette@yahoo.com","dop":"2026-01-19","serial_number":"902593860076450","imei1":"125117727673984","imei2":"057224463685136","popurl":"www.hilario-boehm.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170183,"job_number":"JOB_170183","tr_customer_id":170200,"tr_customer_product_id":170190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Frankie Veum","mobile_number":"7077706900","email_id":"ali.ondricka@hotmail.com","dop":"2026-01-19","serial_number":"022276152650084","imei1":"930493278393418","imei2":"946274536120247","popurl":"www.hermelinda-rath.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170182,"job_number":"JOB_170182","tr_customer_id":170199,"tr_customer_product_id":170189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Robt Lind","mobile_number":"7012761193","email_id":"dexter.hartmann@hotmail.com","dop":"2026-01-19","serial_number":"866996484480033","imei1":"342001239174758","imei2":"584804169047624","popurl":"www.albert-wilkinson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170181,"job_number":"JOB_170181","tr_customer_id":170198,"tr_customer_product_id":170188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Scot Collins","mobile_number":"7001509751","email_id":"marshall.hauck@yahoo.com","dop":"2026-01-19","serial_number":"035775542138682","imei1":"180520080387448","imei2":"147703922720161","popurl":"www.gregorio-dicki.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170180,"job_number":"JOB_170180","tr_customer_id":170197,"tr_customer_product_id":170187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Angel Wisoky","mobile_number":"7039526077","email_id":"krystyna.orn@yahoo.com","dop":"2026-01-19","serial_number":"475022420553739","imei1":"171603904199394","imei2":"239468795842844","popurl":"www.laticia-schowalter.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170179,"job_number":"JOB_170179","tr_customer_id":170196,"tr_customer_product_id":170186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Raphael Collier","mobile_number":"7002588450","email_id":"shamika.wehner@gmail.com","dop":"2026-01-19","serial_number":"365397063222001","imei1":"496677852016942","imei2":"343943356484650","popurl":"www.raul-dietrich.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170178,"job_number":"JOB_170178","tr_customer_id":170194,"tr_customer_product_id":170184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:52.000Z","modified_at":"2026-01-29T05:34:52.000Z","name":"Gregg Watsica","mobile_number":"7052160671","email_id":"aurore.bode@yahoo.com","dop":"2026-01-19","serial_number":"894351220996722","imei1":"006593672504426","imei2":"815235739304448","popurl":"www.jesica-cronin.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170177,"job_number":"JOB_170177","tr_customer_id":170195,"tr_customer_product_id":170185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:52.000Z","modified_at":"2026-01-29T05:34:52.000Z","name":"Rob Hintz","mobile_number":"7035166335","email_id":"trey.runolfsson@gmail.com","dop":"2026-01-19","serial_number":"655335391288894","imei1":"613492205532227","imei2":"232929543754821","popurl":"www.lesley-howell.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170175,"job_number":"JOB_170175","tr_customer_id":170192,"tr_customer_product_id":170182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:52.000Z","modified_at":"2026-01-29T05:34:52.000Z","name":"Art Zulauf","mobile_number":"7002171093","email_id":"clarissa.conn@hotmail.com","dop":"2026-01-19","serial_number":"297629132505454","imei1":"365179481433088","imei2":"395976257102523","popurl":"www.mitch-bailey.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170173,"job_number":"JOB_170173","tr_customer_id":170190,"tr_customer_product_id":170180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Frankie Borer","mobile_number":"7072692832","email_id":"glayds.carter@hotmail.com","dop":"2026-01-19","serial_number":"115875048037110","imei1":"441646074202699","imei2":"994800307573010","popurl":"www.robyn-beatty.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170168,"job_number":"JOB_170168","tr_customer_id":170185,"tr_customer_product_id":170175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Otha Bernier","mobile_number":"7018885113","email_id":"billy.stoltenberg@yahoo.com","dop":"2026-01-19","serial_number":"389961325088501","imei1":"712502540661022","imei2":"255797542092011","popurl":"www.delpha-smith.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170167,"job_number":"JOB_170167","tr_customer_id":170184,"tr_customer_product_id":170174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Rebekah Beahan","mobile_number":"7035742682","email_id":"adam.nienow@hotmail.com","dop":"2026-01-19","serial_number":"745760556428682","imei1":"455525227879351","imei2":"951041960995206","popurl":"www.gabriel-bayer.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170164,"job_number":"JOB_170164","tr_customer_id":170181,"tr_customer_product_id":170171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Jonelle Klocko","mobile_number":"7048265002","email_id":"tiara.padberg@yahoo.com","dop":"2026-01-19","serial_number":"228118469768664","imei1":"919151887827122","imei2":"631683307038891","popurl":"www.lynette-parisian.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170161,"job_number":"JOB_170161","tr_customer_id":170178,"tr_customer_product_id":170168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Dave Barton","mobile_number":"7054604363","email_id":"merlyn.considine@gmail.com","dop":"2026-01-19","serial_number":"133754245307686","imei1":"233312839185082","imei2":"626708762756189","popurl":"www.lynette-ritchie.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170160,"job_number":"JOB_170160","tr_customer_id":170177,"tr_customer_product_id":170167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Florance Predovic","mobile_number":"7096786166","email_id":"myrta.brown@gmail.com","dop":"2026-01-19","serial_number":"081168216538352","imei1":"441244422022332","imei2":"384656051872938","popurl":"www.stephanie-mante.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170159,"job_number":"JOB_170159","tr_customer_id":170176,"tr_customer_product_id":170166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Rudolf Rodriguez","mobile_number":"7039995742","email_id":"elvia.funk@hotmail.com","dop":"2026-01-19","serial_number":"242749064105965","imei1":"222561025414443","imei2":"808902081726739","popurl":"www.russell-padberg.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170156,"job_number":"JOB_170156","tr_customer_id":170173,"tr_customer_product_id":170163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Deeann Lueilwitz","mobile_number":"7000095225","email_id":"dannie.aufderhar@gmail.com","dop":"2026-01-19","serial_number":"734396947902275","imei1":"191661230487182","imei2":"874206157315772","popurl":"www.raymundo-gleichner.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170155,"job_number":"JOB_170155","tr_customer_id":170172,"tr_customer_product_id":170162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Peter Strosin","mobile_number":"7053723878","email_id":"antonia.gulgowski@gmail.com","dop":"2026-01-19","serial_number":"882859625055584","imei1":"848875892299538","imei2":"927166387545854","popurl":"www.louella-oreilly.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170153,"job_number":"JOB_170153","tr_customer_id":170170,"tr_customer_product_id":170160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Elwood Hickle","mobile_number":"7018262131","email_id":"bryce.dicki@hotmail.com","dop":"2026-01-19","serial_number":"059432894744626","imei1":"540484997535339","imei2":"966407735436446","popurl":"www.lilia-corwin.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170152,"job_number":"JOB_170152","tr_customer_id":170169,"tr_customer_product_id":170159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Wesley Wuckert","mobile_number":"7024604146","email_id":"nicholas.pagac@hotmail.com","dop":"2026-01-19","serial_number":"376606416051975","imei1":"113955156066774","imei2":"035005471882259","popurl":"www.damion-gutkowski.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170151,"job_number":"JOB_170151","tr_customer_id":170168,"tr_customer_product_id":170158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Mariella Collier","mobile_number":"7000022110","email_id":"alfonso.davis@hotmail.com","dop":"2026-01-19","serial_number":"833286205913040","imei1":"242474703887033","imei2":"942448992639882","popurl":"www.evelin-considine.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170150,"job_number":"JOB_170150","tr_customer_id":170167,"tr_customer_product_id":170157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Simonne Rogahn","mobile_number":"7046970877","email_id":"frederick.klein@hotmail.com","dop":"2026-01-19","serial_number":"807416161090568","imei1":"703543043452060","imei2":"233629490053099","popurl":"www.darryl-bergstrom.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170149,"job_number":"JOB_170149","tr_customer_id":170166,"tr_customer_product_id":170156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Kirk Kreiger","mobile_number":"7035806184","email_id":"jesse.cartwright@gmail.com","dop":"2026-01-19","serial_number":"874626696862079","imei1":"519035174253206","imei2":"265933440380059","popurl":"www.dierdre-muller.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170148,"job_number":"JOB_170148","tr_customer_id":170165,"tr_customer_product_id":170155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Yadira Upton","mobile_number":"7048794777","email_id":"irvin.kutch@yahoo.com","dop":"2026-01-19","serial_number":"410972370424697","imei1":"078643356514278","imei2":"892209840163632","popurl":"www.diann-harris.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170147,"job_number":"JOB_170147","tr_customer_id":170164,"tr_customer_product_id":170154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:48.000Z","modified_at":"2026-01-29T05:34:48.000Z","name":"Ignacio Donnelly","mobile_number":"7084184791","email_id":"waldo.gleichner@yahoo.com","dop":"2026-01-19","serial_number":"963412747552259","imei1":"971142090541697","imei2":"604051429757817","popurl":"www.lane-walsh.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170146,"job_number":"JOB_170146","tr_customer_id":170163,"tr_customer_product_id":170153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:48.000Z","modified_at":"2026-01-29T05:34:48.000Z","name":"Dewayne Erdman","mobile_number":"7030370487","email_id":"arlyne.hand@hotmail.com","dop":"2026-01-19","serial_number":"098829065653119","imei1":"504408521882558","imei2":"214225027358401","popurl":"www.zachary-dicki.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170145,"job_number":"JOB_170145","tr_customer_id":170162,"tr_customer_product_id":170152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:48.000Z","modified_at":"2026-01-29T05:34:48.000Z","name":"Oma Kris","mobile_number":"7087336186","email_id":"dorene.johns@yahoo.com","dop":"2026-01-19","serial_number":"795773481174834","imei1":"657132377848392","imei2":"553427137964735","popurl":"www.deon-grady.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170143,"job_number":"JOB_170143","tr_customer_id":170160,"tr_customer_product_id":170150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Bernetta Schumm","mobile_number":"7074171809","email_id":"clinton.sauer@yahoo.com","dop":"2026-01-19","serial_number":"264545792506379","imei1":"780197290642320","imei2":"515838340988710","popurl":"www.vinnie-carter.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170142,"job_number":"JOB_170142","tr_customer_id":170159,"tr_customer_product_id":170149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Rod Murray","mobile_number":"7078241403","email_id":"myles.okeefe@hotmail.com","dop":"2026-01-19","serial_number":"715797514403483","imei1":"458726082752992","imei2":"811096422918993","popurl":"www.ellis-hessel.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170141,"job_number":"JOB_170141","tr_customer_id":170158,"tr_customer_product_id":170148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Sherice Schaden","mobile_number":"7070250616","email_id":"eldon.mann@hotmail.com","dop":"2026-01-19","serial_number":"591030857229123","imei1":"909128399698045","imei2":"776866600626652","popurl":"www.javier-hirthe.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170140,"job_number":"JOB_170140","tr_customer_id":170157,"tr_customer_product_id":170147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Kina Oberbrunner","mobile_number":"7050500725","email_id":"lilian.bergstrom@gmail.com","dop":"2026-01-19","serial_number":"729355777351377","imei1":"633601704309389","imei2":"821036601253040","popurl":"www.kareem-stehr.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170139,"job_number":"JOB_170139","tr_customer_id":170156,"tr_customer_product_id":170146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Sheryll Roberts","mobile_number":"7066407099","email_id":"dillon.hammes@yahoo.com","dop":"2026-01-19","serial_number":"083669247668013","imei1":"879367248367880","imei2":"753360822015545","popurl":"www.forest-schumm.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170138,"job_number":"JOB_170138","tr_customer_id":170155,"tr_customer_product_id":170145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Na Connelly","mobile_number":"7022030315","email_id":"melonie.farrell@hotmail.com","dop":"2026-01-19","serial_number":"494850587113059","imei1":"841716178739898","imei2":"791888896548785","popurl":"www.alden-stoltenberg.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170137,"job_number":"JOB_170137","tr_customer_id":170154,"tr_customer_product_id":170144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Earle Yundt","mobile_number":"7038088096","email_id":"louetta.west@hotmail.com","dop":"2026-01-19","serial_number":"289688478587446","imei1":"503717768812734","imei2":"686103186396232","popurl":"www.lenora-stamm.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170136,"job_number":"JOB_170136","tr_customer_id":170153,"tr_customer_product_id":170143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Romeo Hermann","mobile_number":"7098466731","email_id":"sook.borer@hotmail.com","dop":"2026-01-19","serial_number":"446716482990167","imei1":"941734509717234","imei2":"013473444757851","popurl":"www.jeff-thompson.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170135,"job_number":"JOB_170135","tr_customer_id":170152,"tr_customer_product_id":170142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Magaret Orn","mobile_number":"7094285782","email_id":"victor.prohaska@hotmail.com","dop":"2026-01-19","serial_number":"867038359066668","imei1":"663378556594185","imei2":"915358945445974","popurl":"www.lynwood-dibbert.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170134,"job_number":"JOB_170134","tr_customer_id":170151,"tr_customer_product_id":170141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Nicholas Mann","mobile_number":"7049439514","email_id":"jamie.nolan@yahoo.com","dop":"2026-01-19","serial_number":"335502909755838","imei1":"530329350041440","imei2":"871356817984986","popurl":"www.kaitlin-turner.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170132,"job_number":"JOB_170132","tr_customer_id":170149,"tr_customer_product_id":170139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Sammy Toy","mobile_number":"7053214545","email_id":"chelsie.maggio@gmail.com","dop":"2026-01-19","serial_number":"052144706608728","imei1":"158718404043463","imei2":"641913851060150","popurl":"www.ernestina-rohan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170131,"job_number":"JOB_170131","tr_customer_id":170148,"tr_customer_product_id":170138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Ronald Shanahan","mobile_number":"7017619266","email_id":"melvin.lueilwitz@hotmail.com","dop":"2026-01-19","serial_number":"996023808558148","imei1":"701659339205798","imei2":"777756934171624","popurl":"www.lanita-white.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170130,"job_number":"JOB_170130","tr_customer_id":170147,"tr_customer_product_id":170137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Michaele Torp","mobile_number":"7008466807","email_id":"anglea.murphy@gmail.com","dop":"2026-01-19","serial_number":"201222226587651","imei1":"403699186426363","imei2":"399975174960955","popurl":"www.luba-ohara.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170129,"job_number":"JOB_170129","tr_customer_id":170146,"tr_customer_product_id":170136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Lesley Herzog","mobile_number":"7092505323","email_id":"hortense.lockman@hotmail.com","dop":"2026-01-19","serial_number":"247017482715954","imei1":"145049471155287","imei2":"454837346949920","popurl":"www.shameka-hammes.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170127,"job_number":"JOB_170127","tr_customer_id":170144,"tr_customer_product_id":170134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Demetrius Wisozk","mobile_number":"7003714203","email_id":"cathie.robel@hotmail.com","dop":"2026-01-19","serial_number":"684422314951074","imei1":"810729037499027","imei2":"376795426634857","popurl":"www.audrey-tillman.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170126,"job_number":"JOB_170126","tr_customer_id":170143,"tr_customer_product_id":170133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Rayford Rowe","mobile_number":"7030552072","email_id":"nakisha.goyette@gmail.com","dop":"2026-01-19","serial_number":"571117012921224","imei1":"459758782255139","imei2":"814346347356559","popurl":"www.sidney-cronin.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170124,"job_number":"JOB_170124","tr_customer_id":170141,"tr_customer_product_id":170131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Dorthy Lesch","mobile_number":"7023990804","email_id":"rosaria.ferry@yahoo.com","dop":"2026-01-19","serial_number":"587061789909037","imei1":"191532086863173","imei2":"045600577717171","popurl":"www.mitchel-yost.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170123,"job_number":"JOB_170123","tr_customer_id":170140,"tr_customer_product_id":170130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Mathew Parker","mobile_number":"7011685916","email_id":"tamica.yost@yahoo.com","dop":"2026-01-19","serial_number":"993966339214398","imei1":"449261436859162","imei2":"364092332632470","popurl":"www.ernesto-luettgen.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170122,"job_number":"JOB_170122","tr_customer_id":170139,"tr_customer_product_id":170129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Tommy Witting","mobile_number":"7070342056","email_id":"kory.bashirian@yahoo.com","dop":"2026-01-19","serial_number":"872358208120781","imei1":"220502342585437","imei2":"787055755713510","popurl":"www.aline-rowe.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170120,"job_number":"JOB_170120","tr_customer_id":170137,"tr_customer_product_id":170127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Anya Braun","mobile_number":"7011017484","email_id":"robbyn.marks@yahoo.com","dop":"2026-01-19","serial_number":"853442598438649","imei1":"522258776211542","imei2":"903444213148814","popurl":"www.hai-dibbert.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170119,"job_number":"JOB_170119","tr_customer_id":170136,"tr_customer_product_id":170126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Dario Hyatt","mobile_number":"7035075862","email_id":"duane.gorczany@gmail.com","dop":"2026-01-19","serial_number":"475786755446236","imei1":"851059287978101","imei2":"558210867899747","popurl":"www.tynisha-mcclure.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170117,"job_number":"JOB_170117","tr_customer_id":170134,"tr_customer_product_id":170124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Ethan Conn","mobile_number":"7018365754","email_id":"melvina.goodwin@hotmail.com","dop":"2026-01-19","serial_number":"968946009278006","imei1":"871343777068626","imei2":"853618837564621","popurl":"www.francesco-nikolaus.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170116,"job_number":"JOB_170116","tr_customer_id":170133,"tr_customer_product_id":170123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Blake Hoeger","mobile_number":"7056201307","email_id":"elroy.glover@yahoo.com","dop":"2026-01-19","serial_number":"747906301730079","imei1":"123765457449246","imei2":"524224954655081","popurl":"www.jae-kutch.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170114,"job_number":"JOB_170114","tr_customer_id":170131,"tr_customer_product_id":170121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:44.000Z","modified_at":"2026-01-29T05:34:44.000Z","name":"Yolanda Luettgen","mobile_number":"7029414401","email_id":"renata.windler@gmail.com","dop":"2026-01-19","serial_number":"259510094291768","imei1":"963232990401961","imei2":"748083918429044","popurl":"www.arlen-oconner.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170113,"job_number":"JOB_170113","tr_customer_id":170130,"tr_customer_product_id":170120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Jamel Kautzer","mobile_number":"7074242420","email_id":"roman.kuhn@gmail.com","dop":"2026-01-19","serial_number":"116761198144715","imei1":"008987442726444","imei2":"491283302611861","popurl":"www.jarred-nicolas.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170111,"job_number":"JOB_170111","tr_customer_id":170128,"tr_customer_product_id":170118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Marhta Gutmann","mobile_number":"7084825500","email_id":"cory.stark@yahoo.com","dop":"2026-01-19","serial_number":"159506114992362","imei1":"996490114489996","imei2":"075194986131691","popurl":"www.deadra-torp.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170110,"job_number":"JOB_170110","tr_customer_id":170127,"tr_customer_product_id":170117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Josiah Murray","mobile_number":"7015463645","email_id":"pat.sporer@hotmail.com","dop":"2026-01-19","serial_number":"916771939383097","imei1":"044050186125616","imei2":"403864503743931","popurl":"www.socorro-heaney.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170109,"job_number":"JOB_170109","tr_customer_id":170126,"tr_customer_product_id":170116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Jamie Lesch","mobile_number":"7007295861","email_id":"britt.oberbrunner@gmail.com","dop":"2026-01-19","serial_number":"942390214270973","imei1":"355491507732615","imei2":"294603664991773","popurl":"www.ryan-flatley.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170108,"job_number":"JOB_170108","tr_customer_id":170125,"tr_customer_product_id":170115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Jake Ferry","mobile_number":"7040877155","email_id":"marivel.stracke@yahoo.com","dop":"2026-01-19","serial_number":"807523303177321","imei1":"395308237474740","imei2":"439663713664202","popurl":"www.alisia-casper.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170107,"job_number":"JOB_170107","tr_customer_id":170124,"tr_customer_product_id":170114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Florida Mann","mobile_number":"7031155873","email_id":"hung.durgan@gmail.com","dop":"2026-01-19","serial_number":"263981510145910","imei1":"430492554064491","imei2":"520899703820156","popurl":"www.stephanie-langworth.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170105,"job_number":"JOB_170105","tr_customer_id":170123,"tr_customer_product_id":170113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Vance Conn","mobile_number":"7078935003","email_id":"dorine.deckow@gmail.com","dop":"2026-01-19","serial_number":"824141496680211","imei1":"435551315720134","imei2":"306772142899246","popurl":"www.yesenia-moen.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170104,"job_number":"JOB_170104","tr_customer_id":170121,"tr_customer_product_id":170111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Shemeka Konopelski","mobile_number":"7068432392","email_id":"ben.ortiz@hotmail.com","dop":"2026-01-19","serial_number":"111939494622416","imei1":"588506820130283","imei2":"876477157204946","popurl":"www.belinda-tillman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170103,"job_number":"JOB_170103","tr_customer_id":170120,"tr_customer_product_id":170110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:33:21.000Z","modified_at":"2026-01-29T05:33:21.000Z","name":"Scottie Morar","mobile_number":"986-546-3563","email_id":"Deion31@gmail.com","dop":"2025-04-06","serial_number":"10214013136574962","imei1":"10214013136574962","imei2":"10214013136574962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:33:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170102,"job_number":"JOB_170102","tr_customer_id":170119,"tr_customer_product_id":170109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:33:20.000Z","modified_at":"2026-01-29T05:33:58.000Z","name":"Manley Littel","mobile_number":"765-309-0306","email_id":"Leda.Rogahn@gmail.com","dop":"2025-04-06","serial_number":"19384564227598","imei1":"19384564227598","imei2":"19384564227598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:33:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170101,"job_number":"JOB_170101","tr_customer_id":170118,"tr_customer_product_id":170108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:32:35.000Z","modified_at":"2026-01-29T05:32:35.000Z","name":"Everett Wolff","mobile_number":"522-392-2016","email_id":"Esmeralda.Schmidt99@hotmail.com","dop":"2025-04-06","serial_number":"17752045343165536","imei1":"17752045343165536","imei2":"17752045343165536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:32:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170100,"job_number":"JOB_170100","tr_customer_id":170117,"tr_customer_product_id":170107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:32:34.000Z","modified_at":"2026-01-29T05:33:12.000Z","name":"Pasquale Fay","mobile_number":"533-322-6936","email_id":"Karina49@hotmail.com","dop":"2025-04-06","serial_number":"11208618268516","imei1":"11208618268516","imei2":"11208618268516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:33:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170099,"job_number":"JOB_170099","tr_customer_id":170116,"tr_customer_product_id":170106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:31:49.000Z","modified_at":"2026-01-29T05:31:49.000Z","name":"Maybelle Jaskolski","mobile_number":"632-851-4534","email_id":"Wayne.Predovic@gmail.com","dop":"2025-04-06","serial_number":"11225324344334598","imei1":"11225324344334598","imei2":"11225324344334598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:31:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170098,"job_number":"JOB_170098","tr_customer_id":170115,"tr_customer_product_id":170105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:31:48.000Z","modified_at":"2026-01-29T05:32:27.000Z","name":"Woodrow Beier","mobile_number":"928-596-3966","email_id":"Murray.Bayer3@hotmail.com","dop":"2025-04-06","serial_number":"14849700272956","imei1":"14849700272956","imei2":"14849700272956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:32:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170097,"job_number":"JOB_170097","tr_customer_id":170114,"tr_customer_product_id":170104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:29:32.000Z","modified_at":"2026-01-29T05:29:32.000Z","name":"Maryetta Boehm","mobile_number":"7017800939","email_id":"lizzette.mckenzie@gmail.com","dop":"2026-01-19","serial_number":"466775417237750","imei1":"579050702278771","imei2":"854786880215774","popurl":"www.marget-hickle.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170096,"job_number":"JOB_170096","tr_customer_id":170113,"tr_customer_product_id":170103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:31.000Z","modified_at":"2026-01-29T05:27:31.000Z","name":"Theodore Marvin","mobile_number":"270-774-0335","email_id":"Jan.Hoppe9@gmail.com","dop":"2025-04-06","serial_number":"12346774641211792","imei1":"12346774641211792","imei2":"12346774641211792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170095,"job_number":"JOB_170095","tr_customer_id":170112,"tr_customer_product_id":170102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:30.000Z","modified_at":"2026-01-29T05:28:08.000Z","name":"Jakayla Klein","mobile_number":"853-328-8115","email_id":"Stan_Sauer@hotmail.com","dop":"2025-04-06","serial_number":"12958949156481","imei1":"12958949156481","imei2":"12958949156481","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:28:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170094,"job_number":"JOB_170094","tr_customer_id":170111,"tr_customer_product_id":170101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:08.000Z","modified_at":"2026-01-29T05:27:08.000Z","name":"Erwin Beahan","mobile_number":"398-315-6549","email_id":"Lenora.Walker@hotmail.com","dop":"2025-04-06","serial_number":"10263264556686756","imei1":"10263264556686756","imei2":"10263264556686756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170093,"job_number":"JOB_170093","tr_customer_id":170110,"tr_customer_product_id":170100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:06.000Z","modified_at":"2026-01-29T05:27:47.000Z","name":"Karl Feest","mobile_number":"218-426-7707","email_id":"Maria.Kiehn66@gmail.com","dop":"2025-04-06","serial_number":"15789162376807","imei1":"15789162376807","imei2":"15789162376807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:27:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170092,"job_number":"JOB_170092","tr_customer_id":170109,"tr_customer_product_id":170099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:15:14.000Z","modified_at":"2026-01-29T05:15:14.000Z","name":"Acharyanandana Chaturvedi","mobile_number":"7002014268","email_id":"subhasini.khanna@yahoo.co.in","dop":"2026-01-19","serial_number":"127061244556375","imei1":"127061244556375","imei2":"127061244556375","popurl":"www.shashikala-kocchar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:15:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170091,"job_number":"JOB_170091","tr_customer_id":170108,"tr_customer_product_id":170098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:09:05.000Z","modified_at":"2026-01-29T05:09:13.000Z","name":"Clemmie Torphy","mobile_number":"534-238-1767","email_id":"Kelton26@gmail.com","dop":"2025-07-01","serial_number":"109357137151501","imei1":"109357137151501","imei2":"109357137151501","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170090,"job_number":"JOB_170090","tr_customer_id":170107,"tr_customer_product_id":170097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:09:04.000Z","modified_at":"2026-01-29T05:09:04.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103500580065617","imei1":"103500580065617","imei2":"103500580065617","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:09:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170089,"job_number":"JOB_170089","tr_customer_id":170106,"tr_customer_product_id":170096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:08:53.000Z","modified_at":"2026-01-29T05:09:02.000Z","name":"Kasey Kling","mobile_number":"415-986-1278","email_id":"Carrie_Hagenes@yahoo.com","dop":"2025-07-01","serial_number":"107601715293569","imei1":"107601715293569","imei2":"107601715293569","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:09:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170088,"job_number":"JOB_170088","tr_customer_id":170105,"tr_customer_product_id":170095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:08:53.000Z","modified_at":"2026-01-29T05:08:53.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101397703177975","imei1":"101397703177975","imei2":"101397703177975","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:08:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170087,"job_number":"JOB_170087","tr_customer_id":170104,"tr_customer_product_id":170094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:03:47.000Z","modified_at":"2026-01-29T05:03:47.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-19","serial_number":"27106990847514","imei1":"27106990847514","imei2":"27106990847514","popurl":"2026-01-19T05:03:47.346258629Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:03:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170086,"job_number":"JOB_170086","tr_customer_id":170103,"tr_customer_product_id":170093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:03:19.000Z","modified_at":"2026-01-29T05:03:19.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-19","serial_number":"26203262889575","imei1":"26203262889575","imei2":"26203262889575","popurl":"2026-01-19T05:03:18.686727126Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:03:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170083,"job_number":"JOB_170083","tr_customer_id":170100,"tr_customer_product_id":170090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:46.000Z","modified_at":"2026-01-29T04:25:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26559086427593","imei1":"26559086427593","imei2":"26559086427593","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170082,"job_number":"JOB_170082","tr_customer_id":170099,"tr_customer_product_id":170089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:45.000Z","modified_at":"2026-01-29T04:24:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38705468704814","imei1":"38705468704814","imei2":"38705468704814","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170081,"job_number":"JOB_170081","tr_customer_id":170098,"tr_customer_product_id":170088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:45.000Z","modified_at":"2026-01-29T04:24:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31823070311431","imei1":"31823070311431","imei2":"31823070311431","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170080,"job_number":"JOB_170080","tr_customer_id":170097,"tr_customer_product_id":170087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:45.000Z","modified_at":"2026-01-29T04:24:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39263213036163","imei1":"39263213036163","imei2":"39263213036163","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170079,"job_number":"JOB_170079","tr_customer_id":170096,"tr_customer_product_id":170086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:44.000Z","modified_at":"2026-01-29T04:24:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"98417105285089","imei1":"98417105285089","imei2":"98417105285089","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170078,"job_number":"JOB_170078","tr_customer_id":170095,"tr_customer_product_id":170085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:44.000Z","modified_at":"2026-01-29T04:24:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90655526949378","imei1":"90655526949378","imei2":"90655526949378","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170077,"job_number":"JOB_170077","tr_customer_id":170094,"tr_customer_product_id":170084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:44.000Z","modified_at":"2026-01-29T04:24:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59504424488692","imei1":"59504424488692","imei2":"59504424488692","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170076,"job_number":"JOB_170076","tr_customer_id":170093,"tr_customer_product_id":170083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69378142966940","imei1":"69378142966940","imei2":"69378142966940","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:24:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170075,"job_number":"JOB_170075","tr_customer_id":170092,"tr_customer_product_id":170082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54338572207443","imei1":"54338572207443","imei2":"54338572207443","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170074,"job_number":"JOB_170074","tr_customer_id":170091,"tr_customer_product_id":170081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14826939783532","imei1":"14826939783532","imei2":"14826939783532","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170073,"job_number":"JOB_170073","tr_customer_id":170090,"tr_customer_product_id":170080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"89557250189927","imei1":"89557250189927","imei2":"89557250189927","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170072,"job_number":"JOB_170072","tr_customer_id":170089,"tr_customer_product_id":170079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:12.000Z","modified_at":"2026-01-29T04:24:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12208933587131","imei1":"12208933587131","imei2":"12208933587131","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170071,"job_number":"JOB_170071","tr_customer_id":170088,"tr_customer_product_id":170078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:12.000Z","modified_at":"2026-01-29T04:24:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28724397917824","imei1":"28724397917824","imei2":"28724397917824","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170070,"job_number":"JOB_170070","tr_customer_id":170087,"tr_customer_product_id":170077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:12.000Z","modified_at":"2026-01-29T04:24:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97460499699716","imei1":"97460499699716","imei2":"97460499699716","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170069,"job_number":"JOB_170069","tr_customer_id":170086,"tr_customer_product_id":170076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:41.000Z","modified_at":"2026-01-29T04:24:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26862563788762","imei1":"26862563788762","imei2":"26862563788762","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:24:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170068,"job_number":"JOB_170068","tr_customer_id":170085,"tr_customer_product_id":170075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:41.000Z","modified_at":"2026-01-29T04:23:41.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18229715259307","imei1":"18229715259307","imei2":"18229715259307","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170067,"job_number":"JOB_170067","tr_customer_id":170084,"tr_customer_product_id":170074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:40.000Z","modified_at":"2026-01-29T04:23:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92767950644837","imei1":"92767950644837","imei2":"92767950644837","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170066,"job_number":"JOB_170066","tr_customer_id":170083,"tr_customer_product_id":170073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:40.000Z","modified_at":"2026-01-29T04:23:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31270802365495","imei1":"31270802365495","imei2":"31270802365495","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170065,"job_number":"JOB_170065","tr_customer_id":170082,"tr_customer_product_id":170072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:40.000Z","modified_at":"2026-01-29T04:23:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93791321431375","imei1":"93791321431375","imei2":"93791321431375","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170064,"job_number":"JOB_170064","tr_customer_id":170081,"tr_customer_product_id":170071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:39.000Z","modified_at":"2026-01-29T04:23:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93056327496200","imei1":"93056327496200","imei2":"93056327496200","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170063,"job_number":"JOB_170063","tr_customer_id":170080,"tr_customer_product_id":170070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:39.000Z","modified_at":"2026-01-29T04:23:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61742922570869","imei1":"61742922570869","imei2":"61742922570869","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170062,"job_number":"JOB_170062","tr_customer_id":170079,"tr_customer_product_id":170069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:20:43.000Z","modified_at":"2026-01-29T04:20:43.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"preethi.sathya@gmail.com","dop":"2025-12-09","serial_number":"10605741295101","imei1":"10605741295101","imei2":"10605741295101","popurl":"2025-12-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170060,"job_number":"JOB_170060","tr_customer_id":170077,"tr_customer_product_id":170067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:54.000Z","modified_at":"2026-01-29T04:20:29.000Z","name":"Hollis O'Hara","mobile_number":"500-509-7416","email_id":"Abbie_Collier14@hotmail.com","dop":"2000-01-31","serial_number":"10361432768092","imei1":"10361432768092","imei2":"10361432768092","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:20:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170058,"job_number":"JOB_170058","tr_customer_id":170075,"tr_customer_product_id":170065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:27.000Z","modified_at":"2026-01-29T04:19:27.000Z","name":"Jamarcus Schmitt","mobile_number":"413-229-5689","email_id":"Imelda_Bednar38@hotmail.com","dop":"2025-04-06","serial_number":"15619569772936880","imei1":"15619569772936880","imei2":"15619569772936880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170057,"job_number":"JOB_170057","tr_customer_id":170074,"tr_customer_product_id":170064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:26.000Z","modified_at":"2026-01-29T04:20:01.000Z","name":"Ava Langworth","mobile_number":"266-435-3231","email_id":"Keshawn.OReilly34@hotmail.com","dop":"2025-04-06","serial_number":"10034916946918","imei1":"10034916946918","imei2":"10034916946918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170056,"job_number":"JOB_170056","tr_customer_id":170073,"tr_customer_product_id":170063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:25.000Z","modified_at":"2026-01-29T04:19:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19335030462768","imei1":"19335030462768","imei2":"19335030462768","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170055,"job_number":"JOB_170055","tr_customer_id":170072,"tr_customer_product_id":170062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:21.000Z","modified_at":"2026-01-29T04:19:21.000Z","name":"Tyler Witting","mobile_number":"919-947-9150","email_id":"Maryam16@hotmail.com","dop":"2025-04-06","serial_number":"18160876903515956","imei1":"18160876903515956","imei2":"18160876903515956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170054,"job_number":"JOB_170054","tr_customer_id":170071,"tr_customer_product_id":170061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:20.000Z","modified_at":"2026-01-29T04:19:57.000Z","name":"Dashawn Kihn","mobile_number":"920-344-4539","email_id":"Philip_Stehr@yahoo.com","dop":"2025-04-06","serial_number":"17406246446877","imei1":"17406246446877","imei2":"17406246446877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170053,"job_number":"JOB_170053","tr_customer_id":170070,"tr_customer_product_id":170060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:20.000Z","modified_at":"2026-01-29T04:19:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16570668237798","imei1":"16570668237798","imei2":"16570668237798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170052,"job_number":"JOB_170052","tr_customer_id":170069,"tr_customer_product_id":170059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:19.000Z","modified_at":"2026-01-29T04:19:19.000Z","name":"Brain Lang","mobile_number":"594-849-9001","email_id":"Anabel.Botsford@gmail.com","dop":"2025-04-06","serial_number":"13596958877133660","imei1":"13596958877133660","imei2":"13596958877133660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170051,"job_number":"JOB_170051","tr_customer_id":170068,"tr_customer_product_id":170058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:18.000Z","modified_at":"2026-01-29T04:19:51.000Z","name":"Hallie Kling","mobile_number":"598-997-1551","email_id":"Jaquan_Ward15@gmail.com","dop":"2025-04-06","serial_number":"10219727070223","imei1":"10219727070223","imei2":"10219727070223","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170050,"job_number":"JOB_170050","tr_customer_id":170067,"tr_customer_product_id":170057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:18.000Z","modified_at":"2026-01-29T04:19:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19293730852996","imei1":"19293730852996","imei2":"19293730852996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170049,"job_number":"JOB_170049","tr_customer_id":170066,"tr_customer_product_id":170056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:16.000Z","modified_at":"2026-01-29T04:19:16.000Z","name":"Carlotta Ward","mobile_number":"352-533-4840","email_id":"Lessie_Tillman@gmail.com","dop":"2025-04-06","serial_number":"14248802048586536","imei1":"14248802048586536","imei2":"14248802048586536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170048,"job_number":"JOB_170048","tr_customer_id":170065,"tr_customer_product_id":170055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:15.000Z","modified_at":"2026-01-29T04:19:52.000Z","name":"Golda Satterfield","mobile_number":"303-320-5882","email_id":"Wade.Ruecker@yahoo.com","dop":"2025-04-06","serial_number":"15874632796157","imei1":"15874632796157","imei2":"15874632796157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170047,"job_number":"JOB_170047","tr_customer_id":170064,"tr_customer_product_id":170054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:14.000Z","modified_at":"2026-01-29T04:19:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11163741540531","imei1":"11163741540531","imei2":"11163741540531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170045,"job_number":"JOB_170045","tr_customer_id":170062,"tr_customer_product_id":170052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:12.000Z","modified_at":"2026-01-29T04:19:47.000Z","name":"Thelma Heaney","mobile_number":"297-654-4992","email_id":"Isidro.Conn59@gmail.com","dop":"2000-01-31","serial_number":"10829444433916","imei1":"10829444433916","imei2":"10829444433916","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170044,"job_number":"JOB_170044","tr_customer_id":170061,"tr_customer_product_id":170051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:11.000Z","modified_at":"2026-01-29T04:19:11.000Z","name":"Delta Dare","mobile_number":"971-424-5135","email_id":"Kara23@hotmail.com","dop":"2025-04-06","serial_number":"13717379560690216","imei1":"13717379560690216","imei2":"13717379560690216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170042,"job_number":"JOB_170042","tr_customer_id":170059,"tr_customer_product_id":170049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:10.000Z","modified_at":"2026-01-29T04:19:45.000Z","name":"Esta Spencer","mobile_number":"319-934-9516","email_id":"Guido.Reynolds@gmail.com","dop":"2025-04-06","serial_number":"18972699094695","imei1":"18972699094695","imei2":"18972699094695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170041,"job_number":"JOB_170041","tr_customer_id":170058,"tr_customer_product_id":170048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:10.000Z","modified_at":"2026-01-29T04:19:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12346224454851","imei1":"12346224454851","imei2":"12346224454851","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170040,"job_number":"JOB_170040","tr_customer_id":170057,"tr_customer_product_id":170047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:01.000Z","modified_at":"2026-01-29T04:19:01.000Z","name":"Dulce Turcotte","mobile_number":"627-644-7517","email_id":"Meredith_Mosciski97@gmail.com","dop":"2025-04-06","serial_number":"11308045440720300","imei1":"11308045440720300","imei2":"11308045440720300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170039,"job_number":"JOB_170039","tr_customer_id":170056,"tr_customer_product_id":170046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:59.000Z","modified_at":"2026-01-29T04:19:39.000Z","name":"Carmelo Anderson","mobile_number":"755-997-8585","email_id":"Marcel_Vandervort@hotmail.com","dop":"2025-04-06","serial_number":"15998312547573","imei1":"15998312547573","imei2":"15998312547573","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170038,"job_number":"JOB_170038","tr_customer_id":170055,"tr_customer_product_id":170045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:59.000Z","modified_at":"2026-01-29T04:18:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13136422782999","imei1":"13136422782999","imei2":"13136422782999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170037,"job_number":"JOB_170037","tr_customer_id":170054,"tr_customer_product_id":170044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:47.000Z","modified_at":"2026-01-29T04:18:47.000Z","name":"Otto Upton","mobile_number":"718-817-5286","email_id":"Nikita.Stehr40@hotmail.com","dop":"2025-04-06","serial_number":"12402780473306932","imei1":"12402780473306932","imei2":"12402780473306932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170036,"job_number":"JOB_170036","tr_customer_id":170053,"tr_customer_product_id":170043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:46.000Z","modified_at":"2026-01-29T04:19:23.000Z","name":"Dusty Wuckert","mobile_number":"267-421-8892","email_id":"Jermey_Stracke@hotmail.com","dop":"2025-04-06","serial_number":"16394810867233","imei1":"16394810867233","imei2":"16394810867233","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170035,"job_number":"JOB_170035","tr_customer_id":170052,"tr_customer_product_id":170042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:46.000Z","modified_at":"2026-01-29T04:18:46.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"12048314724048","imei1":"12048314724048","imei2":"12048314724048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170034,"job_number":"JOB_170034","tr_customer_id":170051,"tr_customer_product_id":170041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:44.000Z","modified_at":"2026-01-29T04:18:44.000Z","name":"Selmer Macejkovic","mobile_number":"353-579-4056","email_id":"Cassidy44@yahoo.com","dop":"2025-04-06","serial_number":"15208412121779964","imei1":"15208412121779964","imei2":"15208412121779964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170033,"job_number":"JOB_170033","tr_customer_id":170050,"tr_customer_product_id":170040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:43.000Z","modified_at":"2026-01-29T04:19:18.000Z","name":"Juvenal Von","mobile_number":"483-561-4875","email_id":"Mozelle.Emard@yahoo.com","dop":"2025-04-06","serial_number":"17528798658860","imei1":"17528798658860","imei2":"17528798658860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170032,"job_number":"JOB_170032","tr_customer_id":170049,"tr_customer_product_id":170039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:43.000Z","modified_at":"2026-01-29T04:18:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16936680577744","imei1":"16936680577744","imei2":"16936680577744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170030,"job_number":"JOB_170030","tr_customer_id":170047,"tr_customer_product_id":170037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:39.000Z","modified_at":"2026-01-29T04:18:39.000Z","name":"Jesse Lindgren","mobile_number":"840-897-8086","email_id":"Gertrude_Feil@hotmail.com","dop":"2025-04-06","serial_number":"19863142606345120","imei1":"19863142606345120","imei2":"19863142606345120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170029,"job_number":"JOB_170029","tr_customer_id":170046,"tr_customer_product_id":170036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:38.000Z","modified_at":"2026-01-29T04:18:38.000Z","name":"Casandra Rowe","mobile_number":"434-701-1275","email_id":"Garrick79@gmail.com","dop":"2025-04-06","serial_number":"15486414409544662","imei1":"15486414409544662","imei2":"15486414409544662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170028,"job_number":"JOB_170028","tr_customer_id":170045,"tr_customer_product_id":170035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:37.000Z","modified_at":"2026-01-29T04:19:11.000Z","name":"Cade Bergnaum","mobile_number":"853-540-3165","email_id":"Nicolette.Smith85@hotmail.com","dop":"2025-04-06","serial_number":"10361662978660","imei1":"10361662978660","imei2":"10361662978660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170027,"job_number":"JOB_170027","tr_customer_id":170044,"tr_customer_product_id":170034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:37.000Z","modified_at":"2026-01-29T04:18:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18269106291722","imei1":"18269106291722","imei2":"18269106291722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170026,"job_number":"JOB_170026","tr_customer_id":170043,"tr_customer_product_id":170033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:36.000Z","modified_at":"2026-01-29T04:19:13.000Z","name":"Cletus Jacobson","mobile_number":"950-983-8531","email_id":"Linnea_Quigley@yahoo.com","dop":"2025-04-06","serial_number":"13032975833520","imei1":"13032975833520","imei2":"13032975833520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170025,"job_number":"JOB_170025","tr_customer_id":170042,"tr_customer_product_id":170032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:36.000Z","modified_at":"2026-01-29T04:18:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19567663308904","imei1":"19567663308904","imei2":"19567663308904","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170021,"job_number":"JOB_170021","tr_customer_id":170038,"tr_customer_product_id":170028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:31.000Z","modified_at":"2026-01-29T04:18:31.000Z","name":"Isai Reichel","mobile_number":"341-862-5299","email_id":"Alfonzo31@gmail.com","dop":"2025-04-06","serial_number":"12233201586587286","imei1":"12233201586587286","imei2":"12233201586587286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170019,"job_number":"JOB_170019","tr_customer_id":170036,"tr_customer_product_id":170026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:30.000Z","modified_at":"2026-01-29T04:19:07.000Z","name":"Maudie King","mobile_number":"952-444-1324","email_id":"Elwin_Jones@yahoo.com","dop":"2025-04-06","serial_number":"13991901028666","imei1":"13991901028666","imei2":"13991901028666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170018,"job_number":"JOB_170018","tr_customer_id":170035,"tr_customer_product_id":170025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:30.000Z","modified_at":"2026-01-29T04:18:30.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10333081235751","imei1":"10333081235751","imei2":"10333081235751","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170017,"job_number":"JOB_170017","tr_customer_id":170034,"tr_customer_product_id":170024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:29.000Z","modified_at":"2026-01-29T04:18:29.000Z","name":"Isai Zboncak","mobile_number":"512-467-1207","email_id":"Malcolm.Durgan15@gmail.com","dop":"2025-04-06","serial_number":"19091436100148980","imei1":"19091436100148980","imei2":"19091436100148980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170016,"job_number":"JOB_170016","tr_customer_id":170033,"tr_customer_product_id":170023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:29.000Z","modified_at":"2026-01-29T04:19:04.000Z","name":"Marcus Streich","mobile_number":"816-947-3974","email_id":"Easton78@gmail.com","dop":"2000-01-31","serial_number":"10301099483968","imei1":"10301099483968","imei2":"10301099483968","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170014,"job_number":"JOB_170014","tr_customer_id":170031,"tr_customer_product_id":170021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:28.000Z","modified_at":"2026-01-29T04:19:03.000Z","name":"Eleanore Gleichner","mobile_number":"620-533-0505","email_id":"Doug_Gibson48@hotmail.com","dop":"2025-04-06","serial_number":"10409692299107","imei1":"10409692299107","imei2":"10409692299107","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170013,"job_number":"JOB_170013","tr_customer_id":170030,"tr_customer_product_id":170020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:28.000Z","modified_at":"2026-01-29T04:18:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18166799809930","imei1":"18166799809930","imei2":"18166799809930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170007,"job_number":"JOB_170007","tr_customer_id":170024,"tr_customer_product_id":170014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:12.000Z","modified_at":"2026-01-29T04:18:12.000Z","name":"Haleigh Glover","mobile_number":"652-273-9084","email_id":"Serenity.Paucek42@gmail.com","dop":"2025-04-06","serial_number":"13173861116338296","imei1":"13173861116338296","imei2":"13173861116338296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170006,"job_number":"JOB_170006","tr_customer_id":170023,"tr_customer_product_id":170013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:11.000Z","modified_at":"2026-01-29T04:18:51.000Z","name":"Westley Kuhic","mobile_number":"689-658-4855","email_id":"Wilton_Price39@hotmail.com","dop":"2025-04-06","serial_number":"13760095678159","imei1":"13760095678159","imei2":"13760095678159","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170005,"job_number":"JOB_170005","tr_customer_id":170022,"tr_customer_product_id":170012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:11.000Z","modified_at":"2026-01-29T04:18:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11252590444425","imei1":"11252590444425","imei2":"11252590444425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170001,"job_number":"JOB_170001","tr_customer_id":170018,"tr_customer_product_id":170008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:02.000Z","modified_at":"2026-01-29T04:18:02.000Z","name":"Theresa Green","mobile_number":"897-805-8431","email_id":"Emmy25@gmail.com","dop":"2025-04-06","serial_number":"11137089850184800","imei1":"11137089850184800","imei2":"11137089850184800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170000,"job_number":"JOB_170000","tr_customer_id":170017,"tr_customer_product_id":170007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:02.000Z","modified_at":"2026-01-29T04:18:02.000Z","name":"Arno Auer","mobile_number":"772-468-7279","email_id":"Aniyah.Tillman@yahoo.com","dop":"2025-04-06","serial_number":"16702733351902096","imei1":"16702733351902096","imei2":"16702733351902096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169999,"job_number":"JOB_169999","tr_customer_id":170016,"tr_customer_product_id":170006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:02.000Z","modified_at":"2026-01-29T04:18:02.000Z","name":"Lucie Goyette","mobile_number":"484-258-5676","email_id":"Candelario.Kessler28@yahoo.com","dop":"2025-04-06","serial_number":"11748011688107488","imei1":"11748011688107488","imei2":"11748011688107488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169998,"job_number":"JOB_169998","tr_customer_id":170015,"tr_customer_product_id":170005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:01.000Z","modified_at":"2026-01-29T04:18:38.000Z","name":"Willow Wiegand","mobile_number":"441-385-4383","email_id":"Justen_Prosacco23@yahoo.com","dop":"2025-04-06","serial_number":"17864770685625","imei1":"17864770685625","imei2":"17864770685625","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169997,"job_number":"JOB_169997","tr_customer_id":170014,"tr_customer_product_id":170004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:01.000Z","modified_at":"2026-01-29T04:18:01.000Z","name":"Donnie Rippin","mobile_number":"751-369-7144","email_id":"Moshe_Wisoky@yahoo.com","dop":"2025-04-06","serial_number":"17941153908569654","imei1":"17941153908569654","imei2":"17941153908569654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169996,"job_number":"JOB_169996","tr_customer_id":170013,"tr_customer_product_id":170003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:01.000Z","modified_at":"2026-01-29T04:18:40.000Z","name":"Devonte Johnston","mobile_number":"393-715-9726","email_id":"Amaya_Tremblay0@yahoo.com","dop":"2025-04-06","serial_number":"18034841745832","imei1":"18034841745832","imei2":"18034841745832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169995,"job_number":"JOB_169995","tr_customer_id":170012,"tr_customer_product_id":170002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:01.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"13651484288758","imei1":"13651484288758","imei2":"13651484288758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169994,"job_number":"JOB_169994","tr_customer_id":170011,"tr_customer_product_id":170001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:36.000Z","name":"Cristal Mann","mobile_number":"311-582-4108","email_id":"Cyril_Adams6@hotmail.com","dop":"2025-04-06","serial_number":"17185245559827","imei1":"17185245559827","imei2":"17185245559827","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169993,"job_number":"JOB_169993","tr_customer_id":170010,"tr_customer_product_id":170000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"28764031525642","imei1":"28764031525642","imei2":"28764031525642","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169992,"job_number":"JOB_169992","tr_customer_id":170009,"tr_customer_product_id":169999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13676563880234","imei1":"13676563880234","imei2":"13676563880234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169991,"job_number":"JOB_169991","tr_customer_id":170008,"tr_customer_product_id":169998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10873400051463","imei1":"10873400051463","imei2":"10873400051463","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169987,"job_number":"JOB_169987","tr_customer_id":170005,"tr_customer_product_id":169994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:18:38.000Z","name":"Kaitlyn Mraz","mobile_number":"472-710-8519","email_id":"Daron.Wiegand38@yahoo.com","dop":"2025-04-06","serial_number":"15736519075263","imei1":"15736519075263","imei2":"15736519075263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169986,"job_number":"JOB_169986","tr_customer_id":170003,"tr_customer_product_id":169993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:17:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15199399382074","imei1":"15199399382074","imei2":"15199399382074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169984,"job_number":"JOB_169984","tr_customer_id":170001,"tr_customer_product_id":169991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:18:34.000Z","name":"Presley Graham","mobile_number":"808-734-3980","email_id":"Ezekiel.Lesch@gmail.com","dop":"2026-01-04","serial_number":"15857222908621","imei1":"15857222908621","imei2":"15857222908621","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169983,"job_number":"JOB_169983","tr_customer_id":170000,"tr_customer_product_id":169990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:58.000Z","modified_at":"2026-01-29T04:17:58.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15240351894540","imei1":"15240351894540","imei2":"15240351894540","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169982,"job_number":"JOB_169982","tr_customer_id":169999,"tr_customer_product_id":169989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:58.000Z","modified_at":"2026-01-29T04:17:58.000Z","name":"Isabell Stroman","mobile_number":"412-452-2381","email_id":"Anya_Orn@hotmail.com","dop":"2025-04-06","serial_number":"13127050337010392","imei1":"13127050337010392","imei2":"13127050337010392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169981,"job_number":"JOB_169981","tr_customer_id":169998,"tr_customer_product_id":169988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:17:57.000Z","name":"Roscoe Wolf","mobile_number":"586-961-2040","email_id":"Freddy26@hotmail.com","dop":"2025-04-06","serial_number":"11243190297393252","imei1":"11243190297393252","imei2":"11243190297393252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169980,"job_number":"JOB_169980","tr_customer_id":169997,"tr_customer_product_id":169987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:18:31.000Z","name":"Julius Pagac","mobile_number":"421-452-0383","email_id":"Yesenia.Nolan34@hotmail.com","dop":"2025-04-06","serial_number":"14658148056864","imei1":"14658148056864","imei2":"14658148056864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169978,"job_number":"JOB_169978","tr_customer_id":169995,"tr_customer_product_id":169985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:17:57.000Z","name":"Jeramie Borer","mobile_number":"717-444-2614","email_id":"Valentin53@hotmail.com","dop":"2025-05-30","serial_number":"1366895474168729","imei1":"1366895474168729","imei2":"1366895474168729","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169977,"job_number":"JOB_169977","tr_customer_id":169994,"tr_customer_product_id":169984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:17:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17560182260872","imei1":"17560182260872","imei2":"17560182260872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169975,"job_number":"JOB_169975","tr_customer_id":169992,"tr_customer_product_id":169982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:18:32.000Z","name":"Troy Hauck","mobile_number":"809-729-7952","email_id":"Mayra.Osinski@gmail.com","dop":"2025-04-06","serial_number":"12374181624890","imei1":"12374181624890","imei2":"12374181624890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169974,"job_number":"JOB_169974","tr_customer_id":169991,"tr_customer_product_id":169981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:17:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13438763165786","imei1":"13438763165786","imei2":"13438763165786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169973,"job_number":"JOB_169973","tr_customer_id":169990,"tr_customer_product_id":169980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:55.000Z","modified_at":"2026-01-29T04:17:55.000Z","name":"Maud Willms","mobile_number":"531-916-9431","email_id":"Brett.Hessel@gmail.com","dop":"2025-05-30","serial_number":"19047804443738","imei1":"19047804443738","imei2":"19047804443738","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169972,"job_number":"JOB_169972","tr_customer_id":169989,"tr_customer_product_id":169979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:54.000Z","modified_at":"2026-01-29T04:18:12.000Z","name":"Kellie Cole","mobile_number":"231-606-7005","email_id":"Jarret88@yahoo.com","dop":"2025-05-30","serial_number":"15258879062250","imei1":"15258879062250","imei2":"15258879062250","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169971,"job_number":"JOB_169971","tr_customer_id":169988,"tr_customer_product_id":169978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:53.000Z","modified_at":"2026-01-29T04:17:53.000Z","name":"Derrick Terry","mobile_number":"688-773-2017","email_id":"Percival87@yahoo.com","dop":"2025-04-06","serial_number":"18769623652511530","imei1":"18769623652511530","imei2":"18769623652511530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169970,"job_number":"JOB_169970","tr_customer_id":169987,"tr_customer_product_id":169977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:52.000Z","modified_at":"2026-01-29T04:18:29.000Z","name":"Shea O'Hara","mobile_number":"502-953-5353","email_id":"Boris.Ledner@yahoo.com","dop":"2025-04-06","serial_number":"19129954802912","imei1":"19129954802912","imei2":"19129954802912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169969,"job_number":"JOB_169969","tr_customer_id":169986,"tr_customer_product_id":169976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:51.000Z","modified_at":"2026-01-29T04:17:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12070621903777","imei1":"12070621903777","imei2":"12070621903777","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169968,"job_number":"JOB_169968","tr_customer_id":169985,"tr_customer_product_id":169975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:49.000Z","modified_at":"2026-01-29T04:17:49.000Z","name":"Ebony Parisian","mobile_number":"895-882-8668","email_id":"Sedrick41@yahoo.com","dop":"2025-04-06","serial_number":"17429089838740596","imei1":"17429089838740596","imei2":"17429089838740596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169966,"job_number":"JOB_169966","tr_customer_id":169983,"tr_customer_product_id":169973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:48.000Z","modified_at":"2026-01-29T04:18:23.000Z","name":"Shad Hodkiewicz","mobile_number":"372-548-9865","email_id":"Veronica45@hotmail.com","dop":"2025-04-06","serial_number":"14474555501728","imei1":"14474555501728","imei2":"14474555501728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169964,"job_number":"JOB_169964","tr_customer_id":169981,"tr_customer_product_id":169971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16489268563937","imei1":"16489268563937","imei2":"16489268563937","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169961,"job_number":"JOB_169961","tr_customer_id":169978,"tr_customer_product_id":169968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Tommie Sauer","mobile_number":"682-387-7272","email_id":"Emiliano76@hotmail.com","dop":"2025-04-06","serial_number":"16683896035858156","imei1":"16683896035858156","imei2":"16683896035858156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169959,"job_number":"JOB_169959","tr_customer_id":169976,"tr_customer_product_id":169966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:17:46.000Z","name":"Fanny Shields","mobile_number":"938-931-7489","email_id":"Kristoffer_Considine6@hotmail.com","dop":"2025-04-06","serial_number":"13996429550028526","imei1":"13996429550028526","imei2":"13996429550028526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169958,"job_number":"JOB_169958","tr_customer_id":169975,"tr_customer_product_id":169965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:18:22.000Z","name":"Quinten Kub","mobile_number":"302-782-6955","email_id":"Marjory_Erdman@yahoo.com","dop":"2000-01-31","serial_number":"10838461623847","imei1":"10838461623847","imei2":"10838461623847","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169955,"job_number":"JOB_169955","tr_customer_id":169972,"tr_customer_product_id":169962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:18:21.000Z","name":"Sierra Schuppe","mobile_number":"273-923-7056","email_id":"Leanne27@yahoo.com","dop":"2025-04-06","serial_number":"10661380483898","imei1":"10661380483898","imei2":"10661380483898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169954,"job_number":"JOB_169954","tr_customer_id":169971,"tr_customer_product_id":169961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:17:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13135699846297","imei1":"13135699846297","imei2":"13135699846297","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169953,"job_number":"JOB_169953","tr_customer_id":169970,"tr_customer_product_id":169960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:18:22.000Z","name":"Amiya O'Kon","mobile_number":"239-812-1027","email_id":"Davonte_Lakin46@gmail.com","dop":"2025-04-06","serial_number":"19396588408992","imei1":"19396588408992","imei2":"19396588408992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169952,"job_number":"JOB_169952","tr_customer_id":169969,"tr_customer_product_id":169959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:17:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13991298792295","imei1":"13991298792295","imei2":"13991298792295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169951,"job_number":"JOB_169951","tr_customer_id":169968,"tr_customer_product_id":169958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:28.000Z","modified_at":"2026-01-29T04:17:28.000Z","name":"Blanca Murazik","mobile_number":"287-201-7312","email_id":"Jennings10@gmail.com","dop":"2025-04-06","serial_number":"11241529073060320","imei1":"11241529073060320","imei2":"11241529073060320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169950,"job_number":"JOB_169950","tr_customer_id":169967,"tr_customer_product_id":169957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:27.000Z","modified_at":"2026-01-29T04:18:01.000Z","name":"Rosalyn DuBuque","mobile_number":"423-544-5691","email_id":"Donna44@yahoo.com","dop":"2025-04-06","serial_number":"17003397822707","imei1":"17003397822707","imei2":"17003397822707","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169949,"job_number":"JOB_169949","tr_customer_id":169966,"tr_customer_product_id":169956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:27.000Z","modified_at":"2026-01-29T04:17:27.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13938280362099","imei1":"13938280362099","imei2":"13938280362099","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169948,"job_number":"JOB_169948","tr_customer_id":169965,"tr_customer_product_id":169955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:24.000Z","modified_at":"2026-01-29T04:17:24.000Z","name":"Johnson Cartwright","mobile_number":"293-616-5525","email_id":"Lauren90@hotmail.com","dop":"2025-04-06","serial_number":"12137245612803680","imei1":"12137245612803680","imei2":"12137245612803680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169947,"job_number":"JOB_169947","tr_customer_id":169964,"tr_customer_product_id":169954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:22.000Z","modified_at":"2026-01-29T04:18:03.000Z","name":"Kaelyn Lang","mobile_number":"641-801-2874","email_id":"Laurel40@yahoo.com","dop":"2025-04-06","serial_number":"18600707518512","imei1":"18600707518512","imei2":"18600707518512","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169946,"job_number":"JOB_169946","tr_customer_id":169963,"tr_customer_product_id":169953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:22.000Z","modified_at":"2026-01-29T04:17:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11636781794539","imei1":"11636781794539","imei2":"11636781794539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169945,"job_number":"JOB_169945","tr_customer_id":169962,"tr_customer_product_id":169952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:18.000Z","modified_at":"2026-01-29T04:17:18.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"29473598651057","imei1":"29473598651057","imei2":"29473598651057","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169944,"job_number":"JOB_169944","tr_customer_id":169961,"tr_customer_product_id":169951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:17.000Z","modified_at":"2026-01-29T04:17:51.000Z","name":"Gerhard Wiza","mobile_number":"243-901-5465","email_id":"Gina_Bins20@gmail.com","dop":"2026-01-04","serial_number":"12364460992685","imei1":"12364460992685","imei2":"12364460992685","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169943,"job_number":"JOB_169943","tr_customer_id":169960,"tr_customer_product_id":169950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:17.000Z","modified_at":"2026-01-29T04:17:17.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18269688819306","imei1":"18269688819306","imei2":"18269688819306","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169942,"job_number":"JOB_169942","tr_customer_id":169959,"tr_customer_product_id":169949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:15.000Z","modified_at":"2026-01-29T04:17:15.000Z","name":"Christina Fisher","mobile_number":"233-337-6786","email_id":"Genesis15@hotmail.com","dop":"2025-04-06","serial_number":"10851852586991604","imei1":"10851852586991604","imei2":"10851852586991604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169941,"job_number":"JOB_169941","tr_customer_id":169958,"tr_customer_product_id":169948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:14.000Z","modified_at":"2026-01-29T04:17:14.000Z","name":"Hayley Rice","mobile_number":"402-654-1383","email_id":"Rogers.Gutkowski@gmail.com","dop":"2025-04-06","serial_number":"16407734138657324","imei1":"16407734138657324","imei2":"16407734138657324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169940,"job_number":"JOB_169940","tr_customer_id":169957,"tr_customer_product_id":169947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:14.000Z","modified_at":"2026-01-29T04:17:14.000Z","name":"Tomas Jones","mobile_number":"963-869-7612","email_id":"Dean.Predovic67@hotmail.com","dop":"2025-04-06","serial_number":"11853819722048202","imei1":"11853819722048202","imei2":"11853819722048202","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169939,"job_number":"JOB_169939","tr_customer_id":169956,"tr_customer_product_id":169946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:14.000Z","modified_at":"2026-01-29T04:17:49.000Z","name":"Ricky Spencer","mobile_number":"364-548-6366","email_id":"Jennie.Hermiston54@hotmail.com","dop":"2025-04-06","serial_number":"18592851673821","imei1":"18592851673821","imei2":"18592851673821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169938,"job_number":"JOB_169938","tr_customer_id":169955,"tr_customer_product_id":169945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19878340438041","imei1":"19878340438041","imei2":"19878340438041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169937,"job_number":"JOB_169937","tr_customer_id":169954,"tr_customer_product_id":169944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:52.000Z","name":"Max Stracke","mobile_number":"714-460-4984","email_id":"Antonina_Turner70@gmail.com","dop":"2025-04-06","serial_number":"17500054701634","imei1":"17500054701634","imei2":"17500054701634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169936,"job_number":"JOB_169936","tr_customer_id":169953,"tr_customer_product_id":169943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:51.000Z","name":"Moses Medhurst","mobile_number":"303-974-7661","email_id":"Lilliana.Hane@yahoo.com","dop":"2025-04-06","serial_number":"18989444265023","imei1":"18989444265023","imei2":"18989444265023","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169935,"job_number":"JOB_169935","tr_customer_id":169952,"tr_customer_product_id":169942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18182378173943","imei1":"18182378173943","imei2":"18182378173943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169934,"job_number":"JOB_169934","tr_customer_id":169951,"tr_customer_product_id":169941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11438072933999","imei1":"11438072933999","imei2":"11438072933999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169933,"job_number":"JOB_169933","tr_customer_id":169950,"tr_customer_product_id":169940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:07.000Z","modified_at":"2026-01-29T04:17:07.000Z","name":"Raphael Collins","mobile_number":"936-970-6712","email_id":"Rebekah.Kuhlman16@gmail.com","dop":"2025-04-06","serial_number":"13216219847530868","imei1":"13216219847530868","imei2":"13216219847530868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169932,"job_number":"JOB_169932","tr_customer_id":169949,"tr_customer_product_id":169939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:06.000Z","modified_at":"2026-01-29T04:17:40.000Z","name":"Antoinette Cummings","mobile_number":"930-330-6029","email_id":"Libbie9@yahoo.com","dop":"2025-04-06","serial_number":"15906011632020","imei1":"15906011632020","imei2":"15906011632020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169931,"job_number":"JOB_169931","tr_customer_id":169948,"tr_customer_product_id":169938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:05.000Z","modified_at":"2026-01-29T04:17:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12472772312416","imei1":"12472772312416","imei2":"12472772312416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169930,"job_number":"JOB_169930","tr_customer_id":169947,"tr_customer_product_id":169937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:03.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11087117570789","imei2":"11087117570789","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169929,"job_number":"JOB_169929","tr_customer_id":169946,"tr_customer_product_id":169936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:03.000Z","modified_at":"2026-01-29T04:17:03.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19276057056292","imei2":"19276057056292","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169926,"job_number":"JOB_169926","tr_customer_id":169943,"tr_customer_product_id":169933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:51.000Z","modified_at":"2026-01-29T04:16:51.000Z","name":"Friedrich Conroy","mobile_number":"889-488-0858","email_id":"Zachary_Sporer@yahoo.com","dop":"2025-06-18","serial_number":"1067788577784827","imei1":"1067788577784827","imei2":"1067788577784827","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169925,"job_number":"JOB_169925","tr_customer_id":169942,"tr_customer_product_id":169932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:51.000Z","modified_at":"2026-01-29T04:17:25.000Z","name":"Gloria D'Amore","mobile_number":"949-247-9045","email_id":"Fred.Beer72@yahoo.com","dop":"2025-06-18","serial_number":"10192293493305","imei1":"10192293493305","imei2":"10192293493305","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169924,"job_number":"JOB_169924","tr_customer_id":169941,"tr_customer_product_id":169931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:50.000Z","modified_at":"2026-01-29T04:16:50.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10073147389813","imei1":"10073147389813","imei2":"10073147389813","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169923,"job_number":"JOB_169923","tr_customer_id":169940,"tr_customer_product_id":169930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:50.000Z","modified_at":"2026-01-29T04:17:00.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13629311360527","imei2":"13629311360527","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169922,"job_number":"JOB_169922","tr_customer_id":169939,"tr_customer_product_id":169929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:50.000Z","modified_at":"2026-01-29T04:16:50.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16399240615138","imei2":"16399240615138","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169921,"job_number":"JOB_169921","tr_customer_id":169938,"tr_customer_product_id":169928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:47.000Z","modified_at":"2026-01-29T04:16:47.000Z","name":"Ressie Bergnaum","mobile_number":"415-766-0961","email_id":"Hosea_Schneider69@gmail.com","dop":"2025-04-06","serial_number":"10877755317220514","imei1":"10877755317220514","imei2":"10877755317220514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169920,"job_number":"JOB_169920","tr_customer_id":169937,"tr_customer_product_id":169927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:46.000Z","modified_at":"2026-01-29T04:17:20.000Z","name":"Holly Bins","mobile_number":"572-633-6555","email_id":"Keely_Conn71@gmail.com","dop":"2025-04-06","serial_number":"10446319433056","imei1":"10446319433056","imei2":"10446319433056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169919,"job_number":"JOB_169919","tr_customer_id":169936,"tr_customer_product_id":169926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:46.000Z","modified_at":"2026-01-29T04:16:46.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"15782736781614","imei1":"15782736781614","imei2":"15782736781614","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169917,"job_number":"JOB_169917","tr_customer_id":169934,"tr_customer_product_id":169924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:37.000Z","modified_at":"2026-01-29T04:16:46.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17103157280969","imei2":"17103157280969","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169916,"job_number":"JOB_169916","tr_customer_id":169933,"tr_customer_product_id":169923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Sydni Senger","mobile_number":"869-282-7747","email_id":"Maci_Gerlach59@hotmail.com","dop":"2025-04-06","serial_number":"18415754176926830","imei1":"18415754176926830","imei2":"18415754176926830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169915,"job_number":"JOB_169915","tr_customer_id":169932,"tr_customer_product_id":169922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12803020310911","imei2":"12803020310911","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169914,"job_number":"JOB_169914","tr_customer_id":169931,"tr_customer_product_id":169921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"101462564205490","imei1":"101462564205490","imei2":"101462564205490","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169912,"job_number":"JOB_169912","tr_customer_id":169929,"tr_customer_product_id":169919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:35.000Z","modified_at":"2026-01-29T04:17:12.000Z","name":"Giovanna Lesch","mobile_number":"372-977-5907","email_id":"Iva.Nienow@hotmail.com","dop":"2025-04-06","serial_number":"11872920056391","imei1":"11872920056391","imei2":"11872920056391","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169911,"job_number":"JOB_169911","tr_customer_id":169928,"tr_customer_product_id":169918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:35.000Z","modified_at":"2026-01-29T04:17:09.000Z","name":"Krystel Dickinson","mobile_number":"781-254-4256","email_id":"Serena_Kris@hotmail.com","dop":"2026-01-04","serial_number":"17397854504903","imei1":"17397854504903","imei2":"17397854504903","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169910,"job_number":"JOB_169910","tr_customer_id":169927,"tr_customer_product_id":169917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:34.000Z","modified_at":"2026-01-29T04:16:34.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14302233343511","imei1":"14302233343511","imei2":"14302233343511","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169909,"job_number":"JOB_169909","tr_customer_id":169926,"tr_customer_product_id":169916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:34.000Z","modified_at":"2026-01-29T04:16:34.000Z","name":"Sarai Friesen","mobile_number":"719-677-8126","email_id":"Calista59@yahoo.com","dop":"2025-04-06","serial_number":"14026021872485694","imei1":"14026021872485694","imei2":"14026021872485694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169908,"job_number":"JOB_169908","tr_customer_id":169925,"tr_customer_product_id":169915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:32.000Z","modified_at":"2026-01-29T04:17:09.000Z","name":"Conor O'Conner","mobile_number":"738-971-8590","email_id":"Peyton18@gmail.com","dop":"2025-04-06","serial_number":"10334667608357","imei1":"10334667608357","imei2":"10334667608357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169907,"job_number":"JOB_169907","tr_customer_id":169924,"tr_customer_product_id":169914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:32.000Z","modified_at":"2026-01-29T04:16:32.000Z","name":"Demetrius D'Amore","mobile_number":"362-947-9683","email_id":"Perry_Kozey17@yahoo.com","dop":"2025-04-06","serial_number":"11484159943619490","imei1":"11484159943619490","imei2":"11484159943619490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169905,"job_number":"JOB_169905","tr_customer_id":169922,"tr_customer_product_id":169912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:31.000Z","modified_at":"2026-01-29T04:17:06.000Z","name":"Wendell Rath","mobile_number":"605-906-2935","email_id":"Vickie_Veum21@yahoo.com","dop":"2025-04-06","serial_number":"15766957779037","imei1":"15766957779037","imei2":"15766957779037","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169904,"job_number":"JOB_169904","tr_customer_id":169921,"tr_customer_product_id":169911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:30.000Z","modified_at":"2026-01-29T04:16:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11673376810277","imei1":"11673376810277","imei2":"11673376810277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169903,"job_number":"JOB_169903","tr_customer_id":169920,"tr_customer_product_id":169910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:28.000Z","modified_at":"2026-01-29T04:16:28.000Z","name":"Elijah Walter","mobile_number":"476-770-1837","email_id":"Fernando.Kirlin26@gmail.com","dop":"2025-04-06","serial_number":"11410915776276976","imei1":"11410915776276976","imei2":"11410915776276976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169902,"job_number":"JOB_169902","tr_customer_id":169919,"tr_customer_product_id":169909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:26.000Z","modified_at":"2026-01-29T04:16:26.000Z","name":"Lois Marks","mobile_number":"764-967-8562","email_id":"Carlie.Schumm@yahoo.com","dop":"2025-04-06","serial_number":"14440004652815754","imei1":"14440004652815754","imei2":"14440004652815754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169901,"job_number":"JOB_169901","tr_customer_id":169918,"tr_customer_product_id":169908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:26.000Z","modified_at":"2026-01-29T04:17:05.000Z","name":"Sallie Welch","mobile_number":"565-547-3229","email_id":"Graham9@hotmail.com","dop":"2025-04-06","serial_number":"15451720619746","imei1":"15451720619746","imei2":"15451720619746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169900,"job_number":"JOB_169900","tr_customer_id":169917,"tr_customer_product_id":169907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:26.000Z","modified_at":"2026-01-29T04:16:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16898380037762","imei1":"16898380037762","imei2":"16898380037762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169899,"job_number":"JOB_169899","tr_customer_id":169916,"tr_customer_product_id":169906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:25.000Z","modified_at":"2026-01-29T04:16:25.000Z","name":"Jayde Glover","mobile_number":"634-373-0219","email_id":"Jarred.Feil17@hotmail.com","dop":"2025-04-06","serial_number":"15932062647888252","imei1":"15932062647888252","imei2":"15932062647888252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169898,"job_number":"JOB_169898","tr_customer_id":169915,"tr_customer_product_id":169905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:25.000Z","modified_at":"2026-01-29T04:17:05.000Z","name":"Lupe Rippin","mobile_number":"435-423-9993","email_id":"Caden26@hotmail.com","dop":"2025-04-06","serial_number":"11434318738488","imei1":"11434318738488","imei2":"11434318738488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169897,"job_number":"JOB_169897","tr_customer_id":169914,"tr_customer_product_id":169904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:25.000Z","modified_at":"2026-01-29T04:16:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14289345962544","imei1":"14289345962544","imei2":"14289345962544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169896,"job_number":"JOB_169896","tr_customer_id":169913,"tr_customer_product_id":169903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:24.000Z","modified_at":"2026-01-29T04:16:24.000Z","name":"Karl Abbott","mobile_number":"703-729-7463","email_id":"Emilio79@hotmail.com","dop":"2025-04-06","serial_number":"14506814694084636","imei1":"14506814694084636","imei2":"14506814694084636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169895,"job_number":"JOB_169895","tr_customer_id":169912,"tr_customer_product_id":169902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:24.000Z","modified_at":"2026-01-29T04:16:58.000Z","name":"Katelyn Gottlieb","mobile_number":"545-282-3114","email_id":"Helene_Rosenbaum@yahoo.com","dop":"2025-04-06","serial_number":"14798629558442","imei1":"14798629558442","imei2":"14798629558442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169894,"job_number":"JOB_169894","tr_customer_id":169911,"tr_customer_product_id":169901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:23.000Z","modified_at":"2026-01-29T04:16:59.000Z","name":"Austin Roberts","mobile_number":"349-791-0104","email_id":"Deion36@hotmail.com","dop":"2025-04-06","serial_number":"13826216054609","imei1":"13826216054609","imei2":"13826216054609","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169893,"job_number":"JOB_169893","tr_customer_id":169910,"tr_customer_product_id":169900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:23.000Z","modified_at":"2026-01-29T04:16:23.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12923627457681","imei1":"12923627457681","imei2":"12923627457681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169892,"job_number":"JOB_169892","tr_customer_id":169909,"tr_customer_product_id":169899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:21.000Z","modified_at":"2026-01-29T04:16:21.000Z","name":"Eleonore Nitzsche","mobile_number":"398-329-9801","email_id":"Angelica_Weissnat@gmail.com","dop":"2025-04-06","serial_number":"12749404775768988","imei1":"12749404775768988","imei2":"12749404775768988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169891,"job_number":"JOB_169891","tr_customer_id":169908,"tr_customer_product_id":169898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:20.000Z","modified_at":"2026-01-29T04:16:57.000Z","name":"Rosie Nader","mobile_number":"407-966-6139","email_id":"Joyce.Rodriguez55@gmail.com","dop":"2025-04-06","serial_number":"13990803166248","imei1":"13990803166248","imei2":"13990803166248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169889,"job_number":"JOB_169889","tr_customer_id":169906,"tr_customer_product_id":169896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:12.000Z","modified_at":"2026-01-29T04:16:12.000Z","name":"Rupert Cronin","mobile_number":"620-842-1122","email_id":"Wilson_Gutkowski13@yahoo.com","dop":"2025-04-06","serial_number":"11997571758332780","imei1":"11997571758332780","imei2":"11997571758332780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169888,"job_number":"JOB_169888","tr_customer_id":169905,"tr_customer_product_id":169895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:11.000Z","modified_at":"2026-01-29T04:16:49.000Z","name":"Lonny O'Hara","mobile_number":"647-705-0848","email_id":"Lorenz63@hotmail.com","dop":"2025-04-06","serial_number":"19106745851574","imei1":"19106745851574","imei2":"19106745851574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169887,"job_number":"JOB_169887","tr_customer_id":169904,"tr_customer_product_id":169894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:10.000Z","modified_at":"2026-01-29T04:16:10.000Z","name":"Minnie Streich","mobile_number":"683-999-8265","email_id":"Donavon48@gmail.com","dop":"2025-06-18","serial_number":"1012382214566289","imei1":"1012382214566289","imei2":"1012382214566289","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169886,"job_number":"JOB_169886","tr_customer_id":169903,"tr_customer_product_id":169893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:09.000Z","modified_at":"2026-01-29T04:16:44.000Z","name":"Colin Towne","mobile_number":"629-800-7332","email_id":"Nicola.Jacobs@gmail.com","dop":"2025-06-18","serial_number":"10262731369748","imei1":"10262731369748","imei2":"10262731369748","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169885,"job_number":"JOB_169885","tr_customer_id":169902,"tr_customer_product_id":169892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:09.000Z","modified_at":"2026-01-29T04:16:09.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10561216161403","imei1":"10561216161403","imei2":"10561216161403","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169884,"job_number":"JOB_169884","tr_customer_id":169901,"tr_customer_product_id":169891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:07.000Z","modified_at":"2026-01-29T04:16:16.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"45654946781158","imei1":"45654946781158","imei2":"45654946781158","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169883,"job_number":"JOB_169883","tr_customer_id":169900,"tr_customer_product_id":169890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:06.000Z","modified_at":"2026-01-29T04:16:06.000Z","name":"Madelynn Waelchi","mobile_number":"699-759-6036","email_id":"Max_Muller@yahoo.com","dop":"2025-04-06","serial_number":"13740624223962302","imei1":"13740624223962302","imei2":"13740624223962302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169882,"job_number":"JOB_169882","tr_customer_id":169899,"tr_customer_product_id":169889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:05.000Z","modified_at":"2026-01-29T04:16:39.000Z","name":"Alberta Schaefer","mobile_number":"331-960-4694","email_id":"Lowell_Witting22@hotmail.com","dop":"2025-04-06","serial_number":"17242679401128","imei1":"17242679401128","imei2":"17242679401128","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169881,"job_number":"JOB_169881","tr_customer_id":169898,"tr_customer_product_id":169888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:04.000Z","modified_at":"2026-01-29T04:16:04.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"12070682964530","imei1":"12070682964530","imei2":"12070682964530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169880,"job_number":"JOB_169880","tr_customer_id":169897,"tr_customer_product_id":169887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:03.000Z","modified_at":"2026-01-29T04:16:03.000Z","name":"Marjory Prosacco","mobile_number":"699-267-2209","email_id":"Zula39@gmail.com","dop":"2025-04-06","serial_number":"16395387356944346","imei1":"16395387356944346","imei2":"16395387356944346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169879,"job_number":"JOB_169879","tr_customer_id":169896,"tr_customer_product_id":169886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:01.000Z","modified_at":"2026-01-29T04:16:37.000Z","name":"Melany Schaden","mobile_number":"488-655-8092","email_id":"Cindy_Jakubowski89@hotmail.com","dop":"2025-04-06","serial_number":"13869223701753","imei1":"13869223701753","imei2":"13869223701753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169878,"job_number":"JOB_169878","tr_customer_id":169895,"tr_customer_product_id":169885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:15:56.000Z","modified_at":"2026-01-29T04:16:05.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"61615467745554","imei1":"61615467745554","imei2":"61615467745554","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169877,"job_number":"JOB_169877","tr_customer_id":169894,"tr_customer_product_id":169884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:13:59.000Z","modified_at":"2026-01-29T04:13:59.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2026-01-19","serial_number":"13511700420678","imei1":"13511700420678","imei2":"13511700420678","popurl":"2026-01-19T04:13:56.241282Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:13:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169876,"job_number":"JOB_169876","tr_customer_id":169893,"tr_customer_product_id":169883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:26:23.000Z","modified_at":"2026-01-29T03:26:23.000Z","name":"Mercedes Mosciski","mobile_number":"923-418-2490","email_id":"Carrie_Bogisich@hotmail.com","dop":"2025-04-06","serial_number":"13521082425397300","imei1":"13521082425397300","imei2":"13521082425397300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169875,"job_number":"JOB_169875","tr_customer_id":169892,"tr_customer_product_id":169882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:26:22.000Z","modified_at":"2026-01-29T03:26:57.000Z","name":"Lupe Welch","mobile_number":"490-980-7594","email_id":"Adella63@gmail.com","dop":"2025-04-06","serial_number":"13920192643004","imei1":"13920192643004","imei2":"13920192643004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T03:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169874,"job_number":"JOB_169874","tr_customer_id":169891,"tr_customer_product_id":169881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:26:21.000Z","modified_at":"2026-01-29T03:26:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10673562968699","imei1":"10673562968699","imei2":"10673562968699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169873,"job_number":"JOB_169873","tr_customer_id":169890,"tr_customer_product_id":169880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:25:40.000Z","modified_at":"2026-01-29T03:25:40.000Z","name":"Mittie Balistreri","mobile_number":"618-238-8878","email_id":"Shakira15@gmail.com","dop":"2025-04-06","serial_number":"14916434383650400","imei1":"14916434383650400","imei2":"14916434383650400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:25:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169872,"job_number":"JOB_169872","tr_customer_id":169889,"tr_customer_product_id":169879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:25:39.000Z","modified_at":"2026-01-29T03:26:14.000Z","name":"Joey Gaylord","mobile_number":"517-628-5442","email_id":"Leonor_Friesen@hotmail.com","dop":"2025-04-06","serial_number":"11422722848889","imei1":"11422722848889","imei2":"11422722848889","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T03:26:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169871,"job_number":"JOB_169871","tr_customer_id":169888,"tr_customer_product_id":169878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:25:39.000Z","modified_at":"2026-01-29T03:25:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11809280576004","imei1":"11809280576004","imei2":"11809280576004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:25:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169870,"job_number":"JOB_169870","tr_customer_id":169887,"tr_customer_product_id":169877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:24:58.000Z","modified_at":"2026-01-29T03:24:58.000Z","name":"Fatima Cummerata","mobile_number":"876-508-4980","email_id":"Maryse25@gmail.com","dop":"2025-04-06","serial_number":"15477188232281228","imei1":"15477188232281228","imei2":"15477188232281228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:24:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169869,"job_number":"JOB_169869","tr_customer_id":169886,"tr_customer_product_id":169876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:24:57.000Z","modified_at":"2026-01-29T03:25:32.000Z","name":"Orpha Schamberger","mobile_number":"635-981-4238","email_id":"Emmy_Strosin47@hotmail.com","dop":"2025-04-06","serial_number":"11604588538358","imei1":"11604588538358","imei2":"11604588538358","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T03:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169868,"job_number":"JOB_169868","tr_customer_id":169885,"tr_customer_product_id":169875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:24:56.000Z","modified_at":"2026-01-29T03:24:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11745469378024","imei1":"11745469378024","imei2":"11745469378024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:24:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169867,"job_number":"JOB_169867","tr_customer_id":169884,"tr_customer_product_id":169874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T02:31:40.000Z","modified_at":"2026-01-29T02:31:41.000Z","name":"vedika singh","mobile_number":"9000000002","email_id":"vedika@gmail.com","dop":"2026-01-19","serial_number":"19280180958991","imei1":"19280180958991","imei2":"19280180958991","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T02:31:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169866,"job_number":"JOB_169866","tr_customer_id":169883,"tr_customer_product_id":169873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T02:31:38.000Z","modified_at":"2026-01-29T02:31:40.000Z","name":"ved singh","mobile_number":"9000000001","email_id":"ved@gmail.com","dop":"2026-01-19","serial_number":"14686990491718","imei1":"14686990491718","imei2":"14686990491718","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T02:31:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169865,"job_number":"JOB_169865","tr_customer_id":169882,"tr_customer_product_id":169872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T02:31:36.000Z","modified_at":"2026-01-29T02:31:38.000Z","name":"navin singh","mobile_number":"9000000000","email_id":"navin@gmail.com","dop":"2026-01-19","serial_number":"19774602002980","imei1":"19774602002980","imei2":"19774602002980","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T02:31:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169864,"job_number":"JOB_169864","tr_customer_id":169881,"tr_customer_product_id":169871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T02:17:01.000Z","modified_at":"2026-01-29T02:17:03.000Z","name":"Bhargav Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"15571746267895","imei1":"15571746267895","imei2":"15571746267895","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T02:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169863,"job_number":"JOB_169863","tr_customer_id":169880,"tr_customer_product_id":169870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:51:47.000Z","modified_at":"2026-01-29T01:51:47.000Z","name":"Bhooshit Ahluwalia","mobile_number":"7068428475","email_id":"bakula.arora@hotmail.com","dop":"2026-01-19","serial_number":"295825705730767","imei1":"295825705730767","imei2":"295825705730767","popurl":"www.sanjay-dutta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T01:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169862,"job_number":"JOB_169862","tr_customer_id":169879,"tr_customer_product_id":169869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:18:00.000Z","modified_at":"2026-01-29T01:18:00.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-19","serial_number":"78925764368475","imei1":"78925764368475","imei2":"78925764368475","popurl":"2026-01-19T01:18:00.226792700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T01:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169861,"job_number":"JOB_169861","tr_customer_id":169878,"tr_customer_product_id":169868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:17:53.000Z","modified_at":"2026-01-29T07:50:20.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-19","serial_number":"78920578946848","imei1":"78920578946848","imei2":"78920578946848","popurl":"2026-01-19T01:17:52.735271800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-29T07:50:20.000Z","assigned_to":17,"mst_warrenty_status_code":"IW"},{"id":169860,"job_number":"JOB_169860","tr_customer_id":169877,"tr_customer_product_id":169867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:17:20.000Z","modified_at":"2026-01-29T01:17:20.000Z","name":"Trilochana Gill","mobile_number":"7092945714","email_id":"dev.ganaka@yahoo.co.in","dop":"2026-01-19","serial_number":"483237302467988","imei1":"483237302467988","imei2":"483237302467988","popurl":"www.rageswari-bhattathiri.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T01:17:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169859,"job_number":"JOB_169859","tr_customer_id":169876,"tr_customer_product_id":169866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:17:19.000Z","modified_at":"2026-01-29T07:50:13.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-19","serial_number":"19920302988473","imei1":"19920302988473","imei2":"19920302988473","popurl":"2026-01-19T01:17:18.375227600Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-29T07:50:13.000Z","assigned_to":17,"mst_warrenty_status_code":"IW"},{"id":170411,"job_number":"JOB_170411","tr_customer_id":170428,"tr_customer_product_id":170418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:25.000Z","modified_at":"2026-01-29T06:50:25.000Z","name":"Enoch Schulist","mobile_number":"219-219-6550","email_id":"Kellie.Cronin@hotmail.com","dop":"2000-01-31","serial_number":"1046919848290472","imei1":"1046919848290472","imei2":"1046919848290472","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170409,"job_number":"JOB_170409","tr_customer_id":170426,"tr_customer_product_id":170416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:24.000Z","modified_at":"2026-01-29T06:50:24.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10594816478675","imei1":"10594816478675","imei2":"10594816478675","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170405,"job_number":"JOB_170405","tr_customer_id":170422,"tr_customer_product_id":170412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:39.000Z","modified_at":"2026-01-29T06:49:39.000Z","name":"Freeman Dickens","mobile_number":"614-949-6620","email_id":"Hope33@hotmail.com","dop":"2000-01-31","serial_number":"1046560680313165","imei1":"1046560680313165","imei2":"1046560680313165","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170403,"job_number":"JOB_170403","tr_customer_id":170420,"tr_customer_product_id":170410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:38.000Z","modified_at":"2026-01-29T06:49:38.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10942710777095","imei1":"10942710777095","imei2":"10942710777095","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170402,"job_number":"JOB_170402","tr_customer_id":170419,"tr_customer_product_id":170409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:53.000Z","modified_at":"2026-01-29T06:48:53.000Z","name":"Leda Ferry","mobile_number":"860-899-8473","email_id":"Gloria48@hotmail.com","dop":"2000-01-31","serial_number":"1065945309649281","imei1":"1065945309649281","imei2":"1065945309649281","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170400,"job_number":"JOB_170400","tr_customer_id":170417,"tr_customer_product_id":170407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:52.000Z","modified_at":"2026-01-29T06:48:52.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10137181032428","imei1":"10137181032428","imei2":"10137181032428","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170396,"job_number":"JOB_170396","tr_customer_id":170413,"tr_customer_product_id":170403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:07.000Z","modified_at":"2026-01-29T06:48:07.000Z","name":"Bobby Goodwin","mobile_number":"938-388-5703","email_id":"Bettye_Weber@gmail.com","dop":"2000-01-31","serial_number":"1002269612563443","imei1":"1002269612563443","imei2":"1002269612563443","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170394,"job_number":"JOB_170394","tr_customer_id":170411,"tr_customer_product_id":170401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:05.000Z","modified_at":"2026-01-29T06:48:05.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10040564136257","imei1":"10040564136257","imei2":"10040564136257","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170061,"job_number":"JOB_170061","tr_customer_id":170078,"tr_customer_product_id":170068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:55.000Z","modified_at":"2026-01-29T04:19:55.000Z","name":"Burnice Tromp","mobile_number":"206-221-6239","email_id":"Jasen.Harvey@hotmail.com","dop":"2000-01-31","serial_number":"1030163097598711","imei1":"1030163097598711","imei2":"1030163097598711","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:55.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170059,"job_number":"JOB_170059","tr_customer_id":170076,"tr_customer_product_id":170066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:54.000Z","modified_at":"2026-01-29T04:19:54.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10006257632907","imei1":"10006257632907","imei2":"10006257632907","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:54.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170046,"job_number":"JOB_170046","tr_customer_id":170063,"tr_customer_product_id":170053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:13.000Z","modified_at":"2026-01-29T04:19:13.000Z","name":"Imogene Parker","mobile_number":"952-922-4274","email_id":"Asia_Borer@hotmail.com","dop":"2000-01-31","serial_number":"1051265970680909","imei1":"1051265970680909","imei2":"1051265970680909","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170043,"job_number":"JOB_170043","tr_customer_id":170060,"tr_customer_product_id":170050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:11.000Z","modified_at":"2026-01-29T04:19:11.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10411503339546","imei1":"10411503339546","imei2":"10411503339546","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170020,"job_number":"JOB_170020","tr_customer_id":170037,"tr_customer_product_id":170027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:30.000Z","modified_at":"2026-01-29T04:18:30.000Z","name":"Jonas Nolan","mobile_number":"810-555-0144","email_id":"Issac81@gmail.com","dop":"2000-01-31","serial_number":"1033403239328929","imei1":"1033403239328929","imei2":"1033403239328929","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170015,"job_number":"JOB_170015","tr_customer_id":170032,"tr_customer_product_id":170022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:29.000Z","modified_at":"2026-01-29T04:18:29.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10739704061138","imei1":"10739704061138","imei2":"10739704061138","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169967,"job_number":"JOB_169967","tr_customer_id":169984,"tr_customer_product_id":169974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:48.000Z","modified_at":"2026-01-29T04:17:48.000Z","name":"Dock Raynor","mobile_number":"653-907-7882","email_id":"Laury.Goldner54@hotmail.com","dop":"2000-01-31","serial_number":"1095767801177090","imei1":"1095767801177090","imei2":"1095767801177090","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169956,"job_number":"JOB_169956","tr_customer_id":169973,"tr_customer_product_id":169963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:17:46.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10712940788540","imei1":"10712940788540","imei2":"10712940788540","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_151330"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 281ms
Mean size per request: 1014B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMjJ9.BdOV7PkuHOCUZD51r4jk3izCrLH16cR0WGqmLDoSwpk
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Cache-Control no-cache
Postman-Token 8b6c9b74-aceb-4d8c-b8dd-7d6e1009ad44
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 27
Request Body
{"searchText":"JOB_170667"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1014
ETag W/"3f6-xQLzX/ZknGsXvCx/pF8gtxbqfWU"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":170667,"job_number":"JOB_170667","tr_customer_id":170684,"tr_customer_product_id":170674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:44.000Z","modified_at":"2026-01-29T14:33:44.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16221438407366","imei2":"16221438407366","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_151330' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_151330
Response Information
Response Code: 200 - OK
Mean time per request: 277ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMjJ9.BdOV7PkuHOCUZD51r4jk3izCrLH16cR0WGqmLDoSwpk
Connection keep-alive
Content-Length 0
Content-Type text/plain
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 73da742c-0a7d-4f7a-9ed4-d1d9d3ca265c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0014bd80-84de-428b-957d-a2ef8a842a40
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{"username":"iamsup","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-vtnEmj3JpC8cZobDCjpG4ICsO58"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMjd9.HB4Rz6NaHxCCSF1BlAXrGAgrG4vLrrA9nbnA5uSM7D8"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMjd9.HB4Rz6NaHxCCSF1BlAXrGAgrG4vLrrA9nbnA5uSM7D8
Connection keep-alive
If-None-Match W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 47af6296-b793-4723-968e-05747405d1d9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f2-c13JZaMe1DjPAjwqciA/I1tIi4k"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 303ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMjd9.HB4Rz6NaHxCCSF1BlAXrGAgrG4vLrrA9nbnA5uSM7D8
Connection keep-alive
If-None-Match W/"f2-c13JZaMe1DjPAjwqciA/I1tIi4k"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ddc9c0ac-0c23-465d-a492-9ddf3d3e9fc8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-mxPVDECbrDdFPzG5D0AvYtbuisE"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":574},{"label":"Pending for repair","key":"pending_for_repair","count":3},{"label":"Pending for delivery","key":"pending_for_delivery","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 348ms
Mean size per request: 557.81KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMjd9.HB4Rz6NaHxCCSF1BlAXrGAgrG4vLrrA9nbnA5uSM7D8
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c99b5a5c-cf45-4bc3-8bda-5188a1926690
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"8b740-zWoCjQrNmo/U1TyqoYmlzbtRVJU"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 29 Jan 2026 14:33:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":169856,"job_number":"JOB_169856","tr_customer_id":169873,"tr_customer_product_id":169863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T23:45:49.000Z","modified_at":"2026-01-28T23:45:49.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-18","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-18T23:45:48.998308266Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T23:45:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169858,"job_number":"JOB_169858","tr_customer_id":169875,"tr_customer_product_id":169865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T23:48:19.000Z","modified_at":"2026-01-28T23:48:19.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-18","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-18T23:48:18.916903686Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T23:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169860,"job_number":"JOB_169860","tr_customer_id":169877,"tr_customer_product_id":169867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:17:20.000Z","modified_at":"2026-01-29T01:17:20.000Z","name":"Trilochana Gill","mobile_number":"7092945714","email_id":"dev.ganaka@yahoo.co.in","dop":"2026-01-19","serial_number":"483237302467988","imei1":"483237302467988","imei2":"483237302467988","popurl":"www.rageswari-bhattathiri.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T01:17:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169862,"job_number":"JOB_169862","tr_customer_id":169879,"tr_customer_product_id":169869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:18:00.000Z","modified_at":"2026-01-29T01:18:00.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-19","serial_number":"78925764368475","imei1":"78925764368475","imei2":"78925764368475","popurl":"2026-01-19T01:18:00.226792700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T01:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169863,"job_number":"JOB_169863","tr_customer_id":169880,"tr_customer_product_id":169870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:51:47.000Z","modified_at":"2026-01-29T01:51:47.000Z","name":"Bhooshit Ahluwalia","mobile_number":"7068428475","email_id":"bakula.arora@hotmail.com","dop":"2026-01-19","serial_number":"295825705730767","imei1":"295825705730767","imei2":"295825705730767","popurl":"www.sanjay-dutta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T01:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169868,"job_number":"JOB_169868","tr_customer_id":169885,"tr_customer_product_id":169875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:24:56.000Z","modified_at":"2026-01-29T03:24:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11745469378024","imei1":"11745469378024","imei2":"11745469378024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:24:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169870,"job_number":"JOB_169870","tr_customer_id":169887,"tr_customer_product_id":169877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:24:58.000Z","modified_at":"2026-01-29T03:24:58.000Z","name":"Fatima Cummerata","mobile_number":"876-508-4980","email_id":"Maryse25@gmail.com","dop":"2025-04-06","serial_number":"15477188232281228","imei1":"15477188232281228","imei2":"15477188232281228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:24:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169871,"job_number":"JOB_169871","tr_customer_id":169888,"tr_customer_product_id":169878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:25:39.000Z","modified_at":"2026-01-29T03:25:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11809280576004","imei1":"11809280576004","imei2":"11809280576004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:25:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169873,"job_number":"JOB_169873","tr_customer_id":169890,"tr_customer_product_id":169880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:25:40.000Z","modified_at":"2026-01-29T03:25:40.000Z","name":"Mittie Balistreri","mobile_number":"618-238-8878","email_id":"Shakira15@gmail.com","dop":"2025-04-06","serial_number":"14916434383650400","imei1":"14916434383650400","imei2":"14916434383650400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:25:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169874,"job_number":"JOB_169874","tr_customer_id":169891,"tr_customer_product_id":169881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:26:21.000Z","modified_at":"2026-01-29T03:26:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10673562968699","imei1":"10673562968699","imei2":"10673562968699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169876,"job_number":"JOB_169876","tr_customer_id":169893,"tr_customer_product_id":169883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:26:23.000Z","modified_at":"2026-01-29T03:26:23.000Z","name":"Mercedes Mosciski","mobile_number":"923-418-2490","email_id":"Carrie_Bogisich@hotmail.com","dop":"2025-04-06","serial_number":"13521082425397300","imei1":"13521082425397300","imei2":"13521082425397300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169877,"job_number":"JOB_169877","tr_customer_id":169894,"tr_customer_product_id":169884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:13:59.000Z","modified_at":"2026-01-29T04:13:59.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2026-01-19","serial_number":"13511700420678","imei1":"13511700420678","imei2":"13511700420678","popurl":"2026-01-19T04:13:56.241282Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:13:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169880,"job_number":"JOB_169880","tr_customer_id":169897,"tr_customer_product_id":169887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:03.000Z","modified_at":"2026-01-29T04:16:03.000Z","name":"Marjory Prosacco","mobile_number":"699-267-2209","email_id":"Zula39@gmail.com","dop":"2025-04-06","serial_number":"16395387356944346","imei1":"16395387356944346","imei2":"16395387356944346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169881,"job_number":"JOB_169881","tr_customer_id":169898,"tr_customer_product_id":169888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:04.000Z","modified_at":"2026-01-29T04:16:04.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"12070682964530","imei1":"12070682964530","imei2":"12070682964530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169883,"job_number":"JOB_169883","tr_customer_id":169900,"tr_customer_product_id":169890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:06.000Z","modified_at":"2026-01-29T04:16:06.000Z","name":"Madelynn Waelchi","mobile_number":"699-759-6036","email_id":"Max_Muller@yahoo.com","dop":"2025-04-06","serial_number":"13740624223962302","imei1":"13740624223962302","imei2":"13740624223962302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169885,"job_number":"JOB_169885","tr_customer_id":169902,"tr_customer_product_id":169892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:09.000Z","modified_at":"2026-01-29T04:16:09.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10561216161403","imei1":"10561216161403","imei2":"10561216161403","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169887,"job_number":"JOB_169887","tr_customer_id":169904,"tr_customer_product_id":169894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:10.000Z","modified_at":"2026-01-29T04:16:10.000Z","name":"Minnie Streich","mobile_number":"683-999-8265","email_id":"Donavon48@gmail.com","dop":"2025-06-18","serial_number":"1012382214566289","imei1":"1012382214566289","imei2":"1012382214566289","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169889,"job_number":"JOB_169889","tr_customer_id":169906,"tr_customer_product_id":169896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:12.000Z","modified_at":"2026-01-29T04:16:12.000Z","name":"Rupert Cronin","mobile_number":"620-842-1122","email_id":"Wilson_Gutkowski13@yahoo.com","dop":"2025-04-06","serial_number":"11997571758332780","imei1":"11997571758332780","imei2":"11997571758332780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169892,"job_number":"JOB_169892","tr_customer_id":169909,"tr_customer_product_id":169899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:21.000Z","modified_at":"2026-01-29T04:16:21.000Z","name":"Eleonore Nitzsche","mobile_number":"398-329-9801","email_id":"Angelica_Weissnat@gmail.com","dop":"2025-04-06","serial_number":"12749404775768988","imei1":"12749404775768988","imei2":"12749404775768988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169893,"job_number":"JOB_169893","tr_customer_id":169910,"tr_customer_product_id":169900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:23.000Z","modified_at":"2026-01-29T04:16:23.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12923627457681","imei1":"12923627457681","imei2":"12923627457681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169896,"job_number":"JOB_169896","tr_customer_id":169913,"tr_customer_product_id":169903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:24.000Z","modified_at":"2026-01-29T04:16:24.000Z","name":"Karl Abbott","mobile_number":"703-729-7463","email_id":"Emilio79@hotmail.com","dop":"2025-04-06","serial_number":"14506814694084636","imei1":"14506814694084636","imei2":"14506814694084636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169897,"job_number":"JOB_169897","tr_customer_id":169914,"tr_customer_product_id":169904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:25.000Z","modified_at":"2026-01-29T04:16:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14289345962544","imei1":"14289345962544","imei2":"14289345962544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169899,"job_number":"JOB_169899","tr_customer_id":169916,"tr_customer_product_id":169906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:25.000Z","modified_at":"2026-01-29T04:16:25.000Z","name":"Jayde Glover","mobile_number":"634-373-0219","email_id":"Jarred.Feil17@hotmail.com","dop":"2025-04-06","serial_number":"15932062647888252","imei1":"15932062647888252","imei2":"15932062647888252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169900,"job_number":"JOB_169900","tr_customer_id":169917,"tr_customer_product_id":169907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:26.000Z","modified_at":"2026-01-29T04:16:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16898380037762","imei1":"16898380037762","imei2":"16898380037762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169902,"job_number":"JOB_169902","tr_customer_id":169919,"tr_customer_product_id":169909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:26.000Z","modified_at":"2026-01-29T04:16:26.000Z","name":"Lois Marks","mobile_number":"764-967-8562","email_id":"Carlie.Schumm@yahoo.com","dop":"2025-04-06","serial_number":"14440004652815754","imei1":"14440004652815754","imei2":"14440004652815754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169903,"job_number":"JOB_169903","tr_customer_id":169920,"tr_customer_product_id":169910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:28.000Z","modified_at":"2026-01-29T04:16:28.000Z","name":"Elijah Walter","mobile_number":"476-770-1837","email_id":"Fernando.Kirlin26@gmail.com","dop":"2025-04-06","serial_number":"11410915776276976","imei1":"11410915776276976","imei2":"11410915776276976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169904,"job_number":"JOB_169904","tr_customer_id":169921,"tr_customer_product_id":169911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:30.000Z","modified_at":"2026-01-29T04:16:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11673376810277","imei1":"11673376810277","imei2":"11673376810277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169907,"job_number":"JOB_169907","tr_customer_id":169924,"tr_customer_product_id":169914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:32.000Z","modified_at":"2026-01-29T04:16:32.000Z","name":"Demetrius D'Amore","mobile_number":"362-947-9683","email_id":"Perry_Kozey17@yahoo.com","dop":"2025-04-06","serial_number":"11484159943619490","imei1":"11484159943619490","imei2":"11484159943619490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169909,"job_number":"JOB_169909","tr_customer_id":169926,"tr_customer_product_id":169916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:34.000Z","modified_at":"2026-01-29T04:16:34.000Z","name":"Sarai Friesen","mobile_number":"719-677-8126","email_id":"Calista59@yahoo.com","dop":"2025-04-06","serial_number":"14026021872485694","imei1":"14026021872485694","imei2":"14026021872485694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169910,"job_number":"JOB_169910","tr_customer_id":169927,"tr_customer_product_id":169917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:34.000Z","modified_at":"2026-01-29T04:16:34.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14302233343511","imei1":"14302233343511","imei2":"14302233343511","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169914,"job_number":"JOB_169914","tr_customer_id":169931,"tr_customer_product_id":169921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"101462564205490","imei1":"101462564205490","imei2":"101462564205490","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169915,"job_number":"JOB_169915","tr_customer_id":169932,"tr_customer_product_id":169922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12803020310911","imei2":"12803020310911","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169916,"job_number":"JOB_169916","tr_customer_id":169933,"tr_customer_product_id":169923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Sydni Senger","mobile_number":"869-282-7747","email_id":"Maci_Gerlach59@hotmail.com","dop":"2025-04-06","serial_number":"18415754176926830","imei1":"18415754176926830","imei2":"18415754176926830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169919,"job_number":"JOB_169919","tr_customer_id":169936,"tr_customer_product_id":169926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:46.000Z","modified_at":"2026-01-29T04:16:46.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"15782736781614","imei1":"15782736781614","imei2":"15782736781614","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169921,"job_number":"JOB_169921","tr_customer_id":169938,"tr_customer_product_id":169928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:47.000Z","modified_at":"2026-01-29T04:16:47.000Z","name":"Ressie Bergnaum","mobile_number":"415-766-0961","email_id":"Hosea_Schneider69@gmail.com","dop":"2025-04-06","serial_number":"10877755317220514","imei1":"10877755317220514","imei2":"10877755317220514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169922,"job_number":"JOB_169922","tr_customer_id":169939,"tr_customer_product_id":169929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:50.000Z","modified_at":"2026-01-29T04:16:50.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16399240615138","imei2":"16399240615138","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169924,"job_number":"JOB_169924","tr_customer_id":169941,"tr_customer_product_id":169931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:50.000Z","modified_at":"2026-01-29T04:16:50.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10073147389813","imei1":"10073147389813","imei2":"10073147389813","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169926,"job_number":"JOB_169926","tr_customer_id":169943,"tr_customer_product_id":169933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:51.000Z","modified_at":"2026-01-29T04:16:51.000Z","name":"Friedrich Conroy","mobile_number":"889-488-0858","email_id":"Zachary_Sporer@yahoo.com","dop":"2025-06-18","serial_number":"1067788577784827","imei1":"1067788577784827","imei2":"1067788577784827","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169929,"job_number":"JOB_169929","tr_customer_id":169946,"tr_customer_product_id":169936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:03.000Z","modified_at":"2026-01-29T04:17:03.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19276057056292","imei2":"19276057056292","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169931,"job_number":"JOB_169931","tr_customer_id":169948,"tr_customer_product_id":169938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:05.000Z","modified_at":"2026-01-29T04:17:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12472772312416","imei1":"12472772312416","imei2":"12472772312416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169933,"job_number":"JOB_169933","tr_customer_id":169950,"tr_customer_product_id":169940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:07.000Z","modified_at":"2026-01-29T04:17:07.000Z","name":"Raphael Collins","mobile_number":"936-970-6712","email_id":"Rebekah.Kuhlman16@gmail.com","dop":"2025-04-06","serial_number":"13216219847530868","imei1":"13216219847530868","imei2":"13216219847530868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169934,"job_number":"JOB_169934","tr_customer_id":169951,"tr_customer_product_id":169941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11438072933999","imei1":"11438072933999","imei2":"11438072933999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169935,"job_number":"JOB_169935","tr_customer_id":169952,"tr_customer_product_id":169942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18182378173943","imei1":"18182378173943","imei2":"18182378173943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169938,"job_number":"JOB_169938","tr_customer_id":169955,"tr_customer_product_id":169945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19878340438041","imei1":"19878340438041","imei2":"19878340438041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169940,"job_number":"JOB_169940","tr_customer_id":169957,"tr_customer_product_id":169947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:14.000Z","modified_at":"2026-01-29T04:17:14.000Z","name":"Tomas Jones","mobile_number":"963-869-7612","email_id":"Dean.Predovic67@hotmail.com","dop":"2025-04-06","serial_number":"11853819722048202","imei1":"11853819722048202","imei2":"11853819722048202","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169941,"job_number":"JOB_169941","tr_customer_id":169958,"tr_customer_product_id":169948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:14.000Z","modified_at":"2026-01-29T04:17:14.000Z","name":"Hayley Rice","mobile_number":"402-654-1383","email_id":"Rogers.Gutkowski@gmail.com","dop":"2025-04-06","serial_number":"16407734138657324","imei1":"16407734138657324","imei2":"16407734138657324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169942,"job_number":"JOB_169942","tr_customer_id":169959,"tr_customer_product_id":169949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:15.000Z","modified_at":"2026-01-29T04:17:15.000Z","name":"Christina Fisher","mobile_number":"233-337-6786","email_id":"Genesis15@hotmail.com","dop":"2025-04-06","serial_number":"10851852586991604","imei1":"10851852586991604","imei2":"10851852586991604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169943,"job_number":"JOB_169943","tr_customer_id":169960,"tr_customer_product_id":169950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:17.000Z","modified_at":"2026-01-29T04:17:17.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18269688819306","imei1":"18269688819306","imei2":"18269688819306","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169945,"job_number":"JOB_169945","tr_customer_id":169962,"tr_customer_product_id":169952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:18.000Z","modified_at":"2026-01-29T04:17:18.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"29473598651057","imei1":"29473598651057","imei2":"29473598651057","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169946,"job_number":"JOB_169946","tr_customer_id":169963,"tr_customer_product_id":169953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:22.000Z","modified_at":"2026-01-29T04:17:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11636781794539","imei1":"11636781794539","imei2":"11636781794539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169948,"job_number":"JOB_169948","tr_customer_id":169965,"tr_customer_product_id":169955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:24.000Z","modified_at":"2026-01-29T04:17:24.000Z","name":"Johnson Cartwright","mobile_number":"293-616-5525","email_id":"Lauren90@hotmail.com","dop":"2025-04-06","serial_number":"12137245612803680","imei1":"12137245612803680","imei2":"12137245612803680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169949,"job_number":"JOB_169949","tr_customer_id":169966,"tr_customer_product_id":169956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:27.000Z","modified_at":"2026-01-29T04:17:27.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13938280362099","imei1":"13938280362099","imei2":"13938280362099","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169951,"job_number":"JOB_169951","tr_customer_id":169968,"tr_customer_product_id":169958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:28.000Z","modified_at":"2026-01-29T04:17:28.000Z","name":"Blanca Murazik","mobile_number":"287-201-7312","email_id":"Jennings10@gmail.com","dop":"2025-04-06","serial_number":"11241529073060320","imei1":"11241529073060320","imei2":"11241529073060320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169952,"job_number":"JOB_169952","tr_customer_id":169969,"tr_customer_product_id":169959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:17:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13991298792295","imei1":"13991298792295","imei2":"13991298792295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169954,"job_number":"JOB_169954","tr_customer_id":169971,"tr_customer_product_id":169961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:17:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13135699846297","imei1":"13135699846297","imei2":"13135699846297","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169959,"job_number":"JOB_169959","tr_customer_id":169976,"tr_customer_product_id":169966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:17:46.000Z","name":"Fanny Shields","mobile_number":"938-931-7489","email_id":"Kristoffer_Considine6@hotmail.com","dop":"2025-04-06","serial_number":"13996429550028526","imei1":"13996429550028526","imei2":"13996429550028526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169961,"job_number":"JOB_169961","tr_customer_id":169978,"tr_customer_product_id":169968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Tommie Sauer","mobile_number":"682-387-7272","email_id":"Emiliano76@hotmail.com","dop":"2025-04-06","serial_number":"16683896035858156","imei1":"16683896035858156","imei2":"16683896035858156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169964,"job_number":"JOB_169964","tr_customer_id":169981,"tr_customer_product_id":169971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16489268563937","imei1":"16489268563937","imei2":"16489268563937","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169968,"job_number":"JOB_169968","tr_customer_id":169985,"tr_customer_product_id":169975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:49.000Z","modified_at":"2026-01-29T04:17:49.000Z","name":"Ebony Parisian","mobile_number":"895-882-8668","email_id":"Sedrick41@yahoo.com","dop":"2025-04-06","serial_number":"17429089838740596","imei1":"17429089838740596","imei2":"17429089838740596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169969,"job_number":"JOB_169969","tr_customer_id":169986,"tr_customer_product_id":169976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:51.000Z","modified_at":"2026-01-29T04:17:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12070621903777","imei1":"12070621903777","imei2":"12070621903777","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169971,"job_number":"JOB_169971","tr_customer_id":169988,"tr_customer_product_id":169978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:53.000Z","modified_at":"2026-01-29T04:17:53.000Z","name":"Derrick Terry","mobile_number":"688-773-2017","email_id":"Percival87@yahoo.com","dop":"2025-04-06","serial_number":"18769623652511530","imei1":"18769623652511530","imei2":"18769623652511530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169973,"job_number":"JOB_169973","tr_customer_id":169990,"tr_customer_product_id":169980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:55.000Z","modified_at":"2026-01-29T04:17:55.000Z","name":"Maud Willms","mobile_number":"531-916-9431","email_id":"Brett.Hessel@gmail.com","dop":"2025-05-30","serial_number":"19047804443738","imei1":"19047804443738","imei2":"19047804443738","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169974,"job_number":"JOB_169974","tr_customer_id":169991,"tr_customer_product_id":169981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:17:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13438763165786","imei1":"13438763165786","imei2":"13438763165786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169977,"job_number":"JOB_169977","tr_customer_id":169994,"tr_customer_product_id":169984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:17:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17560182260872","imei1":"17560182260872","imei2":"17560182260872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169978,"job_number":"JOB_169978","tr_customer_id":169995,"tr_customer_product_id":169985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:17:57.000Z","name":"Jeramie Borer","mobile_number":"717-444-2614","email_id":"Valentin53@hotmail.com","dop":"2025-05-30","serial_number":"1366895474168729","imei1":"1366895474168729","imei2":"1366895474168729","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169981,"job_number":"JOB_169981","tr_customer_id":169998,"tr_customer_product_id":169988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:17:57.000Z","name":"Roscoe Wolf","mobile_number":"586-961-2040","email_id":"Freddy26@hotmail.com","dop":"2025-04-06","serial_number":"11243190297393252","imei1":"11243190297393252","imei2":"11243190297393252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169982,"job_number":"JOB_169982","tr_customer_id":169999,"tr_customer_product_id":169989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:58.000Z","modified_at":"2026-01-29T04:17:58.000Z","name":"Isabell Stroman","mobile_number":"412-452-2381","email_id":"Anya_Orn@hotmail.com","dop":"2025-04-06","serial_number":"13127050337010392","imei1":"13127050337010392","imei2":"13127050337010392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169983,"job_number":"JOB_169983","tr_customer_id":170000,"tr_customer_product_id":169990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:58.000Z","modified_at":"2026-01-29T04:17:58.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15240351894540","imei1":"15240351894540","imei2":"15240351894540","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169986,"job_number":"JOB_169986","tr_customer_id":170003,"tr_customer_product_id":169993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:17:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15199399382074","imei1":"15199399382074","imei2":"15199399382074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169991,"job_number":"JOB_169991","tr_customer_id":170008,"tr_customer_product_id":169998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10873400051463","imei1":"10873400051463","imei2":"10873400051463","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169992,"job_number":"JOB_169992","tr_customer_id":170009,"tr_customer_product_id":169999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13676563880234","imei1":"13676563880234","imei2":"13676563880234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169993,"job_number":"JOB_169993","tr_customer_id":170010,"tr_customer_product_id":170000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"28764031525642","imei1":"28764031525642","imei2":"28764031525642","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169995,"job_number":"JOB_169995","tr_customer_id":170012,"tr_customer_product_id":170002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:01.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"13651484288758","imei1":"13651484288758","imei2":"13651484288758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169997,"job_number":"JOB_169997","tr_customer_id":170014,"tr_customer_product_id":170004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:01.000Z","modified_at":"2026-01-29T04:18:01.000Z","name":"Donnie Rippin","mobile_number":"751-369-7144","email_id":"Moshe_Wisoky@yahoo.com","dop":"2025-04-06","serial_number":"17941153908569654","imei1":"17941153908569654","imei2":"17941153908569654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169999,"job_number":"JOB_169999","tr_customer_id":170016,"tr_customer_product_id":170006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:02.000Z","modified_at":"2026-01-29T04:18:02.000Z","name":"Lucie Goyette","mobile_number":"484-258-5676","email_id":"Candelario.Kessler28@yahoo.com","dop":"2025-04-06","serial_number":"11748011688107488","imei1":"11748011688107488","imei2":"11748011688107488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170000,"job_number":"JOB_170000","tr_customer_id":170017,"tr_customer_product_id":170007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:02.000Z","modified_at":"2026-01-29T04:18:02.000Z","name":"Arno Auer","mobile_number":"772-468-7279","email_id":"Aniyah.Tillman@yahoo.com","dop":"2025-04-06","serial_number":"16702733351902096","imei1":"16702733351902096","imei2":"16702733351902096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170001,"job_number":"JOB_170001","tr_customer_id":170018,"tr_customer_product_id":170008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:02.000Z","modified_at":"2026-01-29T04:18:02.000Z","name":"Theresa Green","mobile_number":"897-805-8431","email_id":"Emmy25@gmail.com","dop":"2025-04-06","serial_number":"11137089850184800","imei1":"11137089850184800","imei2":"11137089850184800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170005,"job_number":"JOB_170005","tr_customer_id":170022,"tr_customer_product_id":170012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:11.000Z","modified_at":"2026-01-29T04:18:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11252590444425","imei1":"11252590444425","imei2":"11252590444425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170007,"job_number":"JOB_170007","tr_customer_id":170024,"tr_customer_product_id":170014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:12.000Z","modified_at":"2026-01-29T04:18:12.000Z","name":"Haleigh Glover","mobile_number":"652-273-9084","email_id":"Serenity.Paucek42@gmail.com","dop":"2025-04-06","serial_number":"13173861116338296","imei1":"13173861116338296","imei2":"13173861116338296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170013,"job_number":"JOB_170013","tr_customer_id":170030,"tr_customer_product_id":170020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:28.000Z","modified_at":"2026-01-29T04:18:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18166799809930","imei1":"18166799809930","imei2":"18166799809930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170017,"job_number":"JOB_170017","tr_customer_id":170034,"tr_customer_product_id":170024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:29.000Z","modified_at":"2026-01-29T04:18:29.000Z","name":"Isai Zboncak","mobile_number":"512-467-1207","email_id":"Malcolm.Durgan15@gmail.com","dop":"2025-04-06","serial_number":"19091436100148980","imei1":"19091436100148980","imei2":"19091436100148980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170018,"job_number":"JOB_170018","tr_customer_id":170035,"tr_customer_product_id":170025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:30.000Z","modified_at":"2026-01-29T04:18:30.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10333081235751","imei1":"10333081235751","imei2":"10333081235751","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170021,"job_number":"JOB_170021","tr_customer_id":170038,"tr_customer_product_id":170028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:31.000Z","modified_at":"2026-01-29T04:18:31.000Z","name":"Isai Reichel","mobile_number":"341-862-5299","email_id":"Alfonzo31@gmail.com","dop":"2025-04-06","serial_number":"12233201586587286","imei1":"12233201586587286","imei2":"12233201586587286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170025,"job_number":"JOB_170025","tr_customer_id":170042,"tr_customer_product_id":170032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:36.000Z","modified_at":"2026-01-29T04:18:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19567663308904","imei1":"19567663308904","imei2":"19567663308904","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170027,"job_number":"JOB_170027","tr_customer_id":170044,"tr_customer_product_id":170034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:37.000Z","modified_at":"2026-01-29T04:18:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18269106291722","imei1":"18269106291722","imei2":"18269106291722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170029,"job_number":"JOB_170029","tr_customer_id":170046,"tr_customer_product_id":170036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:38.000Z","modified_at":"2026-01-29T04:18:38.000Z","name":"Casandra Rowe","mobile_number":"434-701-1275","email_id":"Garrick79@gmail.com","dop":"2025-04-06","serial_number":"15486414409544662","imei1":"15486414409544662","imei2":"15486414409544662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170030,"job_number":"JOB_170030","tr_customer_id":170047,"tr_customer_product_id":170037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:39.000Z","modified_at":"2026-01-29T04:18:39.000Z","name":"Jesse Lindgren","mobile_number":"840-897-8086","email_id":"Gertrude_Feil@hotmail.com","dop":"2025-04-06","serial_number":"19863142606345120","imei1":"19863142606345120","imei2":"19863142606345120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170032,"job_number":"JOB_170032","tr_customer_id":170049,"tr_customer_product_id":170039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:43.000Z","modified_at":"2026-01-29T04:18:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16936680577744","imei1":"16936680577744","imei2":"16936680577744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170034,"job_number":"JOB_170034","tr_customer_id":170051,"tr_customer_product_id":170041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:44.000Z","modified_at":"2026-01-29T04:18:44.000Z","name":"Selmer Macejkovic","mobile_number":"353-579-4056","email_id":"Cassidy44@yahoo.com","dop":"2025-04-06","serial_number":"15208412121779964","imei1":"15208412121779964","imei2":"15208412121779964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170035,"job_number":"JOB_170035","tr_customer_id":170052,"tr_customer_product_id":170042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:46.000Z","modified_at":"2026-01-29T04:18:46.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"12048314724048","imei1":"12048314724048","imei2":"12048314724048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170037,"job_number":"JOB_170037","tr_customer_id":170054,"tr_customer_product_id":170044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:47.000Z","modified_at":"2026-01-29T04:18:47.000Z","name":"Otto Upton","mobile_number":"718-817-5286","email_id":"Nikita.Stehr40@hotmail.com","dop":"2025-04-06","serial_number":"12402780473306932","imei1":"12402780473306932","imei2":"12402780473306932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170038,"job_number":"JOB_170038","tr_customer_id":170055,"tr_customer_product_id":170045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:59.000Z","modified_at":"2026-01-29T04:18:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13136422782999","imei1":"13136422782999","imei2":"13136422782999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170040,"job_number":"JOB_170040","tr_customer_id":170057,"tr_customer_product_id":170047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:01.000Z","modified_at":"2026-01-29T04:19:01.000Z","name":"Dulce Turcotte","mobile_number":"627-644-7517","email_id":"Meredith_Mosciski97@gmail.com","dop":"2025-04-06","serial_number":"11308045440720300","imei1":"11308045440720300","imei2":"11308045440720300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170041,"job_number":"JOB_170041","tr_customer_id":170058,"tr_customer_product_id":170048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:10.000Z","modified_at":"2026-01-29T04:19:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12346224454851","imei1":"12346224454851","imei2":"12346224454851","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170044,"job_number":"JOB_170044","tr_customer_id":170061,"tr_customer_product_id":170051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:11.000Z","modified_at":"2026-01-29T04:19:11.000Z","name":"Delta Dare","mobile_number":"971-424-5135","email_id":"Kara23@hotmail.com","dop":"2025-04-06","serial_number":"13717379560690216","imei1":"13717379560690216","imei2":"13717379560690216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170047,"job_number":"JOB_170047","tr_customer_id":170064,"tr_customer_product_id":170054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:14.000Z","modified_at":"2026-01-29T04:19:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11163741540531","imei1":"11163741540531","imei2":"11163741540531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170049,"job_number":"JOB_170049","tr_customer_id":170066,"tr_customer_product_id":170056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:16.000Z","modified_at":"2026-01-29T04:19:16.000Z","name":"Carlotta Ward","mobile_number":"352-533-4840","email_id":"Lessie_Tillman@gmail.com","dop":"2025-04-06","serial_number":"14248802048586536","imei1":"14248802048586536","imei2":"14248802048586536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170050,"job_number":"JOB_170050","tr_customer_id":170067,"tr_customer_product_id":170057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:18.000Z","modified_at":"2026-01-29T04:19:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19293730852996","imei1":"19293730852996","imei2":"19293730852996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170052,"job_number":"JOB_170052","tr_customer_id":170069,"tr_customer_product_id":170059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:19.000Z","modified_at":"2026-01-29T04:19:19.000Z","name":"Brain Lang","mobile_number":"594-849-9001","email_id":"Anabel.Botsford@gmail.com","dop":"2025-04-06","serial_number":"13596958877133660","imei1":"13596958877133660","imei2":"13596958877133660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170053,"job_number":"JOB_170053","tr_customer_id":170070,"tr_customer_product_id":170060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:20.000Z","modified_at":"2026-01-29T04:19:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16570668237798","imei1":"16570668237798","imei2":"16570668237798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170055,"job_number":"JOB_170055","tr_customer_id":170072,"tr_customer_product_id":170062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:21.000Z","modified_at":"2026-01-29T04:19:21.000Z","name":"Tyler Witting","mobile_number":"919-947-9150","email_id":"Maryam16@hotmail.com","dop":"2025-04-06","serial_number":"18160876903515956","imei1":"18160876903515956","imei2":"18160876903515956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170056,"job_number":"JOB_170056","tr_customer_id":170073,"tr_customer_product_id":170063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:25.000Z","modified_at":"2026-01-29T04:19:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19335030462768","imei1":"19335030462768","imei2":"19335030462768","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170058,"job_number":"JOB_170058","tr_customer_id":170075,"tr_customer_product_id":170065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:27.000Z","modified_at":"2026-01-29T04:19:27.000Z","name":"Jamarcus Schmitt","mobile_number":"413-229-5689","email_id":"Imelda_Bednar38@hotmail.com","dop":"2025-04-06","serial_number":"15619569772936880","imei1":"15619569772936880","imei2":"15619569772936880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170062,"job_number":"JOB_170062","tr_customer_id":170079,"tr_customer_product_id":170069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:20:43.000Z","modified_at":"2026-01-29T04:20:43.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"preethi.sathya@gmail.com","dop":"2025-12-09","serial_number":"10605741295101","imei1":"10605741295101","imei2":"10605741295101","popurl":"2025-12-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170063,"job_number":"JOB_170063","tr_customer_id":170080,"tr_customer_product_id":170070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:39.000Z","modified_at":"2026-01-29T04:23:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61742922570869","imei1":"61742922570869","imei2":"61742922570869","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170064,"job_number":"JOB_170064","tr_customer_id":170081,"tr_customer_product_id":170071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:39.000Z","modified_at":"2026-01-29T04:23:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93056327496200","imei1":"93056327496200","imei2":"93056327496200","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170065,"job_number":"JOB_170065","tr_customer_id":170082,"tr_customer_product_id":170072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:40.000Z","modified_at":"2026-01-29T04:23:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93791321431375","imei1":"93791321431375","imei2":"93791321431375","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170066,"job_number":"JOB_170066","tr_customer_id":170083,"tr_customer_product_id":170073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:40.000Z","modified_at":"2026-01-29T04:23:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31270802365495","imei1":"31270802365495","imei2":"31270802365495","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170067,"job_number":"JOB_170067","tr_customer_id":170084,"tr_customer_product_id":170074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:40.000Z","modified_at":"2026-01-29T04:23:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92767950644837","imei1":"92767950644837","imei2":"92767950644837","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170068,"job_number":"JOB_170068","tr_customer_id":170085,"tr_customer_product_id":170075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:41.000Z","modified_at":"2026-01-29T04:23:41.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18229715259307","imei1":"18229715259307","imei2":"18229715259307","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170070,"job_number":"JOB_170070","tr_customer_id":170087,"tr_customer_product_id":170077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:12.000Z","modified_at":"2026-01-29T04:24:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97460499699716","imei1":"97460499699716","imei2":"97460499699716","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170071,"job_number":"JOB_170071","tr_customer_id":170088,"tr_customer_product_id":170078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:12.000Z","modified_at":"2026-01-29T04:24:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28724397917824","imei1":"28724397917824","imei2":"28724397917824","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170072,"job_number":"JOB_170072","tr_customer_id":170089,"tr_customer_product_id":170079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:12.000Z","modified_at":"2026-01-29T04:24:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12208933587131","imei1":"12208933587131","imei2":"12208933587131","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170073,"job_number":"JOB_170073","tr_customer_id":170090,"tr_customer_product_id":170080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"89557250189927","imei1":"89557250189927","imei2":"89557250189927","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170074,"job_number":"JOB_170074","tr_customer_id":170091,"tr_customer_product_id":170081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14826939783532","imei1":"14826939783532","imei2":"14826939783532","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170075,"job_number":"JOB_170075","tr_customer_id":170092,"tr_customer_product_id":170082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54338572207443","imei1":"54338572207443","imei2":"54338572207443","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170077,"job_number":"JOB_170077","tr_customer_id":170094,"tr_customer_product_id":170084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:44.000Z","modified_at":"2026-01-29T04:24:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59504424488692","imei1":"59504424488692","imei2":"59504424488692","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170078,"job_number":"JOB_170078","tr_customer_id":170095,"tr_customer_product_id":170085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:44.000Z","modified_at":"2026-01-29T04:24:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90655526949378","imei1":"90655526949378","imei2":"90655526949378","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170079,"job_number":"JOB_170079","tr_customer_id":170096,"tr_customer_product_id":170086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:44.000Z","modified_at":"2026-01-29T04:24:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"98417105285089","imei1":"98417105285089","imei2":"98417105285089","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170080,"job_number":"JOB_170080","tr_customer_id":170097,"tr_customer_product_id":170087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:45.000Z","modified_at":"2026-01-29T04:24:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39263213036163","imei1":"39263213036163","imei2":"39263213036163","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170081,"job_number":"JOB_170081","tr_customer_id":170098,"tr_customer_product_id":170088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:45.000Z","modified_at":"2026-01-29T04:24:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31823070311431","imei1":"31823070311431","imei2":"31823070311431","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170082,"job_number":"JOB_170082","tr_customer_id":170099,"tr_customer_product_id":170089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:45.000Z","modified_at":"2026-01-29T04:24:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38705468704814","imei1":"38705468704814","imei2":"38705468704814","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170086,"job_number":"JOB_170086","tr_customer_id":170103,"tr_customer_product_id":170093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:03:19.000Z","modified_at":"2026-01-29T05:03:19.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-19","serial_number":"26203262889575","imei1":"26203262889575","imei2":"26203262889575","popurl":"2026-01-19T05:03:18.686727126Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:03:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170087,"job_number":"JOB_170087","tr_customer_id":170104,"tr_customer_product_id":170094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:03:47.000Z","modified_at":"2026-01-29T05:03:47.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-19","serial_number":"27106990847514","imei1":"27106990847514","imei2":"27106990847514","popurl":"2026-01-19T05:03:47.346258629Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:03:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170088,"job_number":"JOB_170088","tr_customer_id":170105,"tr_customer_product_id":170095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:08:53.000Z","modified_at":"2026-01-29T05:08:53.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101397703177975","imei1":"101397703177975","imei2":"101397703177975","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:08:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170090,"job_number":"JOB_170090","tr_customer_id":170107,"tr_customer_product_id":170097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:09:04.000Z","modified_at":"2026-01-29T05:09:04.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103500580065617","imei1":"103500580065617","imei2":"103500580065617","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:09:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170092,"job_number":"JOB_170092","tr_customer_id":170109,"tr_customer_product_id":170099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:15:14.000Z","modified_at":"2026-01-29T05:15:14.000Z","name":"Acharyanandana Chaturvedi","mobile_number":"7002014268","email_id":"subhasini.khanna@yahoo.co.in","dop":"2026-01-19","serial_number":"127061244556375","imei1":"127061244556375","imei2":"127061244556375","popurl":"www.shashikala-kocchar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:15:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170094,"job_number":"JOB_170094","tr_customer_id":170111,"tr_customer_product_id":170101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:08.000Z","modified_at":"2026-01-29T05:27:08.000Z","name":"Erwin Beahan","mobile_number":"398-315-6549","email_id":"Lenora.Walker@hotmail.com","dop":"2025-04-06","serial_number":"10263264556686756","imei1":"10263264556686756","imei2":"10263264556686756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170096,"job_number":"JOB_170096","tr_customer_id":170113,"tr_customer_product_id":170103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:31.000Z","modified_at":"2026-01-29T05:27:31.000Z","name":"Theodore Marvin","mobile_number":"270-774-0335","email_id":"Jan.Hoppe9@gmail.com","dop":"2025-04-06","serial_number":"12346774641211792","imei1":"12346774641211792","imei2":"12346774641211792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170097,"job_number":"JOB_170097","tr_customer_id":170114,"tr_customer_product_id":170104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:29:32.000Z","modified_at":"2026-01-29T05:29:32.000Z","name":"Maryetta Boehm","mobile_number":"7017800939","email_id":"lizzette.mckenzie@gmail.com","dop":"2026-01-19","serial_number":"466775417237750","imei1":"579050702278771","imei2":"854786880215774","popurl":"www.marget-hickle.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170099,"job_number":"JOB_170099","tr_customer_id":170116,"tr_customer_product_id":170106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:31:49.000Z","modified_at":"2026-01-29T05:31:49.000Z","name":"Maybelle Jaskolski","mobile_number":"632-851-4534","email_id":"Wayne.Predovic@gmail.com","dop":"2025-04-06","serial_number":"11225324344334598","imei1":"11225324344334598","imei2":"11225324344334598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:31:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170101,"job_number":"JOB_170101","tr_customer_id":170118,"tr_customer_product_id":170108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:32:35.000Z","modified_at":"2026-01-29T05:32:35.000Z","name":"Everett Wolff","mobile_number":"522-392-2016","email_id":"Esmeralda.Schmidt99@hotmail.com","dop":"2025-04-06","serial_number":"17752045343165536","imei1":"17752045343165536","imei2":"17752045343165536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:32:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170103,"job_number":"JOB_170103","tr_customer_id":170120,"tr_customer_product_id":170110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:33:21.000Z","modified_at":"2026-01-29T05:33:21.000Z","name":"Scottie Morar","mobile_number":"986-546-3563","email_id":"Deion31@gmail.com","dop":"2025-04-06","serial_number":"10214013136574962","imei1":"10214013136574962","imei2":"10214013136574962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:33:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170104,"job_number":"JOB_170104","tr_customer_id":170121,"tr_customer_product_id":170111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Shemeka Konopelski","mobile_number":"7068432392","email_id":"ben.ortiz@hotmail.com","dop":"2026-01-19","serial_number":"111939494622416","imei1":"588506820130283","imei2":"876477157204946","popurl":"www.belinda-tillman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170105,"job_number":"JOB_170105","tr_customer_id":170123,"tr_customer_product_id":170113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Vance Conn","mobile_number":"7078935003","email_id":"dorine.deckow@gmail.com","dop":"2026-01-19","serial_number":"824141496680211","imei1":"435551315720134","imei2":"306772142899246","popurl":"www.yesenia-moen.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170107,"job_number":"JOB_170107","tr_customer_id":170124,"tr_customer_product_id":170114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Florida Mann","mobile_number":"7031155873","email_id":"hung.durgan@gmail.com","dop":"2026-01-19","serial_number":"263981510145910","imei1":"430492554064491","imei2":"520899703820156","popurl":"www.stephanie-langworth.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170108,"job_number":"JOB_170108","tr_customer_id":170125,"tr_customer_product_id":170115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Jake Ferry","mobile_number":"7040877155","email_id":"marivel.stracke@yahoo.com","dop":"2026-01-19","serial_number":"807523303177321","imei1":"395308237474740","imei2":"439663713664202","popurl":"www.alisia-casper.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170109,"job_number":"JOB_170109","tr_customer_id":170126,"tr_customer_product_id":170116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Jamie Lesch","mobile_number":"7007295861","email_id":"britt.oberbrunner@gmail.com","dop":"2026-01-19","serial_number":"942390214270973","imei1":"355491507732615","imei2":"294603664991773","popurl":"www.ryan-flatley.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170110,"job_number":"JOB_170110","tr_customer_id":170127,"tr_customer_product_id":170117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Josiah Murray","mobile_number":"7015463645","email_id":"pat.sporer@hotmail.com","dop":"2026-01-19","serial_number":"916771939383097","imei1":"044050186125616","imei2":"403864503743931","popurl":"www.socorro-heaney.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170111,"job_number":"JOB_170111","tr_customer_id":170128,"tr_customer_product_id":170118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Marhta Gutmann","mobile_number":"7084825500","email_id":"cory.stark@yahoo.com","dop":"2026-01-19","serial_number":"159506114992362","imei1":"996490114489996","imei2":"075194986131691","popurl":"www.deadra-torp.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170113,"job_number":"JOB_170113","tr_customer_id":170130,"tr_customer_product_id":170120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Jamel Kautzer","mobile_number":"7074242420","email_id":"roman.kuhn@gmail.com","dop":"2026-01-19","serial_number":"116761198144715","imei1":"008987442726444","imei2":"491283302611861","popurl":"www.jarred-nicolas.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170114,"job_number":"JOB_170114","tr_customer_id":170131,"tr_customer_product_id":170121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:44.000Z","modified_at":"2026-01-29T05:34:44.000Z","name":"Yolanda Luettgen","mobile_number":"7029414401","email_id":"renata.windler@gmail.com","dop":"2026-01-19","serial_number":"259510094291768","imei1":"963232990401961","imei2":"748083918429044","popurl":"www.arlen-oconner.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170116,"job_number":"JOB_170116","tr_customer_id":170133,"tr_customer_product_id":170123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Blake Hoeger","mobile_number":"7056201307","email_id":"elroy.glover@yahoo.com","dop":"2026-01-19","serial_number":"747906301730079","imei1":"123765457449246","imei2":"524224954655081","popurl":"www.jae-kutch.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170117,"job_number":"JOB_170117","tr_customer_id":170134,"tr_customer_product_id":170124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Ethan Conn","mobile_number":"7018365754","email_id":"melvina.goodwin@hotmail.com","dop":"2026-01-19","serial_number":"968946009278006","imei1":"871343777068626","imei2":"853618837564621","popurl":"www.francesco-nikolaus.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170119,"job_number":"JOB_170119","tr_customer_id":170136,"tr_customer_product_id":170126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Dario Hyatt","mobile_number":"7035075862","email_id":"duane.gorczany@gmail.com","dop":"2026-01-19","serial_number":"475786755446236","imei1":"851059287978101","imei2":"558210867899747","popurl":"www.tynisha-mcclure.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170120,"job_number":"JOB_170120","tr_customer_id":170137,"tr_customer_product_id":170127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Anya Braun","mobile_number":"7011017484","email_id":"robbyn.marks@yahoo.com","dop":"2026-01-19","serial_number":"853442598438649","imei1":"522258776211542","imei2":"903444213148814","popurl":"www.hai-dibbert.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170122,"job_number":"JOB_170122","tr_customer_id":170139,"tr_customer_product_id":170129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Tommy Witting","mobile_number":"7070342056","email_id":"kory.bashirian@yahoo.com","dop":"2026-01-19","serial_number":"872358208120781","imei1":"220502342585437","imei2":"787055755713510","popurl":"www.aline-rowe.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170123,"job_number":"JOB_170123","tr_customer_id":170140,"tr_customer_product_id":170130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Mathew Parker","mobile_number":"7011685916","email_id":"tamica.yost@yahoo.com","dop":"2026-01-19","serial_number":"993966339214398","imei1":"449261436859162","imei2":"364092332632470","popurl":"www.ernesto-luettgen.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170124,"job_number":"JOB_170124","tr_customer_id":170141,"tr_customer_product_id":170131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Dorthy Lesch","mobile_number":"7023990804","email_id":"rosaria.ferry@yahoo.com","dop":"2026-01-19","serial_number":"587061789909037","imei1":"191532086863173","imei2":"045600577717171","popurl":"www.mitchel-yost.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170126,"job_number":"JOB_170126","tr_customer_id":170143,"tr_customer_product_id":170133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Rayford Rowe","mobile_number":"7030552072","email_id":"nakisha.goyette@gmail.com","dop":"2026-01-19","serial_number":"571117012921224","imei1":"459758782255139","imei2":"814346347356559","popurl":"www.sidney-cronin.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170127,"job_number":"JOB_170127","tr_customer_id":170144,"tr_customer_product_id":170134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Demetrius Wisozk","mobile_number":"7003714203","email_id":"cathie.robel@hotmail.com","dop":"2026-01-19","serial_number":"684422314951074","imei1":"810729037499027","imei2":"376795426634857","popurl":"www.audrey-tillman.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170129,"job_number":"JOB_170129","tr_customer_id":170146,"tr_customer_product_id":170136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Lesley Herzog","mobile_number":"7092505323","email_id":"hortense.lockman@hotmail.com","dop":"2026-01-19","serial_number":"247017482715954","imei1":"145049471155287","imei2":"454837346949920","popurl":"www.shameka-hammes.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170130,"job_number":"JOB_170130","tr_customer_id":170147,"tr_customer_product_id":170137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Michaele Torp","mobile_number":"7008466807","email_id":"anglea.murphy@gmail.com","dop":"2026-01-19","serial_number":"201222226587651","imei1":"403699186426363","imei2":"399975174960955","popurl":"www.luba-ohara.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170131,"job_number":"JOB_170131","tr_customer_id":170148,"tr_customer_product_id":170138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Ronald Shanahan","mobile_number":"7017619266","email_id":"melvin.lueilwitz@hotmail.com","dop":"2026-01-19","serial_number":"996023808558148","imei1":"701659339205798","imei2":"777756934171624","popurl":"www.lanita-white.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170132,"job_number":"JOB_170132","tr_customer_id":170149,"tr_customer_product_id":170139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Sammy Toy","mobile_number":"7053214545","email_id":"chelsie.maggio@gmail.com","dop":"2026-01-19","serial_number":"052144706608728","imei1":"158718404043463","imei2":"641913851060150","popurl":"www.ernestina-rohan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170134,"job_number":"JOB_170134","tr_customer_id":170151,"tr_customer_product_id":170141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Nicholas Mann","mobile_number":"7049439514","email_id":"jamie.nolan@yahoo.com","dop":"2026-01-19","serial_number":"335502909755838","imei1":"530329350041440","imei2":"871356817984986","popurl":"www.kaitlin-turner.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170135,"job_number":"JOB_170135","tr_customer_id":170152,"tr_customer_product_id":170142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Magaret Orn","mobile_number":"7094285782","email_id":"victor.prohaska@hotmail.com","dop":"2026-01-19","serial_number":"867038359066668","imei1":"663378556594185","imei2":"915358945445974","popurl":"www.lynwood-dibbert.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170136,"job_number":"JOB_170136","tr_customer_id":170153,"tr_customer_product_id":170143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Romeo Hermann","mobile_number":"7098466731","email_id":"sook.borer@hotmail.com","dop":"2026-01-19","serial_number":"446716482990167","imei1":"941734509717234","imei2":"013473444757851","popurl":"www.jeff-thompson.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170137,"job_number":"JOB_170137","tr_customer_id":170154,"tr_customer_product_id":170144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Earle Yundt","mobile_number":"7038088096","email_id":"louetta.west@hotmail.com","dop":"2026-01-19","serial_number":"289688478587446","imei1":"503717768812734","imei2":"686103186396232","popurl":"www.lenora-stamm.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170138,"job_number":"JOB_170138","tr_customer_id":170155,"tr_customer_product_id":170145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Na Connelly","mobile_number":"7022030315","email_id":"melonie.farrell@hotmail.com","dop":"2026-01-19","serial_number":"494850587113059","imei1":"841716178739898","imei2":"791888896548785","popurl":"www.alden-stoltenberg.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170139,"job_number":"JOB_170139","tr_customer_id":170156,"tr_customer_product_id":170146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Sheryll Roberts","mobile_number":"7066407099","email_id":"dillon.hammes@yahoo.com","dop":"2026-01-19","serial_number":"083669247668013","imei1":"879367248367880","imei2":"753360822015545","popurl":"www.forest-schumm.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170140,"job_number":"JOB_170140","tr_customer_id":170157,"tr_customer_product_id":170147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Kina Oberbrunner","mobile_number":"7050500725","email_id":"lilian.bergstrom@gmail.com","dop":"2026-01-19","serial_number":"729355777351377","imei1":"633601704309389","imei2":"821036601253040","popurl":"www.kareem-stehr.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170141,"job_number":"JOB_170141","tr_customer_id":170158,"tr_customer_product_id":170148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Sherice Schaden","mobile_number":"7070250616","email_id":"eldon.mann@hotmail.com","dop":"2026-01-19","serial_number":"591030857229123","imei1":"909128399698045","imei2":"776866600626652","popurl":"www.javier-hirthe.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170142,"job_number":"JOB_170142","tr_customer_id":170159,"tr_customer_product_id":170149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Rod Murray","mobile_number":"7078241403","email_id":"myles.okeefe@hotmail.com","dop":"2026-01-19","serial_number":"715797514403483","imei1":"458726082752992","imei2":"811096422918993","popurl":"www.ellis-hessel.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170143,"job_number":"JOB_170143","tr_customer_id":170160,"tr_customer_product_id":170150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Bernetta Schumm","mobile_number":"7074171809","email_id":"clinton.sauer@yahoo.com","dop":"2026-01-19","serial_number":"264545792506379","imei1":"780197290642320","imei2":"515838340988710","popurl":"www.vinnie-carter.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170145,"job_number":"JOB_170145","tr_customer_id":170162,"tr_customer_product_id":170152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:48.000Z","modified_at":"2026-01-29T05:34:48.000Z","name":"Oma Kris","mobile_number":"7087336186","email_id":"dorene.johns@yahoo.com","dop":"2026-01-19","serial_number":"795773481174834","imei1":"657132377848392","imei2":"553427137964735","popurl":"www.deon-grady.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170146,"job_number":"JOB_170146","tr_customer_id":170163,"tr_customer_product_id":170153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:48.000Z","modified_at":"2026-01-29T05:34:48.000Z","name":"Dewayne Erdman","mobile_number":"7030370487","email_id":"arlyne.hand@hotmail.com","dop":"2026-01-19","serial_number":"098829065653119","imei1":"504408521882558","imei2":"214225027358401","popurl":"www.zachary-dicki.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170147,"job_number":"JOB_170147","tr_customer_id":170164,"tr_customer_product_id":170154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:48.000Z","modified_at":"2026-01-29T05:34:48.000Z","name":"Ignacio Donnelly","mobile_number":"7084184791","email_id":"waldo.gleichner@yahoo.com","dop":"2026-01-19","serial_number":"963412747552259","imei1":"971142090541697","imei2":"604051429757817","popurl":"www.lane-walsh.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170148,"job_number":"JOB_170148","tr_customer_id":170165,"tr_customer_product_id":170155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Yadira Upton","mobile_number":"7048794777","email_id":"irvin.kutch@yahoo.com","dop":"2026-01-19","serial_number":"410972370424697","imei1":"078643356514278","imei2":"892209840163632","popurl":"www.diann-harris.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170149,"job_number":"JOB_170149","tr_customer_id":170166,"tr_customer_product_id":170156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Kirk Kreiger","mobile_number":"7035806184","email_id":"jesse.cartwright@gmail.com","dop":"2026-01-19","serial_number":"874626696862079","imei1":"519035174253206","imei2":"265933440380059","popurl":"www.dierdre-muller.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170150,"job_number":"JOB_170150","tr_customer_id":170167,"tr_customer_product_id":170157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Simonne Rogahn","mobile_number":"7046970877","email_id":"frederick.klein@hotmail.com","dop":"2026-01-19","serial_number":"807416161090568","imei1":"703543043452060","imei2":"233629490053099","popurl":"www.darryl-bergstrom.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170151,"job_number":"JOB_170151","tr_customer_id":170168,"tr_customer_product_id":170158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Mariella Collier","mobile_number":"7000022110","email_id":"alfonso.davis@hotmail.com","dop":"2026-01-19","serial_number":"833286205913040","imei1":"242474703887033","imei2":"942448992639882","popurl":"www.evelin-considine.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170152,"job_number":"JOB_170152","tr_customer_id":170169,"tr_customer_product_id":170159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Wesley Wuckert","mobile_number":"7024604146","email_id":"nicholas.pagac@hotmail.com","dop":"2026-01-19","serial_number":"376606416051975","imei1":"113955156066774","imei2":"035005471882259","popurl":"www.damion-gutkowski.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170153,"job_number":"JOB_170153","tr_customer_id":170170,"tr_customer_product_id":170160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Elwood Hickle","mobile_number":"7018262131","email_id":"bryce.dicki@hotmail.com","dop":"2026-01-19","serial_number":"059432894744626","imei1":"540484997535339","imei2":"966407735436446","popurl":"www.lilia-corwin.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170155,"job_number":"JOB_170155","tr_customer_id":170172,"tr_customer_product_id":170162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Peter Strosin","mobile_number":"7053723878","email_id":"antonia.gulgowski@gmail.com","dop":"2026-01-19","serial_number":"882859625055584","imei1":"848875892299538","imei2":"927166387545854","popurl":"www.louella-oreilly.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170156,"job_number":"JOB_170156","tr_customer_id":170173,"tr_customer_product_id":170163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Deeann Lueilwitz","mobile_number":"7000095225","email_id":"dannie.aufderhar@gmail.com","dop":"2026-01-19","serial_number":"734396947902275","imei1":"191661230487182","imei2":"874206157315772","popurl":"www.raymundo-gleichner.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170159,"job_number":"JOB_170159","tr_customer_id":170176,"tr_customer_product_id":170166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Rudolf Rodriguez","mobile_number":"7039995742","email_id":"elvia.funk@hotmail.com","dop":"2026-01-19","serial_number":"242749064105965","imei1":"222561025414443","imei2":"808902081726739","popurl":"www.russell-padberg.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170160,"job_number":"JOB_170160","tr_customer_id":170177,"tr_customer_product_id":170167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Florance Predovic","mobile_number":"7096786166","email_id":"myrta.brown@gmail.com","dop":"2026-01-19","serial_number":"081168216538352","imei1":"441244422022332","imei2":"384656051872938","popurl":"www.stephanie-mante.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170161,"job_number":"JOB_170161","tr_customer_id":170178,"tr_customer_product_id":170168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Dave Barton","mobile_number":"7054604363","email_id":"merlyn.considine@gmail.com","dop":"2026-01-19","serial_number":"133754245307686","imei1":"233312839185082","imei2":"626708762756189","popurl":"www.lynette-ritchie.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170164,"job_number":"JOB_170164","tr_customer_id":170181,"tr_customer_product_id":170171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Jonelle Klocko","mobile_number":"7048265002","email_id":"tiara.padberg@yahoo.com","dop":"2026-01-19","serial_number":"228118469768664","imei1":"919151887827122","imei2":"631683307038891","popurl":"www.lynette-parisian.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170167,"job_number":"JOB_170167","tr_customer_id":170184,"tr_customer_product_id":170174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Rebekah Beahan","mobile_number":"7035742682","email_id":"adam.nienow@hotmail.com","dop":"2026-01-19","serial_number":"745760556428682","imei1":"455525227879351","imei2":"951041960995206","popurl":"www.gabriel-bayer.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170168,"job_number":"JOB_170168","tr_customer_id":170185,"tr_customer_product_id":170175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Otha Bernier","mobile_number":"7018885113","email_id":"billy.stoltenberg@yahoo.com","dop":"2026-01-19","serial_number":"389961325088501","imei1":"712502540661022","imei2":"255797542092011","popurl":"www.delpha-smith.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170173,"job_number":"JOB_170173","tr_customer_id":170190,"tr_customer_product_id":170180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Frankie Borer","mobile_number":"7072692832","email_id":"glayds.carter@hotmail.com","dop":"2026-01-19","serial_number":"115875048037110","imei1":"441646074202699","imei2":"994800307573010","popurl":"www.robyn-beatty.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170175,"job_number":"JOB_170175","tr_customer_id":170192,"tr_customer_product_id":170182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:52.000Z","modified_at":"2026-01-29T05:34:52.000Z","name":"Art Zulauf","mobile_number":"7002171093","email_id":"clarissa.conn@hotmail.com","dop":"2026-01-19","serial_number":"297629132505454","imei1":"365179481433088","imei2":"395976257102523","popurl":"www.mitch-bailey.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170177,"job_number":"JOB_170177","tr_customer_id":170195,"tr_customer_product_id":170185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:52.000Z","modified_at":"2026-01-29T05:34:52.000Z","name":"Rob Hintz","mobile_number":"7035166335","email_id":"trey.runolfsson@gmail.com","dop":"2026-01-19","serial_number":"655335391288894","imei1":"613492205532227","imei2":"232929543754821","popurl":"www.lesley-howell.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170178,"job_number":"JOB_170178","tr_customer_id":170194,"tr_customer_product_id":170184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:52.000Z","modified_at":"2026-01-29T05:34:52.000Z","name":"Gregg Watsica","mobile_number":"7052160671","email_id":"aurore.bode@yahoo.com","dop":"2026-01-19","serial_number":"894351220996722","imei1":"006593672504426","imei2":"815235739304448","popurl":"www.jesica-cronin.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170179,"job_number":"JOB_170179","tr_customer_id":170196,"tr_customer_product_id":170186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Raphael Collier","mobile_number":"7002588450","email_id":"shamika.wehner@gmail.com","dop":"2026-01-19","serial_number":"365397063222001","imei1":"496677852016942","imei2":"343943356484650","popurl":"www.raul-dietrich.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170180,"job_number":"JOB_170180","tr_customer_id":170197,"tr_customer_product_id":170187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Angel Wisoky","mobile_number":"7039526077","email_id":"krystyna.orn@yahoo.com","dop":"2026-01-19","serial_number":"475022420553739","imei1":"171603904199394","imei2":"239468795842844","popurl":"www.laticia-schowalter.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170181,"job_number":"JOB_170181","tr_customer_id":170198,"tr_customer_product_id":170188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Scot Collins","mobile_number":"7001509751","email_id":"marshall.hauck@yahoo.com","dop":"2026-01-19","serial_number":"035775542138682","imei1":"180520080387448","imei2":"147703922720161","popurl":"www.gregorio-dicki.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170182,"job_number":"JOB_170182","tr_customer_id":170199,"tr_customer_product_id":170189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Robt Lind","mobile_number":"7012761193","email_id":"dexter.hartmann@hotmail.com","dop":"2026-01-19","serial_number":"866996484480033","imei1":"342001239174758","imei2":"584804169047624","popurl":"www.albert-wilkinson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170183,"job_number":"JOB_170183","tr_customer_id":170200,"tr_customer_product_id":170190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Frankie Veum","mobile_number":"7077706900","email_id":"ali.ondricka@hotmail.com","dop":"2026-01-19","serial_number":"022276152650084","imei1":"930493278393418","imei2":"946274536120247","popurl":"www.hermelinda-rath.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170185,"job_number":"JOB_170185","tr_customer_id":170202,"tr_customer_product_id":170192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Lavera Ritchie","mobile_number":"7050740236","email_id":"zack.morissette@yahoo.com","dop":"2026-01-19","serial_number":"902593860076450","imei1":"125117727673984","imei2":"057224463685136","popurl":"www.hilario-boehm.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170186,"job_number":"JOB_170186","tr_customer_id":170203,"tr_customer_product_id":170193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Virgie Bayer","mobile_number":"7052676524","email_id":"jeffry.hammes@gmail.com","dop":"2026-01-19","serial_number":"258697975427608","imei1":"648626550074182","imei2":"132336005297838","popurl":"www.emerald-howell.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170187,"job_number":"JOB_170187","tr_customer_id":170204,"tr_customer_product_id":170194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Franklyn McCullough","mobile_number":"7015874224","email_id":"jeremy.mcdermott@hotmail.com","dop":"2026-01-19","serial_number":"408991990502381","imei1":"537855977020547","imei2":"294087964856779","popurl":"www.doris-glover.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170189,"job_number":"JOB_170189","tr_customer_id":170206,"tr_customer_product_id":170196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Merle Vandervort","mobile_number":"7027088728","email_id":"carina.gulgowski@hotmail.com","dop":"2026-01-19","serial_number":"269133326184491","imei1":"473766819248759","imei2":"516865209155111","popurl":"www.elden-kassulke.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170190,"job_number":"JOB_170190","tr_customer_id":170207,"tr_customer_product_id":170197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Sandra Nader","mobile_number":"7027122938","email_id":"trenton.deckow@hotmail.com","dop":"2026-01-19","serial_number":"960151578625596","imei1":"261219034925918","imei2":"710762509060247","popurl":"www.hassan-borer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170191,"job_number":"JOB_170191","tr_customer_id":170208,"tr_customer_product_id":170198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Brenton Jerde","mobile_number":"7029466862","email_id":"zane.beier@yahoo.com","dop":"2026-01-19","serial_number":"284478695957991","imei1":"907372693052073","imei2":"065997887346674","popurl":"www.trey-prohaska.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170192,"job_number":"JOB_170192","tr_customer_id":170209,"tr_customer_product_id":170199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Johnson Fritsch","mobile_number":"7094416521","email_id":"eric.gutkowski@yahoo.com","dop":"2026-01-19","serial_number":"527337101827418","imei1":"801268078604025","imei2":"195986011100836","popurl":"www.dione-brekke.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170193,"job_number":"JOB_170193","tr_customer_id":170210,"tr_customer_product_id":170200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Mara Goldner","mobile_number":"7099840348","email_id":"jacinto.mills@hotmail.com","dop":"2026-01-19","serial_number":"411820229868816","imei1":"325852625517677","imei2":"918718043689024","popurl":"www.mickey-runolfsdottir.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170194,"job_number":"JOB_170194","tr_customer_id":170211,"tr_customer_product_id":170201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Shaunta Kerluke","mobile_number":"7096743832","email_id":"shane.ledner@hotmail.com","dop":"2026-01-19","serial_number":"930616476723905","imei1":"703296338363976","imei2":"411675745899151","popurl":"www.jamal-green.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170195,"job_number":"JOB_170195","tr_customer_id":170212,"tr_customer_product_id":170202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Adrianna Mohr","mobile_number":"7006815969","email_id":"vicenta.shanahan@hotmail.com","dop":"2026-01-19","serial_number":"696627622222377","imei1":"758946644000502","imei2":"044592208007460","popurl":"www.genia-connelly.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170200,"job_number":"JOB_170200","tr_customer_id":170217,"tr_customer_product_id":170207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Keren Vandervort","mobile_number":"7016611304","email_id":"junior.huel@yahoo.com","dop":"2026-01-19","serial_number":"855772320972979","imei1":"072206601964536","imei2":"515369842438752","popurl":"www.vita-kiehn.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170202,"job_number":"JOB_170202","tr_customer_id":170219,"tr_customer_product_id":170209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Ali Krajcik","mobile_number":"7070210978","email_id":"claude.marks@gmail.com","dop":"2026-01-19","serial_number":"566857283444400","imei1":"893816487869827","imei2":"988916068718383","popurl":"www.eli-pollich.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170203,"job_number":"JOB_170203","tr_customer_id":170220,"tr_customer_product_id":170210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Teodoro Mertz","mobile_number":"7080081334","email_id":"glady.roberts@hotmail.com","dop":"2026-01-19","serial_number":"257966550364025","imei1":"010774829577335","imei2":"424251811115573","popurl":"www.etta-hammes.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170204,"job_number":"JOB_170204","tr_customer_id":170221,"tr_customer_product_id":170211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:03.000Z","modified_at":"2026-01-29T05:35:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16317495981557","imei1":"16317495981557","imei2":"16317495981557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170206,"job_number":"JOB_170206","tr_customer_id":170223,"tr_customer_product_id":170213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:04.000Z","modified_at":"2026-01-29T05:35:04.000Z","name":"Darrion Kozey","mobile_number":"588-201-3797","email_id":"Richmond.Reinger@yahoo.com","dop":"2025-04-06","serial_number":"14582513913738704","imei1":"14582513913738704","imei2":"14582513913738704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170207,"job_number":"JOB_170207","tr_customer_id":170224,"tr_customer_product_id":170214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:46.000Z","modified_at":"2026-01-29T05:35:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10274896426100","imei1":"10274896426100","imei2":"10274896426100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170209,"job_number":"JOB_170209","tr_customer_id":170226,"tr_customer_product_id":170216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:48.000Z","modified_at":"2026-01-29T05:35:48.000Z","name":"Tyreek Jacobson","mobile_number":"930-868-3905","email_id":"Holden6@hotmail.com","dop":"2025-04-06","serial_number":"13824853662455968","imei1":"13824853662455968","imei2":"13824853662455968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170210,"job_number":"JOB_170210","tr_customer_id":170227,"tr_customer_product_id":170217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:36:29.000Z","modified_at":"2026-01-29T05:36:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17561133055717","imei1":"17561133055717","imei2":"17561133055717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:36:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170212,"job_number":"JOB_170212","tr_customer_id":170229,"tr_customer_product_id":170219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:36:30.000Z","modified_at":"2026-01-29T05:36:30.000Z","name":"Libbie Keebler","mobile_number":"333-598-3808","email_id":"Mabelle.Miller@hotmail.com","dop":"2025-04-06","serial_number":"16537321253497456","imei1":"16537321253497456","imei2":"16537321253497456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:36:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170213,"job_number":"JOB_170213","tr_customer_id":170230,"tr_customer_product_id":170220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Albert Bruen","mobile_number":"7067370160","email_id":"modesta.schinner@yahoo.com","dop":"2026-01-19","serial_number":"788933616861179","imei1":"511324452900780","imei2":"917067342738088","popurl":"www.yuko-mcdermott.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170214,"job_number":"JOB_170214","tr_customer_id":170231,"tr_customer_product_id":170221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Lemuel Graham","mobile_number":"7031720015","email_id":"geoffrey.kohler@yahoo.com","dop":"2026-01-19","serial_number":"201326228201942","imei1":"800128561983084","imei2":"894603301513740","popurl":"www.doretta-yundt.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170215,"job_number":"JOB_170215","tr_customer_id":170232,"tr_customer_product_id":170222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Ophelia Schinner","mobile_number":"7022044343","email_id":"hassan.glover@gmail.com","dop":"2026-01-19","serial_number":"914027609499283","imei1":"706965255470998","imei2":"029690803656320","popurl":"www.jeremy-streich.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170216,"job_number":"JOB_170216","tr_customer_id":170233,"tr_customer_product_id":170223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Willian Gleason","mobile_number":"7040709820","email_id":"nelly.king@hotmail.com","dop":"2026-01-19","serial_number":"595546995583586","imei1":"899482708143404","imei2":"169129188635019","popurl":"www.emogene-muller.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170217,"job_number":"JOB_170217","tr_customer_id":170234,"tr_customer_product_id":170224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Jonathon Heller","mobile_number":"7041702890","email_id":"camie.kihn@yahoo.com","dop":"2026-01-19","serial_number":"083391448195476","imei1":"664192220803144","imei2":"282327820991273","popurl":"www.doug-schoen.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170218,"job_number":"JOB_170218","tr_customer_id":170235,"tr_customer_product_id":170225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Mickey McDermott","mobile_number":"7044214377","email_id":"hettie.schultz@gmail.com","dop":"2026-01-19","serial_number":"618241303926546","imei1":"582538028283710","imei2":"812232289371416","popurl":"www.stacy-russel.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170219,"job_number":"JOB_170219","tr_customer_id":170237,"tr_customer_product_id":170227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Osvaldo Jerde","mobile_number":"7055007069","email_id":"dell.dooley@hotmail.com","dop":"2026-01-19","serial_number":"904570095669522","imei1":"287955200431046","imei2":"093293884433160","popurl":"www.forest-bailey.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170220,"job_number":"JOB_170220","tr_customer_id":170236,"tr_customer_product_id":170226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Jaquelyn Larson","mobile_number":"7064888463","email_id":"romaine.schmidt@hotmail.com","dop":"2026-01-19","serial_number":"773366278280310","imei1":"170911266100788","imei2":"817151465171760","popurl":"www.kathi-bashirian.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170221,"job_number":"JOB_170221","tr_customer_id":170238,"tr_customer_product_id":170228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Walter Lang","mobile_number":"7035772490","email_id":"johnie.renner@gmail.com","dop":"2026-01-19","serial_number":"742275585473763","imei1":"105360820550351","imei2":"432091736323913","popurl":"www.heath-reinger.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170222,"job_number":"JOB_170222","tr_customer_id":170239,"tr_customer_product_id":170229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Marni Rau","mobile_number":"7041293254","email_id":"nathalie.emard@yahoo.com","dop":"2026-01-19","serial_number":"180581046522869","imei1":"632188882202833","imei2":"602710944438569","popurl":"www.hobert-shanahan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170223,"job_number":"JOB_170223","tr_customer_id":170240,"tr_customer_product_id":170230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Shemika Miller","mobile_number":"7089046215","email_id":"zola.weissnat@hotmail.com","dop":"2026-01-19","serial_number":"371154345167432","imei1":"510849773235687","imei2":"865703871847804","popurl":"www.lin-ernser.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170224,"job_number":"JOB_170224","tr_customer_id":170241,"tr_customer_product_id":170231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Esperanza Luettgen","mobile_number":"7073288083","email_id":"jennette.koch@hotmail.com","dop":"2026-01-19","serial_number":"446498257308002","imei1":"913856754915822","imei2":"562456480434160","popurl":"www.lindsey-lubowitz.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170225,"job_number":"JOB_170225","tr_customer_id":170242,"tr_customer_product_id":170232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Holley Schowalter","mobile_number":"7002039594","email_id":"arnold.aufderhar@yahoo.com","dop":"2026-01-19","serial_number":"471105183868605","imei1":"045570237491908","imei2":"349747981733279","popurl":"www.guillermina-wuckert.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170226,"job_number":"JOB_170226","tr_customer_id":170243,"tr_customer_product_id":170233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Tyrone Johnston","mobile_number":"7010542277","email_id":"britta.kessler@gmail.com","dop":"2026-01-19","serial_number":"496733144744161","imei1":"277731885006461","imei2":"178749463554094","popurl":"www.brenton-grant.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170227,"job_number":"JOB_170227","tr_customer_id":170244,"tr_customer_product_id":170234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Ted D'Amore","mobile_number":"7025302013","email_id":"jackson.kreiger@yahoo.com","dop":"2026-01-19","serial_number":"469962355039832","imei1":"926574318548762","imei2":"355073763224486","popurl":"www.cleo-stracke.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170228,"job_number":"JOB_170228","tr_customer_id":170245,"tr_customer_product_id":170235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Porsha Braun","mobile_number":"7044490785","email_id":"galen.haley@yahoo.com","dop":"2026-01-19","serial_number":"349391363271139","imei1":"001137163421768","imei2":"024035365952399","popurl":"www.dwight-pouros.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170229,"job_number":"JOB_170229","tr_customer_id":170246,"tr_customer_product_id":170236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Loyd Bernier","mobile_number":"7059942123","email_id":"armand.rutherford@hotmail.com","dop":"2026-01-19","serial_number":"893940628483506","imei1":"494002875673185","imei2":"791618318319657","popurl":"www.devorah-wyman.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170230,"job_number":"JOB_170230","tr_customer_id":170247,"tr_customer_product_id":170237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Tiffani O'Reilly","mobile_number":"7093165858","email_id":"andre.johnson@gmail.com","dop":"2026-01-19","serial_number":"340665457787737","imei1":"722507410891080","imei2":"114545239349483","popurl":"www.lesley-jacobi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170231,"job_number":"JOB_170231","tr_customer_id":170248,"tr_customer_product_id":170238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Deneen Schaefer","mobile_number":"7042301198","email_id":"margarette.crona@yahoo.com","dop":"2026-01-19","serial_number":"943266893741394","imei1":"466261641029135","imei2":"362463481624836","popurl":"www.forest-senger.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170232,"job_number":"JOB_170232","tr_customer_id":170249,"tr_customer_product_id":170239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Basil Weber","mobile_number":"7056331788","email_id":"darrin.krajcik@gmail.com","dop":"2026-01-19","serial_number":"814686544162195","imei1":"392840382561529","imei2":"588696317677403","popurl":"www.dia-raynor.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170233,"job_number":"JOB_170233","tr_customer_id":170250,"tr_customer_product_id":170240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Noel Becker","mobile_number":"7090324337","email_id":"ilse.mccullough@hotmail.com","dop":"2026-01-19","serial_number":"043988326612868","imei1":"174036313485590","imei2":"123128261742204","popurl":"www.rudy-nicolas.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170234,"job_number":"JOB_170234","tr_customer_id":170251,"tr_customer_product_id":170241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Stephani Schimmel","mobile_number":"7040016503","email_id":"celia.spencer@yahoo.com","dop":"2026-01-19","serial_number":"948611560897978","imei1":"995614146597753","imei2":"296746578266108","popurl":"www.hertha-hauck.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170235,"job_number":"JOB_170235","tr_customer_id":170252,"tr_customer_product_id":170242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Brock Rippin","mobile_number":"7018396582","email_id":"kennith.hand@gmail.com","dop":"2026-01-19","serial_number":"321216827512652","imei1":"979503815262283","imei2":"177238354959110","popurl":"www.lovie-herman.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170236,"job_number":"JOB_170236","tr_customer_id":170253,"tr_customer_product_id":170243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Amos Wyman","mobile_number":"7051301548","email_id":"edwin.tromp@hotmail.com","dop":"2026-01-19","serial_number":"929316672467096","imei1":"023799191245043","imei2":"551596693549773","popurl":"www.simon-schuster.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170237,"job_number":"JOB_170237","tr_customer_id":170254,"tr_customer_product_id":170244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Spencer Raynor","mobile_number":"7059441638","email_id":"zane.turner@hotmail.com","dop":"2026-01-19","serial_number":"958340763900306","imei1":"518891813416819","imei2":"445176252269607","popurl":"www.jerrell-schowalter.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170238,"job_number":"JOB_170238","tr_customer_id":170255,"tr_customer_product_id":170245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Vi Grady","mobile_number":"7055471855","email_id":"lucien.green@hotmail.com","dop":"2026-01-19","serial_number":"107810911840661","imei1":"053152890367488","imei2":"265316909129822","popurl":"www.nathaniel-rath.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170239,"job_number":"JOB_170239","tr_customer_id":170256,"tr_customer_product_id":170246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Hayley Schowalter","mobile_number":"7022998802","email_id":"junior.white@gmail.com","dop":"2026-01-19","serial_number":"210971507849559","imei1":"202835066949078","imei2":"538271499790282","popurl":"www.leonarda-nicolas.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170240,"job_number":"JOB_170240","tr_customer_id":170257,"tr_customer_product_id":170247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Nickolas Weimann","mobile_number":"7093581638","email_id":"awilda.sawayn@yahoo.com","dop":"2026-01-19","serial_number":"101153590011072","imei1":"166656357351732","imei2":"389371791577826","popurl":"www.bong-okon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170241,"job_number":"JOB_170241","tr_customer_id":170258,"tr_customer_product_id":170248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Florencia Kreiger","mobile_number":"7077887898","email_id":"malcom.cronin@gmail.com","dop":"2026-01-19","serial_number":"311006737465354","imei1":"715439860866496","imei2":"649302465989372","popurl":"www.winston-hoppe.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170242,"job_number":"JOB_170242","tr_customer_id":170259,"tr_customer_product_id":170249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Lavette Huel","mobile_number":"7020968239","email_id":"chas.medhurst@hotmail.com","dop":"2026-01-19","serial_number":"589474559718762","imei1":"425468965770591","imei2":"296928363006821","popurl":"www.dorian-oconner.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170243,"job_number":"JOB_170243","tr_customer_id":170260,"tr_customer_product_id":170250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Lewis Johnston","mobile_number":"7094208443","email_id":"aja.sawayn@hotmail.com","dop":"2026-01-19","serial_number":"131230129459942","imei1":"025304491659747","imei2":"902681255883198","popurl":"www.lucas-prosacco.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170244,"job_number":"JOB_170244","tr_customer_id":170261,"tr_customer_product_id":170251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Angelyn Dooley","mobile_number":"7061461129","email_id":"pedro.marvin@gmail.com","dop":"2026-01-19","serial_number":"452032612133165","imei1":"559206740453246","imei2":"207471890302768","popurl":"www.gerard-kuhic.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170245,"job_number":"JOB_170245","tr_customer_id":170262,"tr_customer_product_id":170252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Sharyl Cummerata","mobile_number":"7070253948","email_id":"branden.becker@yahoo.com","dop":"2026-01-19","serial_number":"233206572760965","imei1":"707061874175435","imei2":"589928904627287","popurl":"www.louie-bauch.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170246,"job_number":"JOB_170246","tr_customer_id":170263,"tr_customer_product_id":170253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Leigh Leffler","mobile_number":"7023494932","email_id":"elin.howell@gmail.com","dop":"2026-01-19","serial_number":"589264318857867","imei1":"200586495551914","imei2":"431114446632498","popurl":"www.adolfo-kunze.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170247,"job_number":"JOB_170247","tr_customer_id":170264,"tr_customer_product_id":170254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Fabian Rogahn","mobile_number":"7085466827","email_id":"zelma.quitzon@gmail.com","dop":"2026-01-19","serial_number":"850559854879572","imei1":"903521674044926","imei2":"038596223035113","popurl":"www.deanne-torphy.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170248,"job_number":"JOB_170248","tr_customer_id":170265,"tr_customer_product_id":170255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Josephina Hilpert","mobile_number":"7054172155","email_id":"bambi.welch@gmail.com","dop":"2026-01-19","serial_number":"962736970665202","imei1":"474371224125685","imei2":"289043046269861","popurl":"www.newton-kohler.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170249,"job_number":"JOB_170249","tr_customer_id":170266,"tr_customer_product_id":170256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Jeneva Gutmann","mobile_number":"7051585591","email_id":"rodger.king@hotmail.com","dop":"2026-01-19","serial_number":"912060662832802","imei1":"488904204192327","imei2":"567495526836807","popurl":"www.moira-gulgowski.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170250,"job_number":"JOB_170250","tr_customer_id":170267,"tr_customer_product_id":170257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Jeremy Douglas","mobile_number":"7020119602","email_id":"ira.toy@yahoo.com","dop":"2026-01-19","serial_number":"384872070076189","imei1":"564258331463972","imei2":"085278075055009","popurl":"www.curtis-medhurst.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170251,"job_number":"JOB_170251","tr_customer_id":170268,"tr_customer_product_id":170258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Takako Harvey","mobile_number":"7075139015","email_id":"elease.osinski@yahoo.com","dop":"2026-01-19","serial_number":"566475336942803","imei1":"584350034680843","imei2":"041126346336279","popurl":"www.amos-kihn.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170252,"job_number":"JOB_170252","tr_customer_id":170269,"tr_customer_product_id":170259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Hector Mayert","mobile_number":"7000067769","email_id":"karin.cormier@yahoo.com","dop":"2026-01-19","serial_number":"101963705060146","imei1":"188986013689175","imei2":"371523801056063","popurl":"www.wyatt-gleichner.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170253,"job_number":"JOB_170253","tr_customer_id":170270,"tr_customer_product_id":170260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Andria Reinger","mobile_number":"7049706800","email_id":"foster.herman@hotmail.com","dop":"2026-01-19","serial_number":"252772070797147","imei1":"549954692664623","imei2":"509503807632421","popurl":"www.tristan-rohan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170254,"job_number":"JOB_170254","tr_customer_id":170271,"tr_customer_product_id":170261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Creola Bradtke","mobile_number":"7033148032","email_id":"rico.ebert@yahoo.com","dop":"2026-01-19","serial_number":"184754830996755","imei1":"135117381731041","imei2":"652897875624613","popurl":"www.davis-romaguera.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170255,"job_number":"JOB_170255","tr_customer_id":170272,"tr_customer_product_id":170262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Alvin Conroy","mobile_number":"7077100482","email_id":"malia.walter@gmail.com","dop":"2026-01-19","serial_number":"943033844192086","imei1":"882972683114668","imei2":"560033161829803","popurl":"www.kenna-rice.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170256,"job_number":"JOB_170256","tr_customer_id":170273,"tr_customer_product_id":170263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Cristi White","mobile_number":"7085500721","email_id":"elisa.hirthe@yahoo.com","dop":"2026-01-19","serial_number":"825123777768932","imei1":"687426411502932","imei2":"824387845415695","popurl":"www.galen-watsica.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170257,"job_number":"JOB_170257","tr_customer_id":170274,"tr_customer_product_id":170264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Wilbur Schroeder","mobile_number":"7058480818","email_id":"rosina.jones@gmail.com","dop":"2026-01-19","serial_number":"653189068748251","imei1":"841498737012002","imei2":"064810199562801","popurl":"www.keenan-dooley.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170258,"job_number":"JOB_170258","tr_customer_id":170275,"tr_customer_product_id":170265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Blaine Koss","mobile_number":"7099437200","email_id":"quiana.lueilwitz@hotmail.com","dop":"2026-01-19","serial_number":"521418201569197","imei1":"555246561444916","imei2":"641329924661925","popurl":"www.mardell-welch.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170259,"job_number":"JOB_170259","tr_customer_id":170276,"tr_customer_product_id":170266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Claudine Swift","mobile_number":"7023796523","email_id":"lurlene.hilll@yahoo.com","dop":"2026-01-19","serial_number":"652439642084903","imei1":"150928357402321","imei2":"838988491570929","popurl":"www.trenton-hoeger.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170260,"job_number":"JOB_170260","tr_customer_id":170277,"tr_customer_product_id":170267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Desmond Price","mobile_number":"7033875383","email_id":"sarina.gorczany@gmail.com","dop":"2026-01-19","serial_number":"455424103027929","imei1":"900833817247677","imei2":"969999656496338","popurl":"www.tod-luettgen.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170261,"job_number":"JOB_170261","tr_customer_id":170278,"tr_customer_product_id":170268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Elissa Crist","mobile_number":"7038856749","email_id":"warren.skiles@yahoo.com","dop":"2026-01-19","serial_number":"954973640377620","imei1":"828260409651650","imei2":"645711122930752","popurl":"www.joyce-frami.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170262,"job_number":"JOB_170262","tr_customer_id":170279,"tr_customer_product_id":170269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Franklin Crooks","mobile_number":"7094377777","email_id":"cordell.greenfelder@yahoo.com","dop":"2026-01-19","serial_number":"620523949014325","imei1":"373651855507247","imei2":"134866534333791","popurl":"www.myrna-farrell.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170263,"job_number":"JOB_170263","tr_customer_id":170280,"tr_customer_product_id":170270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Columbus O'Kon","mobile_number":"7000415323","email_id":"alberta.roberts@yahoo.com","dop":"2026-01-19","serial_number":"138553713980597","imei1":"281583572359640","imei2":"304285439128757","popurl":"www.kymberly-bechtelar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170264,"job_number":"JOB_170264","tr_customer_id":170281,"tr_customer_product_id":170271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Dorene Hammes","mobile_number":"7040009863","email_id":"colin.herman@yahoo.com","dop":"2026-01-19","serial_number":"615679501143379","imei1":"757008604094661","imei2":"965959708832096","popurl":"www.keesha-dach.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170265,"job_number":"JOB_170265","tr_customer_id":170282,"tr_customer_product_id":170272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Aubrey Gottlieb","mobile_number":"7010486455","email_id":"constance.mcdermott@hotmail.com","dop":"2026-01-19","serial_number":"278272999895817","imei1":"173192041728762","imei2":"027527426271741","popurl":"www.adelina-glover.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170266,"job_number":"JOB_170266","tr_customer_id":170283,"tr_customer_product_id":170273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Alethea Kuvalis","mobile_number":"7053110000","email_id":"randall.rau@gmail.com","dop":"2026-01-19","serial_number":"484432184152380","imei1":"191393928705824","imei2":"777880831535541","popurl":"www.edison-predovic.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170267,"job_number":"JOB_170267","tr_customer_id":170284,"tr_customer_product_id":170274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Nu Hilll","mobile_number":"7012124385","email_id":"lucien.borer@gmail.com","dop":"2026-01-19","serial_number":"376314463825753","imei1":"553148262147938","imei2":"794406810841490","popurl":"www.pearl-satterfield.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170268,"job_number":"JOB_170268","tr_customer_id":170285,"tr_customer_product_id":170275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Dudley Parisian","mobile_number":"7006955607","email_id":"raphael.barton@hotmail.com","dop":"2026-01-19","serial_number":"399692295167685","imei1":"275440972100049","imei2":"836293278474897","popurl":"www.tammara-lang.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170269,"job_number":"JOB_170269","tr_customer_id":170286,"tr_customer_product_id":170276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Chia Stokes","mobile_number":"7086481035","email_id":"leah.torp@yahoo.com","dop":"2026-01-19","serial_number":"740412324822571","imei1":"250445028212868","imei2":"523833711067033","popurl":"www.carl-hane.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170270,"job_number":"JOB_170270","tr_customer_id":170287,"tr_customer_product_id":170277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:31.000Z","modified_at":"2026-01-29T05:48:31.000Z","name":"Leopoldo Metz","mobile_number":"7056154650","email_id":"cedrick.kuhlman@yahoo.com","dop":"2026-01-19","serial_number":"382261397670933","imei1":"686808815643621","imei2":"991708990793421","popurl":"www.enrique-parisian.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170271,"job_number":"JOB_170271","tr_customer_id":170288,"tr_customer_product_id":170278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:31.000Z","modified_at":"2026-01-29T05:48:31.000Z","name":"Viki Leffler","mobile_number":"7040592842","email_id":"rigoberto.hodkiewicz@yahoo.com","dop":"2026-01-19","serial_number":"136593909292199","imei1":"469284031195261","imei2":"663408731276343","popurl":"www.archie-kozey.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170272,"job_number":"JOB_170272","tr_customer_id":170289,"tr_customer_product_id":170279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:31.000Z","modified_at":"2026-01-29T05:48:31.000Z","name":"Susann Morar","mobile_number":"7021494068","email_id":"cecile.wiegand@yahoo.com","dop":"2026-01-19","serial_number":"158927685212213","imei1":"618188655915409","imei2":"265084974638323","popurl":"www.brenton-kunze.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170273,"job_number":"JOB_170273","tr_customer_id":170290,"tr_customer_product_id":170280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Bud Huel","mobile_number":"7068666049","email_id":"gaylene.price@yahoo.com","dop":"2026-01-19","serial_number":"047974297491639","imei1":"964610923672523","imei2":"323467555465233","popurl":"www.gerard-bashirian.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170274,"job_number":"JOB_170274","tr_customer_id":170291,"tr_customer_product_id":170281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Ariel Bernhard","mobile_number":"7091816373","email_id":"brandee.kemmer@yahoo.com","dop":"2026-01-19","serial_number":"663775890199765","imei1":"255542807658649","imei2":"840539096445094","popurl":"www.nga-kuhlman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170275,"job_number":"JOB_170275","tr_customer_id":170292,"tr_customer_product_id":170282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Rashad Streich","mobile_number":"7034316350","email_id":"devon.abshire@gmail.com","dop":"2026-01-19","serial_number":"074453291653388","imei1":"673519097646997","imei2":"954744911420191","popurl":"www.ivory-legros.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170276,"job_number":"JOB_170276","tr_customer_id":170293,"tr_customer_product_id":170283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Gil Little","mobile_number":"7005177573","email_id":"jerry.ratke@yahoo.com","dop":"2026-01-19","serial_number":"428147030483039","imei1":"451809402685655","imei2":"838329545950033","popurl":"www.valery-hickle.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170277,"job_number":"JOB_170277","tr_customer_id":170294,"tr_customer_product_id":170284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Rosario Gleason","mobile_number":"7026928337","email_id":"ezra.hoeger@gmail.com","dop":"2026-01-19","serial_number":"714493037194091","imei1":"161475230192910","imei2":"237466804490015","popurl":"www.devin-keebler.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170278,"job_number":"JOB_170278","tr_customer_id":170295,"tr_customer_product_id":170285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Shanice Gutmann","mobile_number":"7057570768","email_id":"howard.murray@gmail.com","dop":"2026-01-19","serial_number":"133040382899834","imei1":"656152903691011","imei2":"097861798104938","popurl":"www.bong-johnson.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170279,"job_number":"JOB_170279","tr_customer_id":170296,"tr_customer_product_id":170286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Quinn Ankunding","mobile_number":"7078393695","email_id":"kurt.simonis@gmail.com","dop":"2026-01-19","serial_number":"585745996333988","imei1":"365102360124660","imei2":"290343825323120","popurl":"www.tuan-towne.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170280,"job_number":"JOB_170280","tr_customer_id":170297,"tr_customer_product_id":170287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Launa Koelpin","mobile_number":"7019276649","email_id":"bart.dach@gmail.com","dop":"2026-01-19","serial_number":"111678387215629","imei1":"699233265636085","imei2":"389383014734706","popurl":"www.briana-hessel.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170281,"job_number":"JOB_170281","tr_customer_id":170298,"tr_customer_product_id":170288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Gerardo Lynch","mobile_number":"7052894028","email_id":"beatris.herman@yahoo.com","dop":"2026-01-19","serial_number":"991354659847131","imei1":"211131001419487","imei2":"732099870144335","popurl":"www.donya-wilkinson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170282,"job_number":"JOB_170282","tr_customer_id":170299,"tr_customer_product_id":170289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Violette Zboncak","mobile_number":"7054325873","email_id":"jon.beatty@yahoo.com","dop":"2026-01-19","serial_number":"113313770878779","imei1":"172401667657537","imei2":"410626337285531","popurl":"www.randall-thompson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170283,"job_number":"JOB_170283","tr_customer_id":170300,"tr_customer_product_id":170290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Isidra Bernier","mobile_number":"7011875783","email_id":"kelley.rohan@hotmail.com","dop":"2026-01-19","serial_number":"081477794363547","imei1":"300507865461477","imei2":"746794430713661","popurl":"www.eldora-quitzon.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170284,"job_number":"JOB_170284","tr_customer_id":170301,"tr_customer_product_id":170291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Leatrice Kling","mobile_number":"7057861642","email_id":"evette.bechtelar@yahoo.com","dop":"2026-01-19","serial_number":"211730052522536","imei1":"412751570164251","imei2":"304744183682637","popurl":"www.cassaundra-schmitt.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170285,"job_number":"JOB_170285","tr_customer_id":170302,"tr_customer_product_id":170292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Broderick Smith","mobile_number":"7001351483","email_id":"cary.mccullough@hotmail.com","dop":"2026-01-19","serial_number":"320773034943050","imei1":"114223627161612","imei2":"107464813860199","popurl":"www.chu-renner.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170286,"job_number":"JOB_170286","tr_customer_id":170303,"tr_customer_product_id":170293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Shayla Kessler","mobile_number":"7086168202","email_id":"aleen.kunde@gmail.com","dop":"2026-01-19","serial_number":"236372367591240","imei1":"334285666363360","imei2":"018877848468158","popurl":"www.stephen-blick.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170287,"job_number":"JOB_170287","tr_customer_id":170304,"tr_customer_product_id":170294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Rolland Batz","mobile_number":"7086908465","email_id":"cordell.rodriguez@yahoo.com","dop":"2026-01-19","serial_number":"561496191451956","imei1":"004520205915341","imei2":"051969360351284","popurl":"www.benedict-waelchi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170288,"job_number":"JOB_170288","tr_customer_id":170305,"tr_customer_product_id":170295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Garfield Koch","mobile_number":"7054113851","email_id":"jarrett.hartmann@hotmail.com","dop":"2026-01-19","serial_number":"759466932485178","imei1":"112079791017813","imei2":"004672035246440","popurl":"www.oswaldo-pagac.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170289,"job_number":"JOB_170289","tr_customer_id":170306,"tr_customer_product_id":170296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Beau Kling","mobile_number":"7069866035","email_id":"kelsi.runolfsson@yahoo.com","dop":"2026-01-19","serial_number":"290742738273944","imei1":"668260766835625","imei2":"652104689973897","popurl":"www.bennie-bartoletti.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170290,"job_number":"JOB_170290","tr_customer_id":170307,"tr_customer_product_id":170297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Thanh Lueilwitz","mobile_number":"7073544974","email_id":"bobby.dicki@yahoo.com","dop":"2026-01-19","serial_number":"301518552424284","imei1":"893663339624586","imei2":"795915710844668","popurl":"www.gertrude-oconnell.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170291,"job_number":"JOB_170291","tr_customer_id":170308,"tr_customer_product_id":170298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Ligia Powlowski","mobile_number":"7052117223","email_id":"nakia.skiles@hotmail.com","dop":"2026-01-19","serial_number":"734089455529193","imei1":"817252341842789","imei2":"122537213300785","popurl":"www.yen-jerde.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170292,"job_number":"JOB_170292","tr_customer_id":170309,"tr_customer_product_id":170299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Wilburn Kutch","mobile_number":"7059269789","email_id":"diedra.dubuque@gmail.com","dop":"2026-01-19","serial_number":"792149224110826","imei1":"224341792702478","imei2":"686155765699649","popurl":"www.sol-ruecker.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170293,"job_number":"JOB_170293","tr_customer_id":170310,"tr_customer_product_id":170300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Gale Windler","mobile_number":"7053187120","email_id":"virgil.jacobson@gmail.com","dop":"2026-01-19","serial_number":"546650878449800","imei1":"654676504441541","imei2":"054634256245915","popurl":"www.fidela-muller.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170294,"job_number":"JOB_170294","tr_customer_id":170311,"tr_customer_product_id":170301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Melissia Heathcote","mobile_number":"7049912515","email_id":"hipolito.okeefe@hotmail.com","dop":"2026-01-19","serial_number":"920398109443780","imei1":"299409222664093","imei2":"661756859460322","popurl":"www.nicolette-hansen.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170295,"job_number":"JOB_170295","tr_customer_id":170312,"tr_customer_product_id":170302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Corrin Emard","mobile_number":"7035854600","email_id":"rhea.grady@yahoo.com","dop":"2026-01-19","serial_number":"703029191701704","imei1":"039399364369762","imei2":"386766186332312","popurl":"www.arica-christiansen.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170296,"job_number":"JOB_170296","tr_customer_id":170313,"tr_customer_product_id":170303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Cecily Conroy","mobile_number":"7090037166","email_id":"avery.klein@gmail.com","dop":"2026-01-19","serial_number":"054405971580322","imei1":"679615245379949","imei2":"975504407308938","popurl":"www.reginald-williamson.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170297,"job_number":"JOB_170297","tr_customer_id":170314,"tr_customer_product_id":170304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Wilbur Walker","mobile_number":"7071289746","email_id":"kip.rau@yahoo.com","dop":"2026-01-19","serial_number":"994703034336346","imei1":"698413656866811","imei2":"565237069743950","popurl":"www.cassandra-douglas.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170298,"job_number":"JOB_170298","tr_customer_id":170315,"tr_customer_product_id":170305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Judson Lebsack","mobile_number":"7047802957","email_id":"leon.schamberger@yahoo.com","dop":"2026-01-19","serial_number":"007111435469463","imei1":"942630586541499","imei2":"256068166300666","popurl":"www.todd-wehner.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170299,"job_number":"JOB_170299","tr_customer_id":170316,"tr_customer_product_id":170306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Krystin Kuhic","mobile_number":"7073314363","email_id":"amparo.howe@gmail.com","dop":"2026-01-19","serial_number":"405554517896442","imei1":"849844372020304","imei2":"401806640799600","popurl":"www.jacqulyn-stark.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170300,"job_number":"JOB_170300","tr_customer_id":170317,"tr_customer_product_id":170307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Dorthea Bode","mobile_number":"7028156604","email_id":"lizabeth.kreiger@yahoo.com","dop":"2026-01-19","serial_number":"014277701229923","imei1":"496340704994249","imei2":"093038207032628","popurl":"www.freeman-gulgowski.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170301,"job_number":"JOB_170301","tr_customer_id":170318,"tr_customer_product_id":170308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Shanae Nienow","mobile_number":"7085477286","email_id":"bebe.collins@gmail.com","dop":"2026-01-19","serial_number":"333881492313480","imei1":"465199716601108","imei2":"190637435307858","popurl":"www.cinderella-abernathy.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170302,"job_number":"JOB_170302","tr_customer_id":170319,"tr_customer_product_id":170309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Julius Daugherty","mobile_number":"7068994163","email_id":"ryann.hand@yahoo.com","dop":"2026-01-19","serial_number":"115363344515312","imei1":"703158220144090","imei2":"214864755915204","popurl":"www.freida-mueller.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170303,"job_number":"JOB_170303","tr_customer_id":170320,"tr_customer_product_id":170310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:35.000Z","modified_at":"2026-01-29T05:48:35.000Z","name":"Estell Goyette","mobile_number":"7076879395","email_id":"jerrod.miller@hotmail.com","dop":"2026-01-19","serial_number":"525133618426072","imei1":"252597024711472","imei2":"150861370405568","popurl":"www.osvaldo-barrows.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170304,"job_number":"JOB_170304","tr_customer_id":170321,"tr_customer_product_id":170311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Zackary Wolff","mobile_number":"7042601363","email_id":"foster.mcglynn@gmail.com","dop":"2026-01-19","serial_number":"465575730158631","imei1":"021192744336210","imei2":"021057683656422","popurl":"www.randal-turner.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170305,"job_number":"JOB_170305","tr_customer_id":170322,"tr_customer_product_id":170312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Kimberly Glover","mobile_number":"7095559611","email_id":"cary.farrell@gmail.com","dop":"2026-01-19","serial_number":"239556247015289","imei1":"301960567483025","imei2":"128441512416247","popurl":"www.adelaide-schaefer.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170306,"job_number":"JOB_170306","tr_customer_id":170323,"tr_customer_product_id":170313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Fermina McLaughlin","mobile_number":"7017166496","email_id":"rosendo.balistreri@hotmail.com","dop":"2026-01-19","serial_number":"072056892191034","imei1":"790721180190395","imei2":"805483436630756","popurl":"www.wayne-torp.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170307,"job_number":"JOB_170307","tr_customer_id":170324,"tr_customer_product_id":170314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Octavio Hilll","mobile_number":"7070346459","email_id":"richard.thompson@hotmail.com","dop":"2026-01-19","serial_number":"315777018232010","imei1":"858636238195406","imei2":"687490805977002","popurl":"www.amanda-braun.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170308,"job_number":"JOB_170308","tr_customer_id":170325,"tr_customer_product_id":170315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Leroy Reichel","mobile_number":"7096262834","email_id":"lemuel.goodwin@yahoo.com","dop":"2026-01-19","serial_number":"113690943917920","imei1":"573989202481299","imei2":"493240038896145","popurl":"www.michaele-trantow.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170309,"job_number":"JOB_170309","tr_customer_id":170326,"tr_customer_product_id":170316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Marcos Bernhard","mobile_number":"7093341698","email_id":"peggy.nolan@hotmail.com","dop":"2026-01-19","serial_number":"872892873464589","imei1":"656320435657996","imei2":"579243516072405","popurl":"www.bernardina-farrell.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170310,"job_number":"JOB_170310","tr_customer_id":170327,"tr_customer_product_id":170317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Cori Bahringer","mobile_number":"7015609745","email_id":"paola.aufderhar@gmail.com","dop":"2026-01-19","serial_number":"062382101570858","imei1":"107256484287444","imei2":"759968193356360","popurl":"www.cruz-ruecker.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170311,"job_number":"JOB_170311","tr_customer_id":170328,"tr_customer_product_id":170318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Terra Batz","mobile_number":"7065942000","email_id":"dillon.cormier@hotmail.com","dop":"2026-01-19","serial_number":"360326519033902","imei1":"833717706004840","imei2":"518190593381939","popurl":"www.carlita-stamm.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170312,"job_number":"JOB_170312","tr_customer_id":170329,"tr_customer_product_id":170319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Donte Schuster","mobile_number":"7056886671","email_id":"eldon.bechtelar@gmail.com","dop":"2026-01-19","serial_number":"986071458169851","imei1":"560922975673975","imei2":"913400530238079","popurl":"www.manie-murphy.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170313,"job_number":"JOB_170313","tr_customer_id":170330,"tr_customer_product_id":170320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:57:36.000Z","modified_at":"2026-01-29T05:57:36.000Z","name":"veer kumar","mobile_number":"9398102868","email_id":"veer@gmail.com","dop":"2026-01-11","serial_number":"12343223456765432","imei1":"12343223456765432","imei2":"12343223456765432","popurl":"2026-01-11T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170314,"job_number":"JOB_170314","tr_customer_id":170331,"tr_customer_product_id":170321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:02:17.000Z","modified_at":"2026-01-29T06:02:17.000Z","name":"Dron Reddy","mobile_number":"7034869575","email_id":"chandravati.nehru@yahoo.co.in","dop":"2026-01-19","serial_number":"059444005131417","imei1":"059444005131417","imei2":"059444005131417","popurl":"www.dhananjay-reddy.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:02:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170315,"job_number":"JOB_170315","tr_customer_id":170332,"tr_customer_product_id":170322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:08:07.000Z","modified_at":"2026-01-29T06:08:07.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2026-01-19","serial_number":"13511800420678","imei1":"13511800420678","imei2":"13511800420678","popurl":"2026-01-19T06:08:04.176679800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:08:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170316,"job_number":"JOB_170316","tr_customer_id":170333,"tr_customer_product_id":170323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:17:59.000Z","modified_at":"2026-01-29T06:17:59.000Z","name":"Brajesh Varma","mobile_number":"7037232521","email_id":"chanda.talwar@yahoo.co.in","dop":"2026-01-19","serial_number":"706892942434128","imei1":"706892942434128","imei2":"706892942434128","popurl":"www.umang-chaturvedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170317,"job_number":"JOB_170317","tr_customer_id":170334,"tr_customer_product_id":170324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:22:55.000Z","modified_at":"2026-01-29T06:22:55.000Z","name":"Dharitri Dutta","mobile_number":"7029773404","email_id":"bodhan.pothuvaal@hotmail.com","dop":"2026-01-19","serial_number":"945495203650264","imei1":"945495203650264","imei2":"945495203650264","popurl":"www.durgeshwari-kakkar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170335,"job_number":"JOB_170335","tr_customer_id":170352,"tr_customer_product_id":170342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:51.000Z","modified_at":"2026-01-29T06:35:51.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10856121769214","imei1":"10856121769214","imei2":"10856121769214","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170337,"job_number":"JOB_170337","tr_customer_id":170354,"tr_customer_product_id":170344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:52.000Z","modified_at":"2026-01-29T06:35:52.000Z","name":"Britney Boyer","mobile_number":"936-736-9229","email_id":"Derick_Simonis83@gmail.com","dop":"2025-06-18","serial_number":"1060705733169913","imei1":"1060705733169913","imei2":"1060705733169913","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:35:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170339,"job_number":"JOB_170339","tr_customer_id":170356,"tr_customer_product_id":170346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:00.000Z","modified_at":"2026-01-29T06:36:00.000Z","name":"Darlene Mayer","mobile_number":"455-205-3827","email_id":"Jadon.Gaylord33@yahoo.com","dop":"2025-04-06","serial_number":"18172264101396828","imei1":"18172264101396828","imei2":"18172264101396828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170340,"job_number":"JOB_170340","tr_customer_id":170357,"tr_customer_product_id":170347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:35.000Z","modified_at":"2026-01-29T06:36:35.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10276504604543","imei1":"10276504604543","imei2":"10276504604543","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:36:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170342,"job_number":"JOB_170342","tr_customer_id":170359,"tr_customer_product_id":170349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:36.000Z","modified_at":"2026-01-29T06:36:36.000Z","name":"Roy Keeling","mobile_number":"283-823-6410","email_id":"Walton.Wisoky50@gmail.com","dop":"2025-06-18","serial_number":"1013664490259973","imei1":"1013664490259973","imei2":"1013664490259973","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:36:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170343,"job_number":"JOB_170343","tr_customer_id":170360,"tr_customer_product_id":170350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:02.000Z","modified_at":"2026-01-29T06:37:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15522363055902","imei1":"15522363055902","imei2":"15522363055902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170345,"job_number":"JOB_170345","tr_customer_id":170362,"tr_customer_product_id":170352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:03.000Z","modified_at":"2026-01-29T06:37:04.000Z","name":"Alexa Crooks","mobile_number":"725-380-5649","email_id":"Jennyfer84@gmail.com","dop":"2025-04-06","serial_number":"18407784815935784","imei1":"18407784815935784","imei2":"18407784815935784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170346,"job_number":"JOB_170346","tr_customer_id":170363,"tr_customer_product_id":170353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:46.000Z","modified_at":"2026-01-29T06:37:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15855807980150","imei1":"15855807980150","imei2":"15855807980150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170348,"job_number":"JOB_170348","tr_customer_id":170365,"tr_customer_product_id":170355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:48.000Z","modified_at":"2026-01-29T06:37:48.000Z","name":"Jeanie Crist","mobile_number":"584-251-9509","email_id":"Assunta86@gmail.com","dop":"2025-04-06","serial_number":"10715964929387842","imei1":"10715964929387842","imei2":"10715964929387842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170349,"job_number":"JOB_170349","tr_customer_id":170366,"tr_customer_product_id":170356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:31.000Z","modified_at":"2026-01-29T06:38:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16037824530219","imei1":"16037824530219","imei2":"16037824530219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:38:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170351,"job_number":"JOB_170351","tr_customer_id":170368,"tr_customer_product_id":170358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:33.000Z","modified_at":"2026-01-29T06:38:33.000Z","name":"Vallie Durgan","mobile_number":"902-443-2582","email_id":"Mason_Rutherford@yahoo.com","dop":"2025-04-06","serial_number":"19835579645295650","imei1":"19835579645295650","imei2":"19835579645295650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:38:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170352,"job_number":"JOB_170352","tr_customer_id":170369,"tr_customer_product_id":170359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:47.000Z","modified_at":"2026-01-29T06:38:47.000Z","name":"Atreyi Rana","mobile_number":"7083087604","email_id":"vidhya.bhat@hotmail.com","dop":"2026-01-19","serial_number":"706941820273780","imei1":"706941820273780","imei2":"706941820273780","popurl":"www.gaurang-naik.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:38:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170353,"job_number":"JOB_170353","tr_customer_id":170370,"tr_customer_product_id":170360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:39:25.000Z","modified_at":"2026-01-29T06:39:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19568621313003","imei1":"19568621313003","imei2":"19568621313003","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:39:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170355,"job_number":"JOB_170355","tr_customer_id":170372,"tr_customer_product_id":170362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:39:26.000Z","modified_at":"2026-01-29T06:39:26.000Z","name":"Libby Torp","mobile_number":"288-373-3904","email_id":"Brown.Little1@yahoo.com","dop":"2025-04-06","serial_number":"18091890734912620","imei1":"18091890734912620","imei2":"18091890734912620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:39:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170356,"job_number":"JOB_170356","tr_customer_id":170373,"tr_customer_product_id":170363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:10.000Z","modified_at":"2026-01-29T06:40:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12207671801424","imei1":"12207671801424","imei2":"12207671801424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170358,"job_number":"JOB_170358","tr_customer_id":170375,"tr_customer_product_id":170365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:12.000Z","modified_at":"2026-01-29T06:40:12.000Z","name":"Liana Harvey","mobile_number":"408-925-4854","email_id":"Alison_Koepp@gmail.com","dop":"2025-04-06","serial_number":"17423739786054996","imei1":"17423739786054996","imei2":"17423739786054996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170359,"job_number":"JOB_170359","tr_customer_id":170376,"tr_customer_product_id":170366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:56.000Z","modified_at":"2026-01-29T06:40:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12208140426477","imei1":"12208140426477","imei2":"12208140426477","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170361,"job_number":"JOB_170361","tr_customer_id":170378,"tr_customer_product_id":170368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:57.000Z","modified_at":"2026-01-29T06:40:57.000Z","name":"Newell Lowe","mobile_number":"686-637-0679","email_id":"Vella.Kuhlman@hotmail.com","dop":"2025-04-06","serial_number":"10645713143187366","imei1":"10645713143187366","imei2":"10645713143187366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170363,"job_number":"JOB_170363","tr_customer_id":170380,"tr_customer_product_id":170370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:47.000Z","modified_at":"2026-01-29T06:41:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15855265716463","imei1":"15855265716463","imei2":"15855265716463","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:41:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170365,"job_number":"JOB_170365","tr_customer_id":170382,"tr_customer_product_id":170372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:49.000Z","modified_at":"2026-01-29T06:41:49.000Z","name":"Coy Dickens","mobile_number":"523-221-0909","email_id":"Luella_Wilkinson3@yahoo.com","dop":"2025-04-06","serial_number":"16780419753845036","imei1":"16780419753845036","imei2":"16780419753845036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:41:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170367,"job_number":"JOB_170367","tr_customer_id":170384,"tr_customer_product_id":170374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:42:38.000Z","modified_at":"2026-01-29T06:42:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11661249578121","imei1":"11661249578121","imei2":"11661249578121","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:42:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170369,"job_number":"JOB_170369","tr_customer_id":170386,"tr_customer_product_id":170376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:42:39.000Z","modified_at":"2026-01-29T06:42:39.000Z","name":"Elyssa Gaylord","mobile_number":"913-445-2459","email_id":"Erwin19@hotmail.com","dop":"2025-04-06","serial_number":"14369738604398470","imei1":"14369738604398470","imei2":"14369738604398470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170370,"job_number":"JOB_170370","tr_customer_id":170387,"tr_customer_product_id":170377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:23.000Z","modified_at":"2026-01-29T06:43:23.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14953346028155","imei2":"14953346028155","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170372,"job_number":"JOB_170372","tr_customer_id":170389,"tr_customer_product_id":170379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:28.000Z","modified_at":"2026-01-29T06:43:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18444745092848","imei1":"18444745092848","imei2":"18444745092848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170374,"job_number":"JOB_170374","tr_customer_id":170391,"tr_customer_product_id":170381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:30.000Z","modified_at":"2026-01-29T06:43:30.000Z","name":"Elise Langworth","mobile_number":"506-789-5136","email_id":"Cordia_OKon@yahoo.com","dop":"2025-04-06","serial_number":"13668979298666100","imei1":"13668979298666100","imei2":"13668979298666100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170375,"job_number":"JOB_170375","tr_customer_id":170392,"tr_customer_product_id":170382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:37.000Z","modified_at":"2026-01-29T06:43:37.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14176198100525","imei2":"14176198100525","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170377,"job_number":"JOB_170377","tr_customer_id":170394,"tr_customer_product_id":170384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:51.000Z","modified_at":"2026-01-29T06:43:51.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14983278150615","imei2":"14983278150615","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170380,"job_number":"JOB_170380","tr_customer_id":170397,"tr_customer_product_id":170387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:45:09.000Z","modified_at":"2026-01-29T06:45:09.000Z","name":"Winona Pouros","mobile_number":"473-755-4357","email_id":"Naomi14@gmail.com","dop":"2025-04-06","serial_number":"13217274141320578","imei1":"13217274141320578","imei2":"13217274141320578","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:45:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170381,"job_number":"JOB_170381","tr_customer_id":170398,"tr_customer_product_id":170388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:25.000Z","modified_at":"2026-01-29T06:46:25.000Z","name":"Shresth Naik","mobile_number":"7096770820","email_id":"dharani.gill@gmail.com","dop":"2026-01-19","serial_number":"647276168264212","imei1":"647276168264212","imei2":"647276168264212","popurl":"www.prem-desai.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170382,"job_number":"JOB_170382","tr_customer_id":170399,"tr_customer_product_id":170389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:29.000Z","modified_at":"2026-01-29T06:46:29.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17680172698670","imei1":"17680172698670","imei2":"17680172698670","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170384,"job_number":"JOB_170384","tr_customer_id":170401,"tr_customer_product_id":170391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:47.000Z","modified_at":"2026-01-29T06:46:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10870358707358","imei1":"10870358707358","imei2":"10870358707358","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170386,"job_number":"JOB_170386","tr_customer_id":170403,"tr_customer_product_id":170393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:49.000Z","modified_at":"2026-01-29T06:46:49.000Z","name":"Kurtis O'Hara","mobile_number":"552-370-2299","email_id":"Alden_Price@hotmail.com","dop":"2025-04-06","serial_number":"18333736871994510","imei1":"18333736871994510","imei2":"18333736871994510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170387,"job_number":"JOB_170387","tr_customer_id":170404,"tr_customer_product_id":170394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:13.000Z","modified_at":"2026-01-29T06:47:13.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"13725543893783","imei1":"13725543893783","imei2":"13725543893783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170389,"job_number":"JOB_170389","tr_customer_id":170406,"tr_customer_product_id":170396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:32.000Z","modified_at":"2026-01-29T06:47:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19445917856710","imei1":"19445917856710","imei2":"19445917856710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170391,"job_number":"JOB_170391","tr_customer_id":170408,"tr_customer_product_id":170398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:34.000Z","modified_at":"2026-01-29T06:47:34.000Z","name":"Dane Hoppe","mobile_number":"749-448-7419","email_id":"Annalise.Daugherty53@gmail.com","dop":"2025-04-06","serial_number":"11354351697475178","imei1":"11354351697475178","imei2":"11354351697475178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170392,"job_number":"JOB_170392","tr_customer_id":170409,"tr_customer_product_id":170399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:56.000Z","modified_at":"2026-01-29T06:47:56.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"19847883260012","imei1":"19847883260012","imei2":"19847883260012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170397,"job_number":"JOB_170397","tr_customer_id":170414,"tr_customer_product_id":170404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:17.000Z","modified_at":"2026-01-29T06:48:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11242676978023","imei1":"11242676978023","imei2":"11242676978023","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170399,"job_number":"JOB_170399","tr_customer_id":170416,"tr_customer_product_id":170406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:19.000Z","modified_at":"2026-01-29T06:48:19.000Z","name":"Kristin Sipes","mobile_number":"704-939-2871","email_id":"Royal_Miller@yahoo.com","dop":"2025-04-06","serial_number":"12721076683349210","imei1":"12721076683349210","imei2":"12721076683349210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170406,"job_number":"JOB_170406","tr_customer_id":170423,"tr_customer_product_id":170413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:59.000Z","modified_at":"2026-01-29T06:49:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14669517761007","imei1":"14669517761007","imei2":"14669517761007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170408,"job_number":"JOB_170408","tr_customer_id":170425,"tr_customer_product_id":170415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:01.000Z","modified_at":"2026-01-29T06:50:01.000Z","name":"Heidi Brown","mobile_number":"904-681-5044","email_id":"Ceasar83@gmail.com","dop":"2025-04-06","serial_number":"13280798662547044","imei1":"13280798662547044","imei2":"13280798662547044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170412,"job_number":"JOB_170412","tr_customer_id":170429,"tr_customer_product_id":170419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:52.000Z","modified_at":"2026-01-29T06:50:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12487628971591","imei1":"12487628971591","imei2":"12487628971591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170414,"job_number":"JOB_170414","tr_customer_id":170431,"tr_customer_product_id":170421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:53.000Z","modified_at":"2026-01-29T06:50:53.000Z","name":"Queenie Schaden","mobile_number":"652-476-2967","email_id":"Zachary_Moore58@yahoo.com","dop":"2025-04-06","serial_number":"18537303171912784","imei1":"18537303171912784","imei2":"18537303171912784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170415,"job_number":"JOB_170415","tr_customer_id":170432,"tr_customer_product_id":170422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:51:43.000Z","modified_at":"2026-01-29T06:51:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15987695788168","imei1":"15987695788168","imei2":"15987695788168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170417,"job_number":"JOB_170417","tr_customer_id":170434,"tr_customer_product_id":170424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:51:45.000Z","modified_at":"2026-01-29T06:51:45.000Z","name":"Ona Toy","mobile_number":"970-382-0624","email_id":"Lilly_Bode19@gmail.com","dop":"2025-04-06","serial_number":"10138149216530896","imei1":"10138149216530896","imei2":"10138149216530896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:51:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170418,"job_number":"JOB_170418","tr_customer_id":170435,"tr_customer_product_id":170425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:09.000Z","modified_at":"2026-01-29T06:55:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10353172608729","imei1":"10353172608729","imei2":"10353172608729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170420,"job_number":"JOB_170420","tr_customer_id":170437,"tr_customer_product_id":170427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:11.000Z","modified_at":"2026-01-29T06:55:11.000Z","name":"Karelle Schroeder","mobile_number":"331-848-5054","email_id":"Dave_Stracke70@yahoo.com","dop":"2025-04-06","serial_number":"17895068214493260","imei1":"17895068214493260","imei2":"17895068214493260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170421,"job_number":"JOB_170421","tr_customer_id":170438,"tr_customer_product_id":170428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:56.000Z","modified_at":"2026-01-29T06:55:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13702350431528","imei1":"13702350431528","imei2":"13702350431528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170423,"job_number":"JOB_170423","tr_customer_id":170440,"tr_customer_product_id":170430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:57.000Z","modified_at":"2026-01-29T06:55:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15812020335789","imei1":"15812020335789","imei2":"15812020335789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170425,"job_number":"JOB_170425","tr_customer_id":170442,"tr_customer_product_id":170432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:58.000Z","modified_at":"2026-01-29T06:55:58.000Z","name":"Chauncey Runolfsson","mobile_number":"776-260-9651","email_id":"Andreanne_Stracke@gmail.com","dop":"2025-04-06","serial_number":"11741818876965598","imei1":"11741818876965598","imei2":"11741818876965598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170426,"job_number":"JOB_170426","tr_customer_id":170443,"tr_customer_product_id":170433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:59.000Z","modified_at":"2026-01-29T06:55:59.000Z","name":"Bria Leannon","mobile_number":"489-802-1287","email_id":"Chauncey_Dietrich63@gmail.com","dop":"2025-04-06","serial_number":"18153099437377484","imei1":"18153099437377484","imei2":"18153099437377484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170428,"job_number":"JOB_170428","tr_customer_id":170445,"tr_customer_product_id":170435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:04.000Z","modified_at":"2026-01-29T06:56:04.000Z","name":"Era Langosh","mobile_number":"535-387-8739","email_id":"Crystel_Cruickshank@yahoo.com","dop":"2025-04-06","serial_number":"18551971805714256","imei1":"18551971805714256","imei2":"18551971805714256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170430,"job_number":"JOB_170430","tr_customer_id":170447,"tr_customer_product_id":170437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:18.000Z","modified_at":"2026-01-29T06:56:18.000Z","name":"Mona Heaney","mobile_number":"821-325-9141","email_id":"Vallie63@gmail.com","dop":"2025-04-06","serial_number":"18494932092494360","imei1":"18494932092494360","imei2":"18494932092494360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170431,"job_number":"JOB_170431","tr_customer_id":170448,"tr_customer_product_id":170438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:44.000Z","modified_at":"2026-01-29T06:56:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16199929190824","imei1":"16199929190824","imei2":"16199929190824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170433,"job_number":"JOB_170433","tr_customer_id":170450,"tr_customer_product_id":170440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:46.000Z","modified_at":"2026-01-29T06:56:46.000Z","name":"Winfield Kerluke","mobile_number":"262-518-2098","email_id":"Braeden_Yundt42@yahoo.com","dop":"2025-04-06","serial_number":"10043849112111964","imei1":"10043849112111964","imei2":"10043849112111964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170434,"job_number":"JOB_170434","tr_customer_id":170451,"tr_customer_product_id":170441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:48.000Z","modified_at":"2026-01-29T06:56:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17419896394536","imei1":"17419896394536","imei2":"17419896394536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170436,"job_number":"JOB_170436","tr_customer_id":170453,"tr_customer_product_id":170443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:49.000Z","modified_at":"2026-01-29T06:56:49.000Z","name":"Raoul Kuhlman","mobile_number":"356-544-5923","email_id":"Mayra.Johnson@yahoo.com","dop":"2025-04-06","serial_number":"12562659490599182","imei1":"12562659490599182","imei2":"12562659490599182","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170437,"job_number":"JOB_170437","tr_customer_id":170454,"tr_customer_product_id":170444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:57:37.000Z","modified_at":"2026-01-29T06:57:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12745808333016","imei1":"12745808333016","imei2":"12745808333016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170439,"job_number":"JOB_170439","tr_customer_id":170456,"tr_customer_product_id":170446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:57:38.000Z","modified_at":"2026-01-29T06:57:38.000Z","name":"Roel Tillman","mobile_number":"311-505-6960","email_id":"Lavon90@yahoo.com","dop":"2025-04-06","serial_number":"13433899235445894","imei1":"13433899235445894","imei2":"13433899235445894","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170440,"job_number":"JOB_170440","tr_customer_id":170457,"tr_customer_product_id":170447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:21.000Z","modified_at":"2026-01-29T07:00:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17900992143091","imei1":"17900992143091","imei2":"17900992143091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170442,"job_number":"JOB_170442","tr_customer_id":170459,"tr_customer_product_id":170449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:23.000Z","modified_at":"2026-01-29T07:00:23.000Z","name":"Alvena Crist","mobile_number":"368-433-0509","email_id":"Adeline.Carroll@gmail.com","dop":"2025-04-06","serial_number":"10878890550692228","imei1":"10878890550692228","imei2":"10878890550692228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:00:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170444,"job_number":"JOB_170444","tr_customer_id":170461,"tr_customer_product_id":170451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:27.000Z","modified_at":"2026-01-29T07:00:27.000Z","name":"Carmela MacGyver","mobile_number":"266-774-7517","email_id":"Trace22@gmail.com","dop":"2025-04-06","serial_number":"15197690667528036","imei1":"15197690667528036","imei2":"15197690667528036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170445,"job_number":"JOB_170445","tr_customer_id":170462,"tr_customer_product_id":170452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:09.000Z","modified_at":"2026-01-29T07:01:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17956609760043","imei1":"17956609760043","imei2":"17956609760043","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170447,"job_number":"JOB_170447","tr_customer_id":170464,"tr_customer_product_id":170454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:10.000Z","modified_at":"2026-01-29T07:01:10.000Z","name":"Victoria Pfannerstill","mobile_number":"546-856-8212","email_id":"Nicholaus_Konopelski94@yahoo.com","dop":"2025-04-06","serial_number":"14543151397922404","imei1":"14543151397922404","imei2":"14543151397922404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170448,"job_number":"JOB_170448","tr_customer_id":170465,"tr_customer_product_id":170455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:55.000Z","modified_at":"2026-01-29T07:01:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17411536850453","imei1":"17411536850453","imei2":"17411536850453","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170450,"job_number":"JOB_170450","tr_customer_id":170467,"tr_customer_product_id":170457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:57.000Z","modified_at":"2026-01-29T07:01:57.000Z","name":"Travis Kilback","mobile_number":"245-744-6615","email_id":"Joey.Considine23@gmail.com","dop":"2025-04-06","serial_number":"17716187716120820","imei1":"17716187716120820","imei2":"17716187716120820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170451,"job_number":"JOB_170451","tr_customer_id":170468,"tr_customer_product_id":170458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:25.000Z","modified_at":"2026-01-29T07:10:25.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"10593676716794","imei1":"10593676716794","imei2":"10593676716794","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:10:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170453,"job_number":"JOB_170453","tr_customer_id":170470,"tr_customer_product_id":170460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:41.000Z","modified_at":"2026-01-29T07:10:41.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"10919082835236","imei1":"10919082835236","imei2":"10919082835236","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:10:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170455,"job_number":"JOB_170455","tr_customer_id":170472,"tr_customer_product_id":170462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:56.000Z","modified_at":"2026-01-29T07:10:56.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"15613900543394","imei1":"15613900543394","imei2":"15613900543394","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:10:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170457,"job_number":"JOB_170457","tr_customer_id":170474,"tr_customer_product_id":170464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:24:23.000Z","modified_at":"2026-01-29T07:24:23.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"19691618055896","imei1":"19691618055896","imei2":"119691618055896","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170458,"job_number":"JOB_170458","tr_customer_id":170475,"tr_customer_product_id":170465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:33:37.000Z","modified_at":"2026-01-29T07:33:37.000Z","name":"Kamala Kakkar","mobile_number":"7030157418","email_id":"gandharv.mehrotra@yahoo.co.in","dop":"2026-01-19","serial_number":"983519147373699","imei1":"983519147373699","imei2":"983519147373699","popurl":"www.chitrali-iyer.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:33:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170461,"job_number":"JOB_170461","tr_customer_id":170478,"tr_customer_product_id":170468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:42:19.000Z","modified_at":"2026-01-29T07:42:19.000Z","name":"Swara Ahluwalia","mobile_number":"7096046573","email_id":"pushti.nayar@gmail.com","dop":"2026-01-19","serial_number":"787116735846000","imei1":"787116735846000","imei2":"787116735846000","popurl":"www.ambar-panicker.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170467,"job_number":"JOB_170467","tr_customer_id":170484,"tr_customer_product_id":170474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:00.000Z","modified_at":"2026-01-29T07:57:00.000Z","name":"Pascale Haley","mobile_number":"455-509-9022","email_id":"Ruby43@hotmail.com","dop":"2025-04-06","serial_number":"14373098808279600","imei1":"14373098808279600","imei2":"14373098808279600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170469,"job_number":"JOB_170469","tr_customer_id":170486,"tr_customer_product_id":170476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:38.000Z","modified_at":"2026-01-29T07:57:38.000Z","name":"Ramona Brekke","mobile_number":"783-990-5641","email_id":"Palma_Weimann39@gmail.com","dop":"2025-04-06","serial_number":"12422512076616136","imei1":"12422512076616136","imei2":"12422512076616136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170471,"job_number":"JOB_170471","tr_customer_id":170488,"tr_customer_product_id":170478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:47.000Z","modified_at":"2026-01-29T07:57:47.000Z","name":"Devan Leuschke","mobile_number":"262-820-7320","email_id":"Horacio.Hartmann@hotmail.com","dop":"2025-04-06","serial_number":"12096401794029758","imei1":"12096401794029758","imei2":"12096401794029758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170475,"job_number":"JOB_170475","tr_customer_id":170492,"tr_customer_product_id":170482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:33.000Z","modified_at":"2026-01-29T07:58:33.000Z","name":"Robert Beahan","mobile_number":"476-879-6737","email_id":"Jalon_Kreiger@hotmail.com","dop":"2025-04-06","serial_number":"10286485922550454","imei1":"10286485922550454","imei2":"10286485922550454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170477,"job_number":"JOB_170477","tr_customer_id":170494,"tr_customer_product_id":170484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:43.000Z","modified_at":"2026-01-29T07:58:43.000Z","name":"Neha Cronin","mobile_number":"448-524-8683","email_id":"Jamar.Rogahn88@yahoo.com","dop":"2025-04-06","serial_number":"10871124116045736","imei1":"10871124116045736","imei2":"10871124116045736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170478,"job_number":"JOB_170478","tr_customer_id":170495,"tr_customer_product_id":170485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:35.000Z","modified_at":"2026-01-29T08:33:35.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"14443094780437","imei1":"14443094780437","imei2":"14443094780437","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:33:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170480,"job_number":"JOB_170480","tr_customer_id":170497,"tr_customer_product_id":170487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:43.000Z","modified_at":"2026-01-29T08:33:43.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatinsh12@gmail.com","dop":"2026-01-23","serial_number":"14372247011439","imei1":"14372247011439","imei2":"14372247011439","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170482,"job_number":"JOB_170482","tr_customer_id":170499,"tr_customer_product_id":170489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:52.000Z","modified_at":"2026-01-29T08:33:52.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"14504202781821","imei1":"14504202781821","imei2":"14504202781821","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170484,"job_number":"JOB_170484","tr_customer_id":170501,"tr_customer_product_id":170491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:44:19.000Z","modified_at":"2026-01-29T08:44:19.000Z","name":"Nyasia Greenholt","mobile_number":"402-796-7619","email_id":"Jose_Mueller@yahoo.com","dop":"2026-01-23","serial_number":"16583482488738","imei1":"16583482488738","imei2":"16583482488738","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:44:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170487,"job_number":"JOB_170487","tr_customer_id":170504,"tr_customer_product_id":170494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:31:12.000Z","modified_at":"2026-01-29T09:31:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12182427394346","imei1":"12182427394346","imei2":"12182427394346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:31:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170489,"job_number":"JOB_170489","tr_customer_id":170506,"tr_customer_product_id":170496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:31:14.000Z","modified_at":"2026-01-29T09:31:14.000Z","name":"Eleanora Hermann","mobile_number":"931-229-8276","email_id":"Erna32@gmail.com","dop":"2025-04-06","serial_number":"12163347163196928","imei1":"12163347163196928","imei2":"12163347163196928","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:31:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170490,"job_number":"JOB_170490","tr_customer_id":170507,"tr_customer_product_id":170497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:02.000Z","modified_at":"2026-01-29T09:32:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11962789441695","imei1":"11962789441695","imei2":"11962789441695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170492,"job_number":"JOB_170492","tr_customer_id":170509,"tr_customer_product_id":170499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:04.000Z","modified_at":"2026-01-29T09:32:04.000Z","name":"Dan Larkin","mobile_number":"832-264-6591","email_id":"Sheldon_Anderson@yahoo.com","dop":"2025-04-06","serial_number":"10459889448928188","imei1":"10459889448928188","imei2":"10459889448928188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170493,"job_number":"JOB_170493","tr_customer_id":170510,"tr_customer_product_id":170500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:52.000Z","modified_at":"2026-01-29T09:32:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16704057294280","imei1":"16704057294280","imei2":"16704057294280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170495,"job_number":"JOB_170495","tr_customer_id":170512,"tr_customer_product_id":170502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:53.000Z","modified_at":"2026-01-29T09:32:53.000Z","name":"Bernhard Heaney","mobile_number":"451-908-1369","email_id":"Isabelle_Price@gmail.com","dop":"2025-04-06","serial_number":"12238637914880776","imei1":"12238637914880776","imei2":"12238637914880776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170497,"job_number":"JOB_170497","tr_customer_id":170514,"tr_customer_product_id":170504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:45:07.000Z","modified_at":"2026-01-29T09:45:07.000Z","name":"Lorna Toy","mobile_number":"317-272-0077","email_id":"Zoila.Lakin@gmail.com","dop":"2026-01-23","serial_number":"15878897486017","imei1":"15878897486017","imei2":"15878897486017","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:45:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170498,"job_number":"JOB_170498","tr_customer_id":170515,"tr_customer_product_id":170505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:46:20.000Z","modified_at":"2026-01-29T09:46:20.000Z","name":"Imelda Pagac","mobile_number":"438-253-9465","email_id":"Reina12@yahoo.com","dop":"2026-01-23","serial_number":"15790119862263","imei1":"15790119862263","imei2":"15790119862263","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170499,"job_number":"JOB_170499","tr_customer_id":170516,"tr_customer_product_id":170506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:46:45.000Z","modified_at":"2026-01-29T09:46:45.000Z","name":"Gerardo Larkin","mobile_number":"462-208-3593","email_id":"Cesar_Dickens35@gmail.com","dop":"2026-01-23","serial_number":"11999782266327","imei1":"11999782266327","imei2":"11999782266327","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170500,"job_number":"JOB_170500","tr_customer_id":170517,"tr_customer_product_id":170507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:53:22.000Z","modified_at":"2026-01-29T09:53:22.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"18857077553165","imei1":"18857077553165","imei2":"18857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:53:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170501,"job_number":"JOB_170501","tr_customer_id":170518,"tr_customer_product_id":170508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:58:06.000Z","modified_at":"2026-01-29T09:58:06.000Z","name":"Bhushit Nambeesan","mobile_number":"7032420332","email_id":"hari.tagore@gmail.com","dop":"2026-01-19","serial_number":"270179718665005","imei1":"270179718665005","imei2":"270179718665005","popurl":"www.rajinder-nayar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170502,"job_number":"JOB_170502","tr_customer_id":170519,"tr_customer_product_id":170509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:58:39.000Z","modified_at":"2026-01-29T09:58:39.000Z","name":"veer kumar","mobile_number":"9398102868","email_id":"veer@gmail.com","dop":"2026-01-11","serial_number":"12343223456765432","imei1":"13343223456765437","imei2":"13343223456765437","popurl":"2026-01-11T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170503,"job_number":"JOB_170503","tr_customer_id":170520,"tr_customer_product_id":170510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:33:27.000Z","modified_at":"2026-01-29T10:33:27.000Z","name":"Jatin Jasani","mobile_number":"7507331188","email_id":"saurabh.jasani@gmail.com","dop":"2026-01-19","serial_number":"12308877001005","imei1":"12308877001005","imei2":"12308877001005","popurl":"2026-01-19T10:33:26.676455238Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170504,"job_number":"JOB_170504","tr_customer_id":170521,"tr_customer_product_id":170511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:34:59.000Z","modified_at":"2026-01-29T10:34:59.000Z","name":"Newname lastname","mobile_number":"68555305710","email_id":"pravalikabariki2tt13@gmail.com","dop":"2025-02-13","serial_number":"104426212713358","imei1":"104426212713358","imei2":"104426212713358","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170505,"job_number":"JOB_170505","tr_customer_id":170522,"tr_customer_product_id":170512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:53:51.000Z","modified_at":"2026-01-29T10:53:51.000Z","name":"Giriraj Nehru","mobile_number":"7035374466","email_id":"rajendra.acharya@hotmail.com","dop":"2026-01-19","serial_number":"994897353497024","imei1":"994897353497024","imei2":"994897353497024","popurl":"www.adityanandana-pillai.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:53:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170506,"job_number":"JOB_170506","tr_customer_id":170523,"tr_customer_product_id":170513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:58:37.000Z","modified_at":"2026-01-29T10:58:37.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-19","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-19T10:58:28.191709007Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170507,"job_number":"JOB_170507","tr_customer_id":170524,"tr_customer_product_id":170514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:58:38.000Z","modified_at":"2026-01-29T10:58:38.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-19","serial_number":"46234996938486","imei1":"46234996938486","imei2":"46234996938486","popurl":"2026-01-19T10:58:28.194453550Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170508,"job_number":"JOB_170508","tr_customer_id":170525,"tr_customer_product_id":170515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:58:50.000Z","modified_at":"2026-01-29T10:58:50.000Z","name":"Dev Iyengar","mobile_number":"8606776917","email_id":"jahnu.dubashi@yahoo.co.in","dop":"2026-01-19","serial_number":"19475080550896","imei1":"19475080550896","imei2":"19475080550896","popurl":"www.baalagopaal-bharadwaj.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170509,"job_number":"JOB_170509","tr_customer_id":170526,"tr_customer_product_id":170516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:08:15.000Z","modified_at":"2026-01-29T11:08:15.000Z","name":"Kartik Chopra","mobile_number":"7030240308","email_id":"kashyapi.khatri@hotmail.com","dop":"2026-01-19","serial_number":"236569941816667","imei1":"236569941816667","imei2":"236569941816667","popurl":"www.pushti-guha.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:08:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170511,"job_number":"JOB_170511","tr_customer_id":170528,"tr_customer_product_id":170518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:22:13.000Z","modified_at":"2026-01-29T11:22:13.000Z","name":"Manikya Chopra","mobile_number":"7032366380","email_id":"meghnad.patel@hotmail.com","dop":"2026-01-19","serial_number":"105719811067502","imei1":"105719811067502","imei2":"105719811067502","popurl":"www.divjot-talwar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:22:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170512,"job_number":"JOB_170512","tr_customer_id":170529,"tr_customer_product_id":170519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:22:20.000Z","modified_at":"2026-01-29T11:22:20.000Z","name":"Mandakini Gandhi","mobile_number":"7005985961","email_id":"anal.shukla@yahoo.co.in","dop":"2026-01-19","serial_number":"657148622683390","imei1":"657148622683390","imei2":"657148622683390","popurl":"www.anal-jain.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:22:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170513,"job_number":"JOB_170513","tr_customer_id":170530,"tr_customer_product_id":170520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:08.000Z","modified_at":"2026-01-29T11:35:08.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11897275204948","imei1":"11897275204948","imei2":"11897275204948","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170515,"job_number":"JOB_170515","tr_customer_id":170532,"tr_customer_product_id":170522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:09.000Z","modified_at":"2026-01-29T11:35:09.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"73803080638811","imei1":"73803080638811","imei2":"73803080638811","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170516,"job_number":"JOB_170516","tr_customer_id":170533,"tr_customer_product_id":170523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:21.000Z","modified_at":"2026-01-29T11:35:21.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14066071322122","imei1":"14066071322122","imei2":"14066071322122","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170518,"job_number":"JOB_170518","tr_customer_id":170535,"tr_customer_product_id":170525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:21.000Z","modified_at":"2026-01-29T11:35:21.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11964579188926","imei1":"11964579188926","imei2":"11964579188926","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170519,"job_number":"JOB_170519","tr_customer_id":170536,"tr_customer_product_id":170526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:50.000Z","modified_at":"2026-01-29T11:35:50.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12733231512576","imei1":"12733231512576","imei2":"12733231512576","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170520,"job_number":"JOB_170520","tr_customer_id":170537,"tr_customer_product_id":170527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:51.000Z","modified_at":"2026-01-29T11:35:51.000Z","name":"Sammy Miller","mobile_number":"240-579-5402","email_id":"Gerard.Prosacco@gmail.com","dop":"2026-01-04","serial_number":"13124607067875","imei1":"13124607067875","imei2":"13124607067875","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170521,"job_number":"JOB_170521","tr_customer_id":170538,"tr_customer_product_id":170528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:51.000Z","modified_at":"2026-01-29T11:35:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"21148268148501","imei1":"21148268148501","imei2":"21148268148501","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170522,"job_number":"JOB_170522","tr_customer_id":170539,"tr_customer_product_id":170529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:03.000Z","modified_at":"2026-01-29T11:51:03.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19344968030446","imei1":"19344968030446","imei2":"19344968030446","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170524,"job_number":"JOB_170524","tr_customer_id":170541,"tr_customer_product_id":170531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:04.000Z","modified_at":"2026-01-29T11:51:04.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"82623406654472","imei1":"82623406654472","imei2":"82623406654472","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170525,"job_number":"JOB_170525","tr_customer_id":170542,"tr_customer_product_id":170532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:16.000Z","modified_at":"2026-01-29T11:51:16.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10539951757375","imei1":"10539951757375","imei2":"10539951757375","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170527,"job_number":"JOB_170527","tr_customer_id":170544,"tr_customer_product_id":170534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:17.000Z","modified_at":"2026-01-29T11:51:17.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51487600308758","imei1":"51487600308758","imei2":"51487600308758","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170528,"job_number":"JOB_170528","tr_customer_id":170545,"tr_customer_product_id":170535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:29.000Z","modified_at":"2026-01-29T11:51:29.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11364612926593","imei1":"11364612926593","imei2":"11364612926593","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170530,"job_number":"JOB_170530","tr_customer_id":170547,"tr_customer_product_id":170537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:30.000Z","modified_at":"2026-01-29T11:51:30.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"99920633052438","imei1":"99920633052438","imei2":"99920633052438","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170531,"job_number":"JOB_170531","tr_customer_id":170548,"tr_customer_product_id":170538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:56:54.000Z","modified_at":"2026-01-29T11:56:54.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14271308685112","imei1":"14271308685112","imei2":"14271308685112","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170533,"job_number":"JOB_170533","tr_customer_id":170550,"tr_customer_product_id":170540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:56:55.000Z","modified_at":"2026-01-29T11:56:55.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"63867555085082","imei1":"63867555085082","imei2":"63867555085082","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170534,"job_number":"JOB_170534","tr_customer_id":170551,"tr_customer_product_id":170541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:08.000Z","modified_at":"2026-01-29T11:57:08.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11838655015818","imei1":"11838655015818","imei2":"11838655015818","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170536,"job_number":"JOB_170536","tr_customer_id":170553,"tr_customer_product_id":170543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:08.000Z","modified_at":"2026-01-29T11:57:08.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"57997310469576","imei1":"57997310469576","imei2":"57997310469576","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170537,"job_number":"JOB_170537","tr_customer_id":170554,"tr_customer_product_id":170544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:20.000Z","modified_at":"2026-01-29T11:57:20.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10411358947544","imei1":"10411358947544","imei2":"10411358947544","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170539,"job_number":"JOB_170539","tr_customer_id":170556,"tr_customer_product_id":170546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:21.000Z","modified_at":"2026-01-29T11:57:21.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"95577275655207","imei1":"95577275655207","imei2":"95577275655207","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170540,"job_number":"JOB_170540","tr_customer_id":170557,"tr_customer_product_id":170547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:01:46.000Z","modified_at":"2026-01-29T12:01:46.000Z","name":"Paramartha Acharya","mobile_number":"7075611374","email_id":"indira.joshi@yahoo.co.in","dop":"2026-01-19","serial_number":"066833272319913","imei1":"066833272319913","imei2":"066833272319913","popurl":"www.mina-agarwal.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:01:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170541,"job_number":"JOB_170541","tr_customer_id":170558,"tr_customer_product_id":170548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:30.000Z","modified_at":"2026-01-29T12:08:30.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10607057464470","imei1":"10607057464470","imei2":"10607057464470","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170543,"job_number":"JOB_170543","tr_customer_id":170560,"tr_customer_product_id":170550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:31.000Z","modified_at":"2026-01-29T12:08:31.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"53986320780911","imei1":"53986320780911","imei2":"53986320780911","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170544,"job_number":"JOB_170544","tr_customer_id":170561,"tr_customer_product_id":170551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:43.000Z","modified_at":"2026-01-29T12:08:43.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18134080865144","imei1":"18134080865144","imei2":"18134080865144","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170546,"job_number":"JOB_170546","tr_customer_id":170563,"tr_customer_product_id":170553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:44.000Z","modified_at":"2026-01-29T12:08:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19123522122975","imei1":"19123522122975","imei2":"19123522122975","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170547,"job_number":"JOB_170547","tr_customer_id":170564,"tr_customer_product_id":170554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:55.000Z","modified_at":"2026-01-29T12:08:55.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14974535054062","imei1":"14974535054062","imei2":"14974535054062","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170549,"job_number":"JOB_170549","tr_customer_id":170566,"tr_customer_product_id":170556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:56.000Z","modified_at":"2026-01-29T12:08:56.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"68884399312617","imei1":"68884399312617","imei2":"68884399312617","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170552,"job_number":"JOB_170552","tr_customer_id":170569,"tr_customer_product_id":170559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Nidhish P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"36857077553165","imei1":"36857077553165","imei2":"36857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170553,"job_number":"JOB_170553","tr_customer_id":170570,"tr_customer_product_id":170560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Ajit P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"93857077553165","imei1":"93857077553165","imei2":"93857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170554,"job_number":"JOB_170554","tr_customer_id":170571,"tr_customer_product_id":170561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Roshan P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"25857077553165","imei1":"25857077553165","imei2":"25857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170555,"job_number":"JOB_170555","tr_customer_id":170572,"tr_customer_product_id":170562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"16357077553165","imei1":"16357077553165","imei2":"16357077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170556,"job_number":"JOB_170556","tr_customer_id":170573,"tr_customer_product_id":170563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Sudam P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"17257077553165","imei1":"17257077553165","imei2":"17257077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170557,"job_number":"JOB_170557","tr_customer_id":170574,"tr_customer_product_id":170564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:34.000Z","modified_at":"2026-01-29T12:22:34.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19852270702376","imei1":"19852270702376","imei2":"19852270702376","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170559,"job_number":"JOB_170559","tr_customer_id":170576,"tr_customer_product_id":170566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:35.000Z","modified_at":"2026-01-29T12:22:35.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"50302547820553","imei1":"50302547820553","imei2":"50302547820553","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170560,"job_number":"JOB_170560","tr_customer_id":170577,"tr_customer_product_id":170567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:48.000Z","modified_at":"2026-01-29T12:22:48.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17135188746991","imei1":"17135188746991","imei2":"17135188746991","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170562,"job_number":"JOB_170562","tr_customer_id":170579,"tr_customer_product_id":170569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:48.000Z","modified_at":"2026-01-29T12:22:48.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16620338405473","imei1":"16620338405473","imei2":"16620338405473","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170563,"job_number":"JOB_170563","tr_customer_id":170580,"tr_customer_product_id":170570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:23:00.000Z","modified_at":"2026-01-29T12:23:00.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15857532110722","imei1":"15857532110722","imei2":"15857532110722","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:23:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170565,"job_number":"JOB_170565","tr_customer_id":170582,"tr_customer_product_id":170572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:23:01.000Z","modified_at":"2026-01-29T12:23:01.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"106842557277893","imei1":"106842557277893","imei2":"106842557277893","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:23:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170566,"job_number":"JOB_170566","tr_customer_id":170583,"tr_customer_product_id":170573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:23.000Z","modified_at":"2026-01-29T12:25:23.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12418718612898","imei1":"12418718612898","imei2":"12418718612898","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170568,"job_number":"JOB_170568","tr_customer_id":170585,"tr_customer_product_id":170575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:24.000Z","modified_at":"2026-01-29T12:25:24.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"25890562595419","imei1":"25890562595419","imei2":"25890562595419","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170569,"job_number":"JOB_170569","tr_customer_id":170586,"tr_customer_product_id":170576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:36.000Z","modified_at":"2026-01-29T12:25:36.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10557207415583","imei1":"10557207415583","imei2":"10557207415583","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170571,"job_number":"JOB_170571","tr_customer_id":170588,"tr_customer_product_id":170578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:37.000Z","modified_at":"2026-01-29T12:25:37.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"65194808903664","imei1":"65194808903664","imei2":"65194808903664","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170572,"job_number":"JOB_170572","tr_customer_id":170589,"tr_customer_product_id":170579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:49.000Z","modified_at":"2026-01-29T12:25:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19376722880369","imei1":"19376722880369","imei2":"19376722880369","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170574,"job_number":"JOB_170574","tr_customer_id":170591,"tr_customer_product_id":170581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:50.000Z","modified_at":"2026-01-29T12:25:50.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"27208133878736","imei1":"27208133878736","imei2":"27208133878736","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170577,"job_number":"JOB_170577","tr_customer_id":170594,"tr_customer_product_id":170584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:02:46.000Z","modified_at":"2026-01-29T13:02:46.000Z","name":"Rohan Johar","mobile_number":"7018972615","email_id":"manikya.somayaji@hotmail.com","dop":"2026-01-19","serial_number":"485879120274246","imei1":"485879120274246","imei2":"485879120274246","popurl":"www.naveen-pothuvaal.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:02:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170578,"job_number":"JOB_170578","tr_customer_id":170595,"tr_customer_product_id":170585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:32.000Z","modified_at":"2026-01-29T13:03:32.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14481599718290","imei1":"14481599718290","imei2":"14481599718290","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170580,"job_number":"JOB_170580","tr_customer_id":170597,"tr_customer_product_id":170587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:33.000Z","modified_at":"2026-01-29T13:03:33.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"55459891588674","imei1":"55459891588674","imei2":"55459891588674","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170581,"job_number":"JOB_170581","tr_customer_id":170598,"tr_customer_product_id":170588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:44.000Z","modified_at":"2026-01-29T13:03:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18543401995104","imei1":"18543401995104","imei2":"18543401995104","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170583,"job_number":"JOB_170583","tr_customer_id":170600,"tr_customer_product_id":170590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:44.000Z","modified_at":"2026-01-29T13:03:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51593891280494","imei1":"51593891280494","imei2":"51593891280494","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170584,"job_number":"JOB_170584","tr_customer_id":170601,"tr_customer_product_id":170591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:55.000Z","modified_at":"2026-01-29T13:03:55.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15710936490561","imei1":"15710936490561","imei2":"15710936490561","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170586,"job_number":"JOB_170586","tr_customer_id":170603,"tr_customer_product_id":170593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:56.000Z","modified_at":"2026-01-29T13:03:56.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"106188952658294","imei1":"106188952658294","imei2":"106188952658294","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170587,"job_number":"JOB_170587","tr_customer_id":170604,"tr_customer_product_id":170594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:11:01.000Z","modified_at":"2026-01-29T13:11:01.000Z","name":"Anamika Tagore","mobile_number":"7090685677","email_id":"devani.embranthiri@gmail.com","dop":"2026-01-19","serial_number":"081482321366832","imei1":"081482321366832","imei2":"081482321366832","popurl":"www.atreyi-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:11:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170588,"job_number":"JOB_170588","tr_customer_id":170605,"tr_customer_product_id":170595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:13:50.000Z","modified_at":"2026-01-29T13:13:50.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17470816007528","imei1":"17470816007528","imei2":"17470816007528","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:13:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170590,"job_number":"JOB_170590","tr_customer_id":170607,"tr_customer_product_id":170597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:13:51.000Z","modified_at":"2026-01-29T13:13:51.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"94810015130408","imei1":"94810015130408","imei2":"94810015130408","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:13:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170591,"job_number":"JOB_170591","tr_customer_id":170608,"tr_customer_product_id":170598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:02.000Z","modified_at":"2026-01-29T13:14:02.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13846949774491","imei1":"13846949774491","imei2":"13846949774491","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170593,"job_number":"JOB_170593","tr_customer_id":170610,"tr_customer_product_id":170600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:02.000Z","modified_at":"2026-01-29T13:14:02.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"34279997832217","imei1":"34279997832217","imei2":"34279997832217","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170594,"job_number":"JOB_170594","tr_customer_id":170611,"tr_customer_product_id":170601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:13.000Z","modified_at":"2026-01-29T13:14:13.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17246229451653","imei1":"17246229451653","imei2":"17246229451653","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170596,"job_number":"JOB_170596","tr_customer_id":170613,"tr_customer_product_id":170603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:14.000Z","modified_at":"2026-01-29T13:14:14.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"101826994044456","imei1":"101826994044456","imei2":"101826994044456","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170597,"job_number":"JOB_170597","tr_customer_id":170614,"tr_customer_product_id":170604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:05.000Z","modified_at":"2026-01-29T13:28:05.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15764276875722","imei1":"15764276875722","imei2":"15764276875722","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170599,"job_number":"JOB_170599","tr_customer_id":170616,"tr_customer_product_id":170606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:05.000Z","modified_at":"2026-01-29T13:28:05.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"39025816593383","imei1":"39025816593383","imei2":"39025816593383","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170600,"job_number":"JOB_170600","tr_customer_id":170617,"tr_customer_product_id":170607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:18.000Z","modified_at":"2026-01-29T13:28:18.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13921813166721","imei1":"13921813166721","imei2":"13921813166721","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170602,"job_number":"JOB_170602","tr_customer_id":170619,"tr_customer_product_id":170609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:18.000Z","modified_at":"2026-01-29T13:28:18.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"81195005187923","imei1":"81195005187923","imei2":"81195005187923","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170603,"job_number":"JOB_170603","tr_customer_id":170620,"tr_customer_product_id":170610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:30.000Z","modified_at":"2026-01-29T13:28:30.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17168215455938","imei1":"17168215455938","imei2":"17168215455938","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170605,"job_number":"JOB_170605","tr_customer_id":170622,"tr_customer_product_id":170612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:31.000Z","modified_at":"2026-01-29T13:28:31.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15252162674181","imei1":"15252162674181","imei2":"15252162674181","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170606,"job_number":"JOB_170606","tr_customer_id":170623,"tr_customer_product_id":170613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:40:11.000Z","modified_at":"2026-01-29T13:40:11.000Z","name":"Carmel Upton","mobile_number":"934-686-6109","email_id":"Ardella0@yahoo.com","dop":"2026-01-19","serial_number":"12800249645231","imei1":"12800249645231","imei2":"12800249645231","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170607,"job_number":"JOB_170607","tr_customer_id":170624,"tr_customer_product_id":170614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:40:16.000Z","modified_at":"2026-01-29T13:40:16.000Z","name":"Conor Rutherford","mobile_number":"236-208-2545","email_id":"May58@yahoo.com","dop":"2026-01-23","serial_number":"18390069402972","imei1":"18390069402972","imei2":"18390069402972","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:40:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170608,"job_number":"JOB_170608","tr_customer_id":170625,"tr_customer_product_id":170615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:41:14.000Z","modified_at":"2026-01-29T13:41:14.000Z","name":"Daren Schamberger","mobile_number":"291-502-9600","email_id":"Demetrius_Beier76@hotmail.com","dop":"2026-01-23","serial_number":"139285000057022","imei1":"139285000057022","imei2":"139285000057022","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:41:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170610,"job_number":"JOB_170610","tr_customer_id":170627,"tr_customer_product_id":170617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:42:39.000Z","modified_at":"2026-01-29T13:42:39.000Z","name":"Ruben Wolff","mobile_number":"998-279-0271","email_id":"Hailie_Connelly93@yahoo.com","dop":"2025-04-13","serial_number":"1009744602322156","imei1":"1009744602322156","imei2":"1009744602322156","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170612,"job_number":"JOB_170612","tr_customer_id":170629,"tr_customer_product_id":170619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:11.000Z","modified_at":"2026-01-29T13:47:11.000Z","name":"Maribel Wolff","mobile_number":"214-481-6880","email_id":"Rosie_Hayes10@hotmail.com","dop":"2025-04-13","serial_number":"1054714305924975","imei1":"1054714305924975","imei2":"1054714305924975","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:47:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170614,"job_number":"JOB_170614","tr_customer_id":170631,"tr_customer_product_id":170621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:38.000Z","modified_at":"2026-01-29T13:47:38.000Z","name":"Lucinda Koelpin","mobile_number":"751-655-1790","email_id":"Deangelo98@gmail.com","dop":"2025-04-13","serial_number":"1037337323091540","imei1":"1037337323091540","imei2":"1037337323091540","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170615,"job_number":"JOB_170615","tr_customer_id":170632,"tr_customer_product_id":170622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:50:35.000Z","modified_at":"2026-01-29T13:50:35.000Z","name":"Dion Batz","mobile_number":"795-535-5219","email_id":"Khalil_Davis@hotmail.com","dop":"2026-01-23","serial_number":"139235630811846","imei1":"139235630811846","imei2":"139235630811846","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170619,"job_number":"JOB_170619","tr_customer_id":170636,"tr_customer_product_id":170626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:17.000Z","modified_at":"2026-01-29T14:09:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59836183781698","imei1":"59836183781698","imei2":"59836183781698","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170620,"job_number":"JOB_170620","tr_customer_id":170637,"tr_customer_product_id":170627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:18.000Z","modified_at":"2026-01-29T14:09:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35629917911906","imei1":"35629917911906","imei2":"35629917911906","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170621,"job_number":"JOB_170621","tr_customer_id":170638,"tr_customer_product_id":170628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:18.000Z","modified_at":"2026-01-29T14:09:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46648017332110","imei1":"46648017332110","imei2":"46648017332110","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170622,"job_number":"JOB_170622","tr_customer_id":170639,"tr_customer_product_id":170629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:18.000Z","modified_at":"2026-01-29T14:09:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37116685992248","imei1":"37116685992248","imei2":"37116685992248","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170623,"job_number":"JOB_170623","tr_customer_id":170640,"tr_customer_product_id":170630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:19.000Z","modified_at":"2026-01-29T14:09:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62790160479191","imei1":"62790160479191","imei2":"62790160479191","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170624,"job_number":"JOB_170624","tr_customer_id":170641,"tr_customer_product_id":170631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:19.000Z","modified_at":"2026-01-29T14:09:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13699333898819","imei1":"13699333898819","imei2":"13699333898819","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170626,"job_number":"JOB_170626","tr_customer_id":170643,"tr_customer_product_id":170633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:34.000Z","modified_at":"2026-01-29T14:09:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13271255174915","imei1":"13271255174915","imei2":"13271255174915","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170628,"job_number":"JOB_170628","tr_customer_id":170645,"tr_customer_product_id":170635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:36.000Z","modified_at":"2026-01-29T14:09:36.000Z","name":"Sabina Russel","mobile_number":"603-905-7728","email_id":"Erick.Green@hotmail.com","dop":"2025-04-06","serial_number":"12765122914716278","imei1":"12765122914716278","imei2":"12765122914716278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170630,"job_number":"JOB_170630","tr_customer_id":170647,"tr_customer_product_id":170637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:42.000Z","modified_at":"2026-01-29T14:09:42.000Z","name":"Sydney Hodkiewicz","mobile_number":"723-344-1980","email_id":"Adrien94@gmail.com","dop":"2025-04-06","serial_number":"10417035467645472","imei1":"10417035467645472","imei2":"10417035467645472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170632,"job_number":"JOB_170632","tr_customer_id":170649,"tr_customer_product_id":170639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:52.000Z","modified_at":"2026-01-29T14:09:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51495525421831","imei1":"51495525421831","imei2":"51495525421831","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170633,"job_number":"JOB_170633","tr_customer_id":170650,"tr_customer_product_id":170640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:53.000Z","modified_at":"2026-01-29T14:09:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64298473275873","imei1":"64298473275873","imei2":"64298473275873","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170634,"job_number":"JOB_170634","tr_customer_id":170651,"tr_customer_product_id":170641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:53.000Z","modified_at":"2026-01-29T14:09:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13241669324108","imei1":"13241669324108","imei2":"13241669324108","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170635,"job_number":"JOB_170635","tr_customer_id":170652,"tr_customer_product_id":170642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:53.000Z","modified_at":"2026-01-29T14:09:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27348167769992","imei1":"27348167769992","imei2":"27348167769992","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170636,"job_number":"JOB_170636","tr_customer_id":170653,"tr_customer_product_id":170643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:54.000Z","modified_at":"2026-01-29T14:09:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11857570018969","imei1":"11857570018969","imei2":"11857570018969","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170637,"job_number":"JOB_170637","tr_customer_id":170654,"tr_customer_product_id":170644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:54.000Z","modified_at":"2026-01-29T14:09:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45530510234866","imei1":"45530510234866","imei2":"45530510234866","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170641,"job_number":"JOB_170641","tr_customer_id":170658,"tr_customer_product_id":170648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:20.000Z","modified_at":"2026-01-29T14:10:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16471020128168","imei1":"16471020128168","imei2":"16471020128168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170643,"job_number":"JOB_170643","tr_customer_id":170660,"tr_customer_product_id":170650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:21.000Z","modified_at":"2026-01-29T14:10:21.000Z","name":"Mabel Von","mobile_number":"545-600-8748","email_id":"Dustin.Littel@gmail.com","dop":"2025-04-06","serial_number":"15696888684715178","imei1":"15696888684715178","imei2":"15696888684715178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170644,"job_number":"JOB_170644","tr_customer_id":170661,"tr_customer_product_id":170651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:27.000Z","modified_at":"2026-01-29T14:10:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80476885755767","imei1":"80476885755767","imei2":"80476885755767","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170645,"job_number":"JOB_170645","tr_customer_id":170662,"tr_customer_product_id":170652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:27.000Z","modified_at":"2026-01-29T14:10:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32205266543222","imei1":"32205266543222","imei2":"32205266543222","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170646,"job_number":"JOB_170646","tr_customer_id":170663,"tr_customer_product_id":170653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:27.000Z","modified_at":"2026-01-29T14:10:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53855674847277","imei1":"53855674847277","imei2":"53855674847277","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170647,"job_number":"JOB_170647","tr_customer_id":170664,"tr_customer_product_id":170654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:28.000Z","modified_at":"2026-01-29T14:10:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87680375735673","imei1":"87680375735673","imei2":"87680375735673","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170648,"job_number":"JOB_170648","tr_customer_id":170665,"tr_customer_product_id":170655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:28.000Z","modified_at":"2026-01-29T14:10:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62451219327262","imei1":"62451219327262","imei2":"62451219327262","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170649,"job_number":"JOB_170649","tr_customer_id":170666,"tr_customer_product_id":170656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:28.000Z","modified_at":"2026-01-29T14:10:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36396773416077","imei1":"36396773416077","imei2":"36396773416077","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170651,"job_number":"JOB_170651","tr_customer_id":170668,"tr_customer_product_id":170658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:11:05.000Z","modified_at":"2026-01-29T14:11:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14497840140645","imei1":"14497840140645","imei2":"14497840140645","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:11:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170653,"job_number":"JOB_170653","tr_customer_id":170670,"tr_customer_product_id":170660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:11:07.000Z","modified_at":"2026-01-29T14:11:07.000Z","name":"Colin Mann","mobile_number":"500-258-1892","email_id":"Chaz.Thompson17@gmail.com","dop":"2025-04-06","serial_number":"15145090007362290","imei1":"15145090007362290","imei2":"15145090007362290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:11:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170663,"job_number":"JOB_170663","tr_customer_id":170680,"tr_customer_product_id":170670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:42.000Z","modified_at":"2026-01-29T14:33:42.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18144335562909","imei1":"18144335562909","imei2":"18144335562909","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170664,"job_number":"JOB_170664","tr_customer_id":170681,"tr_customer_product_id":170671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:42.000Z","modified_at":"2026-01-29T14:33:42.000Z","name":"Madelyn Grant","mobile_number":"456-703-9202","email_id":"Maegan.Homenick29@gmail.com","dop":"2025-04-06","serial_number":"17423928987389","imei1":"17423928987389","imei2":"17423928987389","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170665,"job_number":"JOB_170665","tr_customer_id":170682,"tr_customer_product_id":170672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:43.000Z","modified_at":"2026-01-29T14:33:43.000Z","name":"Jessica Bernhard","mobile_number":"832-560-6687","email_id":"Vernie_Klocko@hotmail.com","dop":"2025-04-06","serial_number":"17593189206573856","imei1":"17593189206573856","imei2":"17593189206573856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170666,"job_number":"JOB_170666","tr_customer_id":170683,"tr_customer_product_id":170673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:44.000Z","modified_at":"2026-01-29T14:33:44.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17620259137506","imei2":"17620259137506","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170667,"job_number":"JOB_170667","tr_customer_id":170684,"tr_customer_product_id":170674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:44.000Z","modified_at":"2026-01-29T14:33:44.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16221438407366","imei2":"16221438407366","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169890,"job_number":"JOB_169890","tr_customer_id":169907,"tr_customer_product_id":169897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:18.000Z","modified_at":"2026-01-29T04:16:18.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Catalina_Beer85@hotmail.com","dop":"2025-07-02","serial_number":"11468399750888","imei1":"11468399750888","imei2":"11468399750888","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169913,"job_number":"JOB_169913","tr_customer_id":169930,"tr_customer_product_id":169920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Ronaldo_Kulas@gmail.com","dop":"2025-07-02","serial_number":"16826565478339","imei1":"16826565478339","imei2":"16826565478339","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169927,"job_number":"JOB_169927","tr_customer_id":169944,"tr_customer_product_id":169934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:53.000Z","modified_at":"2026-01-29T04:16:53.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Ralph.Reilly@hotmail.com","dop":"2025-07-02","serial_number":"15208020586693","imei1":"15208020586693","imei2":"15208020586693","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169957,"job_number":"JOB_169957","tr_customer_id":169974,"tr_customer_product_id":169964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:17:46.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"190716491907042","imei1":"190716491907042","imei2":"190716491907042","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169960,"job_number":"JOB_169960","tr_customer_id":169977,"tr_customer_product_id":169967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Johann Dibbert","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"184192556731387","imei1":"184192556731387","imei2":"184192556731387","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169962,"job_number":"JOB_169962","tr_customer_id":169979,"tr_customer_product_id":169969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Calista Schuppe","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"108590264598891","imei1":"108590264598891","imei2":"108590264598891","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169963,"job_number":"JOB_169963","tr_customer_id":169980,"tr_customer_product_id":169970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Lela Boyle","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"113807506462303","imei1":"113807506462303","imei2":"113807506462303","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169979,"job_number":"JOB_169979","tr_customer_id":169996,"tr_customer_product_id":169986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:17:57.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"14778791158538","imei1":"14778791158538","imei2":"14778791158538","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169985,"job_number":"JOB_169985","tr_customer_id":170002,"tr_customer_product_id":169992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:17:59.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"178943905284676","imei1":"178943905284676","imei2":"178943905284676","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169988,"job_number":"JOB_169988","tr_customer_id":170004,"tr_customer_product_id":169995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:17:59.000Z","name":"Cleveland Nader","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"160593098261144","imei1":"160593098261144","imei2":"160593098261144","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169989,"job_number":"JOB_169989","tr_customer_id":170006,"tr_customer_product_id":169996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"Nola Steuber","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"129136019390741","imei1":"129136019390741","imei2":"129136019390741","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169990,"job_number":"JOB_169990","tr_customer_id":170007,"tr_customer_product_id":169997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"Josefina Schuppe","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"188490740819099","imei1":"188490740819099","imei2":"188490740819099","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170002,"job_number":"JOB_170002","tr_customer_id":170019,"tr_customer_product_id":170009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:03.000Z","modified_at":"2026-01-29T04:18:03.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"105825948977618","imei1":"105825948977618","imei2":"105825948977618","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170004,"job_number":"JOB_170004","tr_customer_id":170021,"tr_customer_product_id":170011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:04.000Z","modified_at":"2026-01-29T04:18:04.000Z","name":"Eryn Bruen","mobile_number":"519-308-8273","email_id":"Meggie3@yahoo.com","dop":"2025-06-09","serial_number":"101844397816375","imei1":"101844397816375","imei2":"101844397816375","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170009,"job_number":"JOB_170009","tr_customer_id":170026,"tr_customer_product_id":170016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:19.000Z","modified_at":"2026-01-29T04:18:19.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"105528713661639","imei1":"105528713661639","imei2":"105528713661639","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170011,"job_number":"JOB_170011","tr_customer_id":170028,"tr_customer_product_id":170018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:20.000Z","modified_at":"2026-01-29T04:18:20.000Z","name":"Osborne Baumbach","mobile_number":"269-391-4648","email_id":"Amanda.Schoen6@yahoo.com","dop":"2025-06-09","serial_number":"101461346840938","imei1":"101461346840938","imei2":"101461346840938","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170022,"job_number":"JOB_170022","tr_customer_id":170039,"tr_customer_product_id":170029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:35.000Z","modified_at":"2026-01-29T04:18:35.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"102690346307484","imei1":"102690346307484","imei2":"102690346307484","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170024,"job_number":"JOB_170024","tr_customer_id":170041,"tr_customer_product_id":170031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:36.000Z","modified_at":"2026-01-29T04:18:36.000Z","name":"Lavada Kub","mobile_number":"725-504-9986","email_id":"Quincy46@hotmail.com","dop":"2025-06-09","serial_number":"100552901932869","imei1":"100552901932869","imei2":"100552901932869","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170085,"job_number":"JOB_170085","tr_customer_id":170102,"tr_customer_product_id":170092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:00:51.000Z","modified_at":"2026-01-29T05:00:51.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10286259884544","imei1":"10286259884544","imei2":"10286259884544","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:00:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170322,"job_number":"JOB_170322","tr_customer_id":170339,"tr_customer_product_id":170329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:14.000Z","modified_at":"2026-01-29T06:33:14.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"102303592410008","imei1":"102303592410008","imei2":"102303592410008","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170324,"job_number":"JOB_170324","tr_customer_id":170341,"tr_customer_product_id":170331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:15.000Z","modified_at":"2026-01-29T06:33:15.000Z","name":"Alicia Upton","mobile_number":"814-290-6671","email_id":"Connie.Goodwin66@hotmail.com","dop":"2025-06-09","serial_number":"105069189382942","imei1":"105069189382942","imei2":"105069189382942","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170325,"job_number":"JOB_170325","tr_customer_id":170342,"tr_customer_product_id":170332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:16.000Z","modified_at":"2026-01-29T06:33:16.000Z","name":"Brooke Spencer","mobile_number":"627-430-8736","email_id":"Jacey30@yahoo.com","dop":"2025-06-09","serial_number":"8270962798696557","imei1":"8270962798696557","imei2":"8270962798696557","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170326,"job_number":"JOB_170326","tr_customer_id":170343,"tr_customer_product_id":170333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:33.000Z","modified_at":"2026-01-29T06:33:33.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102172616443770","imei1":"102172616443770","imei2":"102172616443770","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170328,"job_number":"JOB_170328","tr_customer_id":170345,"tr_customer_product_id":170335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:34.000Z","modified_at":"2026-01-29T06:33:34.000Z","name":"Lindsey Hettinger","mobile_number":"393-703-2324","email_id":"Justyn_Jenkins29@hotmail.com","dop":"2025-06-09","serial_number":"102632198232302","imei1":"102632198232302","imei2":"102632198232302","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170329,"job_number":"JOB_170329","tr_customer_id":170346,"tr_customer_product_id":170336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:52.000Z","modified_at":"2026-01-29T06:33:52.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109578000036737","imei1":"109578000036737","imei2":"109578000036737","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170331,"job_number":"JOB_170331","tr_customer_id":170348,"tr_customer_product_id":170338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:52.000Z","modified_at":"2026-01-29T06:33:52.000Z","name":"Jules Zboncak","mobile_number":"455-881-5519","email_id":"Meghan44@gmail.com","dop":"2025-06-09","serial_number":"107302736681477","imei1":"107302736681477","imei2":"107302736681477","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170332,"job_number":"JOB_170332","tr_customer_id":170349,"tr_customer_product_id":170339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:54.000Z","modified_at":"2026-01-29T06:33:54.000Z","name":"Natalia Kessler","mobile_number":"761-543-6488","email_id":"Jade_Satterfield@gmail.com","dop":"2025-06-09","serial_number":"97950778071355780","imei1":"97950778071355780","imei2":"97950778071355780","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170462,"job_number":"JOB_170462","tr_customer_id":170479,"tr_customer_product_id":170469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:44:25.000Z","modified_at":"2026-01-29T07:44:25.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Justus81@hotmail.com","dop":"2025-07-02","serial_number":"16470960202615","imei1":"16470960202615","imei2":"16470960202615","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170463,"job_number":"JOB_170463","tr_customer_id":170480,"tr_customer_product_id":170470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:44:47.000Z","modified_at":"2026-01-29T07:44:47.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Daphnee.Hammes83@hotmail.com","dop":"2025-07-02","serial_number":"13659206069138","imei1":"13659206069138","imei2":"13659206069138","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:44:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170464,"job_number":"JOB_170464","tr_customer_id":170481,"tr_customer_product_id":170471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:45:07.000Z","modified_at":"2026-01-29T07:45:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Athena_Reinger@yahoo.com","dop":"2025-07-02","serial_number":"15409646448622","imei1":"15409646448622","imei2":"15409646448622","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:45:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170510,"job_number":"JOB_170510","tr_customer_id":170527,"tr_customer_product_id":170517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:16:32.000Z","modified_at":"2026-01-29T11:16:32.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"977071610989831","imei1":"977071610989831","imei2":"977071610989831","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:16:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170550,"job_number":"JOB_170550","tr_customer_id":170567,"tr_customer_product_id":170557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:13:23.000Z","modified_at":"2026-01-29T12:13:23.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"9770716109898312","imei1":"9770716109898312","imei2":"9770716109898312","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:13:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170551,"job_number":"JOB_170551","tr_customer_id":170568,"tr_customer_product_id":170558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:16:27.000Z","modified_at":"2026-01-29T12:16:27.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"97707161098983122","imei1":"97707161098983122","imei2":"97707161098983122","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170575,"job_number":"JOB_170575","tr_customer_id":170592,"tr_customer_product_id":170582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:36:37.000Z","modified_at":"2026-01-29T12:36:37.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"10191171314065","imei1":"10191171314065","imei2":"10191171314065","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170654,"job_number":"JOB_170654","tr_customer_id":170671,"tr_customer_product_id":170661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:29:59.000Z","modified_at":"2026-01-29T14:29:59.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"112406510523889","imei1":"112406510523889","imei2":"112406510523889","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:29:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170655,"job_number":"JOB_170655","tr_customer_id":170672,"tr_customer_product_id":170662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:00.000Z","modified_at":"2026-01-29T14:30:00.000Z","name":"Darrick Kessler","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"168539902678161","imei1":"168539902678161","imei2":"168539902678161","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170656,"job_number":"JOB_170656","tr_customer_id":170673,"tr_customer_product_id":170663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:00.000Z","modified_at":"2026-01-29T14:30:00.000Z","name":"Camryn Lakin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114954477026693","imei1":"114954477026693","imei2":"114954477026693","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170657,"job_number":"JOB_170657","tr_customer_id":170674,"tr_customer_product_id":170664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:00.000Z","modified_at":"2026-01-29T14:30:00.000Z","name":"Kaley Koepp","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"169709661148071","imei1":"169709661148071","imei2":"169709661148071","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170658,"job_number":"JOB_170658","tr_customer_id":170675,"tr_customer_product_id":170665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:13.000Z","modified_at":"2026-01-29T14:30:13.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"192051065949516","imei1":"192051065949516","imei2":"192051065949516","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170659,"job_number":"JOB_170659","tr_customer_id":170676,"tr_customer_product_id":170666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:14.000Z","modified_at":"2026-01-29T14:30:14.000Z","name":"Nellie Kemmer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"190504053936811","imei1":"190504053936811","imei2":"190504053936811","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170660,"job_number":"JOB_170660","tr_customer_id":170677,"tr_customer_product_id":170667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:14.000Z","modified_at":"2026-01-29T14:30:14.000Z","name":"Jeremie Lynch","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"135274987984350","imei1":"135274987984350","imei2":"135274987984350","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170661,"job_number":"JOB_170661","tr_customer_id":170678,"tr_customer_product_id":170668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:15.000Z","modified_at":"2026-01-29T14:30:15.000Z","name":"Afton Sanford","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"134477990546568","imei1":"134477990546568","imei2":"134477990546568","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169956,"job_number":"JOB_169956","tr_customer_id":169973,"tr_customer_product_id":169963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:17:46.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10712940788540","imei1":"10712940788540","imei2":"10712940788540","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169967,"job_number":"JOB_169967","tr_customer_id":169984,"tr_customer_product_id":169974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:48.000Z","modified_at":"2026-01-29T04:17:48.000Z","name":"Dock Raynor","mobile_number":"653-907-7882","email_id":"Laury.Goldner54@hotmail.com","dop":"2000-01-31","serial_number":"1095767801177090","imei1":"1095767801177090","imei2":"1095767801177090","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170015,"job_number":"JOB_170015","tr_customer_id":170032,"tr_customer_product_id":170022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:29.000Z","modified_at":"2026-01-29T04:18:29.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10739704061138","imei1":"10739704061138","imei2":"10739704061138","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170020,"job_number":"JOB_170020","tr_customer_id":170037,"tr_customer_product_id":170027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:30.000Z","modified_at":"2026-01-29T04:18:30.000Z","name":"Jonas Nolan","mobile_number":"810-555-0144","email_id":"Issac81@gmail.com","dop":"2000-01-31","serial_number":"1033403239328929","imei1":"1033403239328929","imei2":"1033403239328929","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170043,"job_number":"JOB_170043","tr_customer_id":170060,"tr_customer_product_id":170050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:11.000Z","modified_at":"2026-01-29T04:19:11.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10411503339546","imei1":"10411503339546","imei2":"10411503339546","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170046,"job_number":"JOB_170046","tr_customer_id":170063,"tr_customer_product_id":170053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:13.000Z","modified_at":"2026-01-29T04:19:13.000Z","name":"Imogene Parker","mobile_number":"952-922-4274","email_id":"Asia_Borer@hotmail.com","dop":"2000-01-31","serial_number":"1051265970680909","imei1":"1051265970680909","imei2":"1051265970680909","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170059,"job_number":"JOB_170059","tr_customer_id":170076,"tr_customer_product_id":170066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:54.000Z","modified_at":"2026-01-29T04:19:54.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10006257632907","imei1":"10006257632907","imei2":"10006257632907","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:54.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170061,"job_number":"JOB_170061","tr_customer_id":170078,"tr_customer_product_id":170068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:55.000Z","modified_at":"2026-01-29T04:19:55.000Z","name":"Burnice Tromp","mobile_number":"206-221-6239","email_id":"Jasen.Harvey@hotmail.com","dop":"2000-01-31","serial_number":"1030163097598711","imei1":"1030163097598711","imei2":"1030163097598711","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:55.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170394,"job_number":"JOB_170394","tr_customer_id":170411,"tr_customer_product_id":170401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:05.000Z","modified_at":"2026-01-29T06:48:05.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10040564136257","imei1":"10040564136257","imei2":"10040564136257","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170396,"job_number":"JOB_170396","tr_customer_id":170413,"tr_customer_product_id":170403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:07.000Z","modified_at":"2026-01-29T06:48:07.000Z","name":"Bobby Goodwin","mobile_number":"938-388-5703","email_id":"Bettye_Weber@gmail.com","dop":"2000-01-31","serial_number":"1002269612563443","imei1":"1002269612563443","imei2":"1002269612563443","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170400,"job_number":"JOB_170400","tr_customer_id":170417,"tr_customer_product_id":170407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:52.000Z","modified_at":"2026-01-29T06:48:52.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10137181032428","imei1":"10137181032428","imei2":"10137181032428","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170402,"job_number":"JOB_170402","tr_customer_id":170419,"tr_customer_product_id":170409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:53.000Z","modified_at":"2026-01-29T06:48:53.000Z","name":"Leda Ferry","mobile_number":"860-899-8473","email_id":"Gloria48@hotmail.com","dop":"2000-01-31","serial_number":"1065945309649281","imei1":"1065945309649281","imei2":"1065945309649281","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170403,"job_number":"JOB_170403","tr_customer_id":170420,"tr_customer_product_id":170410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:38.000Z","modified_at":"2026-01-29T06:49:38.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10942710777095","imei1":"10942710777095","imei2":"10942710777095","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170405,"job_number":"JOB_170405","tr_customer_id":170422,"tr_customer_product_id":170412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:39.000Z","modified_at":"2026-01-29T06:49:39.000Z","name":"Freeman Dickens","mobile_number":"614-949-6620","email_id":"Hope33@hotmail.com","dop":"2000-01-31","serial_number":"1046560680313165","imei1":"1046560680313165","imei2":"1046560680313165","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170409,"job_number":"JOB_170409","tr_customer_id":170426,"tr_customer_product_id":170416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:24.000Z","modified_at":"2026-01-29T06:50:24.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10594816478675","imei1":"10594816478675","imei2":"10594816478675","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170411,"job_number":"JOB_170411","tr_customer_id":170428,"tr_customer_product_id":170418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:25.000Z","modified_at":"2026-01-29T06:50:25.000Z","name":"Enoch Schulist","mobile_number":"219-219-6550","email_id":"Kellie.Cronin@hotmail.com","dop":"2000-01-31","serial_number":"1046919848290472","imei1":"1046919848290472","imei2":"1046919848290472","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMjd9.HB4Rz6NaHxCCSF1BlAXrGAgrG4vLrrA9nbnA5uSM7D8
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9e216c6d-81c3-47f3-8ee9-2940cd75c40c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"job_id":151330,"engineer_id":2}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 265ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMjd9.HB4Rz6NaHxCCSF1BlAXrGAgrG4vLrrA9nbnA5uSM7D8
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ab0f24b9-aa76-4a90-8cc9-760afde56563
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
        	"job_id": 170667,
        	"engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"3faeb-4IFrQYqjzlsjVT/I3jrBtnWPN68"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 328ms
Mean size per request: 556.85KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMjd9.HB4Rz6NaHxCCSF1BlAXrGAgrG4vLrrA9nbnA5uSM7D8
Connection keep-alive
If-None-Match W/"3faeb-4IFrQYqjzlsjVT/I3jrBtnWPN68"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e4b8a7db-093c-456d-bd07-8f77fd14f97e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"8b368-iiFARhLohjX2XDnkAtutiwj5pJU"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 29 Jan 2026 14:33:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":169856,"job_number":"JOB_169856","tr_customer_id":169873,"tr_customer_product_id":169863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T23:45:49.000Z","modified_at":"2026-01-28T23:45:49.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-18","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-18T23:45:48.998308266Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T23:45:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169858,"job_number":"JOB_169858","tr_customer_id":169875,"tr_customer_product_id":169865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T23:48:19.000Z","modified_at":"2026-01-28T23:48:19.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-18","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-18T23:48:18.916903686Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T23:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169860,"job_number":"JOB_169860","tr_customer_id":169877,"tr_customer_product_id":169867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:17:20.000Z","modified_at":"2026-01-29T01:17:20.000Z","name":"Trilochana Gill","mobile_number":"7092945714","email_id":"dev.ganaka@yahoo.co.in","dop":"2026-01-19","serial_number":"483237302467988","imei1":"483237302467988","imei2":"483237302467988","popurl":"www.rageswari-bhattathiri.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T01:17:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169862,"job_number":"JOB_169862","tr_customer_id":169879,"tr_customer_product_id":169869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:18:00.000Z","modified_at":"2026-01-29T01:18:00.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-19","serial_number":"78925764368475","imei1":"78925764368475","imei2":"78925764368475","popurl":"2026-01-19T01:18:00.226792700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T01:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169863,"job_number":"JOB_169863","tr_customer_id":169880,"tr_customer_product_id":169870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:51:47.000Z","modified_at":"2026-01-29T01:51:47.000Z","name":"Bhooshit Ahluwalia","mobile_number":"7068428475","email_id":"bakula.arora@hotmail.com","dop":"2026-01-19","serial_number":"295825705730767","imei1":"295825705730767","imei2":"295825705730767","popurl":"www.sanjay-dutta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T01:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169868,"job_number":"JOB_169868","tr_customer_id":169885,"tr_customer_product_id":169875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:24:56.000Z","modified_at":"2026-01-29T03:24:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11745469378024","imei1":"11745469378024","imei2":"11745469378024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:24:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169870,"job_number":"JOB_169870","tr_customer_id":169887,"tr_customer_product_id":169877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:24:58.000Z","modified_at":"2026-01-29T03:24:58.000Z","name":"Fatima Cummerata","mobile_number":"876-508-4980","email_id":"Maryse25@gmail.com","dop":"2025-04-06","serial_number":"15477188232281228","imei1":"15477188232281228","imei2":"15477188232281228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:24:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169871,"job_number":"JOB_169871","tr_customer_id":169888,"tr_customer_product_id":169878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:25:39.000Z","modified_at":"2026-01-29T03:25:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11809280576004","imei1":"11809280576004","imei2":"11809280576004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:25:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169873,"job_number":"JOB_169873","tr_customer_id":169890,"tr_customer_product_id":169880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:25:40.000Z","modified_at":"2026-01-29T03:25:40.000Z","name":"Mittie Balistreri","mobile_number":"618-238-8878","email_id":"Shakira15@gmail.com","dop":"2025-04-06","serial_number":"14916434383650400","imei1":"14916434383650400","imei2":"14916434383650400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:25:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169874,"job_number":"JOB_169874","tr_customer_id":169891,"tr_customer_product_id":169881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:26:21.000Z","modified_at":"2026-01-29T03:26:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10673562968699","imei1":"10673562968699","imei2":"10673562968699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169876,"job_number":"JOB_169876","tr_customer_id":169893,"tr_customer_product_id":169883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:26:23.000Z","modified_at":"2026-01-29T03:26:23.000Z","name":"Mercedes Mosciski","mobile_number":"923-418-2490","email_id":"Carrie_Bogisich@hotmail.com","dop":"2025-04-06","serial_number":"13521082425397300","imei1":"13521082425397300","imei2":"13521082425397300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169877,"job_number":"JOB_169877","tr_customer_id":169894,"tr_customer_product_id":169884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:13:59.000Z","modified_at":"2026-01-29T04:13:59.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2026-01-19","serial_number":"13511700420678","imei1":"13511700420678","imei2":"13511700420678","popurl":"2026-01-19T04:13:56.241282Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:13:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169880,"job_number":"JOB_169880","tr_customer_id":169897,"tr_customer_product_id":169887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:03.000Z","modified_at":"2026-01-29T04:16:03.000Z","name":"Marjory Prosacco","mobile_number":"699-267-2209","email_id":"Zula39@gmail.com","dop":"2025-04-06","serial_number":"16395387356944346","imei1":"16395387356944346","imei2":"16395387356944346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169881,"job_number":"JOB_169881","tr_customer_id":169898,"tr_customer_product_id":169888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:04.000Z","modified_at":"2026-01-29T04:16:04.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"12070682964530","imei1":"12070682964530","imei2":"12070682964530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169883,"job_number":"JOB_169883","tr_customer_id":169900,"tr_customer_product_id":169890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:06.000Z","modified_at":"2026-01-29T04:16:06.000Z","name":"Madelynn Waelchi","mobile_number":"699-759-6036","email_id":"Max_Muller@yahoo.com","dop":"2025-04-06","serial_number":"13740624223962302","imei1":"13740624223962302","imei2":"13740624223962302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169885,"job_number":"JOB_169885","tr_customer_id":169902,"tr_customer_product_id":169892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:09.000Z","modified_at":"2026-01-29T04:16:09.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10561216161403","imei1":"10561216161403","imei2":"10561216161403","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169887,"job_number":"JOB_169887","tr_customer_id":169904,"tr_customer_product_id":169894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:10.000Z","modified_at":"2026-01-29T04:16:10.000Z","name":"Minnie Streich","mobile_number":"683-999-8265","email_id":"Donavon48@gmail.com","dop":"2025-06-18","serial_number":"1012382214566289","imei1":"1012382214566289","imei2":"1012382214566289","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169889,"job_number":"JOB_169889","tr_customer_id":169906,"tr_customer_product_id":169896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:12.000Z","modified_at":"2026-01-29T04:16:12.000Z","name":"Rupert Cronin","mobile_number":"620-842-1122","email_id":"Wilson_Gutkowski13@yahoo.com","dop":"2025-04-06","serial_number":"11997571758332780","imei1":"11997571758332780","imei2":"11997571758332780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169892,"job_number":"JOB_169892","tr_customer_id":169909,"tr_customer_product_id":169899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:21.000Z","modified_at":"2026-01-29T04:16:21.000Z","name":"Eleonore Nitzsche","mobile_number":"398-329-9801","email_id":"Angelica_Weissnat@gmail.com","dop":"2025-04-06","serial_number":"12749404775768988","imei1":"12749404775768988","imei2":"12749404775768988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169893,"job_number":"JOB_169893","tr_customer_id":169910,"tr_customer_product_id":169900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:23.000Z","modified_at":"2026-01-29T04:16:23.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12923627457681","imei1":"12923627457681","imei2":"12923627457681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169896,"job_number":"JOB_169896","tr_customer_id":169913,"tr_customer_product_id":169903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:24.000Z","modified_at":"2026-01-29T04:16:24.000Z","name":"Karl Abbott","mobile_number":"703-729-7463","email_id":"Emilio79@hotmail.com","dop":"2025-04-06","serial_number":"14506814694084636","imei1":"14506814694084636","imei2":"14506814694084636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169897,"job_number":"JOB_169897","tr_customer_id":169914,"tr_customer_product_id":169904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:25.000Z","modified_at":"2026-01-29T04:16:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14289345962544","imei1":"14289345962544","imei2":"14289345962544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169899,"job_number":"JOB_169899","tr_customer_id":169916,"tr_customer_product_id":169906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:25.000Z","modified_at":"2026-01-29T04:16:25.000Z","name":"Jayde Glover","mobile_number":"634-373-0219","email_id":"Jarred.Feil17@hotmail.com","dop":"2025-04-06","serial_number":"15932062647888252","imei1":"15932062647888252","imei2":"15932062647888252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169900,"job_number":"JOB_169900","tr_customer_id":169917,"tr_customer_product_id":169907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:26.000Z","modified_at":"2026-01-29T04:16:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16898380037762","imei1":"16898380037762","imei2":"16898380037762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169902,"job_number":"JOB_169902","tr_customer_id":169919,"tr_customer_product_id":169909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:26.000Z","modified_at":"2026-01-29T04:16:26.000Z","name":"Lois Marks","mobile_number":"764-967-8562","email_id":"Carlie.Schumm@yahoo.com","dop":"2025-04-06","serial_number":"14440004652815754","imei1":"14440004652815754","imei2":"14440004652815754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169903,"job_number":"JOB_169903","tr_customer_id":169920,"tr_customer_product_id":169910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:28.000Z","modified_at":"2026-01-29T04:16:28.000Z","name":"Elijah Walter","mobile_number":"476-770-1837","email_id":"Fernando.Kirlin26@gmail.com","dop":"2025-04-06","serial_number":"11410915776276976","imei1":"11410915776276976","imei2":"11410915776276976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169904,"job_number":"JOB_169904","tr_customer_id":169921,"tr_customer_product_id":169911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:30.000Z","modified_at":"2026-01-29T04:16:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11673376810277","imei1":"11673376810277","imei2":"11673376810277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169907,"job_number":"JOB_169907","tr_customer_id":169924,"tr_customer_product_id":169914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:32.000Z","modified_at":"2026-01-29T04:16:32.000Z","name":"Demetrius D'Amore","mobile_number":"362-947-9683","email_id":"Perry_Kozey17@yahoo.com","dop":"2025-04-06","serial_number":"11484159943619490","imei1":"11484159943619490","imei2":"11484159943619490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169909,"job_number":"JOB_169909","tr_customer_id":169926,"tr_customer_product_id":169916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:34.000Z","modified_at":"2026-01-29T04:16:34.000Z","name":"Sarai Friesen","mobile_number":"719-677-8126","email_id":"Calista59@yahoo.com","dop":"2025-04-06","serial_number":"14026021872485694","imei1":"14026021872485694","imei2":"14026021872485694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169910,"job_number":"JOB_169910","tr_customer_id":169927,"tr_customer_product_id":169917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:34.000Z","modified_at":"2026-01-29T04:16:34.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14302233343511","imei1":"14302233343511","imei2":"14302233343511","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169914,"job_number":"JOB_169914","tr_customer_id":169931,"tr_customer_product_id":169921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"101462564205490","imei1":"101462564205490","imei2":"101462564205490","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169915,"job_number":"JOB_169915","tr_customer_id":169932,"tr_customer_product_id":169922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12803020310911","imei2":"12803020310911","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169916,"job_number":"JOB_169916","tr_customer_id":169933,"tr_customer_product_id":169923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Sydni Senger","mobile_number":"869-282-7747","email_id":"Maci_Gerlach59@hotmail.com","dop":"2025-04-06","serial_number":"18415754176926830","imei1":"18415754176926830","imei2":"18415754176926830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169919,"job_number":"JOB_169919","tr_customer_id":169936,"tr_customer_product_id":169926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:46.000Z","modified_at":"2026-01-29T04:16:46.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"15782736781614","imei1":"15782736781614","imei2":"15782736781614","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169921,"job_number":"JOB_169921","tr_customer_id":169938,"tr_customer_product_id":169928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:47.000Z","modified_at":"2026-01-29T04:16:47.000Z","name":"Ressie Bergnaum","mobile_number":"415-766-0961","email_id":"Hosea_Schneider69@gmail.com","dop":"2025-04-06","serial_number":"10877755317220514","imei1":"10877755317220514","imei2":"10877755317220514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169922,"job_number":"JOB_169922","tr_customer_id":169939,"tr_customer_product_id":169929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:50.000Z","modified_at":"2026-01-29T04:16:50.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16399240615138","imei2":"16399240615138","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169924,"job_number":"JOB_169924","tr_customer_id":169941,"tr_customer_product_id":169931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:50.000Z","modified_at":"2026-01-29T04:16:50.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10073147389813","imei1":"10073147389813","imei2":"10073147389813","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169926,"job_number":"JOB_169926","tr_customer_id":169943,"tr_customer_product_id":169933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:51.000Z","modified_at":"2026-01-29T04:16:51.000Z","name":"Friedrich Conroy","mobile_number":"889-488-0858","email_id":"Zachary_Sporer@yahoo.com","dop":"2025-06-18","serial_number":"1067788577784827","imei1":"1067788577784827","imei2":"1067788577784827","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169929,"job_number":"JOB_169929","tr_customer_id":169946,"tr_customer_product_id":169936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:03.000Z","modified_at":"2026-01-29T04:17:03.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19276057056292","imei2":"19276057056292","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169931,"job_number":"JOB_169931","tr_customer_id":169948,"tr_customer_product_id":169938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:05.000Z","modified_at":"2026-01-29T04:17:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12472772312416","imei1":"12472772312416","imei2":"12472772312416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169933,"job_number":"JOB_169933","tr_customer_id":169950,"tr_customer_product_id":169940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:07.000Z","modified_at":"2026-01-29T04:17:07.000Z","name":"Raphael Collins","mobile_number":"936-970-6712","email_id":"Rebekah.Kuhlman16@gmail.com","dop":"2025-04-06","serial_number":"13216219847530868","imei1":"13216219847530868","imei2":"13216219847530868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169934,"job_number":"JOB_169934","tr_customer_id":169951,"tr_customer_product_id":169941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11438072933999","imei1":"11438072933999","imei2":"11438072933999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169935,"job_number":"JOB_169935","tr_customer_id":169952,"tr_customer_product_id":169942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18182378173943","imei1":"18182378173943","imei2":"18182378173943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169938,"job_number":"JOB_169938","tr_customer_id":169955,"tr_customer_product_id":169945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19878340438041","imei1":"19878340438041","imei2":"19878340438041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169940,"job_number":"JOB_169940","tr_customer_id":169957,"tr_customer_product_id":169947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:14.000Z","modified_at":"2026-01-29T04:17:14.000Z","name":"Tomas Jones","mobile_number":"963-869-7612","email_id":"Dean.Predovic67@hotmail.com","dop":"2025-04-06","serial_number":"11853819722048202","imei1":"11853819722048202","imei2":"11853819722048202","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169941,"job_number":"JOB_169941","tr_customer_id":169958,"tr_customer_product_id":169948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:14.000Z","modified_at":"2026-01-29T04:17:14.000Z","name":"Hayley Rice","mobile_number":"402-654-1383","email_id":"Rogers.Gutkowski@gmail.com","dop":"2025-04-06","serial_number":"16407734138657324","imei1":"16407734138657324","imei2":"16407734138657324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169942,"job_number":"JOB_169942","tr_customer_id":169959,"tr_customer_product_id":169949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:15.000Z","modified_at":"2026-01-29T04:17:15.000Z","name":"Christina Fisher","mobile_number":"233-337-6786","email_id":"Genesis15@hotmail.com","dop":"2025-04-06","serial_number":"10851852586991604","imei1":"10851852586991604","imei2":"10851852586991604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169943,"job_number":"JOB_169943","tr_customer_id":169960,"tr_customer_product_id":169950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:17.000Z","modified_at":"2026-01-29T04:17:17.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18269688819306","imei1":"18269688819306","imei2":"18269688819306","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169945,"job_number":"JOB_169945","tr_customer_id":169962,"tr_customer_product_id":169952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:18.000Z","modified_at":"2026-01-29T04:17:18.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"29473598651057","imei1":"29473598651057","imei2":"29473598651057","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169946,"job_number":"JOB_169946","tr_customer_id":169963,"tr_customer_product_id":169953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:22.000Z","modified_at":"2026-01-29T04:17:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11636781794539","imei1":"11636781794539","imei2":"11636781794539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169948,"job_number":"JOB_169948","tr_customer_id":169965,"tr_customer_product_id":169955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:24.000Z","modified_at":"2026-01-29T04:17:24.000Z","name":"Johnson Cartwright","mobile_number":"293-616-5525","email_id":"Lauren90@hotmail.com","dop":"2025-04-06","serial_number":"12137245612803680","imei1":"12137245612803680","imei2":"12137245612803680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169949,"job_number":"JOB_169949","tr_customer_id":169966,"tr_customer_product_id":169956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:27.000Z","modified_at":"2026-01-29T04:17:27.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13938280362099","imei1":"13938280362099","imei2":"13938280362099","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169951,"job_number":"JOB_169951","tr_customer_id":169968,"tr_customer_product_id":169958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:28.000Z","modified_at":"2026-01-29T04:17:28.000Z","name":"Blanca Murazik","mobile_number":"287-201-7312","email_id":"Jennings10@gmail.com","dop":"2025-04-06","serial_number":"11241529073060320","imei1":"11241529073060320","imei2":"11241529073060320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169952,"job_number":"JOB_169952","tr_customer_id":169969,"tr_customer_product_id":169959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:17:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13991298792295","imei1":"13991298792295","imei2":"13991298792295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169954,"job_number":"JOB_169954","tr_customer_id":169971,"tr_customer_product_id":169961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:17:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13135699846297","imei1":"13135699846297","imei2":"13135699846297","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169959,"job_number":"JOB_169959","tr_customer_id":169976,"tr_customer_product_id":169966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:17:46.000Z","name":"Fanny Shields","mobile_number":"938-931-7489","email_id":"Kristoffer_Considine6@hotmail.com","dop":"2025-04-06","serial_number":"13996429550028526","imei1":"13996429550028526","imei2":"13996429550028526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169961,"job_number":"JOB_169961","tr_customer_id":169978,"tr_customer_product_id":169968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Tommie Sauer","mobile_number":"682-387-7272","email_id":"Emiliano76@hotmail.com","dop":"2025-04-06","serial_number":"16683896035858156","imei1":"16683896035858156","imei2":"16683896035858156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169964,"job_number":"JOB_169964","tr_customer_id":169981,"tr_customer_product_id":169971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16489268563937","imei1":"16489268563937","imei2":"16489268563937","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169968,"job_number":"JOB_169968","tr_customer_id":169985,"tr_customer_product_id":169975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:49.000Z","modified_at":"2026-01-29T04:17:49.000Z","name":"Ebony Parisian","mobile_number":"895-882-8668","email_id":"Sedrick41@yahoo.com","dop":"2025-04-06","serial_number":"17429089838740596","imei1":"17429089838740596","imei2":"17429089838740596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169969,"job_number":"JOB_169969","tr_customer_id":169986,"tr_customer_product_id":169976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:51.000Z","modified_at":"2026-01-29T04:17:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12070621903777","imei1":"12070621903777","imei2":"12070621903777","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169971,"job_number":"JOB_169971","tr_customer_id":169988,"tr_customer_product_id":169978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:53.000Z","modified_at":"2026-01-29T04:17:53.000Z","name":"Derrick Terry","mobile_number":"688-773-2017","email_id":"Percival87@yahoo.com","dop":"2025-04-06","serial_number":"18769623652511530","imei1":"18769623652511530","imei2":"18769623652511530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169973,"job_number":"JOB_169973","tr_customer_id":169990,"tr_customer_product_id":169980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:55.000Z","modified_at":"2026-01-29T04:17:55.000Z","name":"Maud Willms","mobile_number":"531-916-9431","email_id":"Brett.Hessel@gmail.com","dop":"2025-05-30","serial_number":"19047804443738","imei1":"19047804443738","imei2":"19047804443738","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169974,"job_number":"JOB_169974","tr_customer_id":169991,"tr_customer_product_id":169981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:17:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13438763165786","imei1":"13438763165786","imei2":"13438763165786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169977,"job_number":"JOB_169977","tr_customer_id":169994,"tr_customer_product_id":169984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:17:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17560182260872","imei1":"17560182260872","imei2":"17560182260872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169978,"job_number":"JOB_169978","tr_customer_id":169995,"tr_customer_product_id":169985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:17:57.000Z","name":"Jeramie Borer","mobile_number":"717-444-2614","email_id":"Valentin53@hotmail.com","dop":"2025-05-30","serial_number":"1366895474168729","imei1":"1366895474168729","imei2":"1366895474168729","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169981,"job_number":"JOB_169981","tr_customer_id":169998,"tr_customer_product_id":169988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:17:57.000Z","name":"Roscoe Wolf","mobile_number":"586-961-2040","email_id":"Freddy26@hotmail.com","dop":"2025-04-06","serial_number":"11243190297393252","imei1":"11243190297393252","imei2":"11243190297393252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169982,"job_number":"JOB_169982","tr_customer_id":169999,"tr_customer_product_id":169989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:58.000Z","modified_at":"2026-01-29T04:17:58.000Z","name":"Isabell Stroman","mobile_number":"412-452-2381","email_id":"Anya_Orn@hotmail.com","dop":"2025-04-06","serial_number":"13127050337010392","imei1":"13127050337010392","imei2":"13127050337010392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169983,"job_number":"JOB_169983","tr_customer_id":170000,"tr_customer_product_id":169990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:58.000Z","modified_at":"2026-01-29T04:17:58.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15240351894540","imei1":"15240351894540","imei2":"15240351894540","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169986,"job_number":"JOB_169986","tr_customer_id":170003,"tr_customer_product_id":169993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:17:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15199399382074","imei1":"15199399382074","imei2":"15199399382074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169991,"job_number":"JOB_169991","tr_customer_id":170008,"tr_customer_product_id":169998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10873400051463","imei1":"10873400051463","imei2":"10873400051463","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169992,"job_number":"JOB_169992","tr_customer_id":170009,"tr_customer_product_id":169999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13676563880234","imei1":"13676563880234","imei2":"13676563880234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169993,"job_number":"JOB_169993","tr_customer_id":170010,"tr_customer_product_id":170000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"28764031525642","imei1":"28764031525642","imei2":"28764031525642","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169995,"job_number":"JOB_169995","tr_customer_id":170012,"tr_customer_product_id":170002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:01.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"13651484288758","imei1":"13651484288758","imei2":"13651484288758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169997,"job_number":"JOB_169997","tr_customer_id":170014,"tr_customer_product_id":170004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:01.000Z","modified_at":"2026-01-29T04:18:01.000Z","name":"Donnie Rippin","mobile_number":"751-369-7144","email_id":"Moshe_Wisoky@yahoo.com","dop":"2025-04-06","serial_number":"17941153908569654","imei1":"17941153908569654","imei2":"17941153908569654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169999,"job_number":"JOB_169999","tr_customer_id":170016,"tr_customer_product_id":170006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:02.000Z","modified_at":"2026-01-29T04:18:02.000Z","name":"Lucie Goyette","mobile_number":"484-258-5676","email_id":"Candelario.Kessler28@yahoo.com","dop":"2025-04-06","serial_number":"11748011688107488","imei1":"11748011688107488","imei2":"11748011688107488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170000,"job_number":"JOB_170000","tr_customer_id":170017,"tr_customer_product_id":170007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:02.000Z","modified_at":"2026-01-29T04:18:02.000Z","name":"Arno Auer","mobile_number":"772-468-7279","email_id":"Aniyah.Tillman@yahoo.com","dop":"2025-04-06","serial_number":"16702733351902096","imei1":"16702733351902096","imei2":"16702733351902096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170001,"job_number":"JOB_170001","tr_customer_id":170018,"tr_customer_product_id":170008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:02.000Z","modified_at":"2026-01-29T04:18:02.000Z","name":"Theresa Green","mobile_number":"897-805-8431","email_id":"Emmy25@gmail.com","dop":"2025-04-06","serial_number":"11137089850184800","imei1":"11137089850184800","imei2":"11137089850184800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170005,"job_number":"JOB_170005","tr_customer_id":170022,"tr_customer_product_id":170012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:11.000Z","modified_at":"2026-01-29T04:18:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11252590444425","imei1":"11252590444425","imei2":"11252590444425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170007,"job_number":"JOB_170007","tr_customer_id":170024,"tr_customer_product_id":170014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:12.000Z","modified_at":"2026-01-29T04:18:12.000Z","name":"Haleigh Glover","mobile_number":"652-273-9084","email_id":"Serenity.Paucek42@gmail.com","dop":"2025-04-06","serial_number":"13173861116338296","imei1":"13173861116338296","imei2":"13173861116338296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170013,"job_number":"JOB_170013","tr_customer_id":170030,"tr_customer_product_id":170020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:28.000Z","modified_at":"2026-01-29T04:18:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18166799809930","imei1":"18166799809930","imei2":"18166799809930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170017,"job_number":"JOB_170017","tr_customer_id":170034,"tr_customer_product_id":170024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:29.000Z","modified_at":"2026-01-29T04:18:29.000Z","name":"Isai Zboncak","mobile_number":"512-467-1207","email_id":"Malcolm.Durgan15@gmail.com","dop":"2025-04-06","serial_number":"19091436100148980","imei1":"19091436100148980","imei2":"19091436100148980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170018,"job_number":"JOB_170018","tr_customer_id":170035,"tr_customer_product_id":170025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:30.000Z","modified_at":"2026-01-29T04:18:30.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10333081235751","imei1":"10333081235751","imei2":"10333081235751","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170021,"job_number":"JOB_170021","tr_customer_id":170038,"tr_customer_product_id":170028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:31.000Z","modified_at":"2026-01-29T04:18:31.000Z","name":"Isai Reichel","mobile_number":"341-862-5299","email_id":"Alfonzo31@gmail.com","dop":"2025-04-06","serial_number":"12233201586587286","imei1":"12233201586587286","imei2":"12233201586587286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170025,"job_number":"JOB_170025","tr_customer_id":170042,"tr_customer_product_id":170032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:36.000Z","modified_at":"2026-01-29T04:18:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19567663308904","imei1":"19567663308904","imei2":"19567663308904","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170027,"job_number":"JOB_170027","tr_customer_id":170044,"tr_customer_product_id":170034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:37.000Z","modified_at":"2026-01-29T04:18:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18269106291722","imei1":"18269106291722","imei2":"18269106291722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170029,"job_number":"JOB_170029","tr_customer_id":170046,"tr_customer_product_id":170036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:38.000Z","modified_at":"2026-01-29T04:18:38.000Z","name":"Casandra Rowe","mobile_number":"434-701-1275","email_id":"Garrick79@gmail.com","dop":"2025-04-06","serial_number":"15486414409544662","imei1":"15486414409544662","imei2":"15486414409544662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170030,"job_number":"JOB_170030","tr_customer_id":170047,"tr_customer_product_id":170037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:39.000Z","modified_at":"2026-01-29T04:18:39.000Z","name":"Jesse Lindgren","mobile_number":"840-897-8086","email_id":"Gertrude_Feil@hotmail.com","dop":"2025-04-06","serial_number":"19863142606345120","imei1":"19863142606345120","imei2":"19863142606345120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170032,"job_number":"JOB_170032","tr_customer_id":170049,"tr_customer_product_id":170039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:43.000Z","modified_at":"2026-01-29T04:18:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16936680577744","imei1":"16936680577744","imei2":"16936680577744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170034,"job_number":"JOB_170034","tr_customer_id":170051,"tr_customer_product_id":170041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:44.000Z","modified_at":"2026-01-29T04:18:44.000Z","name":"Selmer Macejkovic","mobile_number":"353-579-4056","email_id":"Cassidy44@yahoo.com","dop":"2025-04-06","serial_number":"15208412121779964","imei1":"15208412121779964","imei2":"15208412121779964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170035,"job_number":"JOB_170035","tr_customer_id":170052,"tr_customer_product_id":170042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:46.000Z","modified_at":"2026-01-29T04:18:46.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"12048314724048","imei1":"12048314724048","imei2":"12048314724048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170037,"job_number":"JOB_170037","tr_customer_id":170054,"tr_customer_product_id":170044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:47.000Z","modified_at":"2026-01-29T04:18:47.000Z","name":"Otto Upton","mobile_number":"718-817-5286","email_id":"Nikita.Stehr40@hotmail.com","dop":"2025-04-06","serial_number":"12402780473306932","imei1":"12402780473306932","imei2":"12402780473306932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170038,"job_number":"JOB_170038","tr_customer_id":170055,"tr_customer_product_id":170045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:59.000Z","modified_at":"2026-01-29T04:18:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13136422782999","imei1":"13136422782999","imei2":"13136422782999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170040,"job_number":"JOB_170040","tr_customer_id":170057,"tr_customer_product_id":170047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:01.000Z","modified_at":"2026-01-29T04:19:01.000Z","name":"Dulce Turcotte","mobile_number":"627-644-7517","email_id":"Meredith_Mosciski97@gmail.com","dop":"2025-04-06","serial_number":"11308045440720300","imei1":"11308045440720300","imei2":"11308045440720300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170041,"job_number":"JOB_170041","tr_customer_id":170058,"tr_customer_product_id":170048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:10.000Z","modified_at":"2026-01-29T04:19:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12346224454851","imei1":"12346224454851","imei2":"12346224454851","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170044,"job_number":"JOB_170044","tr_customer_id":170061,"tr_customer_product_id":170051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:11.000Z","modified_at":"2026-01-29T04:19:11.000Z","name":"Delta Dare","mobile_number":"971-424-5135","email_id":"Kara23@hotmail.com","dop":"2025-04-06","serial_number":"13717379560690216","imei1":"13717379560690216","imei2":"13717379560690216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170047,"job_number":"JOB_170047","tr_customer_id":170064,"tr_customer_product_id":170054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:14.000Z","modified_at":"2026-01-29T04:19:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11163741540531","imei1":"11163741540531","imei2":"11163741540531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170049,"job_number":"JOB_170049","tr_customer_id":170066,"tr_customer_product_id":170056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:16.000Z","modified_at":"2026-01-29T04:19:16.000Z","name":"Carlotta Ward","mobile_number":"352-533-4840","email_id":"Lessie_Tillman@gmail.com","dop":"2025-04-06","serial_number":"14248802048586536","imei1":"14248802048586536","imei2":"14248802048586536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170050,"job_number":"JOB_170050","tr_customer_id":170067,"tr_customer_product_id":170057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:18.000Z","modified_at":"2026-01-29T04:19:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19293730852996","imei1":"19293730852996","imei2":"19293730852996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170052,"job_number":"JOB_170052","tr_customer_id":170069,"tr_customer_product_id":170059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:19.000Z","modified_at":"2026-01-29T04:19:19.000Z","name":"Brain Lang","mobile_number":"594-849-9001","email_id":"Anabel.Botsford@gmail.com","dop":"2025-04-06","serial_number":"13596958877133660","imei1":"13596958877133660","imei2":"13596958877133660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170053,"job_number":"JOB_170053","tr_customer_id":170070,"tr_customer_product_id":170060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:20.000Z","modified_at":"2026-01-29T04:19:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16570668237798","imei1":"16570668237798","imei2":"16570668237798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170055,"job_number":"JOB_170055","tr_customer_id":170072,"tr_customer_product_id":170062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:21.000Z","modified_at":"2026-01-29T04:19:21.000Z","name":"Tyler Witting","mobile_number":"919-947-9150","email_id":"Maryam16@hotmail.com","dop":"2025-04-06","serial_number":"18160876903515956","imei1":"18160876903515956","imei2":"18160876903515956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170056,"job_number":"JOB_170056","tr_customer_id":170073,"tr_customer_product_id":170063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:25.000Z","modified_at":"2026-01-29T04:19:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19335030462768","imei1":"19335030462768","imei2":"19335030462768","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170058,"job_number":"JOB_170058","tr_customer_id":170075,"tr_customer_product_id":170065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:27.000Z","modified_at":"2026-01-29T04:19:27.000Z","name":"Jamarcus Schmitt","mobile_number":"413-229-5689","email_id":"Imelda_Bednar38@hotmail.com","dop":"2025-04-06","serial_number":"15619569772936880","imei1":"15619569772936880","imei2":"15619569772936880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170062,"job_number":"JOB_170062","tr_customer_id":170079,"tr_customer_product_id":170069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:20:43.000Z","modified_at":"2026-01-29T04:20:43.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"preethi.sathya@gmail.com","dop":"2025-12-09","serial_number":"10605741295101","imei1":"10605741295101","imei2":"10605741295101","popurl":"2025-12-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170063,"job_number":"JOB_170063","tr_customer_id":170080,"tr_customer_product_id":170070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:39.000Z","modified_at":"2026-01-29T04:23:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61742922570869","imei1":"61742922570869","imei2":"61742922570869","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170064,"job_number":"JOB_170064","tr_customer_id":170081,"tr_customer_product_id":170071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:39.000Z","modified_at":"2026-01-29T04:23:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93056327496200","imei1":"93056327496200","imei2":"93056327496200","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170065,"job_number":"JOB_170065","tr_customer_id":170082,"tr_customer_product_id":170072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:40.000Z","modified_at":"2026-01-29T04:23:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93791321431375","imei1":"93791321431375","imei2":"93791321431375","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170066,"job_number":"JOB_170066","tr_customer_id":170083,"tr_customer_product_id":170073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:40.000Z","modified_at":"2026-01-29T04:23:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31270802365495","imei1":"31270802365495","imei2":"31270802365495","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170067,"job_number":"JOB_170067","tr_customer_id":170084,"tr_customer_product_id":170074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:40.000Z","modified_at":"2026-01-29T04:23:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92767950644837","imei1":"92767950644837","imei2":"92767950644837","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170068,"job_number":"JOB_170068","tr_customer_id":170085,"tr_customer_product_id":170075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:41.000Z","modified_at":"2026-01-29T04:23:41.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18229715259307","imei1":"18229715259307","imei2":"18229715259307","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170070,"job_number":"JOB_170070","tr_customer_id":170087,"tr_customer_product_id":170077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:12.000Z","modified_at":"2026-01-29T04:24:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97460499699716","imei1":"97460499699716","imei2":"97460499699716","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170071,"job_number":"JOB_170071","tr_customer_id":170088,"tr_customer_product_id":170078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:12.000Z","modified_at":"2026-01-29T04:24:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28724397917824","imei1":"28724397917824","imei2":"28724397917824","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170072,"job_number":"JOB_170072","tr_customer_id":170089,"tr_customer_product_id":170079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:12.000Z","modified_at":"2026-01-29T04:24:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12208933587131","imei1":"12208933587131","imei2":"12208933587131","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170073,"job_number":"JOB_170073","tr_customer_id":170090,"tr_customer_product_id":170080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"89557250189927","imei1":"89557250189927","imei2":"89557250189927","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170074,"job_number":"JOB_170074","tr_customer_id":170091,"tr_customer_product_id":170081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14826939783532","imei1":"14826939783532","imei2":"14826939783532","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170075,"job_number":"JOB_170075","tr_customer_id":170092,"tr_customer_product_id":170082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54338572207443","imei1":"54338572207443","imei2":"54338572207443","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170077,"job_number":"JOB_170077","tr_customer_id":170094,"tr_customer_product_id":170084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:44.000Z","modified_at":"2026-01-29T04:24:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59504424488692","imei1":"59504424488692","imei2":"59504424488692","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170078,"job_number":"JOB_170078","tr_customer_id":170095,"tr_customer_product_id":170085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:44.000Z","modified_at":"2026-01-29T04:24:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90655526949378","imei1":"90655526949378","imei2":"90655526949378","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170079,"job_number":"JOB_170079","tr_customer_id":170096,"tr_customer_product_id":170086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:44.000Z","modified_at":"2026-01-29T04:24:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"98417105285089","imei1":"98417105285089","imei2":"98417105285089","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170080,"job_number":"JOB_170080","tr_customer_id":170097,"tr_customer_product_id":170087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:45.000Z","modified_at":"2026-01-29T04:24:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39263213036163","imei1":"39263213036163","imei2":"39263213036163","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170081,"job_number":"JOB_170081","tr_customer_id":170098,"tr_customer_product_id":170088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:45.000Z","modified_at":"2026-01-29T04:24:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31823070311431","imei1":"31823070311431","imei2":"31823070311431","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170082,"job_number":"JOB_170082","tr_customer_id":170099,"tr_customer_product_id":170089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:45.000Z","modified_at":"2026-01-29T04:24:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38705468704814","imei1":"38705468704814","imei2":"38705468704814","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170086,"job_number":"JOB_170086","tr_customer_id":170103,"tr_customer_product_id":170093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:03:19.000Z","modified_at":"2026-01-29T05:03:19.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-19","serial_number":"26203262889575","imei1":"26203262889575","imei2":"26203262889575","popurl":"2026-01-19T05:03:18.686727126Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:03:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170087,"job_number":"JOB_170087","tr_customer_id":170104,"tr_customer_product_id":170094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:03:47.000Z","modified_at":"2026-01-29T05:03:47.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-19","serial_number":"27106990847514","imei1":"27106990847514","imei2":"27106990847514","popurl":"2026-01-19T05:03:47.346258629Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:03:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170088,"job_number":"JOB_170088","tr_customer_id":170105,"tr_customer_product_id":170095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:08:53.000Z","modified_at":"2026-01-29T05:08:53.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101397703177975","imei1":"101397703177975","imei2":"101397703177975","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:08:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170090,"job_number":"JOB_170090","tr_customer_id":170107,"tr_customer_product_id":170097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:09:04.000Z","modified_at":"2026-01-29T05:09:04.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103500580065617","imei1":"103500580065617","imei2":"103500580065617","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:09:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170092,"job_number":"JOB_170092","tr_customer_id":170109,"tr_customer_product_id":170099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:15:14.000Z","modified_at":"2026-01-29T05:15:14.000Z","name":"Acharyanandana Chaturvedi","mobile_number":"7002014268","email_id":"subhasini.khanna@yahoo.co.in","dop":"2026-01-19","serial_number":"127061244556375","imei1":"127061244556375","imei2":"127061244556375","popurl":"www.shashikala-kocchar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:15:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170094,"job_number":"JOB_170094","tr_customer_id":170111,"tr_customer_product_id":170101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:08.000Z","modified_at":"2026-01-29T05:27:08.000Z","name":"Erwin Beahan","mobile_number":"398-315-6549","email_id":"Lenora.Walker@hotmail.com","dop":"2025-04-06","serial_number":"10263264556686756","imei1":"10263264556686756","imei2":"10263264556686756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170096,"job_number":"JOB_170096","tr_customer_id":170113,"tr_customer_product_id":170103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:31.000Z","modified_at":"2026-01-29T05:27:31.000Z","name":"Theodore Marvin","mobile_number":"270-774-0335","email_id":"Jan.Hoppe9@gmail.com","dop":"2025-04-06","serial_number":"12346774641211792","imei1":"12346774641211792","imei2":"12346774641211792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170097,"job_number":"JOB_170097","tr_customer_id":170114,"tr_customer_product_id":170104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:29:32.000Z","modified_at":"2026-01-29T05:29:32.000Z","name":"Maryetta Boehm","mobile_number":"7017800939","email_id":"lizzette.mckenzie@gmail.com","dop":"2026-01-19","serial_number":"466775417237750","imei1":"579050702278771","imei2":"854786880215774","popurl":"www.marget-hickle.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170099,"job_number":"JOB_170099","tr_customer_id":170116,"tr_customer_product_id":170106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:31:49.000Z","modified_at":"2026-01-29T05:31:49.000Z","name":"Maybelle Jaskolski","mobile_number":"632-851-4534","email_id":"Wayne.Predovic@gmail.com","dop":"2025-04-06","serial_number":"11225324344334598","imei1":"11225324344334598","imei2":"11225324344334598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:31:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170101,"job_number":"JOB_170101","tr_customer_id":170118,"tr_customer_product_id":170108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:32:35.000Z","modified_at":"2026-01-29T05:32:35.000Z","name":"Everett Wolff","mobile_number":"522-392-2016","email_id":"Esmeralda.Schmidt99@hotmail.com","dop":"2025-04-06","serial_number":"17752045343165536","imei1":"17752045343165536","imei2":"17752045343165536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:32:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170103,"job_number":"JOB_170103","tr_customer_id":170120,"tr_customer_product_id":170110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:33:21.000Z","modified_at":"2026-01-29T05:33:21.000Z","name":"Scottie Morar","mobile_number":"986-546-3563","email_id":"Deion31@gmail.com","dop":"2025-04-06","serial_number":"10214013136574962","imei1":"10214013136574962","imei2":"10214013136574962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:33:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170104,"job_number":"JOB_170104","tr_customer_id":170121,"tr_customer_product_id":170111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Shemeka Konopelski","mobile_number":"7068432392","email_id":"ben.ortiz@hotmail.com","dop":"2026-01-19","serial_number":"111939494622416","imei1":"588506820130283","imei2":"876477157204946","popurl":"www.belinda-tillman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170105,"job_number":"JOB_170105","tr_customer_id":170123,"tr_customer_product_id":170113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Vance Conn","mobile_number":"7078935003","email_id":"dorine.deckow@gmail.com","dop":"2026-01-19","serial_number":"824141496680211","imei1":"435551315720134","imei2":"306772142899246","popurl":"www.yesenia-moen.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170107,"job_number":"JOB_170107","tr_customer_id":170124,"tr_customer_product_id":170114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Florida Mann","mobile_number":"7031155873","email_id":"hung.durgan@gmail.com","dop":"2026-01-19","serial_number":"263981510145910","imei1":"430492554064491","imei2":"520899703820156","popurl":"www.stephanie-langworth.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170108,"job_number":"JOB_170108","tr_customer_id":170125,"tr_customer_product_id":170115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Jake Ferry","mobile_number":"7040877155","email_id":"marivel.stracke@yahoo.com","dop":"2026-01-19","serial_number":"807523303177321","imei1":"395308237474740","imei2":"439663713664202","popurl":"www.alisia-casper.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170109,"job_number":"JOB_170109","tr_customer_id":170126,"tr_customer_product_id":170116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Jamie Lesch","mobile_number":"7007295861","email_id":"britt.oberbrunner@gmail.com","dop":"2026-01-19","serial_number":"942390214270973","imei1":"355491507732615","imei2":"294603664991773","popurl":"www.ryan-flatley.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170110,"job_number":"JOB_170110","tr_customer_id":170127,"tr_customer_product_id":170117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Josiah Murray","mobile_number":"7015463645","email_id":"pat.sporer@hotmail.com","dop":"2026-01-19","serial_number":"916771939383097","imei1":"044050186125616","imei2":"403864503743931","popurl":"www.socorro-heaney.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170111,"job_number":"JOB_170111","tr_customer_id":170128,"tr_customer_product_id":170118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Marhta Gutmann","mobile_number":"7084825500","email_id":"cory.stark@yahoo.com","dop":"2026-01-19","serial_number":"159506114992362","imei1":"996490114489996","imei2":"075194986131691","popurl":"www.deadra-torp.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170113,"job_number":"JOB_170113","tr_customer_id":170130,"tr_customer_product_id":170120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Jamel Kautzer","mobile_number":"7074242420","email_id":"roman.kuhn@gmail.com","dop":"2026-01-19","serial_number":"116761198144715","imei1":"008987442726444","imei2":"491283302611861","popurl":"www.jarred-nicolas.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170114,"job_number":"JOB_170114","tr_customer_id":170131,"tr_customer_product_id":170121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:44.000Z","modified_at":"2026-01-29T05:34:44.000Z","name":"Yolanda Luettgen","mobile_number":"7029414401","email_id":"renata.windler@gmail.com","dop":"2026-01-19","serial_number":"259510094291768","imei1":"963232990401961","imei2":"748083918429044","popurl":"www.arlen-oconner.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170116,"job_number":"JOB_170116","tr_customer_id":170133,"tr_customer_product_id":170123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Blake Hoeger","mobile_number":"7056201307","email_id":"elroy.glover@yahoo.com","dop":"2026-01-19","serial_number":"747906301730079","imei1":"123765457449246","imei2":"524224954655081","popurl":"www.jae-kutch.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170117,"job_number":"JOB_170117","tr_customer_id":170134,"tr_customer_product_id":170124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Ethan Conn","mobile_number":"7018365754","email_id":"melvina.goodwin@hotmail.com","dop":"2026-01-19","serial_number":"968946009278006","imei1":"871343777068626","imei2":"853618837564621","popurl":"www.francesco-nikolaus.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170119,"job_number":"JOB_170119","tr_customer_id":170136,"tr_customer_product_id":170126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Dario Hyatt","mobile_number":"7035075862","email_id":"duane.gorczany@gmail.com","dop":"2026-01-19","serial_number":"475786755446236","imei1":"851059287978101","imei2":"558210867899747","popurl":"www.tynisha-mcclure.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170120,"job_number":"JOB_170120","tr_customer_id":170137,"tr_customer_product_id":170127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Anya Braun","mobile_number":"7011017484","email_id":"robbyn.marks@yahoo.com","dop":"2026-01-19","serial_number":"853442598438649","imei1":"522258776211542","imei2":"903444213148814","popurl":"www.hai-dibbert.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170122,"job_number":"JOB_170122","tr_customer_id":170139,"tr_customer_product_id":170129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Tommy Witting","mobile_number":"7070342056","email_id":"kory.bashirian@yahoo.com","dop":"2026-01-19","serial_number":"872358208120781","imei1":"220502342585437","imei2":"787055755713510","popurl":"www.aline-rowe.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170123,"job_number":"JOB_170123","tr_customer_id":170140,"tr_customer_product_id":170130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Mathew Parker","mobile_number":"7011685916","email_id":"tamica.yost@yahoo.com","dop":"2026-01-19","serial_number":"993966339214398","imei1":"449261436859162","imei2":"364092332632470","popurl":"www.ernesto-luettgen.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170124,"job_number":"JOB_170124","tr_customer_id":170141,"tr_customer_product_id":170131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Dorthy Lesch","mobile_number":"7023990804","email_id":"rosaria.ferry@yahoo.com","dop":"2026-01-19","serial_number":"587061789909037","imei1":"191532086863173","imei2":"045600577717171","popurl":"www.mitchel-yost.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170126,"job_number":"JOB_170126","tr_customer_id":170143,"tr_customer_product_id":170133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Rayford Rowe","mobile_number":"7030552072","email_id":"nakisha.goyette@gmail.com","dop":"2026-01-19","serial_number":"571117012921224","imei1":"459758782255139","imei2":"814346347356559","popurl":"www.sidney-cronin.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170127,"job_number":"JOB_170127","tr_customer_id":170144,"tr_customer_product_id":170134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Demetrius Wisozk","mobile_number":"7003714203","email_id":"cathie.robel@hotmail.com","dop":"2026-01-19","serial_number":"684422314951074","imei1":"810729037499027","imei2":"376795426634857","popurl":"www.audrey-tillman.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170129,"job_number":"JOB_170129","tr_customer_id":170146,"tr_customer_product_id":170136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Lesley Herzog","mobile_number":"7092505323","email_id":"hortense.lockman@hotmail.com","dop":"2026-01-19","serial_number":"247017482715954","imei1":"145049471155287","imei2":"454837346949920","popurl":"www.shameka-hammes.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170130,"job_number":"JOB_170130","tr_customer_id":170147,"tr_customer_product_id":170137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Michaele Torp","mobile_number":"7008466807","email_id":"anglea.murphy@gmail.com","dop":"2026-01-19","serial_number":"201222226587651","imei1":"403699186426363","imei2":"399975174960955","popurl":"www.luba-ohara.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170131,"job_number":"JOB_170131","tr_customer_id":170148,"tr_customer_product_id":170138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Ronald Shanahan","mobile_number":"7017619266","email_id":"melvin.lueilwitz@hotmail.com","dop":"2026-01-19","serial_number":"996023808558148","imei1":"701659339205798","imei2":"777756934171624","popurl":"www.lanita-white.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170132,"job_number":"JOB_170132","tr_customer_id":170149,"tr_customer_product_id":170139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Sammy Toy","mobile_number":"7053214545","email_id":"chelsie.maggio@gmail.com","dop":"2026-01-19","serial_number":"052144706608728","imei1":"158718404043463","imei2":"641913851060150","popurl":"www.ernestina-rohan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170134,"job_number":"JOB_170134","tr_customer_id":170151,"tr_customer_product_id":170141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Nicholas Mann","mobile_number":"7049439514","email_id":"jamie.nolan@yahoo.com","dop":"2026-01-19","serial_number":"335502909755838","imei1":"530329350041440","imei2":"871356817984986","popurl":"www.kaitlin-turner.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170135,"job_number":"JOB_170135","tr_customer_id":170152,"tr_customer_product_id":170142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Magaret Orn","mobile_number":"7094285782","email_id":"victor.prohaska@hotmail.com","dop":"2026-01-19","serial_number":"867038359066668","imei1":"663378556594185","imei2":"915358945445974","popurl":"www.lynwood-dibbert.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170136,"job_number":"JOB_170136","tr_customer_id":170153,"tr_customer_product_id":170143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Romeo Hermann","mobile_number":"7098466731","email_id":"sook.borer@hotmail.com","dop":"2026-01-19","serial_number":"446716482990167","imei1":"941734509717234","imei2":"013473444757851","popurl":"www.jeff-thompson.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170137,"job_number":"JOB_170137","tr_customer_id":170154,"tr_customer_product_id":170144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Earle Yundt","mobile_number":"7038088096","email_id":"louetta.west@hotmail.com","dop":"2026-01-19","serial_number":"289688478587446","imei1":"503717768812734","imei2":"686103186396232","popurl":"www.lenora-stamm.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170138,"job_number":"JOB_170138","tr_customer_id":170155,"tr_customer_product_id":170145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Na Connelly","mobile_number":"7022030315","email_id":"melonie.farrell@hotmail.com","dop":"2026-01-19","serial_number":"494850587113059","imei1":"841716178739898","imei2":"791888896548785","popurl":"www.alden-stoltenberg.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170139,"job_number":"JOB_170139","tr_customer_id":170156,"tr_customer_product_id":170146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Sheryll Roberts","mobile_number":"7066407099","email_id":"dillon.hammes@yahoo.com","dop":"2026-01-19","serial_number":"083669247668013","imei1":"879367248367880","imei2":"753360822015545","popurl":"www.forest-schumm.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170140,"job_number":"JOB_170140","tr_customer_id":170157,"tr_customer_product_id":170147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Kina Oberbrunner","mobile_number":"7050500725","email_id":"lilian.bergstrom@gmail.com","dop":"2026-01-19","serial_number":"729355777351377","imei1":"633601704309389","imei2":"821036601253040","popurl":"www.kareem-stehr.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170141,"job_number":"JOB_170141","tr_customer_id":170158,"tr_customer_product_id":170148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Sherice Schaden","mobile_number":"7070250616","email_id":"eldon.mann@hotmail.com","dop":"2026-01-19","serial_number":"591030857229123","imei1":"909128399698045","imei2":"776866600626652","popurl":"www.javier-hirthe.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170142,"job_number":"JOB_170142","tr_customer_id":170159,"tr_customer_product_id":170149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Rod Murray","mobile_number":"7078241403","email_id":"myles.okeefe@hotmail.com","dop":"2026-01-19","serial_number":"715797514403483","imei1":"458726082752992","imei2":"811096422918993","popurl":"www.ellis-hessel.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170143,"job_number":"JOB_170143","tr_customer_id":170160,"tr_customer_product_id":170150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Bernetta Schumm","mobile_number":"7074171809","email_id":"clinton.sauer@yahoo.com","dop":"2026-01-19","serial_number":"264545792506379","imei1":"780197290642320","imei2":"515838340988710","popurl":"www.vinnie-carter.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170145,"job_number":"JOB_170145","tr_customer_id":170162,"tr_customer_product_id":170152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:48.000Z","modified_at":"2026-01-29T05:34:48.000Z","name":"Oma Kris","mobile_number":"7087336186","email_id":"dorene.johns@yahoo.com","dop":"2026-01-19","serial_number":"795773481174834","imei1":"657132377848392","imei2":"553427137964735","popurl":"www.deon-grady.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170146,"job_number":"JOB_170146","tr_customer_id":170163,"tr_customer_product_id":170153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:48.000Z","modified_at":"2026-01-29T05:34:48.000Z","name":"Dewayne Erdman","mobile_number":"7030370487","email_id":"arlyne.hand@hotmail.com","dop":"2026-01-19","serial_number":"098829065653119","imei1":"504408521882558","imei2":"214225027358401","popurl":"www.zachary-dicki.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170147,"job_number":"JOB_170147","tr_customer_id":170164,"tr_customer_product_id":170154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:48.000Z","modified_at":"2026-01-29T05:34:48.000Z","name":"Ignacio Donnelly","mobile_number":"7084184791","email_id":"waldo.gleichner@yahoo.com","dop":"2026-01-19","serial_number":"963412747552259","imei1":"971142090541697","imei2":"604051429757817","popurl":"www.lane-walsh.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170148,"job_number":"JOB_170148","tr_customer_id":170165,"tr_customer_product_id":170155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Yadira Upton","mobile_number":"7048794777","email_id":"irvin.kutch@yahoo.com","dop":"2026-01-19","serial_number":"410972370424697","imei1":"078643356514278","imei2":"892209840163632","popurl":"www.diann-harris.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170149,"job_number":"JOB_170149","tr_customer_id":170166,"tr_customer_product_id":170156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Kirk Kreiger","mobile_number":"7035806184","email_id":"jesse.cartwright@gmail.com","dop":"2026-01-19","serial_number":"874626696862079","imei1":"519035174253206","imei2":"265933440380059","popurl":"www.dierdre-muller.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170150,"job_number":"JOB_170150","tr_customer_id":170167,"tr_customer_product_id":170157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Simonne Rogahn","mobile_number":"7046970877","email_id":"frederick.klein@hotmail.com","dop":"2026-01-19","serial_number":"807416161090568","imei1":"703543043452060","imei2":"233629490053099","popurl":"www.darryl-bergstrom.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170151,"job_number":"JOB_170151","tr_customer_id":170168,"tr_customer_product_id":170158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Mariella Collier","mobile_number":"7000022110","email_id":"alfonso.davis@hotmail.com","dop":"2026-01-19","serial_number":"833286205913040","imei1":"242474703887033","imei2":"942448992639882","popurl":"www.evelin-considine.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170152,"job_number":"JOB_170152","tr_customer_id":170169,"tr_customer_product_id":170159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Wesley Wuckert","mobile_number":"7024604146","email_id":"nicholas.pagac@hotmail.com","dop":"2026-01-19","serial_number":"376606416051975","imei1":"113955156066774","imei2":"035005471882259","popurl":"www.damion-gutkowski.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170153,"job_number":"JOB_170153","tr_customer_id":170170,"tr_customer_product_id":170160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Elwood Hickle","mobile_number":"7018262131","email_id":"bryce.dicki@hotmail.com","dop":"2026-01-19","serial_number":"059432894744626","imei1":"540484997535339","imei2":"966407735436446","popurl":"www.lilia-corwin.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170155,"job_number":"JOB_170155","tr_customer_id":170172,"tr_customer_product_id":170162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Peter Strosin","mobile_number":"7053723878","email_id":"antonia.gulgowski@gmail.com","dop":"2026-01-19","serial_number":"882859625055584","imei1":"848875892299538","imei2":"927166387545854","popurl":"www.louella-oreilly.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170156,"job_number":"JOB_170156","tr_customer_id":170173,"tr_customer_product_id":170163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Deeann Lueilwitz","mobile_number":"7000095225","email_id":"dannie.aufderhar@gmail.com","dop":"2026-01-19","serial_number":"734396947902275","imei1":"191661230487182","imei2":"874206157315772","popurl":"www.raymundo-gleichner.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170159,"job_number":"JOB_170159","tr_customer_id":170176,"tr_customer_product_id":170166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Rudolf Rodriguez","mobile_number":"7039995742","email_id":"elvia.funk@hotmail.com","dop":"2026-01-19","serial_number":"242749064105965","imei1":"222561025414443","imei2":"808902081726739","popurl":"www.russell-padberg.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170160,"job_number":"JOB_170160","tr_customer_id":170177,"tr_customer_product_id":170167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Florance Predovic","mobile_number":"7096786166","email_id":"myrta.brown@gmail.com","dop":"2026-01-19","serial_number":"081168216538352","imei1":"441244422022332","imei2":"384656051872938","popurl":"www.stephanie-mante.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170161,"job_number":"JOB_170161","tr_customer_id":170178,"tr_customer_product_id":170168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Dave Barton","mobile_number":"7054604363","email_id":"merlyn.considine@gmail.com","dop":"2026-01-19","serial_number":"133754245307686","imei1":"233312839185082","imei2":"626708762756189","popurl":"www.lynette-ritchie.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170164,"job_number":"JOB_170164","tr_customer_id":170181,"tr_customer_product_id":170171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Jonelle Klocko","mobile_number":"7048265002","email_id":"tiara.padberg@yahoo.com","dop":"2026-01-19","serial_number":"228118469768664","imei1":"919151887827122","imei2":"631683307038891","popurl":"www.lynette-parisian.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170167,"job_number":"JOB_170167","tr_customer_id":170184,"tr_customer_product_id":170174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Rebekah Beahan","mobile_number":"7035742682","email_id":"adam.nienow@hotmail.com","dop":"2026-01-19","serial_number":"745760556428682","imei1":"455525227879351","imei2":"951041960995206","popurl":"www.gabriel-bayer.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170168,"job_number":"JOB_170168","tr_customer_id":170185,"tr_customer_product_id":170175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Otha Bernier","mobile_number":"7018885113","email_id":"billy.stoltenberg@yahoo.com","dop":"2026-01-19","serial_number":"389961325088501","imei1":"712502540661022","imei2":"255797542092011","popurl":"www.delpha-smith.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170173,"job_number":"JOB_170173","tr_customer_id":170190,"tr_customer_product_id":170180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Frankie Borer","mobile_number":"7072692832","email_id":"glayds.carter@hotmail.com","dop":"2026-01-19","serial_number":"115875048037110","imei1":"441646074202699","imei2":"994800307573010","popurl":"www.robyn-beatty.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170175,"job_number":"JOB_170175","tr_customer_id":170192,"tr_customer_product_id":170182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:52.000Z","modified_at":"2026-01-29T05:34:52.000Z","name":"Art Zulauf","mobile_number":"7002171093","email_id":"clarissa.conn@hotmail.com","dop":"2026-01-19","serial_number":"297629132505454","imei1":"365179481433088","imei2":"395976257102523","popurl":"www.mitch-bailey.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170177,"job_number":"JOB_170177","tr_customer_id":170195,"tr_customer_product_id":170185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:52.000Z","modified_at":"2026-01-29T05:34:52.000Z","name":"Rob Hintz","mobile_number":"7035166335","email_id":"trey.runolfsson@gmail.com","dop":"2026-01-19","serial_number":"655335391288894","imei1":"613492205532227","imei2":"232929543754821","popurl":"www.lesley-howell.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170178,"job_number":"JOB_170178","tr_customer_id":170194,"tr_customer_product_id":170184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:52.000Z","modified_at":"2026-01-29T05:34:52.000Z","name":"Gregg Watsica","mobile_number":"7052160671","email_id":"aurore.bode@yahoo.com","dop":"2026-01-19","serial_number":"894351220996722","imei1":"006593672504426","imei2":"815235739304448","popurl":"www.jesica-cronin.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170179,"job_number":"JOB_170179","tr_customer_id":170196,"tr_customer_product_id":170186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Raphael Collier","mobile_number":"7002588450","email_id":"shamika.wehner@gmail.com","dop":"2026-01-19","serial_number":"365397063222001","imei1":"496677852016942","imei2":"343943356484650","popurl":"www.raul-dietrich.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170180,"job_number":"JOB_170180","tr_customer_id":170197,"tr_customer_product_id":170187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Angel Wisoky","mobile_number":"7039526077","email_id":"krystyna.orn@yahoo.com","dop":"2026-01-19","serial_number":"475022420553739","imei1":"171603904199394","imei2":"239468795842844","popurl":"www.laticia-schowalter.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170181,"job_number":"JOB_170181","tr_customer_id":170198,"tr_customer_product_id":170188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Scot Collins","mobile_number":"7001509751","email_id":"marshall.hauck@yahoo.com","dop":"2026-01-19","serial_number":"035775542138682","imei1":"180520080387448","imei2":"147703922720161","popurl":"www.gregorio-dicki.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170182,"job_number":"JOB_170182","tr_customer_id":170199,"tr_customer_product_id":170189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Robt Lind","mobile_number":"7012761193","email_id":"dexter.hartmann@hotmail.com","dop":"2026-01-19","serial_number":"866996484480033","imei1":"342001239174758","imei2":"584804169047624","popurl":"www.albert-wilkinson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170183,"job_number":"JOB_170183","tr_customer_id":170200,"tr_customer_product_id":170190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Frankie Veum","mobile_number":"7077706900","email_id":"ali.ondricka@hotmail.com","dop":"2026-01-19","serial_number":"022276152650084","imei1":"930493278393418","imei2":"946274536120247","popurl":"www.hermelinda-rath.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170185,"job_number":"JOB_170185","tr_customer_id":170202,"tr_customer_product_id":170192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Lavera Ritchie","mobile_number":"7050740236","email_id":"zack.morissette@yahoo.com","dop":"2026-01-19","serial_number":"902593860076450","imei1":"125117727673984","imei2":"057224463685136","popurl":"www.hilario-boehm.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170186,"job_number":"JOB_170186","tr_customer_id":170203,"tr_customer_product_id":170193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Virgie Bayer","mobile_number":"7052676524","email_id":"jeffry.hammes@gmail.com","dop":"2026-01-19","serial_number":"258697975427608","imei1":"648626550074182","imei2":"132336005297838","popurl":"www.emerald-howell.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170187,"job_number":"JOB_170187","tr_customer_id":170204,"tr_customer_product_id":170194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Franklyn McCullough","mobile_number":"7015874224","email_id":"jeremy.mcdermott@hotmail.com","dop":"2026-01-19","serial_number":"408991990502381","imei1":"537855977020547","imei2":"294087964856779","popurl":"www.doris-glover.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170189,"job_number":"JOB_170189","tr_customer_id":170206,"tr_customer_product_id":170196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Merle Vandervort","mobile_number":"7027088728","email_id":"carina.gulgowski@hotmail.com","dop":"2026-01-19","serial_number":"269133326184491","imei1":"473766819248759","imei2":"516865209155111","popurl":"www.elden-kassulke.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170190,"job_number":"JOB_170190","tr_customer_id":170207,"tr_customer_product_id":170197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Sandra Nader","mobile_number":"7027122938","email_id":"trenton.deckow@hotmail.com","dop":"2026-01-19","serial_number":"960151578625596","imei1":"261219034925918","imei2":"710762509060247","popurl":"www.hassan-borer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170191,"job_number":"JOB_170191","tr_customer_id":170208,"tr_customer_product_id":170198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Brenton Jerde","mobile_number":"7029466862","email_id":"zane.beier@yahoo.com","dop":"2026-01-19","serial_number":"284478695957991","imei1":"907372693052073","imei2":"065997887346674","popurl":"www.trey-prohaska.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170192,"job_number":"JOB_170192","tr_customer_id":170209,"tr_customer_product_id":170199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Johnson Fritsch","mobile_number":"7094416521","email_id":"eric.gutkowski@yahoo.com","dop":"2026-01-19","serial_number":"527337101827418","imei1":"801268078604025","imei2":"195986011100836","popurl":"www.dione-brekke.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170193,"job_number":"JOB_170193","tr_customer_id":170210,"tr_customer_product_id":170200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Mara Goldner","mobile_number":"7099840348","email_id":"jacinto.mills@hotmail.com","dop":"2026-01-19","serial_number":"411820229868816","imei1":"325852625517677","imei2":"918718043689024","popurl":"www.mickey-runolfsdottir.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170194,"job_number":"JOB_170194","tr_customer_id":170211,"tr_customer_product_id":170201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Shaunta Kerluke","mobile_number":"7096743832","email_id":"shane.ledner@hotmail.com","dop":"2026-01-19","serial_number":"930616476723905","imei1":"703296338363976","imei2":"411675745899151","popurl":"www.jamal-green.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170195,"job_number":"JOB_170195","tr_customer_id":170212,"tr_customer_product_id":170202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Adrianna Mohr","mobile_number":"7006815969","email_id":"vicenta.shanahan@hotmail.com","dop":"2026-01-19","serial_number":"696627622222377","imei1":"758946644000502","imei2":"044592208007460","popurl":"www.genia-connelly.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170200,"job_number":"JOB_170200","tr_customer_id":170217,"tr_customer_product_id":170207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Keren Vandervort","mobile_number":"7016611304","email_id":"junior.huel@yahoo.com","dop":"2026-01-19","serial_number":"855772320972979","imei1":"072206601964536","imei2":"515369842438752","popurl":"www.vita-kiehn.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170202,"job_number":"JOB_170202","tr_customer_id":170219,"tr_customer_product_id":170209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Ali Krajcik","mobile_number":"7070210978","email_id":"claude.marks@gmail.com","dop":"2026-01-19","serial_number":"566857283444400","imei1":"893816487869827","imei2":"988916068718383","popurl":"www.eli-pollich.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170203,"job_number":"JOB_170203","tr_customer_id":170220,"tr_customer_product_id":170210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Teodoro Mertz","mobile_number":"7080081334","email_id":"glady.roberts@hotmail.com","dop":"2026-01-19","serial_number":"257966550364025","imei1":"010774829577335","imei2":"424251811115573","popurl":"www.etta-hammes.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170204,"job_number":"JOB_170204","tr_customer_id":170221,"tr_customer_product_id":170211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:03.000Z","modified_at":"2026-01-29T05:35:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16317495981557","imei1":"16317495981557","imei2":"16317495981557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170206,"job_number":"JOB_170206","tr_customer_id":170223,"tr_customer_product_id":170213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:04.000Z","modified_at":"2026-01-29T05:35:04.000Z","name":"Darrion Kozey","mobile_number":"588-201-3797","email_id":"Richmond.Reinger@yahoo.com","dop":"2025-04-06","serial_number":"14582513913738704","imei1":"14582513913738704","imei2":"14582513913738704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170207,"job_number":"JOB_170207","tr_customer_id":170224,"tr_customer_product_id":170214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:46.000Z","modified_at":"2026-01-29T05:35:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10274896426100","imei1":"10274896426100","imei2":"10274896426100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170209,"job_number":"JOB_170209","tr_customer_id":170226,"tr_customer_product_id":170216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:48.000Z","modified_at":"2026-01-29T05:35:48.000Z","name":"Tyreek Jacobson","mobile_number":"930-868-3905","email_id":"Holden6@hotmail.com","dop":"2025-04-06","serial_number":"13824853662455968","imei1":"13824853662455968","imei2":"13824853662455968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170210,"job_number":"JOB_170210","tr_customer_id":170227,"tr_customer_product_id":170217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:36:29.000Z","modified_at":"2026-01-29T05:36:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17561133055717","imei1":"17561133055717","imei2":"17561133055717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:36:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170212,"job_number":"JOB_170212","tr_customer_id":170229,"tr_customer_product_id":170219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:36:30.000Z","modified_at":"2026-01-29T05:36:30.000Z","name":"Libbie Keebler","mobile_number":"333-598-3808","email_id":"Mabelle.Miller@hotmail.com","dop":"2025-04-06","serial_number":"16537321253497456","imei1":"16537321253497456","imei2":"16537321253497456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:36:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170213,"job_number":"JOB_170213","tr_customer_id":170230,"tr_customer_product_id":170220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Albert Bruen","mobile_number":"7067370160","email_id":"modesta.schinner@yahoo.com","dop":"2026-01-19","serial_number":"788933616861179","imei1":"511324452900780","imei2":"917067342738088","popurl":"www.yuko-mcdermott.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170214,"job_number":"JOB_170214","tr_customer_id":170231,"tr_customer_product_id":170221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Lemuel Graham","mobile_number":"7031720015","email_id":"geoffrey.kohler@yahoo.com","dop":"2026-01-19","serial_number":"201326228201942","imei1":"800128561983084","imei2":"894603301513740","popurl":"www.doretta-yundt.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170215,"job_number":"JOB_170215","tr_customer_id":170232,"tr_customer_product_id":170222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Ophelia Schinner","mobile_number":"7022044343","email_id":"hassan.glover@gmail.com","dop":"2026-01-19","serial_number":"914027609499283","imei1":"706965255470998","imei2":"029690803656320","popurl":"www.jeremy-streich.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170216,"job_number":"JOB_170216","tr_customer_id":170233,"tr_customer_product_id":170223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Willian Gleason","mobile_number":"7040709820","email_id":"nelly.king@hotmail.com","dop":"2026-01-19","serial_number":"595546995583586","imei1":"899482708143404","imei2":"169129188635019","popurl":"www.emogene-muller.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170217,"job_number":"JOB_170217","tr_customer_id":170234,"tr_customer_product_id":170224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Jonathon Heller","mobile_number":"7041702890","email_id":"camie.kihn@yahoo.com","dop":"2026-01-19","serial_number":"083391448195476","imei1":"664192220803144","imei2":"282327820991273","popurl":"www.doug-schoen.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170218,"job_number":"JOB_170218","tr_customer_id":170235,"tr_customer_product_id":170225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Mickey McDermott","mobile_number":"7044214377","email_id":"hettie.schultz@gmail.com","dop":"2026-01-19","serial_number":"618241303926546","imei1":"582538028283710","imei2":"812232289371416","popurl":"www.stacy-russel.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170219,"job_number":"JOB_170219","tr_customer_id":170237,"tr_customer_product_id":170227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Osvaldo Jerde","mobile_number":"7055007069","email_id":"dell.dooley@hotmail.com","dop":"2026-01-19","serial_number":"904570095669522","imei1":"287955200431046","imei2":"093293884433160","popurl":"www.forest-bailey.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170220,"job_number":"JOB_170220","tr_customer_id":170236,"tr_customer_product_id":170226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Jaquelyn Larson","mobile_number":"7064888463","email_id":"romaine.schmidt@hotmail.com","dop":"2026-01-19","serial_number":"773366278280310","imei1":"170911266100788","imei2":"817151465171760","popurl":"www.kathi-bashirian.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170221,"job_number":"JOB_170221","tr_customer_id":170238,"tr_customer_product_id":170228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Walter Lang","mobile_number":"7035772490","email_id":"johnie.renner@gmail.com","dop":"2026-01-19","serial_number":"742275585473763","imei1":"105360820550351","imei2":"432091736323913","popurl":"www.heath-reinger.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170222,"job_number":"JOB_170222","tr_customer_id":170239,"tr_customer_product_id":170229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Marni Rau","mobile_number":"7041293254","email_id":"nathalie.emard@yahoo.com","dop":"2026-01-19","serial_number":"180581046522869","imei1":"632188882202833","imei2":"602710944438569","popurl":"www.hobert-shanahan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170223,"job_number":"JOB_170223","tr_customer_id":170240,"tr_customer_product_id":170230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Shemika Miller","mobile_number":"7089046215","email_id":"zola.weissnat@hotmail.com","dop":"2026-01-19","serial_number":"371154345167432","imei1":"510849773235687","imei2":"865703871847804","popurl":"www.lin-ernser.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170224,"job_number":"JOB_170224","tr_customer_id":170241,"tr_customer_product_id":170231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Esperanza Luettgen","mobile_number":"7073288083","email_id":"jennette.koch@hotmail.com","dop":"2026-01-19","serial_number":"446498257308002","imei1":"913856754915822","imei2":"562456480434160","popurl":"www.lindsey-lubowitz.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170225,"job_number":"JOB_170225","tr_customer_id":170242,"tr_customer_product_id":170232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Holley Schowalter","mobile_number":"7002039594","email_id":"arnold.aufderhar@yahoo.com","dop":"2026-01-19","serial_number":"471105183868605","imei1":"045570237491908","imei2":"349747981733279","popurl":"www.guillermina-wuckert.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170226,"job_number":"JOB_170226","tr_customer_id":170243,"tr_customer_product_id":170233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Tyrone Johnston","mobile_number":"7010542277","email_id":"britta.kessler@gmail.com","dop":"2026-01-19","serial_number":"496733144744161","imei1":"277731885006461","imei2":"178749463554094","popurl":"www.brenton-grant.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170227,"job_number":"JOB_170227","tr_customer_id":170244,"tr_customer_product_id":170234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Ted D'Amore","mobile_number":"7025302013","email_id":"jackson.kreiger@yahoo.com","dop":"2026-01-19","serial_number":"469962355039832","imei1":"926574318548762","imei2":"355073763224486","popurl":"www.cleo-stracke.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170228,"job_number":"JOB_170228","tr_customer_id":170245,"tr_customer_product_id":170235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Porsha Braun","mobile_number":"7044490785","email_id":"galen.haley@yahoo.com","dop":"2026-01-19","serial_number":"349391363271139","imei1":"001137163421768","imei2":"024035365952399","popurl":"www.dwight-pouros.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170229,"job_number":"JOB_170229","tr_customer_id":170246,"tr_customer_product_id":170236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Loyd Bernier","mobile_number":"7059942123","email_id":"armand.rutherford@hotmail.com","dop":"2026-01-19","serial_number":"893940628483506","imei1":"494002875673185","imei2":"791618318319657","popurl":"www.devorah-wyman.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170230,"job_number":"JOB_170230","tr_customer_id":170247,"tr_customer_product_id":170237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Tiffani O'Reilly","mobile_number":"7093165858","email_id":"andre.johnson@gmail.com","dop":"2026-01-19","serial_number":"340665457787737","imei1":"722507410891080","imei2":"114545239349483","popurl":"www.lesley-jacobi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170231,"job_number":"JOB_170231","tr_customer_id":170248,"tr_customer_product_id":170238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Deneen Schaefer","mobile_number":"7042301198","email_id":"margarette.crona@yahoo.com","dop":"2026-01-19","serial_number":"943266893741394","imei1":"466261641029135","imei2":"362463481624836","popurl":"www.forest-senger.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170232,"job_number":"JOB_170232","tr_customer_id":170249,"tr_customer_product_id":170239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Basil Weber","mobile_number":"7056331788","email_id":"darrin.krajcik@gmail.com","dop":"2026-01-19","serial_number":"814686544162195","imei1":"392840382561529","imei2":"588696317677403","popurl":"www.dia-raynor.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170233,"job_number":"JOB_170233","tr_customer_id":170250,"tr_customer_product_id":170240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Noel Becker","mobile_number":"7090324337","email_id":"ilse.mccullough@hotmail.com","dop":"2026-01-19","serial_number":"043988326612868","imei1":"174036313485590","imei2":"123128261742204","popurl":"www.rudy-nicolas.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170234,"job_number":"JOB_170234","tr_customer_id":170251,"tr_customer_product_id":170241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Stephani Schimmel","mobile_number":"7040016503","email_id":"celia.spencer@yahoo.com","dop":"2026-01-19","serial_number":"948611560897978","imei1":"995614146597753","imei2":"296746578266108","popurl":"www.hertha-hauck.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170235,"job_number":"JOB_170235","tr_customer_id":170252,"tr_customer_product_id":170242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Brock Rippin","mobile_number":"7018396582","email_id":"kennith.hand@gmail.com","dop":"2026-01-19","serial_number":"321216827512652","imei1":"979503815262283","imei2":"177238354959110","popurl":"www.lovie-herman.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170236,"job_number":"JOB_170236","tr_customer_id":170253,"tr_customer_product_id":170243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Amos Wyman","mobile_number":"7051301548","email_id":"edwin.tromp@hotmail.com","dop":"2026-01-19","serial_number":"929316672467096","imei1":"023799191245043","imei2":"551596693549773","popurl":"www.simon-schuster.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170237,"job_number":"JOB_170237","tr_customer_id":170254,"tr_customer_product_id":170244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Spencer Raynor","mobile_number":"7059441638","email_id":"zane.turner@hotmail.com","dop":"2026-01-19","serial_number":"958340763900306","imei1":"518891813416819","imei2":"445176252269607","popurl":"www.jerrell-schowalter.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170238,"job_number":"JOB_170238","tr_customer_id":170255,"tr_customer_product_id":170245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Vi Grady","mobile_number":"7055471855","email_id":"lucien.green@hotmail.com","dop":"2026-01-19","serial_number":"107810911840661","imei1":"053152890367488","imei2":"265316909129822","popurl":"www.nathaniel-rath.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170239,"job_number":"JOB_170239","tr_customer_id":170256,"tr_customer_product_id":170246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Hayley Schowalter","mobile_number":"7022998802","email_id":"junior.white@gmail.com","dop":"2026-01-19","serial_number":"210971507849559","imei1":"202835066949078","imei2":"538271499790282","popurl":"www.leonarda-nicolas.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170240,"job_number":"JOB_170240","tr_customer_id":170257,"tr_customer_product_id":170247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Nickolas Weimann","mobile_number":"7093581638","email_id":"awilda.sawayn@yahoo.com","dop":"2026-01-19","serial_number":"101153590011072","imei1":"166656357351732","imei2":"389371791577826","popurl":"www.bong-okon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170241,"job_number":"JOB_170241","tr_customer_id":170258,"tr_customer_product_id":170248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Florencia Kreiger","mobile_number":"7077887898","email_id":"malcom.cronin@gmail.com","dop":"2026-01-19","serial_number":"311006737465354","imei1":"715439860866496","imei2":"649302465989372","popurl":"www.winston-hoppe.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170242,"job_number":"JOB_170242","tr_customer_id":170259,"tr_customer_product_id":170249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Lavette Huel","mobile_number":"7020968239","email_id":"chas.medhurst@hotmail.com","dop":"2026-01-19","serial_number":"589474559718762","imei1":"425468965770591","imei2":"296928363006821","popurl":"www.dorian-oconner.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170243,"job_number":"JOB_170243","tr_customer_id":170260,"tr_customer_product_id":170250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Lewis Johnston","mobile_number":"7094208443","email_id":"aja.sawayn@hotmail.com","dop":"2026-01-19","serial_number":"131230129459942","imei1":"025304491659747","imei2":"902681255883198","popurl":"www.lucas-prosacco.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170244,"job_number":"JOB_170244","tr_customer_id":170261,"tr_customer_product_id":170251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Angelyn Dooley","mobile_number":"7061461129","email_id":"pedro.marvin@gmail.com","dop":"2026-01-19","serial_number":"452032612133165","imei1":"559206740453246","imei2":"207471890302768","popurl":"www.gerard-kuhic.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170245,"job_number":"JOB_170245","tr_customer_id":170262,"tr_customer_product_id":170252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Sharyl Cummerata","mobile_number":"7070253948","email_id":"branden.becker@yahoo.com","dop":"2026-01-19","serial_number":"233206572760965","imei1":"707061874175435","imei2":"589928904627287","popurl":"www.louie-bauch.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170246,"job_number":"JOB_170246","tr_customer_id":170263,"tr_customer_product_id":170253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Leigh Leffler","mobile_number":"7023494932","email_id":"elin.howell@gmail.com","dop":"2026-01-19","serial_number":"589264318857867","imei1":"200586495551914","imei2":"431114446632498","popurl":"www.adolfo-kunze.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170247,"job_number":"JOB_170247","tr_customer_id":170264,"tr_customer_product_id":170254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Fabian Rogahn","mobile_number":"7085466827","email_id":"zelma.quitzon@gmail.com","dop":"2026-01-19","serial_number":"850559854879572","imei1":"903521674044926","imei2":"038596223035113","popurl":"www.deanne-torphy.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170248,"job_number":"JOB_170248","tr_customer_id":170265,"tr_customer_product_id":170255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Josephina Hilpert","mobile_number":"7054172155","email_id":"bambi.welch@gmail.com","dop":"2026-01-19","serial_number":"962736970665202","imei1":"474371224125685","imei2":"289043046269861","popurl":"www.newton-kohler.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170249,"job_number":"JOB_170249","tr_customer_id":170266,"tr_customer_product_id":170256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Jeneva Gutmann","mobile_number":"7051585591","email_id":"rodger.king@hotmail.com","dop":"2026-01-19","serial_number":"912060662832802","imei1":"488904204192327","imei2":"567495526836807","popurl":"www.moira-gulgowski.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170250,"job_number":"JOB_170250","tr_customer_id":170267,"tr_customer_product_id":170257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Jeremy Douglas","mobile_number":"7020119602","email_id":"ira.toy@yahoo.com","dop":"2026-01-19","serial_number":"384872070076189","imei1":"564258331463972","imei2":"085278075055009","popurl":"www.curtis-medhurst.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170251,"job_number":"JOB_170251","tr_customer_id":170268,"tr_customer_product_id":170258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Takako Harvey","mobile_number":"7075139015","email_id":"elease.osinski@yahoo.com","dop":"2026-01-19","serial_number":"566475336942803","imei1":"584350034680843","imei2":"041126346336279","popurl":"www.amos-kihn.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170252,"job_number":"JOB_170252","tr_customer_id":170269,"tr_customer_product_id":170259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Hector Mayert","mobile_number":"7000067769","email_id":"karin.cormier@yahoo.com","dop":"2026-01-19","serial_number":"101963705060146","imei1":"188986013689175","imei2":"371523801056063","popurl":"www.wyatt-gleichner.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170253,"job_number":"JOB_170253","tr_customer_id":170270,"tr_customer_product_id":170260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Andria Reinger","mobile_number":"7049706800","email_id":"foster.herman@hotmail.com","dop":"2026-01-19","serial_number":"252772070797147","imei1":"549954692664623","imei2":"509503807632421","popurl":"www.tristan-rohan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170254,"job_number":"JOB_170254","tr_customer_id":170271,"tr_customer_product_id":170261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Creola Bradtke","mobile_number":"7033148032","email_id":"rico.ebert@yahoo.com","dop":"2026-01-19","serial_number":"184754830996755","imei1":"135117381731041","imei2":"652897875624613","popurl":"www.davis-romaguera.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170255,"job_number":"JOB_170255","tr_customer_id":170272,"tr_customer_product_id":170262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Alvin Conroy","mobile_number":"7077100482","email_id":"malia.walter@gmail.com","dop":"2026-01-19","serial_number":"943033844192086","imei1":"882972683114668","imei2":"560033161829803","popurl":"www.kenna-rice.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170256,"job_number":"JOB_170256","tr_customer_id":170273,"tr_customer_product_id":170263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Cristi White","mobile_number":"7085500721","email_id":"elisa.hirthe@yahoo.com","dop":"2026-01-19","serial_number":"825123777768932","imei1":"687426411502932","imei2":"824387845415695","popurl":"www.galen-watsica.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170257,"job_number":"JOB_170257","tr_customer_id":170274,"tr_customer_product_id":170264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Wilbur Schroeder","mobile_number":"7058480818","email_id":"rosina.jones@gmail.com","dop":"2026-01-19","serial_number":"653189068748251","imei1":"841498737012002","imei2":"064810199562801","popurl":"www.keenan-dooley.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170258,"job_number":"JOB_170258","tr_customer_id":170275,"tr_customer_product_id":170265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Blaine Koss","mobile_number":"7099437200","email_id":"quiana.lueilwitz@hotmail.com","dop":"2026-01-19","serial_number":"521418201569197","imei1":"555246561444916","imei2":"641329924661925","popurl":"www.mardell-welch.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170259,"job_number":"JOB_170259","tr_customer_id":170276,"tr_customer_product_id":170266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Claudine Swift","mobile_number":"7023796523","email_id":"lurlene.hilll@yahoo.com","dop":"2026-01-19","serial_number":"652439642084903","imei1":"150928357402321","imei2":"838988491570929","popurl":"www.trenton-hoeger.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170260,"job_number":"JOB_170260","tr_customer_id":170277,"tr_customer_product_id":170267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Desmond Price","mobile_number":"7033875383","email_id":"sarina.gorczany@gmail.com","dop":"2026-01-19","serial_number":"455424103027929","imei1":"900833817247677","imei2":"969999656496338","popurl":"www.tod-luettgen.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170261,"job_number":"JOB_170261","tr_customer_id":170278,"tr_customer_product_id":170268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Elissa Crist","mobile_number":"7038856749","email_id":"warren.skiles@yahoo.com","dop":"2026-01-19","serial_number":"954973640377620","imei1":"828260409651650","imei2":"645711122930752","popurl":"www.joyce-frami.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170262,"job_number":"JOB_170262","tr_customer_id":170279,"tr_customer_product_id":170269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Franklin Crooks","mobile_number":"7094377777","email_id":"cordell.greenfelder@yahoo.com","dop":"2026-01-19","serial_number":"620523949014325","imei1":"373651855507247","imei2":"134866534333791","popurl":"www.myrna-farrell.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170263,"job_number":"JOB_170263","tr_customer_id":170280,"tr_customer_product_id":170270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Columbus O'Kon","mobile_number":"7000415323","email_id":"alberta.roberts@yahoo.com","dop":"2026-01-19","serial_number":"138553713980597","imei1":"281583572359640","imei2":"304285439128757","popurl":"www.kymberly-bechtelar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170264,"job_number":"JOB_170264","tr_customer_id":170281,"tr_customer_product_id":170271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Dorene Hammes","mobile_number":"7040009863","email_id":"colin.herman@yahoo.com","dop":"2026-01-19","serial_number":"615679501143379","imei1":"757008604094661","imei2":"965959708832096","popurl":"www.keesha-dach.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170265,"job_number":"JOB_170265","tr_customer_id":170282,"tr_customer_product_id":170272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Aubrey Gottlieb","mobile_number":"7010486455","email_id":"constance.mcdermott@hotmail.com","dop":"2026-01-19","serial_number":"278272999895817","imei1":"173192041728762","imei2":"027527426271741","popurl":"www.adelina-glover.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170266,"job_number":"JOB_170266","tr_customer_id":170283,"tr_customer_product_id":170273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Alethea Kuvalis","mobile_number":"7053110000","email_id":"randall.rau@gmail.com","dop":"2026-01-19","serial_number":"484432184152380","imei1":"191393928705824","imei2":"777880831535541","popurl":"www.edison-predovic.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170267,"job_number":"JOB_170267","tr_customer_id":170284,"tr_customer_product_id":170274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Nu Hilll","mobile_number":"7012124385","email_id":"lucien.borer@gmail.com","dop":"2026-01-19","serial_number":"376314463825753","imei1":"553148262147938","imei2":"794406810841490","popurl":"www.pearl-satterfield.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170268,"job_number":"JOB_170268","tr_customer_id":170285,"tr_customer_product_id":170275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Dudley Parisian","mobile_number":"7006955607","email_id":"raphael.barton@hotmail.com","dop":"2026-01-19","serial_number":"399692295167685","imei1":"275440972100049","imei2":"836293278474897","popurl":"www.tammara-lang.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170269,"job_number":"JOB_170269","tr_customer_id":170286,"tr_customer_product_id":170276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Chia Stokes","mobile_number":"7086481035","email_id":"leah.torp@yahoo.com","dop":"2026-01-19","serial_number":"740412324822571","imei1":"250445028212868","imei2":"523833711067033","popurl":"www.carl-hane.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170270,"job_number":"JOB_170270","tr_customer_id":170287,"tr_customer_product_id":170277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:31.000Z","modified_at":"2026-01-29T05:48:31.000Z","name":"Leopoldo Metz","mobile_number":"7056154650","email_id":"cedrick.kuhlman@yahoo.com","dop":"2026-01-19","serial_number":"382261397670933","imei1":"686808815643621","imei2":"991708990793421","popurl":"www.enrique-parisian.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170271,"job_number":"JOB_170271","tr_customer_id":170288,"tr_customer_product_id":170278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:31.000Z","modified_at":"2026-01-29T05:48:31.000Z","name":"Viki Leffler","mobile_number":"7040592842","email_id":"rigoberto.hodkiewicz@yahoo.com","dop":"2026-01-19","serial_number":"136593909292199","imei1":"469284031195261","imei2":"663408731276343","popurl":"www.archie-kozey.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170272,"job_number":"JOB_170272","tr_customer_id":170289,"tr_customer_product_id":170279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:31.000Z","modified_at":"2026-01-29T05:48:31.000Z","name":"Susann Morar","mobile_number":"7021494068","email_id":"cecile.wiegand@yahoo.com","dop":"2026-01-19","serial_number":"158927685212213","imei1":"618188655915409","imei2":"265084974638323","popurl":"www.brenton-kunze.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170273,"job_number":"JOB_170273","tr_customer_id":170290,"tr_customer_product_id":170280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Bud Huel","mobile_number":"7068666049","email_id":"gaylene.price@yahoo.com","dop":"2026-01-19","serial_number":"047974297491639","imei1":"964610923672523","imei2":"323467555465233","popurl":"www.gerard-bashirian.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170274,"job_number":"JOB_170274","tr_customer_id":170291,"tr_customer_product_id":170281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Ariel Bernhard","mobile_number":"7091816373","email_id":"brandee.kemmer@yahoo.com","dop":"2026-01-19","serial_number":"663775890199765","imei1":"255542807658649","imei2":"840539096445094","popurl":"www.nga-kuhlman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170275,"job_number":"JOB_170275","tr_customer_id":170292,"tr_customer_product_id":170282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Rashad Streich","mobile_number":"7034316350","email_id":"devon.abshire@gmail.com","dop":"2026-01-19","serial_number":"074453291653388","imei1":"673519097646997","imei2":"954744911420191","popurl":"www.ivory-legros.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170276,"job_number":"JOB_170276","tr_customer_id":170293,"tr_customer_product_id":170283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Gil Little","mobile_number":"7005177573","email_id":"jerry.ratke@yahoo.com","dop":"2026-01-19","serial_number":"428147030483039","imei1":"451809402685655","imei2":"838329545950033","popurl":"www.valery-hickle.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170277,"job_number":"JOB_170277","tr_customer_id":170294,"tr_customer_product_id":170284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Rosario Gleason","mobile_number":"7026928337","email_id":"ezra.hoeger@gmail.com","dop":"2026-01-19","serial_number":"714493037194091","imei1":"161475230192910","imei2":"237466804490015","popurl":"www.devin-keebler.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170278,"job_number":"JOB_170278","tr_customer_id":170295,"tr_customer_product_id":170285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Shanice Gutmann","mobile_number":"7057570768","email_id":"howard.murray@gmail.com","dop":"2026-01-19","serial_number":"133040382899834","imei1":"656152903691011","imei2":"097861798104938","popurl":"www.bong-johnson.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170279,"job_number":"JOB_170279","tr_customer_id":170296,"tr_customer_product_id":170286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Quinn Ankunding","mobile_number":"7078393695","email_id":"kurt.simonis@gmail.com","dop":"2026-01-19","serial_number":"585745996333988","imei1":"365102360124660","imei2":"290343825323120","popurl":"www.tuan-towne.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170280,"job_number":"JOB_170280","tr_customer_id":170297,"tr_customer_product_id":170287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Launa Koelpin","mobile_number":"7019276649","email_id":"bart.dach@gmail.com","dop":"2026-01-19","serial_number":"111678387215629","imei1":"699233265636085","imei2":"389383014734706","popurl":"www.briana-hessel.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170281,"job_number":"JOB_170281","tr_customer_id":170298,"tr_customer_product_id":170288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Gerardo Lynch","mobile_number":"7052894028","email_id":"beatris.herman@yahoo.com","dop":"2026-01-19","serial_number":"991354659847131","imei1":"211131001419487","imei2":"732099870144335","popurl":"www.donya-wilkinson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170282,"job_number":"JOB_170282","tr_customer_id":170299,"tr_customer_product_id":170289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Violette Zboncak","mobile_number":"7054325873","email_id":"jon.beatty@yahoo.com","dop":"2026-01-19","serial_number":"113313770878779","imei1":"172401667657537","imei2":"410626337285531","popurl":"www.randall-thompson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170283,"job_number":"JOB_170283","tr_customer_id":170300,"tr_customer_product_id":170290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Isidra Bernier","mobile_number":"7011875783","email_id":"kelley.rohan@hotmail.com","dop":"2026-01-19","serial_number":"081477794363547","imei1":"300507865461477","imei2":"746794430713661","popurl":"www.eldora-quitzon.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170284,"job_number":"JOB_170284","tr_customer_id":170301,"tr_customer_product_id":170291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Leatrice Kling","mobile_number":"7057861642","email_id":"evette.bechtelar@yahoo.com","dop":"2026-01-19","serial_number":"211730052522536","imei1":"412751570164251","imei2":"304744183682637","popurl":"www.cassaundra-schmitt.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170285,"job_number":"JOB_170285","tr_customer_id":170302,"tr_customer_product_id":170292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Broderick Smith","mobile_number":"7001351483","email_id":"cary.mccullough@hotmail.com","dop":"2026-01-19","serial_number":"320773034943050","imei1":"114223627161612","imei2":"107464813860199","popurl":"www.chu-renner.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170286,"job_number":"JOB_170286","tr_customer_id":170303,"tr_customer_product_id":170293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Shayla Kessler","mobile_number":"7086168202","email_id":"aleen.kunde@gmail.com","dop":"2026-01-19","serial_number":"236372367591240","imei1":"334285666363360","imei2":"018877848468158","popurl":"www.stephen-blick.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170287,"job_number":"JOB_170287","tr_customer_id":170304,"tr_customer_product_id":170294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Rolland Batz","mobile_number":"7086908465","email_id":"cordell.rodriguez@yahoo.com","dop":"2026-01-19","serial_number":"561496191451956","imei1":"004520205915341","imei2":"051969360351284","popurl":"www.benedict-waelchi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170288,"job_number":"JOB_170288","tr_customer_id":170305,"tr_customer_product_id":170295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Garfield Koch","mobile_number":"7054113851","email_id":"jarrett.hartmann@hotmail.com","dop":"2026-01-19","serial_number":"759466932485178","imei1":"112079791017813","imei2":"004672035246440","popurl":"www.oswaldo-pagac.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170289,"job_number":"JOB_170289","tr_customer_id":170306,"tr_customer_product_id":170296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Beau Kling","mobile_number":"7069866035","email_id":"kelsi.runolfsson@yahoo.com","dop":"2026-01-19","serial_number":"290742738273944","imei1":"668260766835625","imei2":"652104689973897","popurl":"www.bennie-bartoletti.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170290,"job_number":"JOB_170290","tr_customer_id":170307,"tr_customer_product_id":170297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Thanh Lueilwitz","mobile_number":"7073544974","email_id":"bobby.dicki@yahoo.com","dop":"2026-01-19","serial_number":"301518552424284","imei1":"893663339624586","imei2":"795915710844668","popurl":"www.gertrude-oconnell.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170291,"job_number":"JOB_170291","tr_customer_id":170308,"tr_customer_product_id":170298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Ligia Powlowski","mobile_number":"7052117223","email_id":"nakia.skiles@hotmail.com","dop":"2026-01-19","serial_number":"734089455529193","imei1":"817252341842789","imei2":"122537213300785","popurl":"www.yen-jerde.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170292,"job_number":"JOB_170292","tr_customer_id":170309,"tr_customer_product_id":170299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Wilburn Kutch","mobile_number":"7059269789","email_id":"diedra.dubuque@gmail.com","dop":"2026-01-19","serial_number":"792149224110826","imei1":"224341792702478","imei2":"686155765699649","popurl":"www.sol-ruecker.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170293,"job_number":"JOB_170293","tr_customer_id":170310,"tr_customer_product_id":170300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Gale Windler","mobile_number":"7053187120","email_id":"virgil.jacobson@gmail.com","dop":"2026-01-19","serial_number":"546650878449800","imei1":"654676504441541","imei2":"054634256245915","popurl":"www.fidela-muller.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170294,"job_number":"JOB_170294","tr_customer_id":170311,"tr_customer_product_id":170301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Melissia Heathcote","mobile_number":"7049912515","email_id":"hipolito.okeefe@hotmail.com","dop":"2026-01-19","serial_number":"920398109443780","imei1":"299409222664093","imei2":"661756859460322","popurl":"www.nicolette-hansen.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170295,"job_number":"JOB_170295","tr_customer_id":170312,"tr_customer_product_id":170302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Corrin Emard","mobile_number":"7035854600","email_id":"rhea.grady@yahoo.com","dop":"2026-01-19","serial_number":"703029191701704","imei1":"039399364369762","imei2":"386766186332312","popurl":"www.arica-christiansen.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170296,"job_number":"JOB_170296","tr_customer_id":170313,"tr_customer_product_id":170303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Cecily Conroy","mobile_number":"7090037166","email_id":"avery.klein@gmail.com","dop":"2026-01-19","serial_number":"054405971580322","imei1":"679615245379949","imei2":"975504407308938","popurl":"www.reginald-williamson.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170297,"job_number":"JOB_170297","tr_customer_id":170314,"tr_customer_product_id":170304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Wilbur Walker","mobile_number":"7071289746","email_id":"kip.rau@yahoo.com","dop":"2026-01-19","serial_number":"994703034336346","imei1":"698413656866811","imei2":"565237069743950","popurl":"www.cassandra-douglas.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170298,"job_number":"JOB_170298","tr_customer_id":170315,"tr_customer_product_id":170305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Judson Lebsack","mobile_number":"7047802957","email_id":"leon.schamberger@yahoo.com","dop":"2026-01-19","serial_number":"007111435469463","imei1":"942630586541499","imei2":"256068166300666","popurl":"www.todd-wehner.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170299,"job_number":"JOB_170299","tr_customer_id":170316,"tr_customer_product_id":170306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Krystin Kuhic","mobile_number":"7073314363","email_id":"amparo.howe@gmail.com","dop":"2026-01-19","serial_number":"405554517896442","imei1":"849844372020304","imei2":"401806640799600","popurl":"www.jacqulyn-stark.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170300,"job_number":"JOB_170300","tr_customer_id":170317,"tr_customer_product_id":170307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Dorthea Bode","mobile_number":"7028156604","email_id":"lizabeth.kreiger@yahoo.com","dop":"2026-01-19","serial_number":"014277701229923","imei1":"496340704994249","imei2":"093038207032628","popurl":"www.freeman-gulgowski.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170301,"job_number":"JOB_170301","tr_customer_id":170318,"tr_customer_product_id":170308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Shanae Nienow","mobile_number":"7085477286","email_id":"bebe.collins@gmail.com","dop":"2026-01-19","serial_number":"333881492313480","imei1":"465199716601108","imei2":"190637435307858","popurl":"www.cinderella-abernathy.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170302,"job_number":"JOB_170302","tr_customer_id":170319,"tr_customer_product_id":170309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Julius Daugherty","mobile_number":"7068994163","email_id":"ryann.hand@yahoo.com","dop":"2026-01-19","serial_number":"115363344515312","imei1":"703158220144090","imei2":"214864755915204","popurl":"www.freida-mueller.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170303,"job_number":"JOB_170303","tr_customer_id":170320,"tr_customer_product_id":170310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:35.000Z","modified_at":"2026-01-29T05:48:35.000Z","name":"Estell Goyette","mobile_number":"7076879395","email_id":"jerrod.miller@hotmail.com","dop":"2026-01-19","serial_number":"525133618426072","imei1":"252597024711472","imei2":"150861370405568","popurl":"www.osvaldo-barrows.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170304,"job_number":"JOB_170304","tr_customer_id":170321,"tr_customer_product_id":170311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Zackary Wolff","mobile_number":"7042601363","email_id":"foster.mcglynn@gmail.com","dop":"2026-01-19","serial_number":"465575730158631","imei1":"021192744336210","imei2":"021057683656422","popurl":"www.randal-turner.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170305,"job_number":"JOB_170305","tr_customer_id":170322,"tr_customer_product_id":170312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Kimberly Glover","mobile_number":"7095559611","email_id":"cary.farrell@gmail.com","dop":"2026-01-19","serial_number":"239556247015289","imei1":"301960567483025","imei2":"128441512416247","popurl":"www.adelaide-schaefer.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170306,"job_number":"JOB_170306","tr_customer_id":170323,"tr_customer_product_id":170313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Fermina McLaughlin","mobile_number":"7017166496","email_id":"rosendo.balistreri@hotmail.com","dop":"2026-01-19","serial_number":"072056892191034","imei1":"790721180190395","imei2":"805483436630756","popurl":"www.wayne-torp.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170307,"job_number":"JOB_170307","tr_customer_id":170324,"tr_customer_product_id":170314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Octavio Hilll","mobile_number":"7070346459","email_id":"richard.thompson@hotmail.com","dop":"2026-01-19","serial_number":"315777018232010","imei1":"858636238195406","imei2":"687490805977002","popurl":"www.amanda-braun.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170308,"job_number":"JOB_170308","tr_customer_id":170325,"tr_customer_product_id":170315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Leroy Reichel","mobile_number":"7096262834","email_id":"lemuel.goodwin@yahoo.com","dop":"2026-01-19","serial_number":"113690943917920","imei1":"573989202481299","imei2":"493240038896145","popurl":"www.michaele-trantow.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170309,"job_number":"JOB_170309","tr_customer_id":170326,"tr_customer_product_id":170316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Marcos Bernhard","mobile_number":"7093341698","email_id":"peggy.nolan@hotmail.com","dop":"2026-01-19","serial_number":"872892873464589","imei1":"656320435657996","imei2":"579243516072405","popurl":"www.bernardina-farrell.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170310,"job_number":"JOB_170310","tr_customer_id":170327,"tr_customer_product_id":170317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Cori Bahringer","mobile_number":"7015609745","email_id":"paola.aufderhar@gmail.com","dop":"2026-01-19","serial_number":"062382101570858","imei1":"107256484287444","imei2":"759968193356360","popurl":"www.cruz-ruecker.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170311,"job_number":"JOB_170311","tr_customer_id":170328,"tr_customer_product_id":170318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Terra Batz","mobile_number":"7065942000","email_id":"dillon.cormier@hotmail.com","dop":"2026-01-19","serial_number":"360326519033902","imei1":"833717706004840","imei2":"518190593381939","popurl":"www.carlita-stamm.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170312,"job_number":"JOB_170312","tr_customer_id":170329,"tr_customer_product_id":170319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Donte Schuster","mobile_number":"7056886671","email_id":"eldon.bechtelar@gmail.com","dop":"2026-01-19","serial_number":"986071458169851","imei1":"560922975673975","imei2":"913400530238079","popurl":"www.manie-murphy.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170313,"job_number":"JOB_170313","tr_customer_id":170330,"tr_customer_product_id":170320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:57:36.000Z","modified_at":"2026-01-29T05:57:36.000Z","name":"veer kumar","mobile_number":"9398102868","email_id":"veer@gmail.com","dop":"2026-01-11","serial_number":"12343223456765432","imei1":"12343223456765432","imei2":"12343223456765432","popurl":"2026-01-11T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170314,"job_number":"JOB_170314","tr_customer_id":170331,"tr_customer_product_id":170321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:02:17.000Z","modified_at":"2026-01-29T06:02:17.000Z","name":"Dron Reddy","mobile_number":"7034869575","email_id":"chandravati.nehru@yahoo.co.in","dop":"2026-01-19","serial_number":"059444005131417","imei1":"059444005131417","imei2":"059444005131417","popurl":"www.dhananjay-reddy.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:02:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170315,"job_number":"JOB_170315","tr_customer_id":170332,"tr_customer_product_id":170322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:08:07.000Z","modified_at":"2026-01-29T06:08:07.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2026-01-19","serial_number":"13511800420678","imei1":"13511800420678","imei2":"13511800420678","popurl":"2026-01-19T06:08:04.176679800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:08:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170316,"job_number":"JOB_170316","tr_customer_id":170333,"tr_customer_product_id":170323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:17:59.000Z","modified_at":"2026-01-29T06:17:59.000Z","name":"Brajesh Varma","mobile_number":"7037232521","email_id":"chanda.talwar@yahoo.co.in","dop":"2026-01-19","serial_number":"706892942434128","imei1":"706892942434128","imei2":"706892942434128","popurl":"www.umang-chaturvedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170317,"job_number":"JOB_170317","tr_customer_id":170334,"tr_customer_product_id":170324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:22:55.000Z","modified_at":"2026-01-29T06:22:55.000Z","name":"Dharitri Dutta","mobile_number":"7029773404","email_id":"bodhan.pothuvaal@hotmail.com","dop":"2026-01-19","serial_number":"945495203650264","imei1":"945495203650264","imei2":"945495203650264","popurl":"www.durgeshwari-kakkar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170335,"job_number":"JOB_170335","tr_customer_id":170352,"tr_customer_product_id":170342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:51.000Z","modified_at":"2026-01-29T06:35:51.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10856121769214","imei1":"10856121769214","imei2":"10856121769214","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170337,"job_number":"JOB_170337","tr_customer_id":170354,"tr_customer_product_id":170344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:52.000Z","modified_at":"2026-01-29T06:35:52.000Z","name":"Britney Boyer","mobile_number":"936-736-9229","email_id":"Derick_Simonis83@gmail.com","dop":"2025-06-18","serial_number":"1060705733169913","imei1":"1060705733169913","imei2":"1060705733169913","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:35:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170339,"job_number":"JOB_170339","tr_customer_id":170356,"tr_customer_product_id":170346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:00.000Z","modified_at":"2026-01-29T06:36:00.000Z","name":"Darlene Mayer","mobile_number":"455-205-3827","email_id":"Jadon.Gaylord33@yahoo.com","dop":"2025-04-06","serial_number":"18172264101396828","imei1":"18172264101396828","imei2":"18172264101396828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170340,"job_number":"JOB_170340","tr_customer_id":170357,"tr_customer_product_id":170347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:35.000Z","modified_at":"2026-01-29T06:36:35.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10276504604543","imei1":"10276504604543","imei2":"10276504604543","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:36:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170342,"job_number":"JOB_170342","tr_customer_id":170359,"tr_customer_product_id":170349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:36.000Z","modified_at":"2026-01-29T06:36:36.000Z","name":"Roy Keeling","mobile_number":"283-823-6410","email_id":"Walton.Wisoky50@gmail.com","dop":"2025-06-18","serial_number":"1013664490259973","imei1":"1013664490259973","imei2":"1013664490259973","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:36:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170343,"job_number":"JOB_170343","tr_customer_id":170360,"tr_customer_product_id":170350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:02.000Z","modified_at":"2026-01-29T06:37:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15522363055902","imei1":"15522363055902","imei2":"15522363055902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170345,"job_number":"JOB_170345","tr_customer_id":170362,"tr_customer_product_id":170352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:03.000Z","modified_at":"2026-01-29T06:37:04.000Z","name":"Alexa Crooks","mobile_number":"725-380-5649","email_id":"Jennyfer84@gmail.com","dop":"2025-04-06","serial_number":"18407784815935784","imei1":"18407784815935784","imei2":"18407784815935784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170346,"job_number":"JOB_170346","tr_customer_id":170363,"tr_customer_product_id":170353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:46.000Z","modified_at":"2026-01-29T06:37:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15855807980150","imei1":"15855807980150","imei2":"15855807980150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170348,"job_number":"JOB_170348","tr_customer_id":170365,"tr_customer_product_id":170355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:48.000Z","modified_at":"2026-01-29T06:37:48.000Z","name":"Jeanie Crist","mobile_number":"584-251-9509","email_id":"Assunta86@gmail.com","dop":"2025-04-06","serial_number":"10715964929387842","imei1":"10715964929387842","imei2":"10715964929387842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170349,"job_number":"JOB_170349","tr_customer_id":170366,"tr_customer_product_id":170356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:31.000Z","modified_at":"2026-01-29T06:38:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16037824530219","imei1":"16037824530219","imei2":"16037824530219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:38:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170351,"job_number":"JOB_170351","tr_customer_id":170368,"tr_customer_product_id":170358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:33.000Z","modified_at":"2026-01-29T06:38:33.000Z","name":"Vallie Durgan","mobile_number":"902-443-2582","email_id":"Mason_Rutherford@yahoo.com","dop":"2025-04-06","serial_number":"19835579645295650","imei1":"19835579645295650","imei2":"19835579645295650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:38:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170352,"job_number":"JOB_170352","tr_customer_id":170369,"tr_customer_product_id":170359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:47.000Z","modified_at":"2026-01-29T06:38:47.000Z","name":"Atreyi Rana","mobile_number":"7083087604","email_id":"vidhya.bhat@hotmail.com","dop":"2026-01-19","serial_number":"706941820273780","imei1":"706941820273780","imei2":"706941820273780","popurl":"www.gaurang-naik.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:38:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170353,"job_number":"JOB_170353","tr_customer_id":170370,"tr_customer_product_id":170360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:39:25.000Z","modified_at":"2026-01-29T06:39:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19568621313003","imei1":"19568621313003","imei2":"19568621313003","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:39:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170355,"job_number":"JOB_170355","tr_customer_id":170372,"tr_customer_product_id":170362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:39:26.000Z","modified_at":"2026-01-29T06:39:26.000Z","name":"Libby Torp","mobile_number":"288-373-3904","email_id":"Brown.Little1@yahoo.com","dop":"2025-04-06","serial_number":"18091890734912620","imei1":"18091890734912620","imei2":"18091890734912620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:39:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170356,"job_number":"JOB_170356","tr_customer_id":170373,"tr_customer_product_id":170363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:10.000Z","modified_at":"2026-01-29T06:40:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12207671801424","imei1":"12207671801424","imei2":"12207671801424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170358,"job_number":"JOB_170358","tr_customer_id":170375,"tr_customer_product_id":170365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:12.000Z","modified_at":"2026-01-29T06:40:12.000Z","name":"Liana Harvey","mobile_number":"408-925-4854","email_id":"Alison_Koepp@gmail.com","dop":"2025-04-06","serial_number":"17423739786054996","imei1":"17423739786054996","imei2":"17423739786054996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170359,"job_number":"JOB_170359","tr_customer_id":170376,"tr_customer_product_id":170366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:56.000Z","modified_at":"2026-01-29T06:40:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12208140426477","imei1":"12208140426477","imei2":"12208140426477","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170361,"job_number":"JOB_170361","tr_customer_id":170378,"tr_customer_product_id":170368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:57.000Z","modified_at":"2026-01-29T06:40:57.000Z","name":"Newell Lowe","mobile_number":"686-637-0679","email_id":"Vella.Kuhlman@hotmail.com","dop":"2025-04-06","serial_number":"10645713143187366","imei1":"10645713143187366","imei2":"10645713143187366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170363,"job_number":"JOB_170363","tr_customer_id":170380,"tr_customer_product_id":170370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:47.000Z","modified_at":"2026-01-29T06:41:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15855265716463","imei1":"15855265716463","imei2":"15855265716463","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:41:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170365,"job_number":"JOB_170365","tr_customer_id":170382,"tr_customer_product_id":170372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:49.000Z","modified_at":"2026-01-29T06:41:49.000Z","name":"Coy Dickens","mobile_number":"523-221-0909","email_id":"Luella_Wilkinson3@yahoo.com","dop":"2025-04-06","serial_number":"16780419753845036","imei1":"16780419753845036","imei2":"16780419753845036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:41:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170367,"job_number":"JOB_170367","tr_customer_id":170384,"tr_customer_product_id":170374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:42:38.000Z","modified_at":"2026-01-29T06:42:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11661249578121","imei1":"11661249578121","imei2":"11661249578121","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:42:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170369,"job_number":"JOB_170369","tr_customer_id":170386,"tr_customer_product_id":170376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:42:39.000Z","modified_at":"2026-01-29T06:42:39.000Z","name":"Elyssa Gaylord","mobile_number":"913-445-2459","email_id":"Erwin19@hotmail.com","dop":"2025-04-06","serial_number":"14369738604398470","imei1":"14369738604398470","imei2":"14369738604398470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170370,"job_number":"JOB_170370","tr_customer_id":170387,"tr_customer_product_id":170377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:23.000Z","modified_at":"2026-01-29T06:43:23.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14953346028155","imei2":"14953346028155","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170372,"job_number":"JOB_170372","tr_customer_id":170389,"tr_customer_product_id":170379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:28.000Z","modified_at":"2026-01-29T06:43:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18444745092848","imei1":"18444745092848","imei2":"18444745092848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170374,"job_number":"JOB_170374","tr_customer_id":170391,"tr_customer_product_id":170381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:30.000Z","modified_at":"2026-01-29T06:43:30.000Z","name":"Elise Langworth","mobile_number":"506-789-5136","email_id":"Cordia_OKon@yahoo.com","dop":"2025-04-06","serial_number":"13668979298666100","imei1":"13668979298666100","imei2":"13668979298666100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170375,"job_number":"JOB_170375","tr_customer_id":170392,"tr_customer_product_id":170382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:37.000Z","modified_at":"2026-01-29T06:43:37.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14176198100525","imei2":"14176198100525","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170377,"job_number":"JOB_170377","tr_customer_id":170394,"tr_customer_product_id":170384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:51.000Z","modified_at":"2026-01-29T06:43:51.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14983278150615","imei2":"14983278150615","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170380,"job_number":"JOB_170380","tr_customer_id":170397,"tr_customer_product_id":170387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:45:09.000Z","modified_at":"2026-01-29T06:45:09.000Z","name":"Winona Pouros","mobile_number":"473-755-4357","email_id":"Naomi14@gmail.com","dop":"2025-04-06","serial_number":"13217274141320578","imei1":"13217274141320578","imei2":"13217274141320578","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:45:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170381,"job_number":"JOB_170381","tr_customer_id":170398,"tr_customer_product_id":170388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:25.000Z","modified_at":"2026-01-29T06:46:25.000Z","name":"Shresth Naik","mobile_number":"7096770820","email_id":"dharani.gill@gmail.com","dop":"2026-01-19","serial_number":"647276168264212","imei1":"647276168264212","imei2":"647276168264212","popurl":"www.prem-desai.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170382,"job_number":"JOB_170382","tr_customer_id":170399,"tr_customer_product_id":170389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:29.000Z","modified_at":"2026-01-29T06:46:29.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17680172698670","imei1":"17680172698670","imei2":"17680172698670","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170384,"job_number":"JOB_170384","tr_customer_id":170401,"tr_customer_product_id":170391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:47.000Z","modified_at":"2026-01-29T06:46:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10870358707358","imei1":"10870358707358","imei2":"10870358707358","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170386,"job_number":"JOB_170386","tr_customer_id":170403,"tr_customer_product_id":170393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:49.000Z","modified_at":"2026-01-29T06:46:49.000Z","name":"Kurtis O'Hara","mobile_number":"552-370-2299","email_id":"Alden_Price@hotmail.com","dop":"2025-04-06","serial_number":"18333736871994510","imei1":"18333736871994510","imei2":"18333736871994510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170387,"job_number":"JOB_170387","tr_customer_id":170404,"tr_customer_product_id":170394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:13.000Z","modified_at":"2026-01-29T06:47:13.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"13725543893783","imei1":"13725543893783","imei2":"13725543893783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170389,"job_number":"JOB_170389","tr_customer_id":170406,"tr_customer_product_id":170396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:32.000Z","modified_at":"2026-01-29T06:47:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19445917856710","imei1":"19445917856710","imei2":"19445917856710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170391,"job_number":"JOB_170391","tr_customer_id":170408,"tr_customer_product_id":170398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:34.000Z","modified_at":"2026-01-29T06:47:34.000Z","name":"Dane Hoppe","mobile_number":"749-448-7419","email_id":"Annalise.Daugherty53@gmail.com","dop":"2025-04-06","serial_number":"11354351697475178","imei1":"11354351697475178","imei2":"11354351697475178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170392,"job_number":"JOB_170392","tr_customer_id":170409,"tr_customer_product_id":170399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:56.000Z","modified_at":"2026-01-29T06:47:56.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"19847883260012","imei1":"19847883260012","imei2":"19847883260012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170397,"job_number":"JOB_170397","tr_customer_id":170414,"tr_customer_product_id":170404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:17.000Z","modified_at":"2026-01-29T06:48:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11242676978023","imei1":"11242676978023","imei2":"11242676978023","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170399,"job_number":"JOB_170399","tr_customer_id":170416,"tr_customer_product_id":170406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:19.000Z","modified_at":"2026-01-29T06:48:19.000Z","name":"Kristin Sipes","mobile_number":"704-939-2871","email_id":"Royal_Miller@yahoo.com","dop":"2025-04-06","serial_number":"12721076683349210","imei1":"12721076683349210","imei2":"12721076683349210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170406,"job_number":"JOB_170406","tr_customer_id":170423,"tr_customer_product_id":170413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:59.000Z","modified_at":"2026-01-29T06:49:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14669517761007","imei1":"14669517761007","imei2":"14669517761007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170408,"job_number":"JOB_170408","tr_customer_id":170425,"tr_customer_product_id":170415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:01.000Z","modified_at":"2026-01-29T06:50:01.000Z","name":"Heidi Brown","mobile_number":"904-681-5044","email_id":"Ceasar83@gmail.com","dop":"2025-04-06","serial_number":"13280798662547044","imei1":"13280798662547044","imei2":"13280798662547044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170412,"job_number":"JOB_170412","tr_customer_id":170429,"tr_customer_product_id":170419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:52.000Z","modified_at":"2026-01-29T06:50:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12487628971591","imei1":"12487628971591","imei2":"12487628971591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170414,"job_number":"JOB_170414","tr_customer_id":170431,"tr_customer_product_id":170421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:53.000Z","modified_at":"2026-01-29T06:50:53.000Z","name":"Queenie Schaden","mobile_number":"652-476-2967","email_id":"Zachary_Moore58@yahoo.com","dop":"2025-04-06","serial_number":"18537303171912784","imei1":"18537303171912784","imei2":"18537303171912784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170415,"job_number":"JOB_170415","tr_customer_id":170432,"tr_customer_product_id":170422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:51:43.000Z","modified_at":"2026-01-29T06:51:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15987695788168","imei1":"15987695788168","imei2":"15987695788168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170417,"job_number":"JOB_170417","tr_customer_id":170434,"tr_customer_product_id":170424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:51:45.000Z","modified_at":"2026-01-29T06:51:45.000Z","name":"Ona Toy","mobile_number":"970-382-0624","email_id":"Lilly_Bode19@gmail.com","dop":"2025-04-06","serial_number":"10138149216530896","imei1":"10138149216530896","imei2":"10138149216530896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:51:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170418,"job_number":"JOB_170418","tr_customer_id":170435,"tr_customer_product_id":170425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:09.000Z","modified_at":"2026-01-29T06:55:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10353172608729","imei1":"10353172608729","imei2":"10353172608729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170420,"job_number":"JOB_170420","tr_customer_id":170437,"tr_customer_product_id":170427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:11.000Z","modified_at":"2026-01-29T06:55:11.000Z","name":"Karelle Schroeder","mobile_number":"331-848-5054","email_id":"Dave_Stracke70@yahoo.com","dop":"2025-04-06","serial_number":"17895068214493260","imei1":"17895068214493260","imei2":"17895068214493260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170421,"job_number":"JOB_170421","tr_customer_id":170438,"tr_customer_product_id":170428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:56.000Z","modified_at":"2026-01-29T06:55:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13702350431528","imei1":"13702350431528","imei2":"13702350431528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170423,"job_number":"JOB_170423","tr_customer_id":170440,"tr_customer_product_id":170430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:57.000Z","modified_at":"2026-01-29T06:55:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15812020335789","imei1":"15812020335789","imei2":"15812020335789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170425,"job_number":"JOB_170425","tr_customer_id":170442,"tr_customer_product_id":170432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:58.000Z","modified_at":"2026-01-29T06:55:58.000Z","name":"Chauncey Runolfsson","mobile_number":"776-260-9651","email_id":"Andreanne_Stracke@gmail.com","dop":"2025-04-06","serial_number":"11741818876965598","imei1":"11741818876965598","imei2":"11741818876965598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170426,"job_number":"JOB_170426","tr_customer_id":170443,"tr_customer_product_id":170433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:59.000Z","modified_at":"2026-01-29T06:55:59.000Z","name":"Bria Leannon","mobile_number":"489-802-1287","email_id":"Chauncey_Dietrich63@gmail.com","dop":"2025-04-06","serial_number":"18153099437377484","imei1":"18153099437377484","imei2":"18153099437377484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170428,"job_number":"JOB_170428","tr_customer_id":170445,"tr_customer_product_id":170435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:04.000Z","modified_at":"2026-01-29T06:56:04.000Z","name":"Era Langosh","mobile_number":"535-387-8739","email_id":"Crystel_Cruickshank@yahoo.com","dop":"2025-04-06","serial_number":"18551971805714256","imei1":"18551971805714256","imei2":"18551971805714256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170430,"job_number":"JOB_170430","tr_customer_id":170447,"tr_customer_product_id":170437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:18.000Z","modified_at":"2026-01-29T06:56:18.000Z","name":"Mona Heaney","mobile_number":"821-325-9141","email_id":"Vallie63@gmail.com","dop":"2025-04-06","serial_number":"18494932092494360","imei1":"18494932092494360","imei2":"18494932092494360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170431,"job_number":"JOB_170431","tr_customer_id":170448,"tr_customer_product_id":170438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:44.000Z","modified_at":"2026-01-29T06:56:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16199929190824","imei1":"16199929190824","imei2":"16199929190824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170433,"job_number":"JOB_170433","tr_customer_id":170450,"tr_customer_product_id":170440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:46.000Z","modified_at":"2026-01-29T06:56:46.000Z","name":"Winfield Kerluke","mobile_number":"262-518-2098","email_id":"Braeden_Yundt42@yahoo.com","dop":"2025-04-06","serial_number":"10043849112111964","imei1":"10043849112111964","imei2":"10043849112111964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170434,"job_number":"JOB_170434","tr_customer_id":170451,"tr_customer_product_id":170441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:48.000Z","modified_at":"2026-01-29T06:56:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17419896394536","imei1":"17419896394536","imei2":"17419896394536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170436,"job_number":"JOB_170436","tr_customer_id":170453,"tr_customer_product_id":170443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:49.000Z","modified_at":"2026-01-29T06:56:49.000Z","name":"Raoul Kuhlman","mobile_number":"356-544-5923","email_id":"Mayra.Johnson@yahoo.com","dop":"2025-04-06","serial_number":"12562659490599182","imei1":"12562659490599182","imei2":"12562659490599182","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170437,"job_number":"JOB_170437","tr_customer_id":170454,"tr_customer_product_id":170444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:57:37.000Z","modified_at":"2026-01-29T06:57:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12745808333016","imei1":"12745808333016","imei2":"12745808333016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170439,"job_number":"JOB_170439","tr_customer_id":170456,"tr_customer_product_id":170446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:57:38.000Z","modified_at":"2026-01-29T06:57:38.000Z","name":"Roel Tillman","mobile_number":"311-505-6960","email_id":"Lavon90@yahoo.com","dop":"2025-04-06","serial_number":"13433899235445894","imei1":"13433899235445894","imei2":"13433899235445894","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170440,"job_number":"JOB_170440","tr_customer_id":170457,"tr_customer_product_id":170447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:21.000Z","modified_at":"2026-01-29T07:00:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17900992143091","imei1":"17900992143091","imei2":"17900992143091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170442,"job_number":"JOB_170442","tr_customer_id":170459,"tr_customer_product_id":170449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:23.000Z","modified_at":"2026-01-29T07:00:23.000Z","name":"Alvena Crist","mobile_number":"368-433-0509","email_id":"Adeline.Carroll@gmail.com","dop":"2025-04-06","serial_number":"10878890550692228","imei1":"10878890550692228","imei2":"10878890550692228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:00:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170444,"job_number":"JOB_170444","tr_customer_id":170461,"tr_customer_product_id":170451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:27.000Z","modified_at":"2026-01-29T07:00:27.000Z","name":"Carmela MacGyver","mobile_number":"266-774-7517","email_id":"Trace22@gmail.com","dop":"2025-04-06","serial_number":"15197690667528036","imei1":"15197690667528036","imei2":"15197690667528036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170445,"job_number":"JOB_170445","tr_customer_id":170462,"tr_customer_product_id":170452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:09.000Z","modified_at":"2026-01-29T07:01:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17956609760043","imei1":"17956609760043","imei2":"17956609760043","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170447,"job_number":"JOB_170447","tr_customer_id":170464,"tr_customer_product_id":170454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:10.000Z","modified_at":"2026-01-29T07:01:10.000Z","name":"Victoria Pfannerstill","mobile_number":"546-856-8212","email_id":"Nicholaus_Konopelski94@yahoo.com","dop":"2025-04-06","serial_number":"14543151397922404","imei1":"14543151397922404","imei2":"14543151397922404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170448,"job_number":"JOB_170448","tr_customer_id":170465,"tr_customer_product_id":170455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:55.000Z","modified_at":"2026-01-29T07:01:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17411536850453","imei1":"17411536850453","imei2":"17411536850453","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170450,"job_number":"JOB_170450","tr_customer_id":170467,"tr_customer_product_id":170457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:57.000Z","modified_at":"2026-01-29T07:01:57.000Z","name":"Travis Kilback","mobile_number":"245-744-6615","email_id":"Joey.Considine23@gmail.com","dop":"2025-04-06","serial_number":"17716187716120820","imei1":"17716187716120820","imei2":"17716187716120820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170451,"job_number":"JOB_170451","tr_customer_id":170468,"tr_customer_product_id":170458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:25.000Z","modified_at":"2026-01-29T07:10:25.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"10593676716794","imei1":"10593676716794","imei2":"10593676716794","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:10:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170453,"job_number":"JOB_170453","tr_customer_id":170470,"tr_customer_product_id":170460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:41.000Z","modified_at":"2026-01-29T07:10:41.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"10919082835236","imei1":"10919082835236","imei2":"10919082835236","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:10:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170455,"job_number":"JOB_170455","tr_customer_id":170472,"tr_customer_product_id":170462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:56.000Z","modified_at":"2026-01-29T07:10:56.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"15613900543394","imei1":"15613900543394","imei2":"15613900543394","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:10:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170457,"job_number":"JOB_170457","tr_customer_id":170474,"tr_customer_product_id":170464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:24:23.000Z","modified_at":"2026-01-29T07:24:23.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"19691618055896","imei1":"19691618055896","imei2":"119691618055896","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170458,"job_number":"JOB_170458","tr_customer_id":170475,"tr_customer_product_id":170465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:33:37.000Z","modified_at":"2026-01-29T07:33:37.000Z","name":"Kamala Kakkar","mobile_number":"7030157418","email_id":"gandharv.mehrotra@yahoo.co.in","dop":"2026-01-19","serial_number":"983519147373699","imei1":"983519147373699","imei2":"983519147373699","popurl":"www.chitrali-iyer.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:33:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170461,"job_number":"JOB_170461","tr_customer_id":170478,"tr_customer_product_id":170468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:42:19.000Z","modified_at":"2026-01-29T07:42:19.000Z","name":"Swara Ahluwalia","mobile_number":"7096046573","email_id":"pushti.nayar@gmail.com","dop":"2026-01-19","serial_number":"787116735846000","imei1":"787116735846000","imei2":"787116735846000","popurl":"www.ambar-panicker.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170467,"job_number":"JOB_170467","tr_customer_id":170484,"tr_customer_product_id":170474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:00.000Z","modified_at":"2026-01-29T07:57:00.000Z","name":"Pascale Haley","mobile_number":"455-509-9022","email_id":"Ruby43@hotmail.com","dop":"2025-04-06","serial_number":"14373098808279600","imei1":"14373098808279600","imei2":"14373098808279600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170469,"job_number":"JOB_170469","tr_customer_id":170486,"tr_customer_product_id":170476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:38.000Z","modified_at":"2026-01-29T07:57:38.000Z","name":"Ramona Brekke","mobile_number":"783-990-5641","email_id":"Palma_Weimann39@gmail.com","dop":"2025-04-06","serial_number":"12422512076616136","imei1":"12422512076616136","imei2":"12422512076616136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170471,"job_number":"JOB_170471","tr_customer_id":170488,"tr_customer_product_id":170478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:47.000Z","modified_at":"2026-01-29T07:57:47.000Z","name":"Devan Leuschke","mobile_number":"262-820-7320","email_id":"Horacio.Hartmann@hotmail.com","dop":"2025-04-06","serial_number":"12096401794029758","imei1":"12096401794029758","imei2":"12096401794029758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170475,"job_number":"JOB_170475","tr_customer_id":170492,"tr_customer_product_id":170482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:33.000Z","modified_at":"2026-01-29T07:58:33.000Z","name":"Robert Beahan","mobile_number":"476-879-6737","email_id":"Jalon_Kreiger@hotmail.com","dop":"2025-04-06","serial_number":"10286485922550454","imei1":"10286485922550454","imei2":"10286485922550454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170477,"job_number":"JOB_170477","tr_customer_id":170494,"tr_customer_product_id":170484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:43.000Z","modified_at":"2026-01-29T07:58:43.000Z","name":"Neha Cronin","mobile_number":"448-524-8683","email_id":"Jamar.Rogahn88@yahoo.com","dop":"2025-04-06","serial_number":"10871124116045736","imei1":"10871124116045736","imei2":"10871124116045736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170478,"job_number":"JOB_170478","tr_customer_id":170495,"tr_customer_product_id":170485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:35.000Z","modified_at":"2026-01-29T08:33:35.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"14443094780437","imei1":"14443094780437","imei2":"14443094780437","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:33:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170480,"job_number":"JOB_170480","tr_customer_id":170497,"tr_customer_product_id":170487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:43.000Z","modified_at":"2026-01-29T08:33:43.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatinsh12@gmail.com","dop":"2026-01-23","serial_number":"14372247011439","imei1":"14372247011439","imei2":"14372247011439","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170482,"job_number":"JOB_170482","tr_customer_id":170499,"tr_customer_product_id":170489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:52.000Z","modified_at":"2026-01-29T08:33:52.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"14504202781821","imei1":"14504202781821","imei2":"14504202781821","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170484,"job_number":"JOB_170484","tr_customer_id":170501,"tr_customer_product_id":170491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:44:19.000Z","modified_at":"2026-01-29T08:44:19.000Z","name":"Nyasia Greenholt","mobile_number":"402-796-7619","email_id":"Jose_Mueller@yahoo.com","dop":"2026-01-23","serial_number":"16583482488738","imei1":"16583482488738","imei2":"16583482488738","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:44:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170487,"job_number":"JOB_170487","tr_customer_id":170504,"tr_customer_product_id":170494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:31:12.000Z","modified_at":"2026-01-29T09:31:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12182427394346","imei1":"12182427394346","imei2":"12182427394346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:31:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170489,"job_number":"JOB_170489","tr_customer_id":170506,"tr_customer_product_id":170496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:31:14.000Z","modified_at":"2026-01-29T09:31:14.000Z","name":"Eleanora Hermann","mobile_number":"931-229-8276","email_id":"Erna32@gmail.com","dop":"2025-04-06","serial_number":"12163347163196928","imei1":"12163347163196928","imei2":"12163347163196928","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:31:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170490,"job_number":"JOB_170490","tr_customer_id":170507,"tr_customer_product_id":170497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:02.000Z","modified_at":"2026-01-29T09:32:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11962789441695","imei1":"11962789441695","imei2":"11962789441695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170492,"job_number":"JOB_170492","tr_customer_id":170509,"tr_customer_product_id":170499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:04.000Z","modified_at":"2026-01-29T09:32:04.000Z","name":"Dan Larkin","mobile_number":"832-264-6591","email_id":"Sheldon_Anderson@yahoo.com","dop":"2025-04-06","serial_number":"10459889448928188","imei1":"10459889448928188","imei2":"10459889448928188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170493,"job_number":"JOB_170493","tr_customer_id":170510,"tr_customer_product_id":170500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:52.000Z","modified_at":"2026-01-29T09:32:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16704057294280","imei1":"16704057294280","imei2":"16704057294280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170495,"job_number":"JOB_170495","tr_customer_id":170512,"tr_customer_product_id":170502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:53.000Z","modified_at":"2026-01-29T09:32:53.000Z","name":"Bernhard Heaney","mobile_number":"451-908-1369","email_id":"Isabelle_Price@gmail.com","dop":"2025-04-06","serial_number":"12238637914880776","imei1":"12238637914880776","imei2":"12238637914880776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170497,"job_number":"JOB_170497","tr_customer_id":170514,"tr_customer_product_id":170504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:45:07.000Z","modified_at":"2026-01-29T09:45:07.000Z","name":"Lorna Toy","mobile_number":"317-272-0077","email_id":"Zoila.Lakin@gmail.com","dop":"2026-01-23","serial_number":"15878897486017","imei1":"15878897486017","imei2":"15878897486017","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:45:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170498,"job_number":"JOB_170498","tr_customer_id":170515,"tr_customer_product_id":170505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:46:20.000Z","modified_at":"2026-01-29T09:46:20.000Z","name":"Imelda Pagac","mobile_number":"438-253-9465","email_id":"Reina12@yahoo.com","dop":"2026-01-23","serial_number":"15790119862263","imei1":"15790119862263","imei2":"15790119862263","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170499,"job_number":"JOB_170499","tr_customer_id":170516,"tr_customer_product_id":170506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:46:45.000Z","modified_at":"2026-01-29T09:46:45.000Z","name":"Gerardo Larkin","mobile_number":"462-208-3593","email_id":"Cesar_Dickens35@gmail.com","dop":"2026-01-23","serial_number":"11999782266327","imei1":"11999782266327","imei2":"11999782266327","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170500,"job_number":"JOB_170500","tr_customer_id":170517,"tr_customer_product_id":170507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:53:22.000Z","modified_at":"2026-01-29T09:53:22.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"18857077553165","imei1":"18857077553165","imei2":"18857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:53:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170501,"job_number":"JOB_170501","tr_customer_id":170518,"tr_customer_product_id":170508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:58:06.000Z","modified_at":"2026-01-29T09:58:06.000Z","name":"Bhushit Nambeesan","mobile_number":"7032420332","email_id":"hari.tagore@gmail.com","dop":"2026-01-19","serial_number":"270179718665005","imei1":"270179718665005","imei2":"270179718665005","popurl":"www.rajinder-nayar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170502,"job_number":"JOB_170502","tr_customer_id":170519,"tr_customer_product_id":170509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:58:39.000Z","modified_at":"2026-01-29T09:58:39.000Z","name":"veer kumar","mobile_number":"9398102868","email_id":"veer@gmail.com","dop":"2026-01-11","serial_number":"12343223456765432","imei1":"13343223456765437","imei2":"13343223456765437","popurl":"2026-01-11T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170503,"job_number":"JOB_170503","tr_customer_id":170520,"tr_customer_product_id":170510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:33:27.000Z","modified_at":"2026-01-29T10:33:27.000Z","name":"Jatin Jasani","mobile_number":"7507331188","email_id":"saurabh.jasani@gmail.com","dop":"2026-01-19","serial_number":"12308877001005","imei1":"12308877001005","imei2":"12308877001005","popurl":"2026-01-19T10:33:26.676455238Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170504,"job_number":"JOB_170504","tr_customer_id":170521,"tr_customer_product_id":170511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:34:59.000Z","modified_at":"2026-01-29T10:34:59.000Z","name":"Newname lastname","mobile_number":"68555305710","email_id":"pravalikabariki2tt13@gmail.com","dop":"2025-02-13","serial_number":"104426212713358","imei1":"104426212713358","imei2":"104426212713358","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170505,"job_number":"JOB_170505","tr_customer_id":170522,"tr_customer_product_id":170512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:53:51.000Z","modified_at":"2026-01-29T10:53:51.000Z","name":"Giriraj Nehru","mobile_number":"7035374466","email_id":"rajendra.acharya@hotmail.com","dop":"2026-01-19","serial_number":"994897353497024","imei1":"994897353497024","imei2":"994897353497024","popurl":"www.adityanandana-pillai.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:53:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170506,"job_number":"JOB_170506","tr_customer_id":170523,"tr_customer_product_id":170513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:58:37.000Z","modified_at":"2026-01-29T10:58:37.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-19","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-19T10:58:28.191709007Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170507,"job_number":"JOB_170507","tr_customer_id":170524,"tr_customer_product_id":170514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:58:38.000Z","modified_at":"2026-01-29T10:58:38.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-19","serial_number":"46234996938486","imei1":"46234996938486","imei2":"46234996938486","popurl":"2026-01-19T10:58:28.194453550Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170508,"job_number":"JOB_170508","tr_customer_id":170525,"tr_customer_product_id":170515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:58:50.000Z","modified_at":"2026-01-29T10:58:50.000Z","name":"Dev Iyengar","mobile_number":"8606776917","email_id":"jahnu.dubashi@yahoo.co.in","dop":"2026-01-19","serial_number":"19475080550896","imei1":"19475080550896","imei2":"19475080550896","popurl":"www.baalagopaal-bharadwaj.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170509,"job_number":"JOB_170509","tr_customer_id":170526,"tr_customer_product_id":170516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:08:15.000Z","modified_at":"2026-01-29T11:08:15.000Z","name":"Kartik Chopra","mobile_number":"7030240308","email_id":"kashyapi.khatri@hotmail.com","dop":"2026-01-19","serial_number":"236569941816667","imei1":"236569941816667","imei2":"236569941816667","popurl":"www.pushti-guha.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:08:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170511,"job_number":"JOB_170511","tr_customer_id":170528,"tr_customer_product_id":170518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:22:13.000Z","modified_at":"2026-01-29T11:22:13.000Z","name":"Manikya Chopra","mobile_number":"7032366380","email_id":"meghnad.patel@hotmail.com","dop":"2026-01-19","serial_number":"105719811067502","imei1":"105719811067502","imei2":"105719811067502","popurl":"www.divjot-talwar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:22:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170512,"job_number":"JOB_170512","tr_customer_id":170529,"tr_customer_product_id":170519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:22:20.000Z","modified_at":"2026-01-29T11:22:20.000Z","name":"Mandakini Gandhi","mobile_number":"7005985961","email_id":"anal.shukla@yahoo.co.in","dop":"2026-01-19","serial_number":"657148622683390","imei1":"657148622683390","imei2":"657148622683390","popurl":"www.anal-jain.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:22:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170513,"job_number":"JOB_170513","tr_customer_id":170530,"tr_customer_product_id":170520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:08.000Z","modified_at":"2026-01-29T11:35:08.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11897275204948","imei1":"11897275204948","imei2":"11897275204948","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170515,"job_number":"JOB_170515","tr_customer_id":170532,"tr_customer_product_id":170522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:09.000Z","modified_at":"2026-01-29T11:35:09.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"73803080638811","imei1":"73803080638811","imei2":"73803080638811","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170516,"job_number":"JOB_170516","tr_customer_id":170533,"tr_customer_product_id":170523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:21.000Z","modified_at":"2026-01-29T11:35:21.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14066071322122","imei1":"14066071322122","imei2":"14066071322122","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170518,"job_number":"JOB_170518","tr_customer_id":170535,"tr_customer_product_id":170525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:21.000Z","modified_at":"2026-01-29T11:35:21.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11964579188926","imei1":"11964579188926","imei2":"11964579188926","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170519,"job_number":"JOB_170519","tr_customer_id":170536,"tr_customer_product_id":170526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:50.000Z","modified_at":"2026-01-29T11:35:50.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12733231512576","imei1":"12733231512576","imei2":"12733231512576","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170520,"job_number":"JOB_170520","tr_customer_id":170537,"tr_customer_product_id":170527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:51.000Z","modified_at":"2026-01-29T11:35:51.000Z","name":"Sammy Miller","mobile_number":"240-579-5402","email_id":"Gerard.Prosacco@gmail.com","dop":"2026-01-04","serial_number":"13124607067875","imei1":"13124607067875","imei2":"13124607067875","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170521,"job_number":"JOB_170521","tr_customer_id":170538,"tr_customer_product_id":170528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:51.000Z","modified_at":"2026-01-29T11:35:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"21148268148501","imei1":"21148268148501","imei2":"21148268148501","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170522,"job_number":"JOB_170522","tr_customer_id":170539,"tr_customer_product_id":170529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:03.000Z","modified_at":"2026-01-29T11:51:03.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19344968030446","imei1":"19344968030446","imei2":"19344968030446","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170524,"job_number":"JOB_170524","tr_customer_id":170541,"tr_customer_product_id":170531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:04.000Z","modified_at":"2026-01-29T11:51:04.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"82623406654472","imei1":"82623406654472","imei2":"82623406654472","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170525,"job_number":"JOB_170525","tr_customer_id":170542,"tr_customer_product_id":170532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:16.000Z","modified_at":"2026-01-29T11:51:16.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10539951757375","imei1":"10539951757375","imei2":"10539951757375","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170527,"job_number":"JOB_170527","tr_customer_id":170544,"tr_customer_product_id":170534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:17.000Z","modified_at":"2026-01-29T11:51:17.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51487600308758","imei1":"51487600308758","imei2":"51487600308758","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170528,"job_number":"JOB_170528","tr_customer_id":170545,"tr_customer_product_id":170535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:29.000Z","modified_at":"2026-01-29T11:51:29.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11364612926593","imei1":"11364612926593","imei2":"11364612926593","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170530,"job_number":"JOB_170530","tr_customer_id":170547,"tr_customer_product_id":170537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:30.000Z","modified_at":"2026-01-29T11:51:30.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"99920633052438","imei1":"99920633052438","imei2":"99920633052438","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170531,"job_number":"JOB_170531","tr_customer_id":170548,"tr_customer_product_id":170538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:56:54.000Z","modified_at":"2026-01-29T11:56:54.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14271308685112","imei1":"14271308685112","imei2":"14271308685112","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170533,"job_number":"JOB_170533","tr_customer_id":170550,"tr_customer_product_id":170540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:56:55.000Z","modified_at":"2026-01-29T11:56:55.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"63867555085082","imei1":"63867555085082","imei2":"63867555085082","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170534,"job_number":"JOB_170534","tr_customer_id":170551,"tr_customer_product_id":170541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:08.000Z","modified_at":"2026-01-29T11:57:08.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11838655015818","imei1":"11838655015818","imei2":"11838655015818","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170536,"job_number":"JOB_170536","tr_customer_id":170553,"tr_customer_product_id":170543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:08.000Z","modified_at":"2026-01-29T11:57:08.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"57997310469576","imei1":"57997310469576","imei2":"57997310469576","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170537,"job_number":"JOB_170537","tr_customer_id":170554,"tr_customer_product_id":170544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:20.000Z","modified_at":"2026-01-29T11:57:20.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10411358947544","imei1":"10411358947544","imei2":"10411358947544","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170539,"job_number":"JOB_170539","tr_customer_id":170556,"tr_customer_product_id":170546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:21.000Z","modified_at":"2026-01-29T11:57:21.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"95577275655207","imei1":"95577275655207","imei2":"95577275655207","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170540,"job_number":"JOB_170540","tr_customer_id":170557,"tr_customer_product_id":170547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:01:46.000Z","modified_at":"2026-01-29T12:01:46.000Z","name":"Paramartha Acharya","mobile_number":"7075611374","email_id":"indira.joshi@yahoo.co.in","dop":"2026-01-19","serial_number":"066833272319913","imei1":"066833272319913","imei2":"066833272319913","popurl":"www.mina-agarwal.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:01:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170541,"job_number":"JOB_170541","tr_customer_id":170558,"tr_customer_product_id":170548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:30.000Z","modified_at":"2026-01-29T12:08:30.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10607057464470","imei1":"10607057464470","imei2":"10607057464470","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170543,"job_number":"JOB_170543","tr_customer_id":170560,"tr_customer_product_id":170550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:31.000Z","modified_at":"2026-01-29T12:08:31.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"53986320780911","imei1":"53986320780911","imei2":"53986320780911","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170544,"job_number":"JOB_170544","tr_customer_id":170561,"tr_customer_product_id":170551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:43.000Z","modified_at":"2026-01-29T12:08:43.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18134080865144","imei1":"18134080865144","imei2":"18134080865144","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170546,"job_number":"JOB_170546","tr_customer_id":170563,"tr_customer_product_id":170553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:44.000Z","modified_at":"2026-01-29T12:08:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19123522122975","imei1":"19123522122975","imei2":"19123522122975","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170547,"job_number":"JOB_170547","tr_customer_id":170564,"tr_customer_product_id":170554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:55.000Z","modified_at":"2026-01-29T12:08:55.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14974535054062","imei1":"14974535054062","imei2":"14974535054062","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170549,"job_number":"JOB_170549","tr_customer_id":170566,"tr_customer_product_id":170556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:56.000Z","modified_at":"2026-01-29T12:08:56.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"68884399312617","imei1":"68884399312617","imei2":"68884399312617","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170552,"job_number":"JOB_170552","tr_customer_id":170569,"tr_customer_product_id":170559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Nidhish P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"36857077553165","imei1":"36857077553165","imei2":"36857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170553,"job_number":"JOB_170553","tr_customer_id":170570,"tr_customer_product_id":170560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Ajit P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"93857077553165","imei1":"93857077553165","imei2":"93857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170554,"job_number":"JOB_170554","tr_customer_id":170571,"tr_customer_product_id":170561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Roshan P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"25857077553165","imei1":"25857077553165","imei2":"25857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170555,"job_number":"JOB_170555","tr_customer_id":170572,"tr_customer_product_id":170562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"16357077553165","imei1":"16357077553165","imei2":"16357077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170556,"job_number":"JOB_170556","tr_customer_id":170573,"tr_customer_product_id":170563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Sudam P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"17257077553165","imei1":"17257077553165","imei2":"17257077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170557,"job_number":"JOB_170557","tr_customer_id":170574,"tr_customer_product_id":170564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:34.000Z","modified_at":"2026-01-29T12:22:34.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19852270702376","imei1":"19852270702376","imei2":"19852270702376","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170559,"job_number":"JOB_170559","tr_customer_id":170576,"tr_customer_product_id":170566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:35.000Z","modified_at":"2026-01-29T12:22:35.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"50302547820553","imei1":"50302547820553","imei2":"50302547820553","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170560,"job_number":"JOB_170560","tr_customer_id":170577,"tr_customer_product_id":170567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:48.000Z","modified_at":"2026-01-29T12:22:48.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17135188746991","imei1":"17135188746991","imei2":"17135188746991","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170562,"job_number":"JOB_170562","tr_customer_id":170579,"tr_customer_product_id":170569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:48.000Z","modified_at":"2026-01-29T12:22:48.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16620338405473","imei1":"16620338405473","imei2":"16620338405473","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170563,"job_number":"JOB_170563","tr_customer_id":170580,"tr_customer_product_id":170570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:23:00.000Z","modified_at":"2026-01-29T12:23:00.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15857532110722","imei1":"15857532110722","imei2":"15857532110722","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:23:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170565,"job_number":"JOB_170565","tr_customer_id":170582,"tr_customer_product_id":170572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:23:01.000Z","modified_at":"2026-01-29T12:23:01.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"106842557277893","imei1":"106842557277893","imei2":"106842557277893","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:23:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170566,"job_number":"JOB_170566","tr_customer_id":170583,"tr_customer_product_id":170573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:23.000Z","modified_at":"2026-01-29T12:25:23.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12418718612898","imei1":"12418718612898","imei2":"12418718612898","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170568,"job_number":"JOB_170568","tr_customer_id":170585,"tr_customer_product_id":170575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:24.000Z","modified_at":"2026-01-29T12:25:24.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"25890562595419","imei1":"25890562595419","imei2":"25890562595419","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170569,"job_number":"JOB_170569","tr_customer_id":170586,"tr_customer_product_id":170576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:36.000Z","modified_at":"2026-01-29T12:25:36.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10557207415583","imei1":"10557207415583","imei2":"10557207415583","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170571,"job_number":"JOB_170571","tr_customer_id":170588,"tr_customer_product_id":170578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:37.000Z","modified_at":"2026-01-29T12:25:37.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"65194808903664","imei1":"65194808903664","imei2":"65194808903664","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170572,"job_number":"JOB_170572","tr_customer_id":170589,"tr_customer_product_id":170579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:49.000Z","modified_at":"2026-01-29T12:25:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19376722880369","imei1":"19376722880369","imei2":"19376722880369","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170574,"job_number":"JOB_170574","tr_customer_id":170591,"tr_customer_product_id":170581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:50.000Z","modified_at":"2026-01-29T12:25:50.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"27208133878736","imei1":"27208133878736","imei2":"27208133878736","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170577,"job_number":"JOB_170577","tr_customer_id":170594,"tr_customer_product_id":170584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:02:46.000Z","modified_at":"2026-01-29T13:02:46.000Z","name":"Rohan Johar","mobile_number":"7018972615","email_id":"manikya.somayaji@hotmail.com","dop":"2026-01-19","serial_number":"485879120274246","imei1":"485879120274246","imei2":"485879120274246","popurl":"www.naveen-pothuvaal.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:02:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170578,"job_number":"JOB_170578","tr_customer_id":170595,"tr_customer_product_id":170585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:32.000Z","modified_at":"2026-01-29T13:03:32.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14481599718290","imei1":"14481599718290","imei2":"14481599718290","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170580,"job_number":"JOB_170580","tr_customer_id":170597,"tr_customer_product_id":170587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:33.000Z","modified_at":"2026-01-29T13:03:33.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"55459891588674","imei1":"55459891588674","imei2":"55459891588674","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170581,"job_number":"JOB_170581","tr_customer_id":170598,"tr_customer_product_id":170588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:44.000Z","modified_at":"2026-01-29T13:03:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18543401995104","imei1":"18543401995104","imei2":"18543401995104","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170583,"job_number":"JOB_170583","tr_customer_id":170600,"tr_customer_product_id":170590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:44.000Z","modified_at":"2026-01-29T13:03:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51593891280494","imei1":"51593891280494","imei2":"51593891280494","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170584,"job_number":"JOB_170584","tr_customer_id":170601,"tr_customer_product_id":170591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:55.000Z","modified_at":"2026-01-29T13:03:55.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15710936490561","imei1":"15710936490561","imei2":"15710936490561","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170586,"job_number":"JOB_170586","tr_customer_id":170603,"tr_customer_product_id":170593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:56.000Z","modified_at":"2026-01-29T13:03:56.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"106188952658294","imei1":"106188952658294","imei2":"106188952658294","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170587,"job_number":"JOB_170587","tr_customer_id":170604,"tr_customer_product_id":170594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:11:01.000Z","modified_at":"2026-01-29T13:11:01.000Z","name":"Anamika Tagore","mobile_number":"7090685677","email_id":"devani.embranthiri@gmail.com","dop":"2026-01-19","serial_number":"081482321366832","imei1":"081482321366832","imei2":"081482321366832","popurl":"www.atreyi-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:11:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170588,"job_number":"JOB_170588","tr_customer_id":170605,"tr_customer_product_id":170595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:13:50.000Z","modified_at":"2026-01-29T13:13:50.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17470816007528","imei1":"17470816007528","imei2":"17470816007528","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:13:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170590,"job_number":"JOB_170590","tr_customer_id":170607,"tr_customer_product_id":170597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:13:51.000Z","modified_at":"2026-01-29T13:13:51.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"94810015130408","imei1":"94810015130408","imei2":"94810015130408","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:13:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170591,"job_number":"JOB_170591","tr_customer_id":170608,"tr_customer_product_id":170598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:02.000Z","modified_at":"2026-01-29T13:14:02.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13846949774491","imei1":"13846949774491","imei2":"13846949774491","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170593,"job_number":"JOB_170593","tr_customer_id":170610,"tr_customer_product_id":170600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:02.000Z","modified_at":"2026-01-29T13:14:02.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"34279997832217","imei1":"34279997832217","imei2":"34279997832217","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170594,"job_number":"JOB_170594","tr_customer_id":170611,"tr_customer_product_id":170601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:13.000Z","modified_at":"2026-01-29T13:14:13.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17246229451653","imei1":"17246229451653","imei2":"17246229451653","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170596,"job_number":"JOB_170596","tr_customer_id":170613,"tr_customer_product_id":170603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:14.000Z","modified_at":"2026-01-29T13:14:14.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"101826994044456","imei1":"101826994044456","imei2":"101826994044456","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170597,"job_number":"JOB_170597","tr_customer_id":170614,"tr_customer_product_id":170604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:05.000Z","modified_at":"2026-01-29T13:28:05.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15764276875722","imei1":"15764276875722","imei2":"15764276875722","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170599,"job_number":"JOB_170599","tr_customer_id":170616,"tr_customer_product_id":170606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:05.000Z","modified_at":"2026-01-29T13:28:05.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"39025816593383","imei1":"39025816593383","imei2":"39025816593383","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170600,"job_number":"JOB_170600","tr_customer_id":170617,"tr_customer_product_id":170607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:18.000Z","modified_at":"2026-01-29T13:28:18.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13921813166721","imei1":"13921813166721","imei2":"13921813166721","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170602,"job_number":"JOB_170602","tr_customer_id":170619,"tr_customer_product_id":170609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:18.000Z","modified_at":"2026-01-29T13:28:18.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"81195005187923","imei1":"81195005187923","imei2":"81195005187923","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170603,"job_number":"JOB_170603","tr_customer_id":170620,"tr_customer_product_id":170610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:30.000Z","modified_at":"2026-01-29T13:28:30.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17168215455938","imei1":"17168215455938","imei2":"17168215455938","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170605,"job_number":"JOB_170605","tr_customer_id":170622,"tr_customer_product_id":170612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:31.000Z","modified_at":"2026-01-29T13:28:31.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15252162674181","imei1":"15252162674181","imei2":"15252162674181","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170606,"job_number":"JOB_170606","tr_customer_id":170623,"tr_customer_product_id":170613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:40:11.000Z","modified_at":"2026-01-29T13:40:11.000Z","name":"Carmel Upton","mobile_number":"934-686-6109","email_id":"Ardella0@yahoo.com","dop":"2026-01-19","serial_number":"12800249645231","imei1":"12800249645231","imei2":"12800249645231","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170607,"job_number":"JOB_170607","tr_customer_id":170624,"tr_customer_product_id":170614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:40:16.000Z","modified_at":"2026-01-29T13:40:16.000Z","name":"Conor Rutherford","mobile_number":"236-208-2545","email_id":"May58@yahoo.com","dop":"2026-01-23","serial_number":"18390069402972","imei1":"18390069402972","imei2":"18390069402972","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:40:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170608,"job_number":"JOB_170608","tr_customer_id":170625,"tr_customer_product_id":170615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:41:14.000Z","modified_at":"2026-01-29T13:41:14.000Z","name":"Daren Schamberger","mobile_number":"291-502-9600","email_id":"Demetrius_Beier76@hotmail.com","dop":"2026-01-23","serial_number":"139285000057022","imei1":"139285000057022","imei2":"139285000057022","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:41:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170610,"job_number":"JOB_170610","tr_customer_id":170627,"tr_customer_product_id":170617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:42:39.000Z","modified_at":"2026-01-29T13:42:39.000Z","name":"Ruben Wolff","mobile_number":"998-279-0271","email_id":"Hailie_Connelly93@yahoo.com","dop":"2025-04-13","serial_number":"1009744602322156","imei1":"1009744602322156","imei2":"1009744602322156","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170612,"job_number":"JOB_170612","tr_customer_id":170629,"tr_customer_product_id":170619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:11.000Z","modified_at":"2026-01-29T13:47:11.000Z","name":"Maribel Wolff","mobile_number":"214-481-6880","email_id":"Rosie_Hayes10@hotmail.com","dop":"2025-04-13","serial_number":"1054714305924975","imei1":"1054714305924975","imei2":"1054714305924975","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:47:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170614,"job_number":"JOB_170614","tr_customer_id":170631,"tr_customer_product_id":170621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:38.000Z","modified_at":"2026-01-29T13:47:38.000Z","name":"Lucinda Koelpin","mobile_number":"751-655-1790","email_id":"Deangelo98@gmail.com","dop":"2025-04-13","serial_number":"1037337323091540","imei1":"1037337323091540","imei2":"1037337323091540","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170615,"job_number":"JOB_170615","tr_customer_id":170632,"tr_customer_product_id":170622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:50:35.000Z","modified_at":"2026-01-29T13:50:35.000Z","name":"Dion Batz","mobile_number":"795-535-5219","email_id":"Khalil_Davis@hotmail.com","dop":"2026-01-23","serial_number":"139235630811846","imei1":"139235630811846","imei2":"139235630811846","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170619,"job_number":"JOB_170619","tr_customer_id":170636,"tr_customer_product_id":170626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:17.000Z","modified_at":"2026-01-29T14:09:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59836183781698","imei1":"59836183781698","imei2":"59836183781698","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170620,"job_number":"JOB_170620","tr_customer_id":170637,"tr_customer_product_id":170627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:18.000Z","modified_at":"2026-01-29T14:09:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35629917911906","imei1":"35629917911906","imei2":"35629917911906","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170621,"job_number":"JOB_170621","tr_customer_id":170638,"tr_customer_product_id":170628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:18.000Z","modified_at":"2026-01-29T14:09:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46648017332110","imei1":"46648017332110","imei2":"46648017332110","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170622,"job_number":"JOB_170622","tr_customer_id":170639,"tr_customer_product_id":170629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:18.000Z","modified_at":"2026-01-29T14:09:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37116685992248","imei1":"37116685992248","imei2":"37116685992248","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170623,"job_number":"JOB_170623","tr_customer_id":170640,"tr_customer_product_id":170630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:19.000Z","modified_at":"2026-01-29T14:09:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62790160479191","imei1":"62790160479191","imei2":"62790160479191","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170624,"job_number":"JOB_170624","tr_customer_id":170641,"tr_customer_product_id":170631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:19.000Z","modified_at":"2026-01-29T14:09:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13699333898819","imei1":"13699333898819","imei2":"13699333898819","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170626,"job_number":"JOB_170626","tr_customer_id":170643,"tr_customer_product_id":170633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:34.000Z","modified_at":"2026-01-29T14:09:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13271255174915","imei1":"13271255174915","imei2":"13271255174915","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170628,"job_number":"JOB_170628","tr_customer_id":170645,"tr_customer_product_id":170635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:36.000Z","modified_at":"2026-01-29T14:09:36.000Z","name":"Sabina Russel","mobile_number":"603-905-7728","email_id":"Erick.Green@hotmail.com","dop":"2025-04-06","serial_number":"12765122914716278","imei1":"12765122914716278","imei2":"12765122914716278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170630,"job_number":"JOB_170630","tr_customer_id":170647,"tr_customer_product_id":170637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:42.000Z","modified_at":"2026-01-29T14:09:42.000Z","name":"Sydney Hodkiewicz","mobile_number":"723-344-1980","email_id":"Adrien94@gmail.com","dop":"2025-04-06","serial_number":"10417035467645472","imei1":"10417035467645472","imei2":"10417035467645472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170632,"job_number":"JOB_170632","tr_customer_id":170649,"tr_customer_product_id":170639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:52.000Z","modified_at":"2026-01-29T14:09:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51495525421831","imei1":"51495525421831","imei2":"51495525421831","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170633,"job_number":"JOB_170633","tr_customer_id":170650,"tr_customer_product_id":170640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:53.000Z","modified_at":"2026-01-29T14:09:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64298473275873","imei1":"64298473275873","imei2":"64298473275873","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170634,"job_number":"JOB_170634","tr_customer_id":170651,"tr_customer_product_id":170641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:53.000Z","modified_at":"2026-01-29T14:09:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13241669324108","imei1":"13241669324108","imei2":"13241669324108","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170635,"job_number":"JOB_170635","tr_customer_id":170652,"tr_customer_product_id":170642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:53.000Z","modified_at":"2026-01-29T14:09:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27348167769992","imei1":"27348167769992","imei2":"27348167769992","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170636,"job_number":"JOB_170636","tr_customer_id":170653,"tr_customer_product_id":170643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:54.000Z","modified_at":"2026-01-29T14:09:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11857570018969","imei1":"11857570018969","imei2":"11857570018969","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170637,"job_number":"JOB_170637","tr_customer_id":170654,"tr_customer_product_id":170644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:54.000Z","modified_at":"2026-01-29T14:09:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45530510234866","imei1":"45530510234866","imei2":"45530510234866","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170641,"job_number":"JOB_170641","tr_customer_id":170658,"tr_customer_product_id":170648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:20.000Z","modified_at":"2026-01-29T14:10:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16471020128168","imei1":"16471020128168","imei2":"16471020128168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170643,"job_number":"JOB_170643","tr_customer_id":170660,"tr_customer_product_id":170650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:21.000Z","modified_at":"2026-01-29T14:10:21.000Z","name":"Mabel Von","mobile_number":"545-600-8748","email_id":"Dustin.Littel@gmail.com","dop":"2025-04-06","serial_number":"15696888684715178","imei1":"15696888684715178","imei2":"15696888684715178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170644,"job_number":"JOB_170644","tr_customer_id":170661,"tr_customer_product_id":170651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:27.000Z","modified_at":"2026-01-29T14:10:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80476885755767","imei1":"80476885755767","imei2":"80476885755767","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170645,"job_number":"JOB_170645","tr_customer_id":170662,"tr_customer_product_id":170652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:27.000Z","modified_at":"2026-01-29T14:10:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32205266543222","imei1":"32205266543222","imei2":"32205266543222","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170646,"job_number":"JOB_170646","tr_customer_id":170663,"tr_customer_product_id":170653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:27.000Z","modified_at":"2026-01-29T14:10:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53855674847277","imei1":"53855674847277","imei2":"53855674847277","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170647,"job_number":"JOB_170647","tr_customer_id":170664,"tr_customer_product_id":170654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:28.000Z","modified_at":"2026-01-29T14:10:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87680375735673","imei1":"87680375735673","imei2":"87680375735673","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170648,"job_number":"JOB_170648","tr_customer_id":170665,"tr_customer_product_id":170655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:28.000Z","modified_at":"2026-01-29T14:10:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62451219327262","imei1":"62451219327262","imei2":"62451219327262","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170649,"job_number":"JOB_170649","tr_customer_id":170666,"tr_customer_product_id":170656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:28.000Z","modified_at":"2026-01-29T14:10:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36396773416077","imei1":"36396773416077","imei2":"36396773416077","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170651,"job_number":"JOB_170651","tr_customer_id":170668,"tr_customer_product_id":170658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:11:05.000Z","modified_at":"2026-01-29T14:11:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14497840140645","imei1":"14497840140645","imei2":"14497840140645","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:11:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170653,"job_number":"JOB_170653","tr_customer_id":170670,"tr_customer_product_id":170660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:11:07.000Z","modified_at":"2026-01-29T14:11:07.000Z","name":"Colin Mann","mobile_number":"500-258-1892","email_id":"Chaz.Thompson17@gmail.com","dop":"2025-04-06","serial_number":"15145090007362290","imei1":"15145090007362290","imei2":"15145090007362290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:11:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170663,"job_number":"JOB_170663","tr_customer_id":170680,"tr_customer_product_id":170670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:42.000Z","modified_at":"2026-01-29T14:33:42.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18144335562909","imei1":"18144335562909","imei2":"18144335562909","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170664,"job_number":"JOB_170664","tr_customer_id":170681,"tr_customer_product_id":170671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:42.000Z","modified_at":"2026-01-29T14:33:42.000Z","name":"Madelyn Grant","mobile_number":"456-703-9202","email_id":"Maegan.Homenick29@gmail.com","dop":"2025-04-06","serial_number":"17423928987389","imei1":"17423928987389","imei2":"17423928987389","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170665,"job_number":"JOB_170665","tr_customer_id":170682,"tr_customer_product_id":170672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:43.000Z","modified_at":"2026-01-29T14:33:43.000Z","name":"Jessica Bernhard","mobile_number":"832-560-6687","email_id":"Vernie_Klocko@hotmail.com","dop":"2025-04-06","serial_number":"17593189206573856","imei1":"17593189206573856","imei2":"17593189206573856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170666,"job_number":"JOB_170666","tr_customer_id":170683,"tr_customer_product_id":170673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:44.000Z","modified_at":"2026-01-29T14:33:44.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17620259137506","imei2":"17620259137506","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169890,"job_number":"JOB_169890","tr_customer_id":169907,"tr_customer_product_id":169897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:18.000Z","modified_at":"2026-01-29T04:16:18.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Catalina_Beer85@hotmail.com","dop":"2025-07-02","serial_number":"11468399750888","imei1":"11468399750888","imei2":"11468399750888","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169913,"job_number":"JOB_169913","tr_customer_id":169930,"tr_customer_product_id":169920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Ronaldo_Kulas@gmail.com","dop":"2025-07-02","serial_number":"16826565478339","imei1":"16826565478339","imei2":"16826565478339","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169927,"job_number":"JOB_169927","tr_customer_id":169944,"tr_customer_product_id":169934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:53.000Z","modified_at":"2026-01-29T04:16:53.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Ralph.Reilly@hotmail.com","dop":"2025-07-02","serial_number":"15208020586693","imei1":"15208020586693","imei2":"15208020586693","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169957,"job_number":"JOB_169957","tr_customer_id":169974,"tr_customer_product_id":169964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:17:46.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"190716491907042","imei1":"190716491907042","imei2":"190716491907042","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169960,"job_number":"JOB_169960","tr_customer_id":169977,"tr_customer_product_id":169967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Johann Dibbert","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"184192556731387","imei1":"184192556731387","imei2":"184192556731387","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169962,"job_number":"JOB_169962","tr_customer_id":169979,"tr_customer_product_id":169969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Calista Schuppe","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"108590264598891","imei1":"108590264598891","imei2":"108590264598891","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169963,"job_number":"JOB_169963","tr_customer_id":169980,"tr_customer_product_id":169970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Lela Boyle","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"113807506462303","imei1":"113807506462303","imei2":"113807506462303","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169979,"job_number":"JOB_169979","tr_customer_id":169996,"tr_customer_product_id":169986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:17:57.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"14778791158538","imei1":"14778791158538","imei2":"14778791158538","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169985,"job_number":"JOB_169985","tr_customer_id":170002,"tr_customer_product_id":169992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:17:59.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"178943905284676","imei1":"178943905284676","imei2":"178943905284676","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169988,"job_number":"JOB_169988","tr_customer_id":170004,"tr_customer_product_id":169995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:17:59.000Z","name":"Cleveland Nader","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"160593098261144","imei1":"160593098261144","imei2":"160593098261144","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169989,"job_number":"JOB_169989","tr_customer_id":170006,"tr_customer_product_id":169996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"Nola Steuber","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"129136019390741","imei1":"129136019390741","imei2":"129136019390741","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169990,"job_number":"JOB_169990","tr_customer_id":170007,"tr_customer_product_id":169997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"Josefina Schuppe","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"188490740819099","imei1":"188490740819099","imei2":"188490740819099","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170002,"job_number":"JOB_170002","tr_customer_id":170019,"tr_customer_product_id":170009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:03.000Z","modified_at":"2026-01-29T04:18:03.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"105825948977618","imei1":"105825948977618","imei2":"105825948977618","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170004,"job_number":"JOB_170004","tr_customer_id":170021,"tr_customer_product_id":170011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:04.000Z","modified_at":"2026-01-29T04:18:04.000Z","name":"Eryn Bruen","mobile_number":"519-308-8273","email_id":"Meggie3@yahoo.com","dop":"2025-06-09","serial_number":"101844397816375","imei1":"101844397816375","imei2":"101844397816375","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170009,"job_number":"JOB_170009","tr_customer_id":170026,"tr_customer_product_id":170016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:19.000Z","modified_at":"2026-01-29T04:18:19.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"105528713661639","imei1":"105528713661639","imei2":"105528713661639","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170011,"job_number":"JOB_170011","tr_customer_id":170028,"tr_customer_product_id":170018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:20.000Z","modified_at":"2026-01-29T04:18:20.000Z","name":"Osborne Baumbach","mobile_number":"269-391-4648","email_id":"Amanda.Schoen6@yahoo.com","dop":"2025-06-09","serial_number":"101461346840938","imei1":"101461346840938","imei2":"101461346840938","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170022,"job_number":"JOB_170022","tr_customer_id":170039,"tr_customer_product_id":170029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:35.000Z","modified_at":"2026-01-29T04:18:35.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"102690346307484","imei1":"102690346307484","imei2":"102690346307484","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170024,"job_number":"JOB_170024","tr_customer_id":170041,"tr_customer_product_id":170031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:36.000Z","modified_at":"2026-01-29T04:18:36.000Z","name":"Lavada Kub","mobile_number":"725-504-9986","email_id":"Quincy46@hotmail.com","dop":"2025-06-09","serial_number":"100552901932869","imei1":"100552901932869","imei2":"100552901932869","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170085,"job_number":"JOB_170085","tr_customer_id":170102,"tr_customer_product_id":170092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:00:51.000Z","modified_at":"2026-01-29T05:00:51.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10286259884544","imei1":"10286259884544","imei2":"10286259884544","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:00:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170322,"job_number":"JOB_170322","tr_customer_id":170339,"tr_customer_product_id":170329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:14.000Z","modified_at":"2026-01-29T06:33:14.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"102303592410008","imei1":"102303592410008","imei2":"102303592410008","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170324,"job_number":"JOB_170324","tr_customer_id":170341,"tr_customer_product_id":170331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:15.000Z","modified_at":"2026-01-29T06:33:15.000Z","name":"Alicia Upton","mobile_number":"814-290-6671","email_id":"Connie.Goodwin66@hotmail.com","dop":"2025-06-09","serial_number":"105069189382942","imei1":"105069189382942","imei2":"105069189382942","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170325,"job_number":"JOB_170325","tr_customer_id":170342,"tr_customer_product_id":170332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:16.000Z","modified_at":"2026-01-29T06:33:16.000Z","name":"Brooke Spencer","mobile_number":"627-430-8736","email_id":"Jacey30@yahoo.com","dop":"2025-06-09","serial_number":"8270962798696557","imei1":"8270962798696557","imei2":"8270962798696557","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170326,"job_number":"JOB_170326","tr_customer_id":170343,"tr_customer_product_id":170333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:33.000Z","modified_at":"2026-01-29T06:33:33.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102172616443770","imei1":"102172616443770","imei2":"102172616443770","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170328,"job_number":"JOB_170328","tr_customer_id":170345,"tr_customer_product_id":170335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:34.000Z","modified_at":"2026-01-29T06:33:34.000Z","name":"Lindsey Hettinger","mobile_number":"393-703-2324","email_id":"Justyn_Jenkins29@hotmail.com","dop":"2025-06-09","serial_number":"102632198232302","imei1":"102632198232302","imei2":"102632198232302","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170329,"job_number":"JOB_170329","tr_customer_id":170346,"tr_customer_product_id":170336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:52.000Z","modified_at":"2026-01-29T06:33:52.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109578000036737","imei1":"109578000036737","imei2":"109578000036737","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170331,"job_number":"JOB_170331","tr_customer_id":170348,"tr_customer_product_id":170338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:52.000Z","modified_at":"2026-01-29T06:33:52.000Z","name":"Jules Zboncak","mobile_number":"455-881-5519","email_id":"Meghan44@gmail.com","dop":"2025-06-09","serial_number":"107302736681477","imei1":"107302736681477","imei2":"107302736681477","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170332,"job_number":"JOB_170332","tr_customer_id":170349,"tr_customer_product_id":170339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:54.000Z","modified_at":"2026-01-29T06:33:54.000Z","name":"Natalia Kessler","mobile_number":"761-543-6488","email_id":"Jade_Satterfield@gmail.com","dop":"2025-06-09","serial_number":"97950778071355780","imei1":"97950778071355780","imei2":"97950778071355780","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170462,"job_number":"JOB_170462","tr_customer_id":170479,"tr_customer_product_id":170469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:44:25.000Z","modified_at":"2026-01-29T07:44:25.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Justus81@hotmail.com","dop":"2025-07-02","serial_number":"16470960202615","imei1":"16470960202615","imei2":"16470960202615","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170463,"job_number":"JOB_170463","tr_customer_id":170480,"tr_customer_product_id":170470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:44:47.000Z","modified_at":"2026-01-29T07:44:47.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Daphnee.Hammes83@hotmail.com","dop":"2025-07-02","serial_number":"13659206069138","imei1":"13659206069138","imei2":"13659206069138","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:44:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170464,"job_number":"JOB_170464","tr_customer_id":170481,"tr_customer_product_id":170471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:45:07.000Z","modified_at":"2026-01-29T07:45:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Athena_Reinger@yahoo.com","dop":"2025-07-02","serial_number":"15409646448622","imei1":"15409646448622","imei2":"15409646448622","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:45:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170510,"job_number":"JOB_170510","tr_customer_id":170527,"tr_customer_product_id":170517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:16:32.000Z","modified_at":"2026-01-29T11:16:32.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"977071610989831","imei1":"977071610989831","imei2":"977071610989831","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:16:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170550,"job_number":"JOB_170550","tr_customer_id":170567,"tr_customer_product_id":170557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:13:23.000Z","modified_at":"2026-01-29T12:13:23.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"9770716109898312","imei1":"9770716109898312","imei2":"9770716109898312","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:13:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170551,"job_number":"JOB_170551","tr_customer_id":170568,"tr_customer_product_id":170558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:16:27.000Z","modified_at":"2026-01-29T12:16:27.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"97707161098983122","imei1":"97707161098983122","imei2":"97707161098983122","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170575,"job_number":"JOB_170575","tr_customer_id":170592,"tr_customer_product_id":170582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:36:37.000Z","modified_at":"2026-01-29T12:36:37.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"10191171314065","imei1":"10191171314065","imei2":"10191171314065","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170654,"job_number":"JOB_170654","tr_customer_id":170671,"tr_customer_product_id":170661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:29:59.000Z","modified_at":"2026-01-29T14:29:59.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"112406510523889","imei1":"112406510523889","imei2":"112406510523889","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:29:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170655,"job_number":"JOB_170655","tr_customer_id":170672,"tr_customer_product_id":170662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:00.000Z","modified_at":"2026-01-29T14:30:00.000Z","name":"Darrick Kessler","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"168539902678161","imei1":"168539902678161","imei2":"168539902678161","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170656,"job_number":"JOB_170656","tr_customer_id":170673,"tr_customer_product_id":170663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:00.000Z","modified_at":"2026-01-29T14:30:00.000Z","name":"Camryn Lakin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114954477026693","imei1":"114954477026693","imei2":"114954477026693","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170657,"job_number":"JOB_170657","tr_customer_id":170674,"tr_customer_product_id":170664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:00.000Z","modified_at":"2026-01-29T14:30:00.000Z","name":"Kaley Koepp","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"169709661148071","imei1":"169709661148071","imei2":"169709661148071","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170658,"job_number":"JOB_170658","tr_customer_id":170675,"tr_customer_product_id":170665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:13.000Z","modified_at":"2026-01-29T14:30:13.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"192051065949516","imei1":"192051065949516","imei2":"192051065949516","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170659,"job_number":"JOB_170659","tr_customer_id":170676,"tr_customer_product_id":170666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:14.000Z","modified_at":"2026-01-29T14:30:14.000Z","name":"Nellie Kemmer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"190504053936811","imei1":"190504053936811","imei2":"190504053936811","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170660,"job_number":"JOB_170660","tr_customer_id":170677,"tr_customer_product_id":170667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:14.000Z","modified_at":"2026-01-29T14:30:14.000Z","name":"Jeremie Lynch","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"135274987984350","imei1":"135274987984350","imei2":"135274987984350","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170661,"job_number":"JOB_170661","tr_customer_id":170678,"tr_customer_product_id":170668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:15.000Z","modified_at":"2026-01-29T14:30:15.000Z","name":"Afton Sanford","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"134477990546568","imei1":"134477990546568","imei2":"134477990546568","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169956,"job_number":"JOB_169956","tr_customer_id":169973,"tr_customer_product_id":169963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:17:46.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10712940788540","imei1":"10712940788540","imei2":"10712940788540","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169967,"job_number":"JOB_169967","tr_customer_id":169984,"tr_customer_product_id":169974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:48.000Z","modified_at":"2026-01-29T04:17:48.000Z","name":"Dock Raynor","mobile_number":"653-907-7882","email_id":"Laury.Goldner54@hotmail.com","dop":"2000-01-31","serial_number":"1095767801177090","imei1":"1095767801177090","imei2":"1095767801177090","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170015,"job_number":"JOB_170015","tr_customer_id":170032,"tr_customer_product_id":170022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:29.000Z","modified_at":"2026-01-29T04:18:29.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10739704061138","imei1":"10739704061138","imei2":"10739704061138","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170020,"job_number":"JOB_170020","tr_customer_id":170037,"tr_customer_product_id":170027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:30.000Z","modified_at":"2026-01-29T04:18:30.000Z","name":"Jonas Nolan","mobile_number":"810-555-0144","email_id":"Issac81@gmail.com","dop":"2000-01-31","serial_number":"1033403239328929","imei1":"1033403239328929","imei2":"1033403239328929","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170043,"job_number":"JOB_170043","tr_customer_id":170060,"tr_customer_product_id":170050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:11.000Z","modified_at":"2026-01-29T04:19:11.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10411503339546","imei1":"10411503339546","imei2":"10411503339546","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170046,"job_number":"JOB_170046","tr_customer_id":170063,"tr_customer_product_id":170053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:13.000Z","modified_at":"2026-01-29T04:19:13.000Z","name":"Imogene Parker","mobile_number":"952-922-4274","email_id":"Asia_Borer@hotmail.com","dop":"2000-01-31","serial_number":"1051265970680909","imei1":"1051265970680909","imei2":"1051265970680909","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170059,"job_number":"JOB_170059","tr_customer_id":170076,"tr_customer_product_id":170066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:54.000Z","modified_at":"2026-01-29T04:19:54.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10006257632907","imei1":"10006257632907","imei2":"10006257632907","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:54.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170061,"job_number":"JOB_170061","tr_customer_id":170078,"tr_customer_product_id":170068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:55.000Z","modified_at":"2026-01-29T04:19:55.000Z","name":"Burnice Tromp","mobile_number":"206-221-6239","email_id":"Jasen.Harvey@hotmail.com","dop":"2000-01-31","serial_number":"1030163097598711","imei1":"1030163097598711","imei2":"1030163097598711","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:55.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170394,"job_number":"JOB_170394","tr_customer_id":170411,"tr_customer_product_id":170401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:05.000Z","modified_at":"2026-01-29T06:48:05.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10040564136257","imei1":"10040564136257","imei2":"10040564136257","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170396,"job_number":"JOB_170396","tr_customer_id":170413,"tr_customer_product_id":170403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:07.000Z","modified_at":"2026-01-29T06:48:07.000Z","name":"Bobby Goodwin","mobile_number":"938-388-5703","email_id":"Bettye_Weber@gmail.com","dop":"2000-01-31","serial_number":"1002269612563443","imei1":"1002269612563443","imei2":"1002269612563443","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170400,"job_number":"JOB_170400","tr_customer_id":170417,"tr_customer_product_id":170407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:52.000Z","modified_at":"2026-01-29T06:48:52.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10137181032428","imei1":"10137181032428","imei2":"10137181032428","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170402,"job_number":"JOB_170402","tr_customer_id":170419,"tr_customer_product_id":170409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:53.000Z","modified_at":"2026-01-29T06:48:53.000Z","name":"Leda Ferry","mobile_number":"860-899-8473","email_id":"Gloria48@hotmail.com","dop":"2000-01-31","serial_number":"1065945309649281","imei1":"1065945309649281","imei2":"1065945309649281","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170403,"job_number":"JOB_170403","tr_customer_id":170420,"tr_customer_product_id":170410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:38.000Z","modified_at":"2026-01-29T06:49:38.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10942710777095","imei1":"10942710777095","imei2":"10942710777095","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170405,"job_number":"JOB_170405","tr_customer_id":170422,"tr_customer_product_id":170412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:39.000Z","modified_at":"2026-01-29T06:49:39.000Z","name":"Freeman Dickens","mobile_number":"614-949-6620","email_id":"Hope33@hotmail.com","dop":"2000-01-31","serial_number":"1046560680313165","imei1":"1046560680313165","imei2":"1046560680313165","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170409,"job_number":"JOB_170409","tr_customer_id":170426,"tr_customer_product_id":170416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:24.000Z","modified_at":"2026-01-29T06:50:24.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10594816478675","imei1":"10594816478675","imei2":"10594816478675","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170411,"job_number":"JOB_170411","tr_customer_id":170428,"tr_customer_product_id":170418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:25.000Z","modified_at":"2026-01-29T06:50:25.000Z","name":"Enoch Schulist","mobile_number":"219-219-6550","email_id":"Kellie.Cronin@hotmail.com","dop":"2000-01-31","serial_number":"1046919848290472","imei1":"1046919848290472","imei2":"1046919848290472","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 99b2ec50-a4e6-43df-8c2d-ede9979f057d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 59
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-X8QGT9NZ8wfoNwUCpAcH4ja/iZI"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMjl9.fwZtRX5Jonedsc4QOQKb9WqYFBLpkiFoLfVnTHFLghc"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDk2MTV9.EDOC39xbUnNPJQTK7YJ60-VvEgmOIsJt1wN-TQ54hn0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMjl9.fwZtRX5Jonedsc4QOQKb9WqYFBLpkiFoLfVnTHFLghc
Connection keep-alive
If-None-Match W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token fe470b7f-75b5-4508-9fc7-0ef64745cac3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDk2MTV9.EDOC39xbUnNPJQTK7YJ60-VvEgmOIsJt1wN-TQ54hn0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f9-BjC4atcJFXwDRx590XRVnnbLGdc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 277ms
Mean size per request: 164B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMjl9.fwZtRX5Jonedsc4QOQKb9WqYFBLpkiFoLfVnTHFLghc
Connection keep-alive
If-None-Match W/"f9-BjC4atcJFXwDRx590XRVnnbLGdc"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 3d9e5ee1-eca6-46ec-972a-f4db5d4c977d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 164
ETag W/"a4-YZhxKCRK6U8gKxusFj3AxNzNvIU"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Repair completed","key":"repair_completed","count":207}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 269ms
Mean size per request: 999B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMjl9.fwZtRX5Jonedsc4QOQKb9WqYFBLpkiFoLfVnTHFLghc
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 7e10f7a3-c340-4dd1-8cef-bdc2f977c049
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 999
ETag W/"3e7-Y9faz6jSlIUdEcGbKK4xlsAsioA"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":170667,"job_number":"JOB_170667","tr_customer_id":170684,"tr_customer_product_id":170674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:44.000Z","modified_at":"2026-01-29T14:33:48.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16221438407366","imei2":"16221438407366","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-29T14:33:48.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 270ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMjl9.fwZtRX5Jonedsc4QOQKb9WqYFBLpkiFoLfVnTHFLghc
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token f5008525-a999-4523-b10f-b0967f161b29
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 34
Request Body
{"details_key":"repair_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"3d2f-IovjwELRFPkC5oC9qW+1QurVngc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 384ms
Mean size per request: 1.17KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMjl9.fwZtRX5Jonedsc4QOQKb9WqYFBLpkiFoLfVnTHFLghc
Connection keep-alive
If-None-Match W/"3d2f-IovjwELRFPkC5oC9qW+1QurVngc"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token e3d8d805-3f35-43fa-87bf-c0e66db3e0a7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"4b2-xnsHb5KUOJgzkWemSJ0xEs8ye2k"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 29 Jan 2026 14:33:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":170667,"job_number":"JOB_170667","tr_customer_id":170684,"tr_customer_product_id":170674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:44.000Z","modified_at":"2026-01-29T14:33:48.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16221438407366","imei2":"16221438407366","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-29T14:33:48.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":170667,"remark":"phone slow","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-29T14:33:44.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 264ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMjl9.fwZtRX5Jonedsc4QOQKb9WqYFBLpkiFoLfVnTHFLghc
Connection keep-alive
Content-Length 0
Content-Type text/plain
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 78e83780-709e-42ce-82e5-02ff1a3aa637
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 29 Jan 2026 14:33:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"job_id":151329,"problems":[{"id":1,"remark":"updated os"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 269ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMjl9.fwZtRX5Jonedsc4QOQKb9WqYFBLpkiFoLfVnTHFLghc
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token aa11df40-4565-48ff-b410-b96364a4fc7e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 133
Request Body
{
            "job_id": 170667,
            "problems": [
                {
                    "id": 1,
                    "remark": "updated os"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"3d2f-IovjwELRFPkC5oC9qW+1QurVngc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 375ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMjl9.fwZtRX5Jonedsc4QOQKb9WqYFBLpkiFoLfVnTHFLghc
Connection keep-alive
If-None-Match W/"3d2f-IovjwELRFPkC5oC9qW+1QurVngc"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token c4dece7d-68d8-4f08-b56a-957d5b7a054d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 85611c17-cb57-4998-aea6-7bc89db0980e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 42
Request Body
{"username":"iamqc","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-5ZatAQ+XHoO8inxWMhLVTwv5FjA"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTY5NzIzMX0.QsCUkZrrbhF68ADkKPE7bNKoFm5pm3aIyI3WLSLuwBo"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTY5NzIzMX0.QsCUkZrrbhF68ADkKPE7bNKoFm5pm3aIyI3WLSLuwBo
Connection keep-alive
If-None-Match W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 982a6787-e643-4c27-a038-193b50901514
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a4-vGLOU1E6+pS2LyHZKcJ627Iq4i8"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 281ms
Mean size per request: 202B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTY5NzIzMX0.QsCUkZrrbhF68ADkKPE7bNKoFm5pm3aIyI3WLSLuwBo
Connection keep-alive
If-None-Match W/"a4-vGLOU1E6+pS2LyHZKcJ627Iq4i8"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 5bd60fdf-746d-4c53-a314-9f73c67dbf13
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 202
ETag W/"ca-0KLGJT90hK9ZV3aWuMoO5NPKywI"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":1},{"label":"QC Completed","key":"qc_completed","count":207},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTY5NzIzMX0.QsCUkZrrbhF68ADkKPE7bNKoFm5pm3aIyI3WLSLuwBo
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 8eb4132a-a71b-4bef-a9d7-e4f08ac7fb0a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 319ms
Mean size per request: 199.89KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTY5NzIzMX0.QsCUkZrrbhF68ADkKPE7bNKoFm5pm3aIyI3WLSLuwBo
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token b8bacef7-7ee2-4c32-83a1-09daa487eafe
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"31f8f-+ombGIF08Hkf+C3YRhgQjkUfWXQ"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 29 Jan 2026 14:33:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":170662,"job_number":"JOB_170662","tr_customer_id":170679,"tr_customer_product_id":170669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:24.000Z","modified_at":"2026-01-29T14:30:50.000Z","name":"Opal Hilpert","mobile_number":"469-677-2492","email_id":"Tia_Wehner5@yahoo.com","dop":"2025-10-01","serial_number":"16046327030474","imei1":"16046327030474","imei2":"16046327030474","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:30:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170640,"job_number":"JOB_170640","tr_customer_id":170657,"tr_customer_product_id":170647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:19.000Z","modified_at":"2026-01-29T14:10:30.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"79596888003891","imei1":"79596888003891","imei2":"79596888003891","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170639,"job_number":"JOB_170639","tr_customer_id":170656,"tr_customer_product_id":170646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:04.000Z","modified_at":"2026-01-29T14:10:15.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"10200392239708","imei1":"10200392239708","imei2":"10200392239708","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170631,"job_number":"JOB_170631","tr_customer_id":170648,"tr_customer_product_id":170638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:49.000Z","modified_at":"2026-01-29T14:09:59.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"18341397511533","imei1":"18341397511533","imei2":"18341397511533","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:09:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170576,"job_number":"JOB_170576","tr_customer_id":170593,"tr_customer_product_id":170583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:40:21.000Z","modified_at":"2026-01-29T13:15:27.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"10658929738383","imei1":"10658929738383","imei2":"10658929738383","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170485,"job_number":"JOB_170485","tr_customer_id":170502,"tr_customer_product_id":170492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:45:15.000Z","modified_at":"2026-01-29T09:06:22.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"977071610989831","imei1":"977071610989831","imei2":"977071610989831","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:06:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170473,"job_number":"JOB_170473","tr_customer_id":170490,"tr_customer_product_id":170480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:23.000Z","modified_at":"2026-01-29T07:58:34.000Z","name":"Vincent Hyatt","mobile_number":"892-347-9684","email_id":"Hershel_Veum@gmail.com","dop":"2025-11-04","serial_number":"13405906422571","imei1":"13405906422571","imei2":"13405906422571","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170472,"job_number":"JOB_170472","tr_customer_id":170489,"tr_customer_product_id":170479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:09.000Z","modified_at":"2026-01-29T07:58:20.000Z","name":"Esta Collier","mobile_number":"224-777-2629","email_id":"Marlene_Huel62@hotmail.com","dop":"2025-11-04","serial_number":"85826434988131","imei1":"85826434988131","imei2":"85826434988131","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170460,"job_number":"JOB_170460","tr_customer_id":170477,"tr_customer_product_id":170467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:40:11.000Z","modified_at":"2026-01-29T07:40:22.000Z","name":"Royal Gusikowski","mobile_number":"536-365-1270","email_id":"Johnathon.Bashirian59@hotmail.com","dop":"2025-11-04","serial_number":"41067482337351","imei1":"41067482337351","imei2":"41067482337351","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:40:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170459,"job_number":"JOB_170459","tr_customer_id":170476,"tr_customer_product_id":170466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:39:55.000Z","modified_at":"2026-01-29T07:40:07.000Z","name":"Declan Orn","mobile_number":"485-379-8511","email_id":"Rocky_Crooks86@yahoo.com","dop":"2025-11-04","serial_number":"32392105313176","imei1":"32392105313176","imei2":"32392105313176","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:40:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170366,"job_number":"JOB_170366","tr_customer_id":170383,"tr_customer_product_id":170373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:56.000Z","modified_at":"2026-01-29T06:42:07.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"86070678264177","imei1":"86070678264177","imei2":"86070678264177","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:42:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170362,"job_number":"JOB_170362","tr_customer_id":170379,"tr_customer_product_id":170369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:40.000Z","modified_at":"2026-01-29T06:41:52.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"75367562556144","imei1":"75367562556144","imei2":"75367562556144","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170334,"job_number":"JOB_170334","tr_customer_id":170351,"tr_customer_product_id":170341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:21.000Z","modified_at":"2026-01-29T06:35:51.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"58322055980187","imei1":"58322055980187","imei2":"58322055980187","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170333,"job_number":"JOB_170333","tr_customer_id":170350,"tr_customer_product_id":170340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:03.000Z","modified_at":"2026-01-29T06:35:16.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"49081405834854","imei1":"49081405834854","imei2":"49081405834854","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:35:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170330,"job_number":"JOB_170330","tr_customer_id":170347,"tr_customer_product_id":170337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:52.000Z","modified_at":"2026-01-29T06:34:05.000Z","name":"Leda Collins","mobile_number":"225-511-1845","email_id":"Kyleigh.Kautzer57@hotmail.com","dop":"2025-06-09","serial_number":"106849741801907","imei1":"106849741801907","imei2":"106849741801907","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:34:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170327,"job_number":"JOB_170327","tr_customer_id":170344,"tr_customer_product_id":170334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:34.000Z","modified_at":"2026-01-29T06:33:47.000Z","name":"Chase Kihn","mobile_number":"657-597-7471","email_id":"Julien4@hotmail.com","dop":"2025-06-09","serial_number":"107165057388892","imei1":"107165057388892","imei2":"107165057388892","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:33:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170323,"job_number":"JOB_170323","tr_customer_id":170340,"tr_customer_product_id":170330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:14.000Z","modified_at":"2026-01-29T06:33:28.000Z","name":"Elisa Ryan","mobile_number":"638-513-5547","email_id":"Catalina55@gmail.com","dop":"2025-06-09","serial_number":"108746957862883","imei1":"108746957862883","imei2":"108746957862883","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:33:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170321,"job_number":"JOB_170321","tr_customer_id":170338,"tr_customer_product_id":170328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:31:27.000Z","modified_at":"2026-01-29T06:31:51.000Z","name":"Ottis Labadie","mobile_number":"966-793-1574","email_id":"Kristian_Hayes97@gmail.com","dop":"2025-10-01","serial_number":"13893001630037","imei1":"13893001630037","imei2":"13893001630037","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170320,"job_number":"JOB_170320","tr_customer_id":170337,"tr_customer_product_id":170327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:30:58.000Z","modified_at":"2026-01-29T06:31:11.000Z","name":"Robyn Von","mobile_number":"407-528-2637","email_id":"Cleora17@gmail.com","dop":"2025-11-04","serial_number":"85566931991008","imei1":"85566931991008","imei2":"85566931991008","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:31:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170319,"job_number":"JOB_170319","tr_customer_id":170336,"tr_customer_product_id":170326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:30:40.000Z","modified_at":"2026-01-29T06:30:53.000Z","name":"Athena Kling","mobile_number":"392-554-0171","email_id":"Buddy_Aufderhar81@yahoo.com","dop":"2025-11-04","serial_number":"70505521790134","imei1":"70505521790134","imei2":"70505521790134","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:30:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170318,"job_number":"JOB_170318","tr_customer_id":170335,"tr_customer_product_id":170325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:30:23.000Z","modified_at":"2026-01-29T06:30:35.000Z","name":"Lela Treutel","mobile_number":"692-467-9811","email_id":"April86@yahoo.com","dop":"2025-11-04","serial_number":"35397617622191","imei1":"35397617622191","imei2":"35397617622191","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:30:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170084,"job_number":"JOB_170084","tr_customer_id":170101,"tr_customer_product_id":170091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:00:51.000Z","modified_at":"2026-01-29T05:01:01.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"18405303130112","imei1":"18405303130112","imei2":"18405303130112","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170031,"job_number":"JOB_170031","tr_customer_id":170048,"tr_customer_product_id":170038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:39.000Z","modified_at":"2026-01-29T04:18:48.000Z","name":"Sarah Borer","mobile_number":"728-577-0903","email_id":"Merlin.Dibbert32@hotmail.com","dop":"2025-12-31","serial_number":"10819361310270","imei1":"10819361310270","imei2":"10819361310270","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170023,"job_number":"JOB_170023","tr_customer_id":170040,"tr_customer_product_id":170030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:35.000Z","modified_at":"2026-01-29T04:18:46.000Z","name":"Katharina Cruickshank","mobile_number":"924-627-4792","email_id":"Brianne21@yahoo.com","dop":"2025-06-09","serial_number":"109465015397039","imei1":"109465015397039","imei2":"109465015397039","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170012,"job_number":"JOB_170012","tr_customer_id":170029,"tr_customer_product_id":170019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:26.000Z","modified_at":"2026-01-29T04:18:35.000Z","name":"Chris Thompson","mobile_number":"845-539-7106","email_id":"Sigurd.Orn95@hotmail.com","dop":"2025-12-31","serial_number":"10467693498151","imei1":"10467693498151","imei2":"10467693498151","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170010,"job_number":"JOB_170010","tr_customer_id":170027,"tr_customer_product_id":170017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:20.000Z","modified_at":"2026-01-29T04:18:31.000Z","name":"Durward Purdy","mobile_number":"439-238-6780","email_id":"Casimir94@hotmail.com","dop":"2025-06-09","serial_number":"109558957991032","imei1":"109558957991032","imei2":"109558957991032","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170008,"job_number":"JOB_170008","tr_customer_id":170025,"tr_customer_product_id":170015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:12.000Z","modified_at":"2026-01-29T04:18:22.000Z","name":"Lincoln Homenick","mobile_number":"817-973-4755","email_id":"Monique17@gmail.com","dop":"2025-12-31","serial_number":"10496055051791","imei1":"10496055051791","imei2":"10496055051791","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170003,"job_number":"JOB_170003","tr_customer_id":170020,"tr_customer_product_id":170010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:04.000Z","modified_at":"2026-01-29T04:18:15.000Z","name":"Guillermo Hintz","mobile_number":"779-876-9730","email_id":"Darrick_Keeling78@hotmail.com","dop":"2025-06-09","serial_number":"104831108983090","imei1":"104831108983090","imei2":"104831108983090","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169976,"job_number":"JOB_169976","tr_customer_id":169993,"tr_customer_product_id":169983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:18:06.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19471419291588","imei1":"19471419291588","imei2":"19471419291588","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169965,"job_number":"JOB_169965","tr_customer_id":169982,"tr_customer_product_id":169972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:48.000Z","modified_at":"2026-01-29T04:18:12.000Z","name":"Stanley Olson","mobile_number":"293-523-0223","email_id":"Wendy_Witting55@gmail.com","dop":"2025-10-01","serial_number":"18988258327942","imei1":"18988258327942","imei2":"18988258327942","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169928,"job_number":"JOB_169928","tr_customer_id":169945,"tr_customer_product_id":169935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:55.000Z","modified_at":"2026-01-29T04:17:04.000Z","name":"giyu tomiaka","mobile_number":"300-376-0245","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"992077779167119","imei1":"992077779167119","imei2":"992077779167119","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169918,"job_number":"JOB_169918","tr_customer_id":169935,"tr_customer_product_id":169925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:43.000Z","modified_at":"2026-01-29T04:16:52.000Z","name":"tanjiro kamado","mobile_number":"597-440-8271","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"771107984364553","imei1":"771107984364553","imei2":"771107984364553","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169906,"job_number":"JOB_169906","tr_customer_id":169923,"tr_customer_product_id":169913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:31.000Z","modified_at":"2026-01-29T04:16:41.000Z","name":"saitama sensei","mobile_number":"849-330-7706","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"238347889613895","imei1":"238347889613895","imei2":"238347889613895","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170652,"job_number":"JOB_170652","tr_customer_id":170669,"tr_customer_product_id":170659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:11:05.000Z","modified_at":"2026-01-29T14:11:43.000Z","name":"Gabrielle Gerhold","mobile_number":"647-954-9594","email_id":"Jacynthe_Robel0@gmail.com","dop":"2025-04-06","serial_number":"18578815429337","imei1":"18578815429337","imei2":"18578815429337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:11:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170650,"job_number":"JOB_170650","tr_customer_id":170667,"tr_customer_product_id":170657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:29.000Z","modified_at":"2026-01-29T14:10:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54403093365360","imei1":"54403093365360","imei2":"54403093365360","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170642,"job_number":"JOB_170642","tr_customer_id":170659,"tr_customer_product_id":170649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:20.000Z","modified_at":"2026-01-29T14:10:58.000Z","name":"Davin Walker","mobile_number":"787-579-2037","email_id":"Ansley_Schmitt48@hotmail.com","dop":"2025-04-06","serial_number":"16632479613436","imei1":"16632479613436","imei2":"16632479613436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170638,"job_number":"JOB_170638","tr_customer_id":170655,"tr_customer_product_id":170645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:54.000Z","modified_at":"2026-01-29T14:10:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"77711799189048","imei1":"77711799189048","imei2":"77711799189048","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170629,"job_number":"JOB_170629","tr_customer_id":170646,"tr_customer_product_id":170636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:40.000Z","modified_at":"2026-01-29T14:10:22.000Z","name":"Wilton Hettinger","mobile_number":"211-746-1732","email_id":"Horace.Larson@yahoo.com","dop":"2025-04-06","serial_number":"16665506948731","imei1":"16665506948731","imei2":"16665506948731","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170627,"job_number":"JOB_170627","tr_customer_id":170644,"tr_customer_product_id":170634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:35.000Z","modified_at":"2026-01-29T14:10:13.000Z","name":"Arnulfo Pacocha","mobile_number":"952-876-5615","email_id":"Dawn21@gmail.com","dop":"2025-04-06","serial_number":"10043256847780","imei1":"10043256847780","imei2":"10043256847780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170625,"job_number":"JOB_170625","tr_customer_id":170642,"tr_customer_product_id":170632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:19.000Z","modified_at":"2026-01-29T14:09:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"67702757598973","imei1":"67702757598973","imei2":"67702757598973","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:09:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170618,"job_number":"JOB_170618","tr_customer_id":170635,"tr_customer_product_id":170625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:01:10.000Z","modified_at":"2026-01-29T14:01:12.000Z","name":"vedika singh","mobile_number":"9000000002","email_id":"vedika@gmail.com","dop":"2026-01-19","serial_number":"17041667492242","imei1":"17041667492242","imei2":"17041667492242","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170617,"job_number":"JOB_170617","tr_customer_id":170634,"tr_customer_product_id":170624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:01:07.000Z","modified_at":"2026-01-29T14:01:09.000Z","name":"ved singh","mobile_number":"9000000001","email_id":"ved@gmail.com","dop":"2026-01-19","serial_number":"18882897602096","imei1":"18882897602096","imei2":"18882897602096","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:01:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170616,"job_number":"JOB_170616","tr_customer_id":170633,"tr_customer_product_id":170623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:01:05.000Z","modified_at":"2026-01-29T14:01:07.000Z","name":"navin singh","mobile_number":"9000000000","email_id":"navin@gmail.com","dop":"2026-01-19","serial_number":"12126963812128","imei1":"12126963812128","imei2":"12126963812128","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:01:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170613,"job_number":"JOB_170613","tr_customer_id":170630,"tr_customer_product_id":170620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:38.000Z","modified_at":"2026-01-29T13:47:40.000Z","name":"Eino Balistreri","mobile_number":"972-937-6551","email_id":"Trent17@hotmail.com","dop":"2025-04-13","serial_number":"10824970651691","imei1":"10824970651691","imei2":"10824970651691","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:47:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170611,"job_number":"JOB_170611","tr_customer_id":170628,"tr_customer_product_id":170618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:11.000Z","modified_at":"2026-01-29T13:47:17.000Z","name":"Dennis Howe","mobile_number":"472-915-3095","email_id":"Claud84@gmail.com","dop":"2025-04-13","serial_number":"10988577357850","imei1":"10988577357850","imei2":"10988577357850","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170609,"job_number":"JOB_170609","tr_customer_id":170626,"tr_customer_product_id":170616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:42:38.000Z","modified_at":"2026-01-29T13:42:41.000Z","name":"Noelia Champlin","mobile_number":"814-699-2963","email_id":"Constance63@gmail.com","dop":"2025-04-13","serial_number":"10901314236664","imei1":"10901314236664","imei2":"10901314236664","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170604,"job_number":"JOB_170604","tr_customer_id":170621,"tr_customer_product_id":170611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:30.000Z","modified_at":"2026-01-29T13:28:41.000Z","name":"Marcelino Nienow","mobile_number":"912-452-2157","email_id":"Randall.Hettinger@hotmail.com","dop":"2026-01-04","serial_number":"17164848171881","imei1":"17164848171881","imei2":"17164848171881","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170601,"job_number":"JOB_170601","tr_customer_id":170618,"tr_customer_product_id":170608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:18.000Z","modified_at":"2026-01-29T13:28:28.000Z","name":"Leora Feest","mobile_number":"465-750-1407","email_id":"Gaston56@yahoo.com","dop":"2026-01-04","serial_number":"12787010096036","imei1":"12787010096036","imei2":"12787010096036","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170598,"job_number":"JOB_170598","tr_customer_id":170615,"tr_customer_product_id":170605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:05.000Z","modified_at":"2026-01-29T13:28:16.000Z","name":"Lura Schmidt","mobile_number":"882-863-3675","email_id":"Gia63@hotmail.com","dop":"2026-01-04","serial_number":"16241769111764","imei1":"16241769111764","imei2":"16241769111764","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:28:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170595,"job_number":"JOB_170595","tr_customer_id":170612,"tr_customer_product_id":170602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:14.000Z","modified_at":"2026-01-29T13:14:23.000Z","name":"Antonio Hauck","mobile_number":"737-984-1740","email_id":"Yasmeen74@gmail.com","dop":"2026-01-04","serial_number":"11268532122925","imei1":"11268532122925","imei2":"11268532122925","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:14:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170592,"job_number":"JOB_170592","tr_customer_id":170609,"tr_customer_product_id":170599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:02.000Z","modified_at":"2026-01-29T13:14:12.000Z","name":"Noemie Murray","mobile_number":"546-439-5110","email_id":"Franz.Flatley@gmail.com","dop":"2026-01-04","serial_number":"17831223115200","imei1":"17831223115200","imei2":"17831223115200","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:14:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170589,"job_number":"JOB_170589","tr_customer_id":170606,"tr_customer_product_id":170596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:13:50.000Z","modified_at":"2026-01-29T13:14:00.000Z","name":"Gladyce Williamson","mobile_number":"797-459-6456","email_id":"Myrna.Larson@hotmail.com","dop":"2026-01-04","serial_number":"18097877184785","imei1":"18097877184785","imei2":"18097877184785","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:14:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170585,"job_number":"JOB_170585","tr_customer_id":170602,"tr_customer_product_id":170592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:55.000Z","modified_at":"2026-01-29T13:04:05.000Z","name":"Skylar Grady","mobile_number":"970-888-8251","email_id":"Eric.Sanford60@yahoo.com","dop":"2026-01-04","serial_number":"13272956538999","imei1":"13272956538999","imei2":"13272956538999","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:04:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170582,"job_number":"JOB_170582","tr_customer_id":170599,"tr_customer_product_id":170589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:44.000Z","modified_at":"2026-01-29T13:03:53.000Z","name":"Ophelia Ruecker","mobile_number":"936-753-6545","email_id":"Rubie.White37@gmail.com","dop":"2026-01-04","serial_number":"15631980934310","imei1":"15631980934310","imei2":"15631980934310","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:03:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170579,"job_number":"JOB_170579","tr_customer_id":170596,"tr_customer_product_id":170586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:32.000Z","modified_at":"2026-01-29T13:03:42.000Z","name":"Betty Walker","mobile_number":"757-261-2480","email_id":"Bridget.Tromp33@hotmail.com","dop":"2026-01-04","serial_number":"10011699735819","imei1":"10011699735819","imei2":"10011699735819","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:03:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170573,"job_number":"JOB_170573","tr_customer_id":170590,"tr_customer_product_id":170580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:49.000Z","modified_at":"2026-01-29T12:26:00.000Z","name":"Herbert Harber","mobile_number":"722-495-1013","email_id":"Susanna_Witting@gmail.com","dop":"2026-01-04","serial_number":"10367951325902","imei1":"10367951325902","imei2":"10367951325902","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:26:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170570,"job_number":"JOB_170570","tr_customer_id":170587,"tr_customer_product_id":170577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:36.000Z","modified_at":"2026-01-29T12:25:47.000Z","name":"Alexandro Kub","mobile_number":"764-227-7248","email_id":"Jana97@gmail.com","dop":"2026-01-04","serial_number":"10000076238100","imei1":"10000076238100","imei2":"10000076238100","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:25:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170567,"job_number":"JOB_170567","tr_customer_id":170584,"tr_customer_product_id":170574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:23.000Z","modified_at":"2026-01-29T12:25:34.000Z","name":"Eileen Quigley","mobile_number":"647-824-4939","email_id":"Irwin_Effertz39@gmail.com","dop":"2026-01-04","serial_number":"13187650727479","imei1":"13187650727479","imei2":"13187650727479","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:25:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170564,"job_number":"JOB_170564","tr_customer_id":170581,"tr_customer_product_id":170571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:23:01.000Z","modified_at":"2026-01-29T12:23:12.000Z","name":"Derek Champlin","mobile_number":"936-944-7202","email_id":"Merritt54@gmail.com","dop":"2026-01-04","serial_number":"17715967919576","imei1":"17715967919576","imei2":"17715967919576","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:23:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170561,"job_number":"JOB_170561","tr_customer_id":170578,"tr_customer_product_id":170568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:48.000Z","modified_at":"2026-01-29T12:22:59.000Z","name":"Freda Fritsch","mobile_number":"364-542-0581","email_id":"Giovani.Pouros88@yahoo.com","dop":"2026-01-04","serial_number":"18093198653382","imei1":"18093198653382","imei2":"18093198653382","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:22:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170558,"job_number":"JOB_170558","tr_customer_id":170575,"tr_customer_product_id":170565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:35.000Z","modified_at":"2026-01-29T12:22:46.000Z","name":"Sally Daniel","mobile_number":"980-587-4443","email_id":"Federico8@hotmail.com","dop":"2026-01-04","serial_number":"19622808642662","imei1":"19622808642662","imei2":"19622808642662","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170548,"job_number":"JOB_170548","tr_customer_id":170565,"tr_customer_product_id":170555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:56.000Z","modified_at":"2026-01-29T12:09:07.000Z","name":"Cesar Hackett","mobile_number":"249-657-3144","email_id":"Mathias88@gmail.com","dop":"2026-01-04","serial_number":"14641059064417","imei1":"14641059064417","imei2":"14641059064417","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170545,"job_number":"JOB_170545","tr_customer_id":170562,"tr_customer_product_id":170552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:43.000Z","modified_at":"2026-01-29T12:08:54.000Z","name":"Grady Upton","mobile_number":"588-243-0925","email_id":"Saul.Langworth49@gmail.com","dop":"2026-01-04","serial_number":"16531430581277","imei1":"16531430581277","imei2":"16531430581277","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:08:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170542,"job_number":"JOB_170542","tr_customer_id":170559,"tr_customer_product_id":170549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:30.000Z","modified_at":"2026-01-29T12:08:41.000Z","name":"Stephany Padberg","mobile_number":"305-498-1598","email_id":"Helmer_Spencer75@yahoo.com","dop":"2026-01-04","serial_number":"19268320626537","imei1":"19268320626537","imei2":"19268320626537","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:08:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170538,"job_number":"JOB_170538","tr_customer_id":170555,"tr_customer_product_id":170545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:20.000Z","modified_at":"2026-01-29T11:57:31.000Z","name":"Aurelio Harber","mobile_number":"968-758-7855","email_id":"Kris_Brown@hotmail.com","dop":"2026-01-04","serial_number":"19004808111459","imei1":"19004808111459","imei2":"19004808111459","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170535,"job_number":"JOB_170535","tr_customer_id":170552,"tr_customer_product_id":170542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:08.000Z","modified_at":"2026-01-29T11:57:18.000Z","name":"Wilfrid Schumm","mobile_number":"485-531-1025","email_id":"Liliane_Bosco@gmail.com","dop":"2026-01-04","serial_number":"16937056537872","imei1":"16937056537872","imei2":"16937056537872","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170532,"job_number":"JOB_170532","tr_customer_id":170549,"tr_customer_product_id":170539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:56:54.000Z","modified_at":"2026-01-29T11:57:06.000Z","name":"Rogelio Wunsch","mobile_number":"979-218-6019","email_id":"Lavonne.Waelchi@hotmail.com","dop":"2026-01-04","serial_number":"14174907291452","imei1":"14174907291452","imei2":"14174907291452","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170529,"job_number":"JOB_170529","tr_customer_id":170546,"tr_customer_product_id":170536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:29.000Z","modified_at":"2026-01-29T11:51:40.000Z","name":"Tressa Stark","mobile_number":"301-564-3145","email_id":"Bianka_Pfannerstill15@yahoo.com","dop":"2026-01-04","serial_number":"12857326481758","imei1":"12857326481758","imei2":"12857326481758","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:51:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170526,"job_number":"JOB_170526","tr_customer_id":170543,"tr_customer_product_id":170533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:16.000Z","modified_at":"2026-01-29T11:51:27.000Z","name":"Clementine Jenkins","mobile_number":"244-708-1495","email_id":"Albin_Berge21@hotmail.com","dop":"2026-01-04","serial_number":"13119006132245","imei1":"13119006132245","imei2":"13119006132245","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170523,"job_number":"JOB_170523","tr_customer_id":170540,"tr_customer_product_id":170530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:03.000Z","modified_at":"2026-01-29T11:51:14.000Z","name":"Pauline Johns","mobile_number":"255-961-2218","email_id":"Cornell.Fadel@hotmail.com","dop":"2026-01-04","serial_number":"13557958258309","imei1":"13557958258309","imei2":"13557958258309","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:51:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170517,"job_number":"JOB_170517","tr_customer_id":170534,"tr_customer_product_id":170524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:21.000Z","modified_at":"2026-01-29T11:35:49.000Z","name":"Randy Hilll","mobile_number":"530-850-3140","email_id":"Avis.Lowe11@yahoo.com","dop":"2026-01-04","serial_number":"13713249628109","imei1":"13713249628109","imei2":"13713249628109","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:35:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170514,"job_number":"JOB_170514","tr_customer_id":170531,"tr_customer_product_id":170521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:08.000Z","modified_at":"2026-01-29T11:35:19.000Z","name":"Sienna Littel","mobile_number":"453-899-1190","email_id":"Hailie_Goyette@gmail.com","dop":"2026-01-04","serial_number":"11620809791973","imei1":"11620809791973","imei2":"11620809791973","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:35:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170496,"job_number":"JOB_170496","tr_customer_id":170513,"tr_customer_product_id":170503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:44:46.000Z","modified_at":"2026-01-29T09:46:04.000Z","name":"Lolita Weissnat","mobile_number":"526-345-0355","email_id":"Emmie12@hotmail.com","dop":"2025-02-01","serial_number":"16280539168904","imei1":"16280539168904","imei2":"16280539168904","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170494,"job_number":"JOB_170494","tr_customer_id":170511,"tr_customer_product_id":170501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:52.000Z","modified_at":"2026-01-29T09:33:33.000Z","name":"Anthony Dibbert","mobile_number":"940-557-7988","email_id":"Jillian13@yahoo.com","dop":"2025-04-06","serial_number":"11989568567393","imei1":"11989568567393","imei2":"11989568567393","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:33:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170491,"job_number":"JOB_170491","tr_customer_id":170508,"tr_customer_product_id":170498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:02.000Z","modified_at":"2026-01-29T09:32:44.000Z","name":"Tevin Harvey","mobile_number":"667-384-9180","email_id":"Pedro88@gmail.com","dop":"2025-04-06","serial_number":"11698518485811","imei1":"11698518485811","imei2":"11698518485811","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:32:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170488,"job_number":"JOB_170488","tr_customer_id":170505,"tr_customer_product_id":170495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:31:12.000Z","modified_at":"2026-01-29T09:31:54.000Z","name":"Mona Jakubowski","mobile_number":"365-289-0221","email_id":"Josefa.Blick82@gmail.com","dop":"2025-04-06","serial_number":"17777095297164","imei1":"17777095297164","imei2":"17777095297164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:31:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170486,"job_number":"JOB_170486","tr_customer_id":170503,"tr_customer_product_id":170493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:45:42.000Z","modified_at":"2026-01-29T08:45:48.000Z","name":"Itzel Mills","mobile_number":"350-257-8338","email_id":"Laurel77@yahoo.com","dop":"2026-01-23","serial_number":"17318696500964","imei1":"17318696500964","imei2":"17318696500964","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T08:45:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170483,"job_number":"JOB_170483","tr_customer_id":170500,"tr_customer_product_id":170490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:52.000Z","modified_at":"2026-01-29T08:34:00.000Z","name":"Clifford Heller","mobile_number":"545-638-9900","email_id":"Magali87@hotmail.com","dop":"2026-01-23","serial_number":"12820070591212","imei1":"12820070591212","imei2":"12820070591212","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T08:34:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170481,"job_number":"JOB_170481","tr_customer_id":170498,"tr_customer_product_id":170488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:43.000Z","modified_at":"2026-01-29T08:33:50.000Z","name":"Maud Ondricka","mobile_number":"517-814-8853","email_id":"Liana99@gmail.com","dop":"2026-01-23","serial_number":"17468331379376","imei1":"17468331379376","imei2":"17468331379376","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T08:33:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170479,"job_number":"JOB_170479","tr_customer_id":170496,"tr_customer_product_id":170486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:35.000Z","modified_at":"2026-01-29T08:33:41.000Z","name":"Lia Bernhard","mobile_number":"498-695-2967","email_id":"Emmanuelle.Larkin42@hotmail.com","dop":"2026-01-23","serial_number":"19728774976183","imei1":"19728774976183","imei2":"19728774976183","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T08:33:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170476,"job_number":"JOB_170476","tr_customer_id":170493,"tr_customer_product_id":170483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:42.000Z","modified_at":"2026-01-29T07:59:27.000Z","name":"Geovanni Jakubowski","mobile_number":"853-812-4196","email_id":"Coralie.Berge@hotmail.com","dop":"2025-04-06","serial_number":"16078606376452","imei1":"16078606376452","imei2":"16078606376452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170474,"job_number":"JOB_170474","tr_customer_id":170491,"tr_customer_product_id":170481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:32.000Z","modified_at":"2026-01-29T07:59:10.000Z","name":"Cale Weimann","mobile_number":"426-592-7040","email_id":"Sigmund.DuBuque73@hotmail.com","dop":"2025-04-06","serial_number":"13784072508347","imei1":"13784072508347","imei2":"13784072508347","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:59:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170470,"job_number":"JOB_170470","tr_customer_id":170487,"tr_customer_product_id":170477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:45.000Z","modified_at":"2026-01-29T07:58:24.000Z","name":"Marlon Huel","mobile_number":"671-243-3697","email_id":"Candice.McCullough@yahoo.com","dop":"2025-04-06","serial_number":"16495530451823","imei1":"16495530451823","imei2":"16495530451823","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170468,"job_number":"JOB_170468","tr_customer_id":170485,"tr_customer_product_id":170475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:36.000Z","modified_at":"2026-01-29T07:58:20.000Z","name":"Agnes Hyatt","mobile_number":"271-457-1674","email_id":"Charity82@yahoo.com","dop":"2025-04-06","serial_number":"13831725484509","imei1":"13831725484509","imei2":"13831725484509","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170466,"job_number":"JOB_170466","tr_customer_id":170483,"tr_customer_product_id":170473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:56:58.000Z","modified_at":"2026-01-29T07:57:38.000Z","name":"Birdie Beier","mobile_number":"269-843-0736","email_id":"Taryn50@hotmail.com","dop":"2025-04-06","serial_number":"10020349453541","imei1":"10020349453541","imei2":"10020349453541","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170465,"job_number":"JOB_170465","tr_customer_id":170482,"tr_customer_product_id":170472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:52:52.000Z","modified_at":"2026-01-29T09:32:00.000Z","name":"Bobby Kunde","mobile_number":"966-568-5168","email_id":"Verona77@hotmail.com","dop":"2025-02-01","serial_number":"105860642571291","imei1":"105860642571291","imei2":"105860642571291","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170456,"job_number":"JOB_170456","tr_customer_id":170473,"tr_customer_product_id":170463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:56.000Z","modified_at":"2026-01-29T07:11:07.000Z","name":"Michel Wolf","mobile_number":"811-309-0969","email_id":"Marge.Goodwin50@gmail.com","dop":"2025-12-01","serial_number":"14473255892270","imei1":"14473255892270","imei2":"14473255892270","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:11:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170454,"job_number":"JOB_170454","tr_customer_id":170471,"tr_customer_product_id":170461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:41.000Z","modified_at":"2026-01-29T07:10:52.000Z","name":"Hector Kuvalis","mobile_number":"566-990-5739","email_id":"Alyson.Hahn49@yahoo.com","dop":"2025-12-01","serial_number":"11150543483316","imei1":"11150543483316","imei2":"11150543483316","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:10:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170452,"job_number":"JOB_170452","tr_customer_id":170469,"tr_customer_product_id":170459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:25.000Z","modified_at":"2026-01-29T07:10:36.000Z","name":"Judson Carroll","mobile_number":"616-247-8813","email_id":"Kathryne_Romaguera68@gmail.com","dop":"2025-12-01","serial_number":"13673878488667","imei1":"13673878488667","imei2":"13673878488667","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:10:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170449,"job_number":"JOB_170449","tr_customer_id":170466,"tr_customer_product_id":170456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:56.000Z","modified_at":"2026-01-29T07:02:35.000Z","name":"Ebba Moen","mobile_number":"384-351-2715","email_id":"Monique.Grady@gmail.com","dop":"2025-04-06","serial_number":"16632909401414","imei1":"16632909401414","imei2":"16632909401414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170446,"job_number":"JOB_170446","tr_customer_id":170463,"tr_customer_product_id":170453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:09.000Z","modified_at":"2026-01-29T07:01:48.000Z","name":"Eddie Predovic","mobile_number":"425-379-0977","email_id":"Ida_Ebert43@yahoo.com","dop":"2025-04-06","serial_number":"14482564903052","imei1":"14482564903052","imei2":"14482564903052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170443,"job_number":"JOB_170443","tr_customer_id":170460,"tr_customer_product_id":170450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:25.000Z","modified_at":"2026-01-29T07:01:03.000Z","name":"Levi D'Amore","mobile_number":"982-329-0466","email_id":"Vickie34@hotmail.com","dop":"2025-04-06","serial_number":"15835119081840","imei1":"15835119081840","imei2":"15835119081840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170441,"job_number":"JOB_170441","tr_customer_id":170458,"tr_customer_product_id":170448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:22.000Z","modified_at":"2026-01-29T07:01:01.000Z","name":"Mauricio Abernathy","mobile_number":"741-200-8118","email_id":"Lenora.Wyman@gmail.com","dop":"2025-04-06","serial_number":"14155214614863","imei1":"14155214614863","imei2":"14155214614863","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170438,"job_number":"JOB_170438","tr_customer_id":170455,"tr_customer_product_id":170445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:57:37.000Z","modified_at":"2026-01-29T06:58:18.000Z","name":"Clint Crona","mobile_number":"833-331-6342","email_id":"Faye_Kautzer26@gmail.com","dop":"2025-04-06","serial_number":"13363090924242","imei1":"13363090924242","imei2":"13363090924242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170435,"job_number":"JOB_170435","tr_customer_id":170452,"tr_customer_product_id":170442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:48.000Z","modified_at":"2026-01-29T06:57:29.000Z","name":"Dedric Oberbrunner","mobile_number":"454-492-6176","email_id":"Alta_McDermott@gmail.com","dop":"2025-04-06","serial_number":"15317863293848","imei1":"15317863293848","imei2":"15317863293848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170432,"job_number":"JOB_170432","tr_customer_id":170449,"tr_customer_product_id":170439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:45.000Z","modified_at":"2026-01-29T06:57:24.000Z","name":"Christophe Erdman","mobile_number":"311-686-5036","email_id":"Chelsey_Hansen37@gmail.com","dop":"2025-04-06","serial_number":"17285379501908","imei1":"17285379501908","imei2":"17285379501908","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170429,"job_number":"JOB_170429","tr_customer_id":170446,"tr_customer_product_id":170436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:17.000Z","modified_at":"2026-01-29T06:56:55.000Z","name":"Aric McLaughlin","mobile_number":"460-658-6003","email_id":"Griffin_Weber@yahoo.com","dop":"2025-04-06","serial_number":"15917657716094","imei1":"15917657716094","imei2":"15917657716094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170427,"job_number":"JOB_170427","tr_customer_id":170444,"tr_customer_product_id":170434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:02.000Z","modified_at":"2026-01-29T06:56:40.000Z","name":"Hayden Conroy","mobile_number":"267-982-8060","email_id":"Mandy.Kulas@gmail.com","dop":"2025-04-06","serial_number":"14152460327219","imei1":"14152460327219","imei2":"14152460327219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170424,"job_number":"JOB_170424","tr_customer_id":170441,"tr_customer_product_id":170431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:57.000Z","modified_at":"2026-01-29T06:56:37.000Z","name":"Roger Kreiger","mobile_number":"498-306-0001","email_id":"Leila.Hermiston50@gmail.com","dop":"2025-04-06","serial_number":"19463705851281","imei1":"19463705851281","imei2":"19463705851281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:56:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170422,"job_number":"JOB_170422","tr_customer_id":170439,"tr_customer_product_id":170429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:57.000Z","modified_at":"2026-01-29T06:56:40.000Z","name":"Jazmin Hansen","mobile_number":"447-437-8600","email_id":"Joey.Prosacco@yahoo.com","dop":"2025-04-06","serial_number":"13548561804703","imei1":"13548561804703","imei2":"13548561804703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170419,"job_number":"JOB_170419","tr_customer_id":170436,"tr_customer_product_id":170426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:10.000Z","modified_at":"2026-01-29T06:55:50.000Z","name":"Roxanne Feest","mobile_number":"622-433-2556","email_id":"Heath65@gmail.com","dop":"2025-04-06","serial_number":"15807976462848","imei1":"15807976462848","imei2":"15807976462848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:55:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170416,"job_number":"JOB_170416","tr_customer_id":170433,"tr_customer_product_id":170423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:51:43.000Z","modified_at":"2026-01-29T06:52:26.000Z","name":"Samara Hermiston","mobile_number":"881-449-5243","email_id":"Gilbert93@yahoo.com","dop":"2025-04-06","serial_number":"16939765835829","imei1":"16939765835829","imei2":"16939765835829","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:52:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170413,"job_number":"JOB_170413","tr_customer_id":170430,"tr_customer_product_id":170420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:52.000Z","modified_at":"2026-01-29T06:51:35.000Z","name":"Orie Hauck","mobile_number":"558-543-6587","email_id":"Chloe_Johns@yahoo.com","dop":"2025-04-06","serial_number":"18544895989950","imei1":"18544895989950","imei2":"18544895989950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170410,"job_number":"JOB_170410","tr_customer_id":170427,"tr_customer_product_id":170417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:24.000Z","modified_at":"2026-01-29T06:51:03.000Z","name":"Kaci Rodriguez","mobile_number":"746-715-1390","email_id":"Coby_Maggio@gmail.com","dop":"2000-01-31","serial_number":"10662856974804","imei1":"10662856974804","imei2":"10662856974804","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:51:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170407,"job_number":"JOB_170407","tr_customer_id":170424,"tr_customer_product_id":170414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:00.000Z","modified_at":"2026-01-29T06:50:43.000Z","name":"Blair Mertz","mobile_number":"870-748-9928","email_id":"Karl17@gmail.com","dop":"2025-04-06","serial_number":"12608303994859","imei1":"12608303994859","imei2":"12608303994859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:50:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170404,"job_number":"JOB_170404","tr_customer_id":170421,"tr_customer_product_id":170411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:38.000Z","modified_at":"2026-01-29T06:50:17.000Z","name":"Patricia Effertz","mobile_number":"394-373-9023","email_id":"Ollie28@hotmail.com","dop":"2000-01-31","serial_number":"10224554180527","imei1":"10224554180527","imei2":"10224554180527","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170401,"job_number":"JOB_170401","tr_customer_id":170418,"tr_customer_product_id":170408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:52.000Z","modified_at":"2026-01-29T06:49:31.000Z","name":"Annetta Boehm","mobile_number":"513-914-0314","email_id":"Harmony_Tillman49@hotmail.com","dop":"2000-01-31","serial_number":"10328003342046","imei1":"10328003342046","imei2":"10328003342046","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:49:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170398,"job_number":"JOB_170398","tr_customer_id":170415,"tr_customer_product_id":170405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:17.000Z","modified_at":"2026-01-29T06:48:55.000Z","name":"Kirstin Kuhlman","mobile_number":"843-639-7057","email_id":"Aida75@hotmail.com","dop":"2025-04-06","serial_number":"10013536142327","imei1":"10013536142327","imei2":"10013536142327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170395,"job_number":"JOB_170395","tr_customer_id":170412,"tr_customer_product_id":170402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:06.000Z","modified_at":"2026-01-29T06:48:44.000Z","name":"Filomena Carroll","mobile_number":"288-747-6278","email_id":"Garnet91@yahoo.com","dop":"2000-01-31","serial_number":"10602772254077","imei1":"10602772254077","imei2":"10602772254077","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170393,"job_number":"JOB_170393","tr_customer_id":170410,"tr_customer_product_id":170400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:56.000Z","modified_at":"2026-01-29T06:48:32.000Z","name":"Bernita Bernier","mobile_number":"657-628-0301","email_id":"Stephon.Bartoletti7@yahoo.com","dop":"2025-10-21","serial_number":"17650861386584","imei1":"17650861386584","imei2":"17650861386584","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170390,"job_number":"JOB_170390","tr_customer_id":170407,"tr_customer_product_id":170397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:32.000Z","modified_at":"2026-01-29T06:48:10.000Z","name":"Kyra Leuschke","mobile_number":"351-716-4000","email_id":"Akeem.Zemlak@gmail.com","dop":"2025-04-06","serial_number":"15926735306563","imei1":"15926735306563","imei2":"15926735306563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170388,"job_number":"JOB_170388","tr_customer_id":170405,"tr_customer_product_id":170395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:13.000Z","modified_at":"2026-01-29T06:47:49.000Z","name":"Frances Kuhlman","mobile_number":"922-619-8165","email_id":"Imelda_Tromp@hotmail.com","dop":"2025-10-21","serial_number":"16756247052295","imei1":"16756247052295","imei2":"16756247052295","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170385,"job_number":"JOB_170385","tr_customer_id":170402,"tr_customer_product_id":170392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:47.000Z","modified_at":"2026-01-29T06:47:25.000Z","name":"German Schmidt","mobile_number":"823-982-5823","email_id":"Selena_Schowalter51@hotmail.com","dop":"2025-04-06","serial_number":"19902411489288","imei1":"19902411489288","imei2":"19902411489288","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170383,"job_number":"JOB_170383","tr_customer_id":170400,"tr_customer_product_id":170390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:30.000Z","modified_at":"2026-01-29T06:47:06.000Z","name":"Marlee Moore","mobile_number":"434-486-4942","email_id":"Jasmin.Balistreri73@yahoo.com","dop":"2025-10-21","serial_number":"17824471438303","imei1":"17824471438303","imei2":"17824471438303","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:47:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170379,"job_number":"JOB_170379","tr_customer_id":170396,"tr_customer_product_id":170386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:45:08.000Z","modified_at":"2026-01-29T06:45:47.000Z","name":"Alexander Padberg","mobile_number":"601-225-1822","email_id":"Cydney.Hayes@yahoo.com","dop":"2025-04-06","serial_number":"14594762092626","imei1":"14594762092626","imei2":"14594762092626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170378,"job_number":"JOB_170378","tr_customer_id":170395,"tr_customer_product_id":170385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:52.000Z","modified_at":"2026-01-29T06:44:02.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14108342420159","imei2":"14108342420159","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:44:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170376,"job_number":"JOB_170376","tr_customer_id":170393,"tr_customer_product_id":170383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:38.000Z","modified_at":"2026-01-29T06:43:48.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18346137390370","imei2":"18346137390370","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:43:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170373,"job_number":"JOB_170373","tr_customer_id":170390,"tr_customer_product_id":170380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:28.000Z","modified_at":"2026-01-29T06:44:10.000Z","name":"Darius Hane","mobile_number":"784-296-1570","email_id":"Phoebe.Brown84@hotmail.com","dop":"2025-04-06","serial_number":"17862652103740","imei1":"17862652103740","imei2":"17862652103740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:44:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170371,"job_number":"JOB_170371","tr_customer_id":170388,"tr_customer_product_id":170378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:23.000Z","modified_at":"2026-01-29T06:43:34.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13001435899381","imei2":"13001435899381","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170368,"job_number":"JOB_170368","tr_customer_id":170385,"tr_customer_product_id":170375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:42:38.000Z","modified_at":"2026-01-29T06:43:20.000Z","name":"Rachelle Gaylord","mobile_number":"216-466-8423","email_id":"Providenci14@hotmail.com","dop":"2025-04-06","serial_number":"18179063890691","imei1":"18179063890691","imei2":"18179063890691","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:43:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170364,"job_number":"JOB_170364","tr_customer_id":170381,"tr_customer_product_id":170371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:47.000Z","modified_at":"2026-01-29T06:42:30.000Z","name":"Mireille Herman","mobile_number":"999-306-5629","email_id":"Easton_Aufderhar50@hotmail.com","dop":"2025-04-06","serial_number":"10593791691348","imei1":"10593791691348","imei2":"10593791691348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:42:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170360,"job_number":"JOB_170360","tr_customer_id":170377,"tr_customer_product_id":170367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:56.000Z","modified_at":"2026-01-29T06:41:34.000Z","name":"Deron Reichert","mobile_number":"589-678-0055","email_id":"Haylee_Renner@hotmail.com","dop":"2025-04-06","serial_number":"12407513074671","imei1":"12407513074671","imei2":"12407513074671","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:41:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170357,"job_number":"JOB_170357","tr_customer_id":170374,"tr_customer_product_id":170364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:11.000Z","modified_at":"2026-01-29T06:40:49.000Z","name":"Grayce Schmitt","mobile_number":"822-921-5740","email_id":"Mauricio_Stracke@hotmail.com","dop":"2025-04-06","serial_number":"18180181629865","imei1":"18180181629865","imei2":"18180181629865","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:40:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170354,"job_number":"JOB_170354","tr_customer_id":170371,"tr_customer_product_id":170361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:39:25.000Z","modified_at":"2026-01-29T06:40:03.000Z","name":"Dorothea Shields","mobile_number":"881-647-2530","email_id":"Orland_Walter42@yahoo.com","dop":"2025-04-06","serial_number":"18411695328476","imei1":"18411695328476","imei2":"18411695328476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:40:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170350,"job_number":"JOB_170350","tr_customer_id":170367,"tr_customer_product_id":170357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:31.000Z","modified_at":"2026-01-29T06:39:08.000Z","name":"Celestine Gutmann","mobile_number":"253-781-9465","email_id":"Rafael.Emard@hotmail.com","dop":"2025-04-06","serial_number":"10329813854437","imei1":"10329813854437","imei2":"10329813854437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170347,"job_number":"JOB_170347","tr_customer_id":170364,"tr_customer_product_id":170354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:47.000Z","modified_at":"2026-01-29T06:38:24.000Z","name":"Stacy DuBuque","mobile_number":"852-256-3773","email_id":"Rosamond4@hotmail.com","dop":"2025-04-06","serial_number":"12954016719157","imei1":"12954016719157","imei2":"12954016719157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:38:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170344,"job_number":"JOB_170344","tr_customer_id":170361,"tr_customer_product_id":170351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:02.000Z","modified_at":"2026-01-29T06:37:39.000Z","name":"Carroll Quitzon","mobile_number":"506-529-6229","email_id":"Mariah_Osinski@hotmail.com","dop":"2025-04-06","serial_number":"19134770212767","imei1":"19134770212767","imei2":"19134770212767","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:37:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170341,"job_number":"JOB_170341","tr_customer_id":170358,"tr_customer_product_id":170348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:35.000Z","modified_at":"2026-01-29T06:37:12.000Z","name":"Leland Considine","mobile_number":"674-449-0463","email_id":"Cierra23@yahoo.com","dop":"2025-06-18","serial_number":"10375802533635","imei1":"10375802533635","imei2":"10375802533635","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170338,"job_number":"JOB_170338","tr_customer_id":170355,"tr_customer_product_id":170345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:58.000Z","modified_at":"2026-01-29T06:36:41.000Z","name":"Valerie Haley","mobile_number":"505-875-3429","email_id":"Bernard.Weimann65@gmail.com","dop":"2025-04-06","serial_number":"14948468916716","imei1":"14948468916716","imei2":"14948468916716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:36:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170336,"job_number":"JOB_170336","tr_customer_id":170353,"tr_customer_product_id":170343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:52.000Z","modified_at":"2026-01-29T06:36:28.000Z","name":"Sherman Block","mobile_number":"631-567-8905","email_id":"Emerson21@gmail.com","dop":"2025-06-18","serial_number":"10316307221729","imei1":"10316307221729","imei2":"10316307221729","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:36:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170211,"job_number":"JOB_170211","tr_customer_id":170228,"tr_customer_product_id":170218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:36:29.000Z","modified_at":"2026-01-29T05:37:04.000Z","name":"Meagan Schaefer","mobile_number":"863-586-8628","email_id":"Alicia92@hotmail.com","dop":"2025-04-06","serial_number":"17631928186345","imei1":"17631928186345","imei2":"17631928186345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170208,"job_number":"JOB_170208","tr_customer_id":170225,"tr_customer_product_id":170215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:46.000Z","modified_at":"2026-01-29T05:36:22.000Z","name":"Laisha Botsford","mobile_number":"486-674-0169","email_id":"Lilliana.Grady86@yahoo.com","dop":"2025-04-06","serial_number":"19521776007117","imei1":"19521776007117","imei2":"19521776007117","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170205,"job_number":"JOB_170205","tr_customer_id":170222,"tr_customer_product_id":170212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:03.000Z","modified_at":"2026-01-29T05:35:39.000Z","name":"Maegan Nolan","mobile_number":"473-311-8315","email_id":"Mariane43@hotmail.com","dop":"2025-04-06","serial_number":"13634145667307","imei1":"13634145667307","imei2":"13634145667307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170102,"job_number":"JOB_170102","tr_customer_id":170119,"tr_customer_product_id":170109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:33:20.000Z","modified_at":"2026-01-29T05:33:58.000Z","name":"Manley Littel","mobile_number":"765-309-0306","email_id":"Leda.Rogahn@gmail.com","dop":"2025-04-06","serial_number":"19384564227598","imei1":"19384564227598","imei2":"19384564227598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:33:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170100,"job_number":"JOB_170100","tr_customer_id":170117,"tr_customer_product_id":170107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:32:34.000Z","modified_at":"2026-01-29T05:33:12.000Z","name":"Pasquale Fay","mobile_number":"533-322-6936","email_id":"Karina49@hotmail.com","dop":"2025-04-06","serial_number":"11208618268516","imei1":"11208618268516","imei2":"11208618268516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:33:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170098,"job_number":"JOB_170098","tr_customer_id":170115,"tr_customer_product_id":170105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:31:48.000Z","modified_at":"2026-01-29T05:32:27.000Z","name":"Woodrow Beier","mobile_number":"928-596-3966","email_id":"Murray.Bayer3@hotmail.com","dop":"2025-04-06","serial_number":"14849700272956","imei1":"14849700272956","imei2":"14849700272956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:32:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170095,"job_number":"JOB_170095","tr_customer_id":170112,"tr_customer_product_id":170102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:30.000Z","modified_at":"2026-01-29T05:28:08.000Z","name":"Jakayla Klein","mobile_number":"853-328-8115","email_id":"Stan_Sauer@hotmail.com","dop":"2025-04-06","serial_number":"12958949156481","imei1":"12958949156481","imei2":"12958949156481","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:28:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170093,"job_number":"JOB_170093","tr_customer_id":170110,"tr_customer_product_id":170100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:06.000Z","modified_at":"2026-01-29T05:27:47.000Z","name":"Karl Feest","mobile_number":"218-426-7707","email_id":"Maria.Kiehn66@gmail.com","dop":"2025-04-06","serial_number":"15789162376807","imei1":"15789162376807","imei2":"15789162376807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:27:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170091,"job_number":"JOB_170091","tr_customer_id":170108,"tr_customer_product_id":170098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:09:05.000Z","modified_at":"2026-01-29T05:09:13.000Z","name":"Clemmie Torphy","mobile_number":"534-238-1767","email_id":"Kelton26@gmail.com","dop":"2025-07-01","serial_number":"109357137151501","imei1":"109357137151501","imei2":"109357137151501","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170089,"job_number":"JOB_170089","tr_customer_id":170106,"tr_customer_product_id":170096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:08:53.000Z","modified_at":"2026-01-29T05:09:02.000Z","name":"Kasey Kling","mobile_number":"415-986-1278","email_id":"Carrie_Hagenes@yahoo.com","dop":"2025-07-01","serial_number":"107601715293569","imei1":"107601715293569","imei2":"107601715293569","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:09:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170083,"job_number":"JOB_170083","tr_customer_id":170100,"tr_customer_product_id":170090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:46.000Z","modified_at":"2026-01-29T04:25:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26559086427593","imei1":"26559086427593","imei2":"26559086427593","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170076,"job_number":"JOB_170076","tr_customer_id":170093,"tr_customer_product_id":170083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69378142966940","imei1":"69378142966940","imei2":"69378142966940","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:24:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170069,"job_number":"JOB_170069","tr_customer_id":170086,"tr_customer_product_id":170076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:41.000Z","modified_at":"2026-01-29T04:24:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26862563788762","imei1":"26862563788762","imei2":"26862563788762","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:24:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170060,"job_number":"JOB_170060","tr_customer_id":170077,"tr_customer_product_id":170067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:54.000Z","modified_at":"2026-01-29T04:20:29.000Z","name":"Hollis O'Hara","mobile_number":"500-509-7416","email_id":"Abbie_Collier14@hotmail.com","dop":"2000-01-31","serial_number":"10361432768092","imei1":"10361432768092","imei2":"10361432768092","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:20:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170057,"job_number":"JOB_170057","tr_customer_id":170074,"tr_customer_product_id":170064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:26.000Z","modified_at":"2026-01-29T04:20:01.000Z","name":"Ava Langworth","mobile_number":"266-435-3231","email_id":"Keshawn.OReilly34@hotmail.com","dop":"2025-04-06","serial_number":"10034916946918","imei1":"10034916946918","imei2":"10034916946918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170054,"job_number":"JOB_170054","tr_customer_id":170071,"tr_customer_product_id":170061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:20.000Z","modified_at":"2026-01-29T04:19:57.000Z","name":"Dashawn Kihn","mobile_number":"920-344-4539","email_id":"Philip_Stehr@yahoo.com","dop":"2025-04-06","serial_number":"17406246446877","imei1":"17406246446877","imei2":"17406246446877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170051,"job_number":"JOB_170051","tr_customer_id":170068,"tr_customer_product_id":170058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:18.000Z","modified_at":"2026-01-29T04:19:51.000Z","name":"Hallie Kling","mobile_number":"598-997-1551","email_id":"Jaquan_Ward15@gmail.com","dop":"2025-04-06","serial_number":"10219727070223","imei1":"10219727070223","imei2":"10219727070223","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170048,"job_number":"JOB_170048","tr_customer_id":170065,"tr_customer_product_id":170055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:15.000Z","modified_at":"2026-01-29T04:19:52.000Z","name":"Golda Satterfield","mobile_number":"303-320-5882","email_id":"Wade.Ruecker@yahoo.com","dop":"2025-04-06","serial_number":"15874632796157","imei1":"15874632796157","imei2":"15874632796157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170045,"job_number":"JOB_170045","tr_customer_id":170062,"tr_customer_product_id":170052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:12.000Z","modified_at":"2026-01-29T04:19:47.000Z","name":"Thelma Heaney","mobile_number":"297-654-4992","email_id":"Isidro.Conn59@gmail.com","dop":"2000-01-31","serial_number":"10829444433916","imei1":"10829444433916","imei2":"10829444433916","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170042,"job_number":"JOB_170042","tr_customer_id":170059,"tr_customer_product_id":170049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:10.000Z","modified_at":"2026-01-29T04:19:45.000Z","name":"Esta Spencer","mobile_number":"319-934-9516","email_id":"Guido.Reynolds@gmail.com","dop":"2025-04-06","serial_number":"18972699094695","imei1":"18972699094695","imei2":"18972699094695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170039,"job_number":"JOB_170039","tr_customer_id":170056,"tr_customer_product_id":170046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:59.000Z","modified_at":"2026-01-29T04:19:39.000Z","name":"Carmelo Anderson","mobile_number":"755-997-8585","email_id":"Marcel_Vandervort@hotmail.com","dop":"2025-04-06","serial_number":"15998312547573","imei1":"15998312547573","imei2":"15998312547573","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170036,"job_number":"JOB_170036","tr_customer_id":170053,"tr_customer_product_id":170043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:46.000Z","modified_at":"2026-01-29T04:19:23.000Z","name":"Dusty Wuckert","mobile_number":"267-421-8892","email_id":"Jermey_Stracke@hotmail.com","dop":"2025-04-06","serial_number":"16394810867233","imei1":"16394810867233","imei2":"16394810867233","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170033,"job_number":"JOB_170033","tr_customer_id":170050,"tr_customer_product_id":170040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:43.000Z","modified_at":"2026-01-29T04:19:18.000Z","name":"Juvenal Von","mobile_number":"483-561-4875","email_id":"Mozelle.Emard@yahoo.com","dop":"2025-04-06","serial_number":"17528798658860","imei1":"17528798658860","imei2":"17528798658860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170028,"job_number":"JOB_170028","tr_customer_id":170045,"tr_customer_product_id":170035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:37.000Z","modified_at":"2026-01-29T04:19:11.000Z","name":"Cade Bergnaum","mobile_number":"853-540-3165","email_id":"Nicolette.Smith85@hotmail.com","dop":"2025-04-06","serial_number":"10361662978660","imei1":"10361662978660","imei2":"10361662978660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170026,"job_number":"JOB_170026","tr_customer_id":170043,"tr_customer_product_id":170033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:36.000Z","modified_at":"2026-01-29T04:19:13.000Z","name":"Cletus Jacobson","mobile_number":"950-983-8531","email_id":"Linnea_Quigley@yahoo.com","dop":"2025-04-06","serial_number":"13032975833520","imei1":"13032975833520","imei2":"13032975833520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170019,"job_number":"JOB_170019","tr_customer_id":170036,"tr_customer_product_id":170026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:30.000Z","modified_at":"2026-01-29T04:19:07.000Z","name":"Maudie King","mobile_number":"952-444-1324","email_id":"Elwin_Jones@yahoo.com","dop":"2025-04-06","serial_number":"13991901028666","imei1":"13991901028666","imei2":"13991901028666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170016,"job_number":"JOB_170016","tr_customer_id":170033,"tr_customer_product_id":170023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:29.000Z","modified_at":"2026-01-29T04:19:04.000Z","name":"Marcus Streich","mobile_number":"816-947-3974","email_id":"Easton78@gmail.com","dop":"2000-01-31","serial_number":"10301099483968","imei1":"10301099483968","imei2":"10301099483968","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170014,"job_number":"JOB_170014","tr_customer_id":170031,"tr_customer_product_id":170021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:28.000Z","modified_at":"2026-01-29T04:19:03.000Z","name":"Eleanore Gleichner","mobile_number":"620-533-0505","email_id":"Doug_Gibson48@hotmail.com","dop":"2025-04-06","serial_number":"10409692299107","imei1":"10409692299107","imei2":"10409692299107","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170006,"job_number":"JOB_170006","tr_customer_id":170023,"tr_customer_product_id":170013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:11.000Z","modified_at":"2026-01-29T04:18:51.000Z","name":"Westley Kuhic","mobile_number":"689-658-4855","email_id":"Wilton_Price39@hotmail.com","dop":"2025-04-06","serial_number":"13760095678159","imei1":"13760095678159","imei2":"13760095678159","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169998,"job_number":"JOB_169998","tr_customer_id":170015,"tr_customer_product_id":170005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:01.000Z","modified_at":"2026-01-29T04:18:38.000Z","name":"Willow Wiegand","mobile_number":"441-385-4383","email_id":"Justen_Prosacco23@yahoo.com","dop":"2025-04-06","serial_number":"17864770685625","imei1":"17864770685625","imei2":"17864770685625","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169996,"job_number":"JOB_169996","tr_customer_id":170013,"tr_customer_product_id":170003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:01.000Z","modified_at":"2026-01-29T04:18:40.000Z","name":"Devonte Johnston","mobile_number":"393-715-9726","email_id":"Amaya_Tremblay0@yahoo.com","dop":"2025-04-06","serial_number":"18034841745832","imei1":"18034841745832","imei2":"18034841745832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169994,"job_number":"JOB_169994","tr_customer_id":170011,"tr_customer_product_id":170001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:36.000Z","name":"Cristal Mann","mobile_number":"311-582-4108","email_id":"Cyril_Adams6@hotmail.com","dop":"2025-04-06","serial_number":"17185245559827","imei1":"17185245559827","imei2":"17185245559827","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169987,"job_number":"JOB_169987","tr_customer_id":170005,"tr_customer_product_id":169994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:18:38.000Z","name":"Kaitlyn Mraz","mobile_number":"472-710-8519","email_id":"Daron.Wiegand38@yahoo.com","dop":"2025-04-06","serial_number":"15736519075263","imei1":"15736519075263","imei2":"15736519075263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169984,"job_number":"JOB_169984","tr_customer_id":170001,"tr_customer_product_id":169991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:18:34.000Z","name":"Presley Graham","mobile_number":"808-734-3980","email_id":"Ezekiel.Lesch@gmail.com","dop":"2026-01-04","serial_number":"15857222908621","imei1":"15857222908621","imei2":"15857222908621","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169980,"job_number":"JOB_169980","tr_customer_id":169997,"tr_customer_product_id":169987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:18:31.000Z","name":"Julius Pagac","mobile_number":"421-452-0383","email_id":"Yesenia.Nolan34@hotmail.com","dop":"2025-04-06","serial_number":"14658148056864","imei1":"14658148056864","imei2":"14658148056864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169975,"job_number":"JOB_169975","tr_customer_id":169992,"tr_customer_product_id":169982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:18:32.000Z","name":"Troy Hauck","mobile_number":"809-729-7952","email_id":"Mayra.Osinski@gmail.com","dop":"2025-04-06","serial_number":"12374181624890","imei1":"12374181624890","imei2":"12374181624890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169972,"job_number":"JOB_169972","tr_customer_id":169989,"tr_customer_product_id":169979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:54.000Z","modified_at":"2026-01-29T04:18:12.000Z","name":"Kellie Cole","mobile_number":"231-606-7005","email_id":"Jarret88@yahoo.com","dop":"2025-05-30","serial_number":"15258879062250","imei1":"15258879062250","imei2":"15258879062250","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169970,"job_number":"JOB_169970","tr_customer_id":169987,"tr_customer_product_id":169977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:52.000Z","modified_at":"2026-01-29T04:18:29.000Z","name":"Shea O'Hara","mobile_number":"502-953-5353","email_id":"Boris.Ledner@yahoo.com","dop":"2025-04-06","serial_number":"19129954802912","imei1":"19129954802912","imei2":"19129954802912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169966,"job_number":"JOB_169966","tr_customer_id":169983,"tr_customer_product_id":169973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:48.000Z","modified_at":"2026-01-29T04:18:23.000Z","name":"Shad Hodkiewicz","mobile_number":"372-548-9865","email_id":"Veronica45@hotmail.com","dop":"2025-04-06","serial_number":"14474555501728","imei1":"14474555501728","imei2":"14474555501728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169958,"job_number":"JOB_169958","tr_customer_id":169975,"tr_customer_product_id":169965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:18:22.000Z","name":"Quinten Kub","mobile_number":"302-782-6955","email_id":"Marjory_Erdman@yahoo.com","dop":"2000-01-31","serial_number":"10838461623847","imei1":"10838461623847","imei2":"10838461623847","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169955,"job_number":"JOB_169955","tr_customer_id":169972,"tr_customer_product_id":169962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:18:21.000Z","name":"Sierra Schuppe","mobile_number":"273-923-7056","email_id":"Leanne27@yahoo.com","dop":"2025-04-06","serial_number":"10661380483898","imei1":"10661380483898","imei2":"10661380483898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169953,"job_number":"JOB_169953","tr_customer_id":169970,"tr_customer_product_id":169960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:18:22.000Z","name":"Amiya O'Kon","mobile_number":"239-812-1027","email_id":"Davonte_Lakin46@gmail.com","dop":"2025-04-06","serial_number":"19396588408992","imei1":"19396588408992","imei2":"19396588408992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169950,"job_number":"JOB_169950","tr_customer_id":169967,"tr_customer_product_id":169957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:27.000Z","modified_at":"2026-01-29T04:18:01.000Z","name":"Rosalyn DuBuque","mobile_number":"423-544-5691","email_id":"Donna44@yahoo.com","dop":"2025-04-06","serial_number":"17003397822707","imei1":"17003397822707","imei2":"17003397822707","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169947,"job_number":"JOB_169947","tr_customer_id":169964,"tr_customer_product_id":169954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:22.000Z","modified_at":"2026-01-29T04:18:03.000Z","name":"Kaelyn Lang","mobile_number":"641-801-2874","email_id":"Laurel40@yahoo.com","dop":"2025-04-06","serial_number":"18600707518512","imei1":"18600707518512","imei2":"18600707518512","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169944,"job_number":"JOB_169944","tr_customer_id":169961,"tr_customer_product_id":169951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:17.000Z","modified_at":"2026-01-29T04:17:51.000Z","name":"Gerhard Wiza","mobile_number":"243-901-5465","email_id":"Gina_Bins20@gmail.com","dop":"2026-01-04","serial_number":"12364460992685","imei1":"12364460992685","imei2":"12364460992685","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169939,"job_number":"JOB_169939","tr_customer_id":169956,"tr_customer_product_id":169946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:14.000Z","modified_at":"2026-01-29T04:17:49.000Z","name":"Ricky Spencer","mobile_number":"364-548-6366","email_id":"Jennie.Hermiston54@hotmail.com","dop":"2025-04-06","serial_number":"18592851673821","imei1":"18592851673821","imei2":"18592851673821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169937,"job_number":"JOB_169937","tr_customer_id":169954,"tr_customer_product_id":169944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:52.000Z","name":"Max Stracke","mobile_number":"714-460-4984","email_id":"Antonina_Turner70@gmail.com","dop":"2025-04-06","serial_number":"17500054701634","imei1":"17500054701634","imei2":"17500054701634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169936,"job_number":"JOB_169936","tr_customer_id":169953,"tr_customer_product_id":169943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:51.000Z","name":"Moses Medhurst","mobile_number":"303-974-7661","email_id":"Lilliana.Hane@yahoo.com","dop":"2025-04-06","serial_number":"18989444265023","imei1":"18989444265023","imei2":"18989444265023","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169932,"job_number":"JOB_169932","tr_customer_id":169949,"tr_customer_product_id":169939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:06.000Z","modified_at":"2026-01-29T04:17:40.000Z","name":"Antoinette Cummings","mobile_number":"930-330-6029","email_id":"Libbie9@yahoo.com","dop":"2025-04-06","serial_number":"15906011632020","imei1":"15906011632020","imei2":"15906011632020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169930,"job_number":"JOB_169930","tr_customer_id":169947,"tr_customer_product_id":169937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:03.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11087117570789","imei2":"11087117570789","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169925,"job_number":"JOB_169925","tr_customer_id":169942,"tr_customer_product_id":169932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:51.000Z","modified_at":"2026-01-29T04:17:25.000Z","name":"Gloria D'Amore","mobile_number":"949-247-9045","email_id":"Fred.Beer72@yahoo.com","dop":"2025-06-18","serial_number":"10192293493305","imei1":"10192293493305","imei2":"10192293493305","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169923,"job_number":"JOB_169923","tr_customer_id":169940,"tr_customer_product_id":169930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:50.000Z","modified_at":"2026-01-29T04:17:00.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13629311360527","imei2":"13629311360527","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169920,"job_number":"JOB_169920","tr_customer_id":169937,"tr_customer_product_id":169927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:46.000Z","modified_at":"2026-01-29T04:17:20.000Z","name":"Holly Bins","mobile_number":"572-633-6555","email_id":"Keely_Conn71@gmail.com","dop":"2025-04-06","serial_number":"10446319433056","imei1":"10446319433056","imei2":"10446319433056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169917,"job_number":"JOB_169917","tr_customer_id":169934,"tr_customer_product_id":169924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:37.000Z","modified_at":"2026-01-29T04:16:46.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17103157280969","imei2":"17103157280969","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169912,"job_number":"JOB_169912","tr_customer_id":169929,"tr_customer_product_id":169919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:35.000Z","modified_at":"2026-01-29T04:17:12.000Z","name":"Giovanna Lesch","mobile_number":"372-977-5907","email_id":"Iva.Nienow@hotmail.com","dop":"2025-04-06","serial_number":"11872920056391","imei1":"11872920056391","imei2":"11872920056391","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169911,"job_number":"JOB_169911","tr_customer_id":169928,"tr_customer_product_id":169918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:35.000Z","modified_at":"2026-01-29T04:17:09.000Z","name":"Krystel Dickinson","mobile_number":"781-254-4256","email_id":"Serena_Kris@hotmail.com","dop":"2026-01-04","serial_number":"17397854504903","imei1":"17397854504903","imei2":"17397854504903","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169908,"job_number":"JOB_169908","tr_customer_id":169925,"tr_customer_product_id":169915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:32.000Z","modified_at":"2026-01-29T04:17:09.000Z","name":"Conor O'Conner","mobile_number":"738-971-8590","email_id":"Peyton18@gmail.com","dop":"2025-04-06","serial_number":"10334667608357","imei1":"10334667608357","imei2":"10334667608357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169905,"job_number":"JOB_169905","tr_customer_id":169922,"tr_customer_product_id":169912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:31.000Z","modified_at":"2026-01-29T04:17:06.000Z","name":"Wendell Rath","mobile_number":"605-906-2935","email_id":"Vickie_Veum21@yahoo.com","dop":"2025-04-06","serial_number":"15766957779037","imei1":"15766957779037","imei2":"15766957779037","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169901,"job_number":"JOB_169901","tr_customer_id":169918,"tr_customer_product_id":169908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:26.000Z","modified_at":"2026-01-29T04:17:05.000Z","name":"Sallie Welch","mobile_number":"565-547-3229","email_id":"Graham9@hotmail.com","dop":"2025-04-06","serial_number":"15451720619746","imei1":"15451720619746","imei2":"15451720619746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169898,"job_number":"JOB_169898","tr_customer_id":169915,"tr_customer_product_id":169905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:25.000Z","modified_at":"2026-01-29T04:17:05.000Z","name":"Lupe Rippin","mobile_number":"435-423-9993","email_id":"Caden26@hotmail.com","dop":"2025-04-06","serial_number":"11434318738488","imei1":"11434318738488","imei2":"11434318738488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169895,"job_number":"JOB_169895","tr_customer_id":169912,"tr_customer_product_id":169902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:24.000Z","modified_at":"2026-01-29T04:16:58.000Z","name":"Katelyn Gottlieb","mobile_number":"545-282-3114","email_id":"Helene_Rosenbaum@yahoo.com","dop":"2025-04-06","serial_number":"14798629558442","imei1":"14798629558442","imei2":"14798629558442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169894,"job_number":"JOB_169894","tr_customer_id":169911,"tr_customer_product_id":169901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:23.000Z","modified_at":"2026-01-29T04:16:59.000Z","name":"Austin Roberts","mobile_number":"349-791-0104","email_id":"Deion36@hotmail.com","dop":"2025-04-06","serial_number":"13826216054609","imei1":"13826216054609","imei2":"13826216054609","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169891,"job_number":"JOB_169891","tr_customer_id":169908,"tr_customer_product_id":169898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:20.000Z","modified_at":"2026-01-29T04:16:57.000Z","name":"Rosie Nader","mobile_number":"407-966-6139","email_id":"Joyce.Rodriguez55@gmail.com","dop":"2025-04-06","serial_number":"13990803166248","imei1":"13990803166248","imei2":"13990803166248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169888,"job_number":"JOB_169888","tr_customer_id":169905,"tr_customer_product_id":169895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:11.000Z","modified_at":"2026-01-29T04:16:49.000Z","name":"Lonny O'Hara","mobile_number":"647-705-0848","email_id":"Lorenz63@hotmail.com","dop":"2025-04-06","serial_number":"19106745851574","imei1":"19106745851574","imei2":"19106745851574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169886,"job_number":"JOB_169886","tr_customer_id":169903,"tr_customer_product_id":169893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:09.000Z","modified_at":"2026-01-29T04:16:44.000Z","name":"Colin Towne","mobile_number":"629-800-7332","email_id":"Nicola.Jacobs@gmail.com","dop":"2025-06-18","serial_number":"10262731369748","imei1":"10262731369748","imei2":"10262731369748","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169884,"job_number":"JOB_169884","tr_customer_id":169901,"tr_customer_product_id":169891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:07.000Z","modified_at":"2026-01-29T04:16:16.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"45654946781158","imei1":"45654946781158","imei2":"45654946781158","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169882,"job_number":"JOB_169882","tr_customer_id":169899,"tr_customer_product_id":169889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:05.000Z","modified_at":"2026-01-29T04:16:39.000Z","name":"Alberta Schaefer","mobile_number":"331-960-4694","email_id":"Lowell_Witting22@hotmail.com","dop":"2025-04-06","serial_number":"17242679401128","imei1":"17242679401128","imei2":"17242679401128","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169879,"job_number":"JOB_169879","tr_customer_id":169896,"tr_customer_product_id":169886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:01.000Z","modified_at":"2026-01-29T04:16:37.000Z","name":"Melany Schaden","mobile_number":"488-655-8092","email_id":"Cindy_Jakubowski89@hotmail.com","dop":"2025-04-06","serial_number":"13869223701753","imei1":"13869223701753","imei2":"13869223701753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169878,"job_number":"JOB_169878","tr_customer_id":169895,"tr_customer_product_id":169885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:15:56.000Z","modified_at":"2026-01-29T04:16:05.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"61615467745554","imei1":"61615467745554","imei2":"61615467745554","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169875,"job_number":"JOB_169875","tr_customer_id":169892,"tr_customer_product_id":169882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:26:22.000Z","modified_at":"2026-01-29T03:26:57.000Z","name":"Lupe Welch","mobile_number":"490-980-7594","email_id":"Adella63@gmail.com","dop":"2025-04-06","serial_number":"13920192643004","imei1":"13920192643004","imei2":"13920192643004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T03:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169872,"job_number":"JOB_169872","tr_customer_id":169889,"tr_customer_product_id":169879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:25:39.000Z","modified_at":"2026-01-29T03:26:14.000Z","name":"Joey Gaylord","mobile_number":"517-628-5442","email_id":"Leonor_Friesen@hotmail.com","dop":"2025-04-06","serial_number":"11422722848889","imei1":"11422722848889","imei2":"11422722848889","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T03:26:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169869,"job_number":"JOB_169869","tr_customer_id":169886,"tr_customer_product_id":169876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:24:57.000Z","modified_at":"2026-01-29T03:25:32.000Z","name":"Orpha Schamberger","mobile_number":"635-981-4238","email_id":"Emmy_Strosin47@hotmail.com","dop":"2025-04-06","serial_number":"11604588538358","imei1":"11604588538358","imei2":"11604588538358","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T03:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169867,"job_number":"JOB_169867","tr_customer_id":169884,"tr_customer_product_id":169874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T02:31:40.000Z","modified_at":"2026-01-29T02:31:41.000Z","name":"vedika singh","mobile_number":"9000000002","email_id":"vedika@gmail.com","dop":"2026-01-19","serial_number":"19280180958991","imei1":"19280180958991","imei2":"19280180958991","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T02:31:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169866,"job_number":"JOB_169866","tr_customer_id":169883,"tr_customer_product_id":169873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T02:31:38.000Z","modified_at":"2026-01-29T02:31:40.000Z","name":"ved singh","mobile_number":"9000000001","email_id":"ved@gmail.com","dop":"2026-01-19","serial_number":"14686990491718","imei1":"14686990491718","imei2":"14686990491718","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T02:31:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169865,"job_number":"JOB_169865","tr_customer_id":169882,"tr_customer_product_id":169872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T02:31:36.000Z","modified_at":"2026-01-29T02:31:38.000Z","name":"navin singh","mobile_number":"9000000000","email_id":"navin@gmail.com","dop":"2026-01-19","serial_number":"19774602002980","imei1":"19774602002980","imei2":"19774602002980","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T02:31:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169864,"job_number":"JOB_169864","tr_customer_id":169881,"tr_customer_product_id":169871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T02:17:01.000Z","modified_at":"2026-01-29T02:17:03.000Z","name":"Bhargav Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"15571746267895","imei1":"15571746267895","imei2":"15571746267895","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T02:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169855,"job_number":"JOB_169855","tr_customer_id":169872,"tr_customer_product_id":169862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T20:58:44.000Z","modified_at":"2026-01-29T09:31:59.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-23","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-01-23T20:58:44.120141108Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:31:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 479ms
Mean size per request: 1013B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTY5NzIzMX0.QsCUkZrrbhF68ADkKPE7bNKoFm5pm3aIyI3WLSLuwBo
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 85d0e6fc-d833-47c6-a481-af767c82999c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1013
ETag W/"3f5-l4YE4tEbbs9Kl2wbV8tMddYbWzE"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":170667,"job_number":"JOB_170667","tr_customer_id":170684,"tr_customer_product_id":170674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:44.000Z","modified_at":"2026-01-29T14:33:51.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16221438407366","imei2":"16221438407366","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-29T14:33:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"job_id":151329}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 265ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTY5NzIzMX0.QsCUkZrrbhF68ADkKPE7bNKoFm5pm3aIyI3WLSLuwBo
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 3cc8e81d-ea37-43c9-b7d1-fc16285358b5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 26
Request Body
{
            "job_id": 170667
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 597ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTY5NzIzMX0.QsCUkZrrbhF68ADkKPE7bNKoFm5pm3aIyI3WLSLuwBo
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 1c0e892e-ab53-44d6-9d82-1a9039c9a0c1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token d499d9a8-68e4-4fee-b025-c7d4c36b1064
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-BYLgFlO4sAWngA9RcFi2Ou94qlQ"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMzR9.1_bD2KEEJYyg65T_F8ToDLjc8DZBe_MjWyO8oS7fJUU"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMjJ9.BdOV7PkuHOCUZD51r4jk3izCrLH16cR0WGqmLDoSwpk
Connection keep-alive
If-None-Match W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token e3c526ba-f0cf-4be0-8a98-03050ec84401
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c9-Ld6hKByAvaJhFG+2eukoSrTwhJs"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 279ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMjJ9.BdOV7PkuHOCUZD51r4jk3izCrLH16cR0WGqmLDoSwpk
Connection keep-alive
If-None-Match W/"c9-Ld6hKByAvaJhFG+2eukoSrTwhJs"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 275e8988-8d25-46f3-9cc1-e61762ef123e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-+7kINcjdp2eDXh6vH5DxRK34kR0"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":780},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 276ms
Mean size per request: 1004B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMjJ9.BdOV7PkuHOCUZD51r4jk3izCrLH16cR0WGqmLDoSwpk
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 76be6606-3e8d-4242-904a-d043178063ad
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1004
ETag W/"3ec-4oc+Y/UINWDwROsemXq4BZZZTps"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":170667,"job_number":"JOB_170667","tr_customer_id":170684,"tr_customer_product_id":170674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:44.000Z","modified_at":"2026-01-29T14:33:53.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16221438407366","imei2":"16221438407366","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-29T14:33:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 276ms
Mean size per request: 1004B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMjJ9.BdOV7PkuHOCUZD51r4jk3izCrLH16cR0WGqmLDoSwpk
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token b46cb5de-1cdf-4d0b-ab7d-dd45153d7dad
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1004
ETag W/"3ec-4oc+Y/UINWDwROsemXq4BZZZTps"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":170667,"job_number":"JOB_170667","tr_customer_id":170684,"tr_customer_product_id":170674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:44.000Z","modified_at":"2026-01-29T14:33:53.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16221438407366","imei2":"16221438407366","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-29T14:33:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"job_id":151329}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 268ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMjJ9.BdOV7PkuHOCUZD51r4jk3izCrLH16cR0WGqmLDoSwpk
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token d1d93e5c-16bd-45da-8a1b-c43352a0ec7c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 26
Request Body
{
            "job_id": 170667
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"7d7-SgjB97F0i27vfE3bqA/Mt3qwSd4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 271ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMjJ9.BdOV7PkuHOCUZD51r4jk3izCrLH16cR0WGqmLDoSwpk
Connection keep-alive
If-None-Match W/"7d7-SgjB97F0i27vfE3bqA/Mt3qwSd4"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token ded62658-4580-4c0b-862f-702c8ace04e3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f2-3U0Wmp7xOxKy5S90JzrjjO0kV28"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 281ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMjJ9.BdOV7PkuHOCUZD51r4jk3izCrLH16cR0WGqmLDoSwpk
Connection keep-alive
If-None-Match W/"f2-3U0Wmp7xOxKy5S90JzrjjO0kV28"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token e6c94b3b-3aa1-42fd-a0c7-bc57c4eb0edd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-jVnmf/mOLCkTgX4UEWKPrdJUXiY"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":780},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 647ms
Mean size per request: 756.66KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMjJ9.BdOV7PkuHOCUZD51r4jk3izCrLH16cR0WGqmLDoSwpk
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token db42094a-515b-425b-9cc0-81f6246e14f1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"bd29f-frPPXpOMbE56p80lgZI9IEp/kiQ"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 29 Jan 2026 14:33:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":170662,"job_number":"JOB_170662","tr_customer_id":170679,"tr_customer_product_id":170669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:24.000Z","modified_at":"2026-01-29T14:30:50.000Z","name":"Opal Hilpert","mobile_number":"469-677-2492","email_id":"Tia_Wehner5@yahoo.com","dop":"2025-10-01","serial_number":"16046327030474","imei1":"16046327030474","imei2":"16046327030474","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:30:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170661,"job_number":"JOB_170661","tr_customer_id":170678,"tr_customer_product_id":170668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:15.000Z","modified_at":"2026-01-29T14:30:15.000Z","name":"Afton Sanford","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"134477990546568","imei1":"134477990546568","imei2":"134477990546568","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170660,"job_number":"JOB_170660","tr_customer_id":170677,"tr_customer_product_id":170667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:14.000Z","modified_at":"2026-01-29T14:30:14.000Z","name":"Jeremie Lynch","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"135274987984350","imei1":"135274987984350","imei2":"135274987984350","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170659,"job_number":"JOB_170659","tr_customer_id":170676,"tr_customer_product_id":170666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:14.000Z","modified_at":"2026-01-29T14:30:14.000Z","name":"Nellie Kemmer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"190504053936811","imei1":"190504053936811","imei2":"190504053936811","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170658,"job_number":"JOB_170658","tr_customer_id":170675,"tr_customer_product_id":170665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:13.000Z","modified_at":"2026-01-29T14:30:13.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"192051065949516","imei1":"192051065949516","imei2":"192051065949516","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170657,"job_number":"JOB_170657","tr_customer_id":170674,"tr_customer_product_id":170664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:00.000Z","modified_at":"2026-01-29T14:30:00.000Z","name":"Kaley Koepp","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"169709661148071","imei1":"169709661148071","imei2":"169709661148071","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170656,"job_number":"JOB_170656","tr_customer_id":170673,"tr_customer_product_id":170663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:00.000Z","modified_at":"2026-01-29T14:30:00.000Z","name":"Camryn Lakin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114954477026693","imei1":"114954477026693","imei2":"114954477026693","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170655,"job_number":"JOB_170655","tr_customer_id":170672,"tr_customer_product_id":170662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:00.000Z","modified_at":"2026-01-29T14:30:00.000Z","name":"Darrick Kessler","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"168539902678161","imei1":"168539902678161","imei2":"168539902678161","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170654,"job_number":"JOB_170654","tr_customer_id":170671,"tr_customer_product_id":170661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:29:59.000Z","modified_at":"2026-01-29T14:29:59.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"112406510523889","imei1":"112406510523889","imei2":"112406510523889","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:29:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170640,"job_number":"JOB_170640","tr_customer_id":170657,"tr_customer_product_id":170647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:19.000Z","modified_at":"2026-01-29T14:10:30.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"79596888003891","imei1":"79596888003891","imei2":"79596888003891","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170639,"job_number":"JOB_170639","tr_customer_id":170656,"tr_customer_product_id":170646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:04.000Z","modified_at":"2026-01-29T14:10:15.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"10200392239708","imei1":"10200392239708","imei2":"10200392239708","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170631,"job_number":"JOB_170631","tr_customer_id":170648,"tr_customer_product_id":170638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:49.000Z","modified_at":"2026-01-29T14:09:59.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"18341397511533","imei1":"18341397511533","imei2":"18341397511533","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:09:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170576,"job_number":"JOB_170576","tr_customer_id":170593,"tr_customer_product_id":170583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:40:21.000Z","modified_at":"2026-01-29T13:15:27.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"10658929738383","imei1":"10658929738383","imei2":"10658929738383","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170575,"job_number":"JOB_170575","tr_customer_id":170592,"tr_customer_product_id":170582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:36:37.000Z","modified_at":"2026-01-29T12:36:37.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"10191171314065","imei1":"10191171314065","imei2":"10191171314065","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170551,"job_number":"JOB_170551","tr_customer_id":170568,"tr_customer_product_id":170558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:16:27.000Z","modified_at":"2026-01-29T12:16:27.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"97707161098983122","imei1":"97707161098983122","imei2":"97707161098983122","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170550,"job_number":"JOB_170550","tr_customer_id":170567,"tr_customer_product_id":170557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:13:23.000Z","modified_at":"2026-01-29T12:13:23.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"9770716109898312","imei1":"9770716109898312","imei2":"9770716109898312","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:13:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170510,"job_number":"JOB_170510","tr_customer_id":170527,"tr_customer_product_id":170517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:16:32.000Z","modified_at":"2026-01-29T11:16:32.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"977071610989831","imei1":"977071610989831","imei2":"977071610989831","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:16:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170485,"job_number":"JOB_170485","tr_customer_id":170502,"tr_customer_product_id":170492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:45:15.000Z","modified_at":"2026-01-29T09:06:22.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"977071610989831","imei1":"977071610989831","imei2":"977071610989831","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:06:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170473,"job_number":"JOB_170473","tr_customer_id":170490,"tr_customer_product_id":170480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:23.000Z","modified_at":"2026-01-29T07:58:34.000Z","name":"Vincent Hyatt","mobile_number":"892-347-9684","email_id":"Hershel_Veum@gmail.com","dop":"2025-11-04","serial_number":"13405906422571","imei1":"13405906422571","imei2":"13405906422571","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170472,"job_number":"JOB_170472","tr_customer_id":170489,"tr_customer_product_id":170479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:09.000Z","modified_at":"2026-01-29T07:58:20.000Z","name":"Esta Collier","mobile_number":"224-777-2629","email_id":"Marlene_Huel62@hotmail.com","dop":"2025-11-04","serial_number":"85826434988131","imei1":"85826434988131","imei2":"85826434988131","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170464,"job_number":"JOB_170464","tr_customer_id":170481,"tr_customer_product_id":170471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:45:07.000Z","modified_at":"2026-01-29T07:45:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Athena_Reinger@yahoo.com","dop":"2025-07-02","serial_number":"15409646448622","imei1":"15409646448622","imei2":"15409646448622","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:45:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170463,"job_number":"JOB_170463","tr_customer_id":170480,"tr_customer_product_id":170470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:44:47.000Z","modified_at":"2026-01-29T07:44:47.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Daphnee.Hammes83@hotmail.com","dop":"2025-07-02","serial_number":"13659206069138","imei1":"13659206069138","imei2":"13659206069138","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:44:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170462,"job_number":"JOB_170462","tr_customer_id":170479,"tr_customer_product_id":170469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:44:25.000Z","modified_at":"2026-01-29T07:44:25.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Justus81@hotmail.com","dop":"2025-07-02","serial_number":"16470960202615","imei1":"16470960202615","imei2":"16470960202615","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170460,"job_number":"JOB_170460","tr_customer_id":170477,"tr_customer_product_id":170467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:40:11.000Z","modified_at":"2026-01-29T07:40:22.000Z","name":"Royal Gusikowski","mobile_number":"536-365-1270","email_id":"Johnathon.Bashirian59@hotmail.com","dop":"2025-11-04","serial_number":"41067482337351","imei1":"41067482337351","imei2":"41067482337351","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:40:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170459,"job_number":"JOB_170459","tr_customer_id":170476,"tr_customer_product_id":170466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:39:55.000Z","modified_at":"2026-01-29T07:40:07.000Z","name":"Declan Orn","mobile_number":"485-379-8511","email_id":"Rocky_Crooks86@yahoo.com","dop":"2025-11-04","serial_number":"32392105313176","imei1":"32392105313176","imei2":"32392105313176","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:40:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170366,"job_number":"JOB_170366","tr_customer_id":170383,"tr_customer_product_id":170373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:56.000Z","modified_at":"2026-01-29T06:42:07.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"86070678264177","imei1":"86070678264177","imei2":"86070678264177","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:42:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170362,"job_number":"JOB_170362","tr_customer_id":170379,"tr_customer_product_id":170369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:40.000Z","modified_at":"2026-01-29T06:41:52.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"75367562556144","imei1":"75367562556144","imei2":"75367562556144","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170334,"job_number":"JOB_170334","tr_customer_id":170351,"tr_customer_product_id":170341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:21.000Z","modified_at":"2026-01-29T06:35:51.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"58322055980187","imei1":"58322055980187","imei2":"58322055980187","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170333,"job_number":"JOB_170333","tr_customer_id":170350,"tr_customer_product_id":170340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:03.000Z","modified_at":"2026-01-29T06:35:16.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"49081405834854","imei1":"49081405834854","imei2":"49081405834854","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:35:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170332,"job_number":"JOB_170332","tr_customer_id":170349,"tr_customer_product_id":170339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:54.000Z","modified_at":"2026-01-29T06:33:54.000Z","name":"Natalia Kessler","mobile_number":"761-543-6488","email_id":"Jade_Satterfield@gmail.com","dop":"2025-06-09","serial_number":"97950778071355780","imei1":"97950778071355780","imei2":"97950778071355780","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170331,"job_number":"JOB_170331","tr_customer_id":170348,"tr_customer_product_id":170338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:52.000Z","modified_at":"2026-01-29T06:33:52.000Z","name":"Jules Zboncak","mobile_number":"455-881-5519","email_id":"Meghan44@gmail.com","dop":"2025-06-09","serial_number":"107302736681477","imei1":"107302736681477","imei2":"107302736681477","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170330,"job_number":"JOB_170330","tr_customer_id":170347,"tr_customer_product_id":170337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:52.000Z","modified_at":"2026-01-29T06:34:05.000Z","name":"Leda Collins","mobile_number":"225-511-1845","email_id":"Kyleigh.Kautzer57@hotmail.com","dop":"2025-06-09","serial_number":"106849741801907","imei1":"106849741801907","imei2":"106849741801907","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:34:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170329,"job_number":"JOB_170329","tr_customer_id":170346,"tr_customer_product_id":170336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:52.000Z","modified_at":"2026-01-29T06:33:52.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109578000036737","imei1":"109578000036737","imei2":"109578000036737","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170328,"job_number":"JOB_170328","tr_customer_id":170345,"tr_customer_product_id":170335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:34.000Z","modified_at":"2026-01-29T06:33:34.000Z","name":"Lindsey Hettinger","mobile_number":"393-703-2324","email_id":"Justyn_Jenkins29@hotmail.com","dop":"2025-06-09","serial_number":"102632198232302","imei1":"102632198232302","imei2":"102632198232302","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170327,"job_number":"JOB_170327","tr_customer_id":170344,"tr_customer_product_id":170334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:34.000Z","modified_at":"2026-01-29T06:33:47.000Z","name":"Chase Kihn","mobile_number":"657-597-7471","email_id":"Julien4@hotmail.com","dop":"2025-06-09","serial_number":"107165057388892","imei1":"107165057388892","imei2":"107165057388892","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:33:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170326,"job_number":"JOB_170326","tr_customer_id":170343,"tr_customer_product_id":170333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:33.000Z","modified_at":"2026-01-29T06:33:33.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102172616443770","imei1":"102172616443770","imei2":"102172616443770","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170325,"job_number":"JOB_170325","tr_customer_id":170342,"tr_customer_product_id":170332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:16.000Z","modified_at":"2026-01-29T06:33:16.000Z","name":"Brooke Spencer","mobile_number":"627-430-8736","email_id":"Jacey30@yahoo.com","dop":"2025-06-09","serial_number":"8270962798696557","imei1":"8270962798696557","imei2":"8270962798696557","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170324,"job_number":"JOB_170324","tr_customer_id":170341,"tr_customer_product_id":170331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:15.000Z","modified_at":"2026-01-29T06:33:15.000Z","name":"Alicia Upton","mobile_number":"814-290-6671","email_id":"Connie.Goodwin66@hotmail.com","dop":"2025-06-09","serial_number":"105069189382942","imei1":"105069189382942","imei2":"105069189382942","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170323,"job_number":"JOB_170323","tr_customer_id":170340,"tr_customer_product_id":170330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:14.000Z","modified_at":"2026-01-29T06:33:28.000Z","name":"Elisa Ryan","mobile_number":"638-513-5547","email_id":"Catalina55@gmail.com","dop":"2025-06-09","serial_number":"108746957862883","imei1":"108746957862883","imei2":"108746957862883","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:33:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170322,"job_number":"JOB_170322","tr_customer_id":170339,"tr_customer_product_id":170329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:14.000Z","modified_at":"2026-01-29T06:33:14.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"102303592410008","imei1":"102303592410008","imei2":"102303592410008","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170321,"job_number":"JOB_170321","tr_customer_id":170338,"tr_customer_product_id":170328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:31:27.000Z","modified_at":"2026-01-29T06:31:51.000Z","name":"Ottis Labadie","mobile_number":"966-793-1574","email_id":"Kristian_Hayes97@gmail.com","dop":"2025-10-01","serial_number":"13893001630037","imei1":"13893001630037","imei2":"13893001630037","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170320,"job_number":"JOB_170320","tr_customer_id":170337,"tr_customer_product_id":170327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:30:58.000Z","modified_at":"2026-01-29T06:31:11.000Z","name":"Robyn Von","mobile_number":"407-528-2637","email_id":"Cleora17@gmail.com","dop":"2025-11-04","serial_number":"85566931991008","imei1":"85566931991008","imei2":"85566931991008","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:31:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170319,"job_number":"JOB_170319","tr_customer_id":170336,"tr_customer_product_id":170326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:30:40.000Z","modified_at":"2026-01-29T06:30:53.000Z","name":"Athena Kling","mobile_number":"392-554-0171","email_id":"Buddy_Aufderhar81@yahoo.com","dop":"2025-11-04","serial_number":"70505521790134","imei1":"70505521790134","imei2":"70505521790134","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:30:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170318,"job_number":"JOB_170318","tr_customer_id":170335,"tr_customer_product_id":170325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:30:23.000Z","modified_at":"2026-01-29T06:30:35.000Z","name":"Lela Treutel","mobile_number":"692-467-9811","email_id":"April86@yahoo.com","dop":"2025-11-04","serial_number":"35397617622191","imei1":"35397617622191","imei2":"35397617622191","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:30:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170085,"job_number":"JOB_170085","tr_customer_id":170102,"tr_customer_product_id":170092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:00:51.000Z","modified_at":"2026-01-29T05:00:51.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10286259884544","imei1":"10286259884544","imei2":"10286259884544","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:00:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170084,"job_number":"JOB_170084","tr_customer_id":170101,"tr_customer_product_id":170091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:00:51.000Z","modified_at":"2026-01-29T05:01:01.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"18405303130112","imei1":"18405303130112","imei2":"18405303130112","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170031,"job_number":"JOB_170031","tr_customer_id":170048,"tr_customer_product_id":170038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:39.000Z","modified_at":"2026-01-29T04:18:48.000Z","name":"Sarah Borer","mobile_number":"728-577-0903","email_id":"Merlin.Dibbert32@hotmail.com","dop":"2025-12-31","serial_number":"10819361310270","imei1":"10819361310270","imei2":"10819361310270","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170024,"job_number":"JOB_170024","tr_customer_id":170041,"tr_customer_product_id":170031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:36.000Z","modified_at":"2026-01-29T04:18:36.000Z","name":"Lavada Kub","mobile_number":"725-504-9986","email_id":"Quincy46@hotmail.com","dop":"2025-06-09","serial_number":"100552901932869","imei1":"100552901932869","imei2":"100552901932869","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170023,"job_number":"JOB_170023","tr_customer_id":170040,"tr_customer_product_id":170030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:35.000Z","modified_at":"2026-01-29T04:18:46.000Z","name":"Katharina Cruickshank","mobile_number":"924-627-4792","email_id":"Brianne21@yahoo.com","dop":"2025-06-09","serial_number":"109465015397039","imei1":"109465015397039","imei2":"109465015397039","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170022,"job_number":"JOB_170022","tr_customer_id":170039,"tr_customer_product_id":170029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:35.000Z","modified_at":"2026-01-29T04:18:35.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"102690346307484","imei1":"102690346307484","imei2":"102690346307484","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170012,"job_number":"JOB_170012","tr_customer_id":170029,"tr_customer_product_id":170019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:26.000Z","modified_at":"2026-01-29T04:18:35.000Z","name":"Chris Thompson","mobile_number":"845-539-7106","email_id":"Sigurd.Orn95@hotmail.com","dop":"2025-12-31","serial_number":"10467693498151","imei1":"10467693498151","imei2":"10467693498151","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170011,"job_number":"JOB_170011","tr_customer_id":170028,"tr_customer_product_id":170018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:20.000Z","modified_at":"2026-01-29T04:18:20.000Z","name":"Osborne Baumbach","mobile_number":"269-391-4648","email_id":"Amanda.Schoen6@yahoo.com","dop":"2025-06-09","serial_number":"101461346840938","imei1":"101461346840938","imei2":"101461346840938","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170010,"job_number":"JOB_170010","tr_customer_id":170027,"tr_customer_product_id":170017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:20.000Z","modified_at":"2026-01-29T04:18:31.000Z","name":"Durward Purdy","mobile_number":"439-238-6780","email_id":"Casimir94@hotmail.com","dop":"2025-06-09","serial_number":"109558957991032","imei1":"109558957991032","imei2":"109558957991032","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170009,"job_number":"JOB_170009","tr_customer_id":170026,"tr_customer_product_id":170016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:19.000Z","modified_at":"2026-01-29T04:18:19.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"105528713661639","imei1":"105528713661639","imei2":"105528713661639","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170008,"job_number":"JOB_170008","tr_customer_id":170025,"tr_customer_product_id":170015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:12.000Z","modified_at":"2026-01-29T04:18:22.000Z","name":"Lincoln Homenick","mobile_number":"817-973-4755","email_id":"Monique17@gmail.com","dop":"2025-12-31","serial_number":"10496055051791","imei1":"10496055051791","imei2":"10496055051791","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170004,"job_number":"JOB_170004","tr_customer_id":170021,"tr_customer_product_id":170011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:04.000Z","modified_at":"2026-01-29T04:18:04.000Z","name":"Eryn Bruen","mobile_number":"519-308-8273","email_id":"Meggie3@yahoo.com","dop":"2025-06-09","serial_number":"101844397816375","imei1":"101844397816375","imei2":"101844397816375","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170003,"job_number":"JOB_170003","tr_customer_id":170020,"tr_customer_product_id":170010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:04.000Z","modified_at":"2026-01-29T04:18:15.000Z","name":"Guillermo Hintz","mobile_number":"779-876-9730","email_id":"Darrick_Keeling78@hotmail.com","dop":"2025-06-09","serial_number":"104831108983090","imei1":"104831108983090","imei2":"104831108983090","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170002,"job_number":"JOB_170002","tr_customer_id":170019,"tr_customer_product_id":170009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:03.000Z","modified_at":"2026-01-29T04:18:03.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"105825948977618","imei1":"105825948977618","imei2":"105825948977618","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169990,"job_number":"JOB_169990","tr_customer_id":170007,"tr_customer_product_id":169997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"Josefina Schuppe","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"188490740819099","imei1":"188490740819099","imei2":"188490740819099","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169989,"job_number":"JOB_169989","tr_customer_id":170006,"tr_customer_product_id":169996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"Nola Steuber","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"129136019390741","imei1":"129136019390741","imei2":"129136019390741","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169988,"job_number":"JOB_169988","tr_customer_id":170004,"tr_customer_product_id":169995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:17:59.000Z","name":"Cleveland Nader","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"160593098261144","imei1":"160593098261144","imei2":"160593098261144","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169985,"job_number":"JOB_169985","tr_customer_id":170002,"tr_customer_product_id":169992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:17:59.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"178943905284676","imei1":"178943905284676","imei2":"178943905284676","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169979,"job_number":"JOB_169979","tr_customer_id":169996,"tr_customer_product_id":169986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:17:57.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"14778791158538","imei1":"14778791158538","imei2":"14778791158538","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169976,"job_number":"JOB_169976","tr_customer_id":169993,"tr_customer_product_id":169983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:18:06.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19471419291588","imei1":"19471419291588","imei2":"19471419291588","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169965,"job_number":"JOB_169965","tr_customer_id":169982,"tr_customer_product_id":169972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:48.000Z","modified_at":"2026-01-29T04:18:12.000Z","name":"Stanley Olson","mobile_number":"293-523-0223","email_id":"Wendy_Witting55@gmail.com","dop":"2025-10-01","serial_number":"18988258327942","imei1":"18988258327942","imei2":"18988258327942","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169963,"job_number":"JOB_169963","tr_customer_id":169980,"tr_customer_product_id":169970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Lela Boyle","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"113807506462303","imei1":"113807506462303","imei2":"113807506462303","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169962,"job_number":"JOB_169962","tr_customer_id":169979,"tr_customer_product_id":169969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Calista Schuppe","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"108590264598891","imei1":"108590264598891","imei2":"108590264598891","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169960,"job_number":"JOB_169960","tr_customer_id":169977,"tr_customer_product_id":169967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Johann Dibbert","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"184192556731387","imei1":"184192556731387","imei2":"184192556731387","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169957,"job_number":"JOB_169957","tr_customer_id":169974,"tr_customer_product_id":169964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:17:46.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"190716491907042","imei1":"190716491907042","imei2":"190716491907042","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169928,"job_number":"JOB_169928","tr_customer_id":169945,"tr_customer_product_id":169935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:55.000Z","modified_at":"2026-01-29T04:17:04.000Z","name":"giyu tomiaka","mobile_number":"300-376-0245","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"992077779167119","imei1":"992077779167119","imei2":"992077779167119","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169927,"job_number":"JOB_169927","tr_customer_id":169944,"tr_customer_product_id":169934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:53.000Z","modified_at":"2026-01-29T04:16:53.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Ralph.Reilly@hotmail.com","dop":"2025-07-02","serial_number":"15208020586693","imei1":"15208020586693","imei2":"15208020586693","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169918,"job_number":"JOB_169918","tr_customer_id":169935,"tr_customer_product_id":169925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:43.000Z","modified_at":"2026-01-29T04:16:52.000Z","name":"tanjiro kamado","mobile_number":"597-440-8271","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"771107984364553","imei1":"771107984364553","imei2":"771107984364553","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169913,"job_number":"JOB_169913","tr_customer_id":169930,"tr_customer_product_id":169920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Ronaldo_Kulas@gmail.com","dop":"2025-07-02","serial_number":"16826565478339","imei1":"16826565478339","imei2":"16826565478339","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169906,"job_number":"JOB_169906","tr_customer_id":169923,"tr_customer_product_id":169913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:31.000Z","modified_at":"2026-01-29T04:16:41.000Z","name":"saitama sensei","mobile_number":"849-330-7706","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"238347889613895","imei1":"238347889613895","imei2":"238347889613895","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169890,"job_number":"JOB_169890","tr_customer_id":169907,"tr_customer_product_id":169897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:18.000Z","modified_at":"2026-01-29T04:16:18.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Catalina_Beer85@hotmail.com","dop":"2025-07-02","serial_number":"11468399750888","imei1":"11468399750888","imei2":"11468399750888","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170667,"job_number":"JOB_170667","tr_customer_id":170684,"tr_customer_product_id":170674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:44.000Z","modified_at":"2026-01-29T14:33:56.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16221438407366","imei2":"16221438407366","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:33:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170666,"job_number":"JOB_170666","tr_customer_id":170683,"tr_customer_product_id":170673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:44.000Z","modified_at":"2026-01-29T14:33:44.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17620259137506","imei2":"17620259137506","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170665,"job_number":"JOB_170665","tr_customer_id":170682,"tr_customer_product_id":170672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:43.000Z","modified_at":"2026-01-29T14:33:43.000Z","name":"Jessica Bernhard","mobile_number":"832-560-6687","email_id":"Vernie_Klocko@hotmail.com","dop":"2025-04-06","serial_number":"17593189206573856","imei1":"17593189206573856","imei2":"17593189206573856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170664,"job_number":"JOB_170664","tr_customer_id":170681,"tr_customer_product_id":170671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:42.000Z","modified_at":"2026-01-29T14:33:56.000Z","name":"Madelyn Grant","mobile_number":"456-703-9202","email_id":"Maegan.Homenick29@gmail.com","dop":"2025-04-06","serial_number":"17423928987389","imei1":"17423928987389","imei2":"17423928987389","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-29T14:33:56.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":170663,"job_number":"JOB_170663","tr_customer_id":170680,"tr_customer_product_id":170670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:42.000Z","modified_at":"2026-01-29T14:33:42.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18144335562909","imei1":"18144335562909","imei2":"18144335562909","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170653,"job_number":"JOB_170653","tr_customer_id":170670,"tr_customer_product_id":170660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:11:07.000Z","modified_at":"2026-01-29T14:11:07.000Z","name":"Colin Mann","mobile_number":"500-258-1892","email_id":"Chaz.Thompson17@gmail.com","dop":"2025-04-06","serial_number":"15145090007362290","imei1":"15145090007362290","imei2":"15145090007362290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:11:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170652,"job_number":"JOB_170652","tr_customer_id":170669,"tr_customer_product_id":170659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:11:05.000Z","modified_at":"2026-01-29T14:11:43.000Z","name":"Gabrielle Gerhold","mobile_number":"647-954-9594","email_id":"Jacynthe_Robel0@gmail.com","dop":"2025-04-06","serial_number":"18578815429337","imei1":"18578815429337","imei2":"18578815429337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:11:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170651,"job_number":"JOB_170651","tr_customer_id":170668,"tr_customer_product_id":170658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:11:05.000Z","modified_at":"2026-01-29T14:11:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14497840140645","imei1":"14497840140645","imei2":"14497840140645","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:11:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170650,"job_number":"JOB_170650","tr_customer_id":170667,"tr_customer_product_id":170657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:29.000Z","modified_at":"2026-01-29T14:10:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54403093365360","imei1":"54403093365360","imei2":"54403093365360","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170649,"job_number":"JOB_170649","tr_customer_id":170666,"tr_customer_product_id":170656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:28.000Z","modified_at":"2026-01-29T14:10:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36396773416077","imei1":"36396773416077","imei2":"36396773416077","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170648,"job_number":"JOB_170648","tr_customer_id":170665,"tr_customer_product_id":170655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:28.000Z","modified_at":"2026-01-29T14:10:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62451219327262","imei1":"62451219327262","imei2":"62451219327262","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170647,"job_number":"JOB_170647","tr_customer_id":170664,"tr_customer_product_id":170654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:28.000Z","modified_at":"2026-01-29T14:10:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87680375735673","imei1":"87680375735673","imei2":"87680375735673","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170646,"job_number":"JOB_170646","tr_customer_id":170663,"tr_customer_product_id":170653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:27.000Z","modified_at":"2026-01-29T14:10:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53855674847277","imei1":"53855674847277","imei2":"53855674847277","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170645,"job_number":"JOB_170645","tr_customer_id":170662,"tr_customer_product_id":170652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:27.000Z","modified_at":"2026-01-29T14:10:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32205266543222","imei1":"32205266543222","imei2":"32205266543222","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170644,"job_number":"JOB_170644","tr_customer_id":170661,"tr_customer_product_id":170651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:27.000Z","modified_at":"2026-01-29T14:10:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80476885755767","imei1":"80476885755767","imei2":"80476885755767","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170643,"job_number":"JOB_170643","tr_customer_id":170660,"tr_customer_product_id":170650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:21.000Z","modified_at":"2026-01-29T14:10:21.000Z","name":"Mabel Von","mobile_number":"545-600-8748","email_id":"Dustin.Littel@gmail.com","dop":"2025-04-06","serial_number":"15696888684715178","imei1":"15696888684715178","imei2":"15696888684715178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170642,"job_number":"JOB_170642","tr_customer_id":170659,"tr_customer_product_id":170649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:20.000Z","modified_at":"2026-01-29T14:10:58.000Z","name":"Davin Walker","mobile_number":"787-579-2037","email_id":"Ansley_Schmitt48@hotmail.com","dop":"2025-04-06","serial_number":"16632479613436","imei1":"16632479613436","imei2":"16632479613436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170641,"job_number":"JOB_170641","tr_customer_id":170658,"tr_customer_product_id":170648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:20.000Z","modified_at":"2026-01-29T14:10:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16471020128168","imei1":"16471020128168","imei2":"16471020128168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170638,"job_number":"JOB_170638","tr_customer_id":170655,"tr_customer_product_id":170645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:54.000Z","modified_at":"2026-01-29T14:10:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"77711799189048","imei1":"77711799189048","imei2":"77711799189048","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170637,"job_number":"JOB_170637","tr_customer_id":170654,"tr_customer_product_id":170644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:54.000Z","modified_at":"2026-01-29T14:09:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45530510234866","imei1":"45530510234866","imei2":"45530510234866","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170636,"job_number":"JOB_170636","tr_customer_id":170653,"tr_customer_product_id":170643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:54.000Z","modified_at":"2026-01-29T14:09:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11857570018969","imei1":"11857570018969","imei2":"11857570018969","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170635,"job_number":"JOB_170635","tr_customer_id":170652,"tr_customer_product_id":170642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:53.000Z","modified_at":"2026-01-29T14:09:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27348167769992","imei1":"27348167769992","imei2":"27348167769992","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170634,"job_number":"JOB_170634","tr_customer_id":170651,"tr_customer_product_id":170641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:53.000Z","modified_at":"2026-01-29T14:09:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13241669324108","imei1":"13241669324108","imei2":"13241669324108","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170633,"job_number":"JOB_170633","tr_customer_id":170650,"tr_customer_product_id":170640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:53.000Z","modified_at":"2026-01-29T14:09:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64298473275873","imei1":"64298473275873","imei2":"64298473275873","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170632,"job_number":"JOB_170632","tr_customer_id":170649,"tr_customer_product_id":170639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:52.000Z","modified_at":"2026-01-29T14:09:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51495525421831","imei1":"51495525421831","imei2":"51495525421831","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170630,"job_number":"JOB_170630","tr_customer_id":170647,"tr_customer_product_id":170637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:42.000Z","modified_at":"2026-01-29T14:09:42.000Z","name":"Sydney Hodkiewicz","mobile_number":"723-344-1980","email_id":"Adrien94@gmail.com","dop":"2025-04-06","serial_number":"10417035467645472","imei1":"10417035467645472","imei2":"10417035467645472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170629,"job_number":"JOB_170629","tr_customer_id":170646,"tr_customer_product_id":170636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:40.000Z","modified_at":"2026-01-29T14:10:22.000Z","name":"Wilton Hettinger","mobile_number":"211-746-1732","email_id":"Horace.Larson@yahoo.com","dop":"2025-04-06","serial_number":"16665506948731","imei1":"16665506948731","imei2":"16665506948731","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170628,"job_number":"JOB_170628","tr_customer_id":170645,"tr_customer_product_id":170635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:36.000Z","modified_at":"2026-01-29T14:09:36.000Z","name":"Sabina Russel","mobile_number":"603-905-7728","email_id":"Erick.Green@hotmail.com","dop":"2025-04-06","serial_number":"12765122914716278","imei1":"12765122914716278","imei2":"12765122914716278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170627,"job_number":"JOB_170627","tr_customer_id":170644,"tr_customer_product_id":170634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:35.000Z","modified_at":"2026-01-29T14:10:13.000Z","name":"Arnulfo Pacocha","mobile_number":"952-876-5615","email_id":"Dawn21@gmail.com","dop":"2025-04-06","serial_number":"10043256847780","imei1":"10043256847780","imei2":"10043256847780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170626,"job_number":"JOB_170626","tr_customer_id":170643,"tr_customer_product_id":170633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:34.000Z","modified_at":"2026-01-29T14:09:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13271255174915","imei1":"13271255174915","imei2":"13271255174915","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170625,"job_number":"JOB_170625","tr_customer_id":170642,"tr_customer_product_id":170632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:19.000Z","modified_at":"2026-01-29T14:09:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"67702757598973","imei1":"67702757598973","imei2":"67702757598973","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:09:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170624,"job_number":"JOB_170624","tr_customer_id":170641,"tr_customer_product_id":170631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:19.000Z","modified_at":"2026-01-29T14:09:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13699333898819","imei1":"13699333898819","imei2":"13699333898819","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170623,"job_number":"JOB_170623","tr_customer_id":170640,"tr_customer_product_id":170630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:19.000Z","modified_at":"2026-01-29T14:09:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62790160479191","imei1":"62790160479191","imei2":"62790160479191","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170622,"job_number":"JOB_170622","tr_customer_id":170639,"tr_customer_product_id":170629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:18.000Z","modified_at":"2026-01-29T14:09:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37116685992248","imei1":"37116685992248","imei2":"37116685992248","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170621,"job_number":"JOB_170621","tr_customer_id":170638,"tr_customer_product_id":170628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:18.000Z","modified_at":"2026-01-29T14:09:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46648017332110","imei1":"46648017332110","imei2":"46648017332110","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170620,"job_number":"JOB_170620","tr_customer_id":170637,"tr_customer_product_id":170627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:18.000Z","modified_at":"2026-01-29T14:09:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35629917911906","imei1":"35629917911906","imei2":"35629917911906","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170619,"job_number":"JOB_170619","tr_customer_id":170636,"tr_customer_product_id":170626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:17.000Z","modified_at":"2026-01-29T14:09:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59836183781698","imei1":"59836183781698","imei2":"59836183781698","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170618,"job_number":"JOB_170618","tr_customer_id":170635,"tr_customer_product_id":170625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:01:10.000Z","modified_at":"2026-01-29T14:01:12.000Z","name":"vedika singh","mobile_number":"9000000002","email_id":"vedika@gmail.com","dop":"2026-01-19","serial_number":"17041667492242","imei1":"17041667492242","imei2":"17041667492242","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170617,"job_number":"JOB_170617","tr_customer_id":170634,"tr_customer_product_id":170624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:01:07.000Z","modified_at":"2026-01-29T14:01:09.000Z","name":"ved singh","mobile_number":"9000000001","email_id":"ved@gmail.com","dop":"2026-01-19","serial_number":"18882897602096","imei1":"18882897602096","imei2":"18882897602096","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:01:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170616,"job_number":"JOB_170616","tr_customer_id":170633,"tr_customer_product_id":170623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:01:05.000Z","modified_at":"2026-01-29T14:01:07.000Z","name":"navin singh","mobile_number":"9000000000","email_id":"navin@gmail.com","dop":"2026-01-19","serial_number":"12126963812128","imei1":"12126963812128","imei2":"12126963812128","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:01:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170615,"job_number":"JOB_170615","tr_customer_id":170632,"tr_customer_product_id":170622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:50:35.000Z","modified_at":"2026-01-29T13:50:35.000Z","name":"Dion Batz","mobile_number":"795-535-5219","email_id":"Khalil_Davis@hotmail.com","dop":"2026-01-23","serial_number":"139235630811846","imei1":"139235630811846","imei2":"139235630811846","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170614,"job_number":"JOB_170614","tr_customer_id":170631,"tr_customer_product_id":170621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:38.000Z","modified_at":"2026-01-29T13:47:38.000Z","name":"Lucinda Koelpin","mobile_number":"751-655-1790","email_id":"Deangelo98@gmail.com","dop":"2025-04-13","serial_number":"1037337323091540","imei1":"1037337323091540","imei2":"1037337323091540","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170613,"job_number":"JOB_170613","tr_customer_id":170630,"tr_customer_product_id":170620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:38.000Z","modified_at":"2026-01-29T13:47:40.000Z","name":"Eino Balistreri","mobile_number":"972-937-6551","email_id":"Trent17@hotmail.com","dop":"2025-04-13","serial_number":"10824970651691","imei1":"10824970651691","imei2":"10824970651691","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:47:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170612,"job_number":"JOB_170612","tr_customer_id":170629,"tr_customer_product_id":170619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:11.000Z","modified_at":"2026-01-29T13:47:11.000Z","name":"Maribel Wolff","mobile_number":"214-481-6880","email_id":"Rosie_Hayes10@hotmail.com","dop":"2025-04-13","serial_number":"1054714305924975","imei1":"1054714305924975","imei2":"1054714305924975","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:47:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170611,"job_number":"JOB_170611","tr_customer_id":170628,"tr_customer_product_id":170618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:11.000Z","modified_at":"2026-01-29T13:47:17.000Z","name":"Dennis Howe","mobile_number":"472-915-3095","email_id":"Claud84@gmail.com","dop":"2025-04-13","serial_number":"10988577357850","imei1":"10988577357850","imei2":"10988577357850","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170610,"job_number":"JOB_170610","tr_customer_id":170627,"tr_customer_product_id":170617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:42:39.000Z","modified_at":"2026-01-29T13:42:39.000Z","name":"Ruben Wolff","mobile_number":"998-279-0271","email_id":"Hailie_Connelly93@yahoo.com","dop":"2025-04-13","serial_number":"1009744602322156","imei1":"1009744602322156","imei2":"1009744602322156","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170609,"job_number":"JOB_170609","tr_customer_id":170626,"tr_customer_product_id":170616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:42:38.000Z","modified_at":"2026-01-29T13:42:41.000Z","name":"Noelia Champlin","mobile_number":"814-699-2963","email_id":"Constance63@gmail.com","dop":"2025-04-13","serial_number":"10901314236664","imei1":"10901314236664","imei2":"10901314236664","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170608,"job_number":"JOB_170608","tr_customer_id":170625,"tr_customer_product_id":170615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:41:14.000Z","modified_at":"2026-01-29T13:41:14.000Z","name":"Daren Schamberger","mobile_number":"291-502-9600","email_id":"Demetrius_Beier76@hotmail.com","dop":"2026-01-23","serial_number":"139285000057022","imei1":"139285000057022","imei2":"139285000057022","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:41:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170607,"job_number":"JOB_170607","tr_customer_id":170624,"tr_customer_product_id":170614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:40:16.000Z","modified_at":"2026-01-29T13:40:16.000Z","name":"Conor Rutherford","mobile_number":"236-208-2545","email_id":"May58@yahoo.com","dop":"2026-01-23","serial_number":"18390069402972","imei1":"18390069402972","imei2":"18390069402972","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:40:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170606,"job_number":"JOB_170606","tr_customer_id":170623,"tr_customer_product_id":170613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:40:11.000Z","modified_at":"2026-01-29T13:40:11.000Z","name":"Carmel Upton","mobile_number":"934-686-6109","email_id":"Ardella0@yahoo.com","dop":"2026-01-19","serial_number":"12800249645231","imei1":"12800249645231","imei2":"12800249645231","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170605,"job_number":"JOB_170605","tr_customer_id":170622,"tr_customer_product_id":170612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:31.000Z","modified_at":"2026-01-29T13:28:31.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15252162674181","imei1":"15252162674181","imei2":"15252162674181","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170604,"job_number":"JOB_170604","tr_customer_id":170621,"tr_customer_product_id":170611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:30.000Z","modified_at":"2026-01-29T13:28:41.000Z","name":"Marcelino Nienow","mobile_number":"912-452-2157","email_id":"Randall.Hettinger@hotmail.com","dop":"2026-01-04","serial_number":"17164848171881","imei1":"17164848171881","imei2":"17164848171881","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170603,"job_number":"JOB_170603","tr_customer_id":170620,"tr_customer_product_id":170610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:30.000Z","modified_at":"2026-01-29T13:28:30.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17168215455938","imei1":"17168215455938","imei2":"17168215455938","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170602,"job_number":"JOB_170602","tr_customer_id":170619,"tr_customer_product_id":170609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:18.000Z","modified_at":"2026-01-29T13:28:18.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"81195005187923","imei1":"81195005187923","imei2":"81195005187923","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170601,"job_number":"JOB_170601","tr_customer_id":170618,"tr_customer_product_id":170608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:18.000Z","modified_at":"2026-01-29T13:28:28.000Z","name":"Leora Feest","mobile_number":"465-750-1407","email_id":"Gaston56@yahoo.com","dop":"2026-01-04","serial_number":"12787010096036","imei1":"12787010096036","imei2":"12787010096036","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170600,"job_number":"JOB_170600","tr_customer_id":170617,"tr_customer_product_id":170607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:18.000Z","modified_at":"2026-01-29T13:28:18.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13921813166721","imei1":"13921813166721","imei2":"13921813166721","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170599,"job_number":"JOB_170599","tr_customer_id":170616,"tr_customer_product_id":170606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:05.000Z","modified_at":"2026-01-29T13:28:05.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"39025816593383","imei1":"39025816593383","imei2":"39025816593383","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170598,"job_number":"JOB_170598","tr_customer_id":170615,"tr_customer_product_id":170605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:05.000Z","modified_at":"2026-01-29T13:28:16.000Z","name":"Lura Schmidt","mobile_number":"882-863-3675","email_id":"Gia63@hotmail.com","dop":"2026-01-04","serial_number":"16241769111764","imei1":"16241769111764","imei2":"16241769111764","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:28:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170597,"job_number":"JOB_170597","tr_customer_id":170614,"tr_customer_product_id":170604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:05.000Z","modified_at":"2026-01-29T13:28:05.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15764276875722","imei1":"15764276875722","imei2":"15764276875722","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170596,"job_number":"JOB_170596","tr_customer_id":170613,"tr_customer_product_id":170603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:14.000Z","modified_at":"2026-01-29T13:14:14.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"101826994044456","imei1":"101826994044456","imei2":"101826994044456","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170595,"job_number":"JOB_170595","tr_customer_id":170612,"tr_customer_product_id":170602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:14.000Z","modified_at":"2026-01-29T13:14:23.000Z","name":"Antonio Hauck","mobile_number":"737-984-1740","email_id":"Yasmeen74@gmail.com","dop":"2026-01-04","serial_number":"11268532122925","imei1":"11268532122925","imei2":"11268532122925","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:14:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170594,"job_number":"JOB_170594","tr_customer_id":170611,"tr_customer_product_id":170601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:13.000Z","modified_at":"2026-01-29T13:14:13.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17246229451653","imei1":"17246229451653","imei2":"17246229451653","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170593,"job_number":"JOB_170593","tr_customer_id":170610,"tr_customer_product_id":170600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:02.000Z","modified_at":"2026-01-29T13:14:02.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"34279997832217","imei1":"34279997832217","imei2":"34279997832217","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170592,"job_number":"JOB_170592","tr_customer_id":170609,"tr_customer_product_id":170599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:02.000Z","modified_at":"2026-01-29T13:14:12.000Z","name":"Noemie Murray","mobile_number":"546-439-5110","email_id":"Franz.Flatley@gmail.com","dop":"2026-01-04","serial_number":"17831223115200","imei1":"17831223115200","imei2":"17831223115200","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:14:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170591,"job_number":"JOB_170591","tr_customer_id":170608,"tr_customer_product_id":170598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:02.000Z","modified_at":"2026-01-29T13:14:02.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13846949774491","imei1":"13846949774491","imei2":"13846949774491","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170590,"job_number":"JOB_170590","tr_customer_id":170607,"tr_customer_product_id":170597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:13:51.000Z","modified_at":"2026-01-29T13:13:51.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"94810015130408","imei1":"94810015130408","imei2":"94810015130408","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:13:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170589,"job_number":"JOB_170589","tr_customer_id":170606,"tr_customer_product_id":170596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:13:50.000Z","modified_at":"2026-01-29T13:14:00.000Z","name":"Gladyce Williamson","mobile_number":"797-459-6456","email_id":"Myrna.Larson@hotmail.com","dop":"2026-01-04","serial_number":"18097877184785","imei1":"18097877184785","imei2":"18097877184785","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:14:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170588,"job_number":"JOB_170588","tr_customer_id":170605,"tr_customer_product_id":170595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:13:50.000Z","modified_at":"2026-01-29T13:13:50.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17470816007528","imei1":"17470816007528","imei2":"17470816007528","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:13:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170587,"job_number":"JOB_170587","tr_customer_id":170604,"tr_customer_product_id":170594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:11:01.000Z","modified_at":"2026-01-29T13:11:01.000Z","name":"Anamika Tagore","mobile_number":"7090685677","email_id":"devani.embranthiri@gmail.com","dop":"2026-01-19","serial_number":"081482321366832","imei1":"081482321366832","imei2":"081482321366832","popurl":"www.atreyi-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:11:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170586,"job_number":"JOB_170586","tr_customer_id":170603,"tr_customer_product_id":170593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:56.000Z","modified_at":"2026-01-29T13:03:56.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"106188952658294","imei1":"106188952658294","imei2":"106188952658294","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170585,"job_number":"JOB_170585","tr_customer_id":170602,"tr_customer_product_id":170592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:55.000Z","modified_at":"2026-01-29T13:04:05.000Z","name":"Skylar Grady","mobile_number":"970-888-8251","email_id":"Eric.Sanford60@yahoo.com","dop":"2026-01-04","serial_number":"13272956538999","imei1":"13272956538999","imei2":"13272956538999","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:04:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170584,"job_number":"JOB_170584","tr_customer_id":170601,"tr_customer_product_id":170591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:55.000Z","modified_at":"2026-01-29T13:03:55.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15710936490561","imei1":"15710936490561","imei2":"15710936490561","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170583,"job_number":"JOB_170583","tr_customer_id":170600,"tr_customer_product_id":170590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:44.000Z","modified_at":"2026-01-29T13:03:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51593891280494","imei1":"51593891280494","imei2":"51593891280494","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170582,"job_number":"JOB_170582","tr_customer_id":170599,"tr_customer_product_id":170589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:44.000Z","modified_at":"2026-01-29T13:03:53.000Z","name":"Ophelia Ruecker","mobile_number":"936-753-6545","email_id":"Rubie.White37@gmail.com","dop":"2026-01-04","serial_number":"15631980934310","imei1":"15631980934310","imei2":"15631980934310","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:03:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170581,"job_number":"JOB_170581","tr_customer_id":170598,"tr_customer_product_id":170588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:44.000Z","modified_at":"2026-01-29T13:03:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18543401995104","imei1":"18543401995104","imei2":"18543401995104","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170580,"job_number":"JOB_170580","tr_customer_id":170597,"tr_customer_product_id":170587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:33.000Z","modified_at":"2026-01-29T13:03:33.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"55459891588674","imei1":"55459891588674","imei2":"55459891588674","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170579,"job_number":"JOB_170579","tr_customer_id":170596,"tr_customer_product_id":170586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:32.000Z","modified_at":"2026-01-29T13:03:42.000Z","name":"Betty Walker","mobile_number":"757-261-2480","email_id":"Bridget.Tromp33@hotmail.com","dop":"2026-01-04","serial_number":"10011699735819","imei1":"10011699735819","imei2":"10011699735819","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:03:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170578,"job_number":"JOB_170578","tr_customer_id":170595,"tr_customer_product_id":170585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:32.000Z","modified_at":"2026-01-29T13:03:32.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14481599718290","imei1":"14481599718290","imei2":"14481599718290","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170577,"job_number":"JOB_170577","tr_customer_id":170594,"tr_customer_product_id":170584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:02:46.000Z","modified_at":"2026-01-29T13:02:46.000Z","name":"Rohan Johar","mobile_number":"7018972615","email_id":"manikya.somayaji@hotmail.com","dop":"2026-01-19","serial_number":"485879120274246","imei1":"485879120274246","imei2":"485879120274246","popurl":"www.naveen-pothuvaal.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:02:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170574,"job_number":"JOB_170574","tr_customer_id":170591,"tr_customer_product_id":170581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:50.000Z","modified_at":"2026-01-29T12:25:50.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"27208133878736","imei1":"27208133878736","imei2":"27208133878736","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170573,"job_number":"JOB_170573","tr_customer_id":170590,"tr_customer_product_id":170580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:49.000Z","modified_at":"2026-01-29T12:26:00.000Z","name":"Herbert Harber","mobile_number":"722-495-1013","email_id":"Susanna_Witting@gmail.com","dop":"2026-01-04","serial_number":"10367951325902","imei1":"10367951325902","imei2":"10367951325902","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:26:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170572,"job_number":"JOB_170572","tr_customer_id":170589,"tr_customer_product_id":170579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:49.000Z","modified_at":"2026-01-29T12:25:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19376722880369","imei1":"19376722880369","imei2":"19376722880369","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170571,"job_number":"JOB_170571","tr_customer_id":170588,"tr_customer_product_id":170578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:37.000Z","modified_at":"2026-01-29T12:25:37.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"65194808903664","imei1":"65194808903664","imei2":"65194808903664","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170570,"job_number":"JOB_170570","tr_customer_id":170587,"tr_customer_product_id":170577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:36.000Z","modified_at":"2026-01-29T12:25:47.000Z","name":"Alexandro Kub","mobile_number":"764-227-7248","email_id":"Jana97@gmail.com","dop":"2026-01-04","serial_number":"10000076238100","imei1":"10000076238100","imei2":"10000076238100","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:25:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170569,"job_number":"JOB_170569","tr_customer_id":170586,"tr_customer_product_id":170576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:36.000Z","modified_at":"2026-01-29T12:25:36.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10557207415583","imei1":"10557207415583","imei2":"10557207415583","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170568,"job_number":"JOB_170568","tr_customer_id":170585,"tr_customer_product_id":170575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:24.000Z","modified_at":"2026-01-29T12:25:24.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"25890562595419","imei1":"25890562595419","imei2":"25890562595419","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170567,"job_number":"JOB_170567","tr_customer_id":170584,"tr_customer_product_id":170574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:23.000Z","modified_at":"2026-01-29T12:25:34.000Z","name":"Eileen Quigley","mobile_number":"647-824-4939","email_id":"Irwin_Effertz39@gmail.com","dop":"2026-01-04","serial_number":"13187650727479","imei1":"13187650727479","imei2":"13187650727479","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:25:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170566,"job_number":"JOB_170566","tr_customer_id":170583,"tr_customer_product_id":170573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:23.000Z","modified_at":"2026-01-29T12:25:23.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12418718612898","imei1":"12418718612898","imei2":"12418718612898","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170565,"job_number":"JOB_170565","tr_customer_id":170582,"tr_customer_product_id":170572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:23:01.000Z","modified_at":"2026-01-29T12:23:01.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"106842557277893","imei1":"106842557277893","imei2":"106842557277893","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:23:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170564,"job_number":"JOB_170564","tr_customer_id":170581,"tr_customer_product_id":170571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:23:01.000Z","modified_at":"2026-01-29T12:23:12.000Z","name":"Derek Champlin","mobile_number":"936-944-7202","email_id":"Merritt54@gmail.com","dop":"2026-01-04","serial_number":"17715967919576","imei1":"17715967919576","imei2":"17715967919576","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:23:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170563,"job_number":"JOB_170563","tr_customer_id":170580,"tr_customer_product_id":170570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:23:00.000Z","modified_at":"2026-01-29T12:23:00.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15857532110722","imei1":"15857532110722","imei2":"15857532110722","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:23:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170562,"job_number":"JOB_170562","tr_customer_id":170579,"tr_customer_product_id":170569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:48.000Z","modified_at":"2026-01-29T12:22:48.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16620338405473","imei1":"16620338405473","imei2":"16620338405473","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170561,"job_number":"JOB_170561","tr_customer_id":170578,"tr_customer_product_id":170568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:48.000Z","modified_at":"2026-01-29T12:22:59.000Z","name":"Freda Fritsch","mobile_number":"364-542-0581","email_id":"Giovani.Pouros88@yahoo.com","dop":"2026-01-04","serial_number":"18093198653382","imei1":"18093198653382","imei2":"18093198653382","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:22:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170560,"job_number":"JOB_170560","tr_customer_id":170577,"tr_customer_product_id":170567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:48.000Z","modified_at":"2026-01-29T12:22:48.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17135188746991","imei1":"17135188746991","imei2":"17135188746991","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170559,"job_number":"JOB_170559","tr_customer_id":170576,"tr_customer_product_id":170566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:35.000Z","modified_at":"2026-01-29T12:22:35.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"50302547820553","imei1":"50302547820553","imei2":"50302547820553","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170558,"job_number":"JOB_170558","tr_customer_id":170575,"tr_customer_product_id":170565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:35.000Z","modified_at":"2026-01-29T12:22:46.000Z","name":"Sally Daniel","mobile_number":"980-587-4443","email_id":"Federico8@hotmail.com","dop":"2026-01-04","serial_number":"19622808642662","imei1":"19622808642662","imei2":"19622808642662","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170557,"job_number":"JOB_170557","tr_customer_id":170574,"tr_customer_product_id":170564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:34.000Z","modified_at":"2026-01-29T12:22:34.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19852270702376","imei1":"19852270702376","imei2":"19852270702376","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170556,"job_number":"JOB_170556","tr_customer_id":170573,"tr_customer_product_id":170563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Sudam P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"17257077553165","imei1":"17257077553165","imei2":"17257077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170555,"job_number":"JOB_170555","tr_customer_id":170572,"tr_customer_product_id":170562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"16357077553165","imei1":"16357077553165","imei2":"16357077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170554,"job_number":"JOB_170554","tr_customer_id":170571,"tr_customer_product_id":170561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Roshan P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"25857077553165","imei1":"25857077553165","imei2":"25857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170553,"job_number":"JOB_170553","tr_customer_id":170570,"tr_customer_product_id":170560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Ajit P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"93857077553165","imei1":"93857077553165","imei2":"93857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170552,"job_number":"JOB_170552","tr_customer_id":170569,"tr_customer_product_id":170559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Nidhish P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"36857077553165","imei1":"36857077553165","imei2":"36857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170549,"job_number":"JOB_170549","tr_customer_id":170566,"tr_customer_product_id":170556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:56.000Z","modified_at":"2026-01-29T12:08:56.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"68884399312617","imei1":"68884399312617","imei2":"68884399312617","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170548,"job_number":"JOB_170548","tr_customer_id":170565,"tr_customer_product_id":170555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:56.000Z","modified_at":"2026-01-29T12:09:07.000Z","name":"Cesar Hackett","mobile_number":"249-657-3144","email_id":"Mathias88@gmail.com","dop":"2026-01-04","serial_number":"14641059064417","imei1":"14641059064417","imei2":"14641059064417","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170547,"job_number":"JOB_170547","tr_customer_id":170564,"tr_customer_product_id":170554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:55.000Z","modified_at":"2026-01-29T12:08:55.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14974535054062","imei1":"14974535054062","imei2":"14974535054062","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170546,"job_number":"JOB_170546","tr_customer_id":170563,"tr_customer_product_id":170553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:44.000Z","modified_at":"2026-01-29T12:08:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19123522122975","imei1":"19123522122975","imei2":"19123522122975","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170545,"job_number":"JOB_170545","tr_customer_id":170562,"tr_customer_product_id":170552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:43.000Z","modified_at":"2026-01-29T12:08:54.000Z","name":"Grady Upton","mobile_number":"588-243-0925","email_id":"Saul.Langworth49@gmail.com","dop":"2026-01-04","serial_number":"16531430581277","imei1":"16531430581277","imei2":"16531430581277","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:08:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170544,"job_number":"JOB_170544","tr_customer_id":170561,"tr_customer_product_id":170551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:43.000Z","modified_at":"2026-01-29T12:08:43.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18134080865144","imei1":"18134080865144","imei2":"18134080865144","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170543,"job_number":"JOB_170543","tr_customer_id":170560,"tr_customer_product_id":170550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:31.000Z","modified_at":"2026-01-29T12:08:31.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"53986320780911","imei1":"53986320780911","imei2":"53986320780911","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170542,"job_number":"JOB_170542","tr_customer_id":170559,"tr_customer_product_id":170549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:30.000Z","modified_at":"2026-01-29T12:08:41.000Z","name":"Stephany Padberg","mobile_number":"305-498-1598","email_id":"Helmer_Spencer75@yahoo.com","dop":"2026-01-04","serial_number":"19268320626537","imei1":"19268320626537","imei2":"19268320626537","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:08:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170541,"job_number":"JOB_170541","tr_customer_id":170558,"tr_customer_product_id":170548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:30.000Z","modified_at":"2026-01-29T12:08:30.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10607057464470","imei1":"10607057464470","imei2":"10607057464470","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170540,"job_number":"JOB_170540","tr_customer_id":170557,"tr_customer_product_id":170547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:01:46.000Z","modified_at":"2026-01-29T12:01:46.000Z","name":"Paramartha Acharya","mobile_number":"7075611374","email_id":"indira.joshi@yahoo.co.in","dop":"2026-01-19","serial_number":"066833272319913","imei1":"066833272319913","imei2":"066833272319913","popurl":"www.mina-agarwal.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:01:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170539,"job_number":"JOB_170539","tr_customer_id":170556,"tr_customer_product_id":170546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:21.000Z","modified_at":"2026-01-29T11:57:21.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"95577275655207","imei1":"95577275655207","imei2":"95577275655207","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170538,"job_number":"JOB_170538","tr_customer_id":170555,"tr_customer_product_id":170545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:20.000Z","modified_at":"2026-01-29T11:57:31.000Z","name":"Aurelio Harber","mobile_number":"968-758-7855","email_id":"Kris_Brown@hotmail.com","dop":"2026-01-04","serial_number":"19004808111459","imei1":"19004808111459","imei2":"19004808111459","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170537,"job_number":"JOB_170537","tr_customer_id":170554,"tr_customer_product_id":170544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:20.000Z","modified_at":"2026-01-29T11:57:20.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10411358947544","imei1":"10411358947544","imei2":"10411358947544","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170536,"job_number":"JOB_170536","tr_customer_id":170553,"tr_customer_product_id":170543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:08.000Z","modified_at":"2026-01-29T11:57:08.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"57997310469576","imei1":"57997310469576","imei2":"57997310469576","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170535,"job_number":"JOB_170535","tr_customer_id":170552,"tr_customer_product_id":170542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:08.000Z","modified_at":"2026-01-29T11:57:18.000Z","name":"Wilfrid Schumm","mobile_number":"485-531-1025","email_id":"Liliane_Bosco@gmail.com","dop":"2026-01-04","serial_number":"16937056537872","imei1":"16937056537872","imei2":"16937056537872","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170534,"job_number":"JOB_170534","tr_customer_id":170551,"tr_customer_product_id":170541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:08.000Z","modified_at":"2026-01-29T11:57:08.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11838655015818","imei1":"11838655015818","imei2":"11838655015818","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170533,"job_number":"JOB_170533","tr_customer_id":170550,"tr_customer_product_id":170540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:56:55.000Z","modified_at":"2026-01-29T11:56:55.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"63867555085082","imei1":"63867555085082","imei2":"63867555085082","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170532,"job_number":"JOB_170532","tr_customer_id":170549,"tr_customer_product_id":170539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:56:54.000Z","modified_at":"2026-01-29T11:57:06.000Z","name":"Rogelio Wunsch","mobile_number":"979-218-6019","email_id":"Lavonne.Waelchi@hotmail.com","dop":"2026-01-04","serial_number":"14174907291452","imei1":"14174907291452","imei2":"14174907291452","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170531,"job_number":"JOB_170531","tr_customer_id":170548,"tr_customer_product_id":170538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:56:54.000Z","modified_at":"2026-01-29T11:56:54.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14271308685112","imei1":"14271308685112","imei2":"14271308685112","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170530,"job_number":"JOB_170530","tr_customer_id":170547,"tr_customer_product_id":170537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:30.000Z","modified_at":"2026-01-29T11:51:30.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"99920633052438","imei1":"99920633052438","imei2":"99920633052438","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170529,"job_number":"JOB_170529","tr_customer_id":170546,"tr_customer_product_id":170536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:29.000Z","modified_at":"2026-01-29T11:51:40.000Z","name":"Tressa Stark","mobile_number":"301-564-3145","email_id":"Bianka_Pfannerstill15@yahoo.com","dop":"2026-01-04","serial_number":"12857326481758","imei1":"12857326481758","imei2":"12857326481758","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:51:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170528,"job_number":"JOB_170528","tr_customer_id":170545,"tr_customer_product_id":170535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:29.000Z","modified_at":"2026-01-29T11:51:29.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11364612926593","imei1":"11364612926593","imei2":"11364612926593","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170527,"job_number":"JOB_170527","tr_customer_id":170544,"tr_customer_product_id":170534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:17.000Z","modified_at":"2026-01-29T11:51:17.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51487600308758","imei1":"51487600308758","imei2":"51487600308758","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170526,"job_number":"JOB_170526","tr_customer_id":170543,"tr_customer_product_id":170533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:16.000Z","modified_at":"2026-01-29T11:51:27.000Z","name":"Clementine Jenkins","mobile_number":"244-708-1495","email_id":"Albin_Berge21@hotmail.com","dop":"2026-01-04","serial_number":"13119006132245","imei1":"13119006132245","imei2":"13119006132245","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170525,"job_number":"JOB_170525","tr_customer_id":170542,"tr_customer_product_id":170532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:16.000Z","modified_at":"2026-01-29T11:51:16.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10539951757375","imei1":"10539951757375","imei2":"10539951757375","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170524,"job_number":"JOB_170524","tr_customer_id":170541,"tr_customer_product_id":170531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:04.000Z","modified_at":"2026-01-29T11:51:04.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"82623406654472","imei1":"82623406654472","imei2":"82623406654472","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170523,"job_number":"JOB_170523","tr_customer_id":170540,"tr_customer_product_id":170530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:03.000Z","modified_at":"2026-01-29T11:51:14.000Z","name":"Pauline Johns","mobile_number":"255-961-2218","email_id":"Cornell.Fadel@hotmail.com","dop":"2026-01-04","serial_number":"13557958258309","imei1":"13557958258309","imei2":"13557958258309","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:51:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170522,"job_number":"JOB_170522","tr_customer_id":170539,"tr_customer_product_id":170529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:03.000Z","modified_at":"2026-01-29T11:51:03.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19344968030446","imei1":"19344968030446","imei2":"19344968030446","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170521,"job_number":"JOB_170521","tr_customer_id":170538,"tr_customer_product_id":170528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:51.000Z","modified_at":"2026-01-29T11:35:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"21148268148501","imei1":"21148268148501","imei2":"21148268148501","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170520,"job_number":"JOB_170520","tr_customer_id":170537,"tr_customer_product_id":170527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:51.000Z","modified_at":"2026-01-29T11:35:51.000Z","name":"Sammy Miller","mobile_number":"240-579-5402","email_id":"Gerard.Prosacco@gmail.com","dop":"2026-01-04","serial_number":"13124607067875","imei1":"13124607067875","imei2":"13124607067875","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170519,"job_number":"JOB_170519","tr_customer_id":170536,"tr_customer_product_id":170526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:50.000Z","modified_at":"2026-01-29T11:35:50.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12733231512576","imei1":"12733231512576","imei2":"12733231512576","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170518,"job_number":"JOB_170518","tr_customer_id":170535,"tr_customer_product_id":170525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:21.000Z","modified_at":"2026-01-29T11:35:21.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11964579188926","imei1":"11964579188926","imei2":"11964579188926","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170517,"job_number":"JOB_170517","tr_customer_id":170534,"tr_customer_product_id":170524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:21.000Z","modified_at":"2026-01-29T11:35:49.000Z","name":"Randy Hilll","mobile_number":"530-850-3140","email_id":"Avis.Lowe11@yahoo.com","dop":"2026-01-04","serial_number":"13713249628109","imei1":"13713249628109","imei2":"13713249628109","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:35:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170516,"job_number":"JOB_170516","tr_customer_id":170533,"tr_customer_product_id":170523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:21.000Z","modified_at":"2026-01-29T11:35:21.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14066071322122","imei1":"14066071322122","imei2":"14066071322122","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170515,"job_number":"JOB_170515","tr_customer_id":170532,"tr_customer_product_id":170522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:09.000Z","modified_at":"2026-01-29T11:35:09.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"73803080638811","imei1":"73803080638811","imei2":"73803080638811","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170514,"job_number":"JOB_170514","tr_customer_id":170531,"tr_customer_product_id":170521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:08.000Z","modified_at":"2026-01-29T11:35:19.000Z","name":"Sienna Littel","mobile_number":"453-899-1190","email_id":"Hailie_Goyette@gmail.com","dop":"2026-01-04","serial_number":"11620809791973","imei1":"11620809791973","imei2":"11620809791973","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:35:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170513,"job_number":"JOB_170513","tr_customer_id":170530,"tr_customer_product_id":170520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:08.000Z","modified_at":"2026-01-29T11:35:08.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11897275204948","imei1":"11897275204948","imei2":"11897275204948","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170512,"job_number":"JOB_170512","tr_customer_id":170529,"tr_customer_product_id":170519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:22:20.000Z","modified_at":"2026-01-29T11:22:20.000Z","name":"Mandakini Gandhi","mobile_number":"7005985961","email_id":"anal.shukla@yahoo.co.in","dop":"2026-01-19","serial_number":"657148622683390","imei1":"657148622683390","imei2":"657148622683390","popurl":"www.anal-jain.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:22:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170511,"job_number":"JOB_170511","tr_customer_id":170528,"tr_customer_product_id":170518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:22:13.000Z","modified_at":"2026-01-29T11:22:13.000Z","name":"Manikya Chopra","mobile_number":"7032366380","email_id":"meghnad.patel@hotmail.com","dop":"2026-01-19","serial_number":"105719811067502","imei1":"105719811067502","imei2":"105719811067502","popurl":"www.divjot-talwar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:22:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170509,"job_number":"JOB_170509","tr_customer_id":170526,"tr_customer_product_id":170516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:08:15.000Z","modified_at":"2026-01-29T11:08:15.000Z","name":"Kartik Chopra","mobile_number":"7030240308","email_id":"kashyapi.khatri@hotmail.com","dop":"2026-01-19","serial_number":"236569941816667","imei1":"236569941816667","imei2":"236569941816667","popurl":"www.pushti-guha.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:08:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170508,"job_number":"JOB_170508","tr_customer_id":170525,"tr_customer_product_id":170515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:58:50.000Z","modified_at":"2026-01-29T10:58:50.000Z","name":"Dev Iyengar","mobile_number":"8606776917","email_id":"jahnu.dubashi@yahoo.co.in","dop":"2026-01-19","serial_number":"19475080550896","imei1":"19475080550896","imei2":"19475080550896","popurl":"www.baalagopaal-bharadwaj.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170507,"job_number":"JOB_170507","tr_customer_id":170524,"tr_customer_product_id":170514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:58:38.000Z","modified_at":"2026-01-29T10:58:38.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-19","serial_number":"46234996938486","imei1":"46234996938486","imei2":"46234996938486","popurl":"2026-01-19T10:58:28.194453550Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170506,"job_number":"JOB_170506","tr_customer_id":170523,"tr_customer_product_id":170513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:58:37.000Z","modified_at":"2026-01-29T10:58:37.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-19","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-19T10:58:28.191709007Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170505,"job_number":"JOB_170505","tr_customer_id":170522,"tr_customer_product_id":170512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:53:51.000Z","modified_at":"2026-01-29T10:53:51.000Z","name":"Giriraj Nehru","mobile_number":"7035374466","email_id":"rajendra.acharya@hotmail.com","dop":"2026-01-19","serial_number":"994897353497024","imei1":"994897353497024","imei2":"994897353497024","popurl":"www.adityanandana-pillai.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:53:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170504,"job_number":"JOB_170504","tr_customer_id":170521,"tr_customer_product_id":170511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:34:59.000Z","modified_at":"2026-01-29T10:34:59.000Z","name":"Newname lastname","mobile_number":"68555305710","email_id":"pravalikabariki2tt13@gmail.com","dop":"2025-02-13","serial_number":"104426212713358","imei1":"104426212713358","imei2":"104426212713358","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170503,"job_number":"JOB_170503","tr_customer_id":170520,"tr_customer_product_id":170510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:33:27.000Z","modified_at":"2026-01-29T10:33:27.000Z","name":"Jatin Jasani","mobile_number":"7507331188","email_id":"saurabh.jasani@gmail.com","dop":"2026-01-19","serial_number":"12308877001005","imei1":"12308877001005","imei2":"12308877001005","popurl":"2026-01-19T10:33:26.676455238Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170502,"job_number":"JOB_170502","tr_customer_id":170519,"tr_customer_product_id":170509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:58:39.000Z","modified_at":"2026-01-29T09:58:39.000Z","name":"veer kumar","mobile_number":"9398102868","email_id":"veer@gmail.com","dop":"2026-01-11","serial_number":"12343223456765432","imei1":"13343223456765437","imei2":"13343223456765437","popurl":"2026-01-11T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170501,"job_number":"JOB_170501","tr_customer_id":170518,"tr_customer_product_id":170508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:58:06.000Z","modified_at":"2026-01-29T09:58:06.000Z","name":"Bhushit Nambeesan","mobile_number":"7032420332","email_id":"hari.tagore@gmail.com","dop":"2026-01-19","serial_number":"270179718665005","imei1":"270179718665005","imei2":"270179718665005","popurl":"www.rajinder-nayar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170500,"job_number":"JOB_170500","tr_customer_id":170517,"tr_customer_product_id":170507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:53:22.000Z","modified_at":"2026-01-29T09:53:22.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"18857077553165","imei1":"18857077553165","imei2":"18857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:53:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170499,"job_number":"JOB_170499","tr_customer_id":170516,"tr_customer_product_id":170506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:46:45.000Z","modified_at":"2026-01-29T09:46:45.000Z","name":"Gerardo Larkin","mobile_number":"462-208-3593","email_id":"Cesar_Dickens35@gmail.com","dop":"2026-01-23","serial_number":"11999782266327","imei1":"11999782266327","imei2":"11999782266327","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170498,"job_number":"JOB_170498","tr_customer_id":170515,"tr_customer_product_id":170505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:46:20.000Z","modified_at":"2026-01-29T09:46:20.000Z","name":"Imelda Pagac","mobile_number":"438-253-9465","email_id":"Reina12@yahoo.com","dop":"2026-01-23","serial_number":"15790119862263","imei1":"15790119862263","imei2":"15790119862263","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170497,"job_number":"JOB_170497","tr_customer_id":170514,"tr_customer_product_id":170504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:45:07.000Z","modified_at":"2026-01-29T09:45:07.000Z","name":"Lorna Toy","mobile_number":"317-272-0077","email_id":"Zoila.Lakin@gmail.com","dop":"2026-01-23","serial_number":"15878897486017","imei1":"15878897486017","imei2":"15878897486017","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:45:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170496,"job_number":"JOB_170496","tr_customer_id":170513,"tr_customer_product_id":170503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:44:46.000Z","modified_at":"2026-01-29T09:46:04.000Z","name":"Lolita Weissnat","mobile_number":"526-345-0355","email_id":"Emmie12@hotmail.com","dop":"2025-02-01","serial_number":"16280539168904","imei1":"16280539168904","imei2":"16280539168904","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170495,"job_number":"JOB_170495","tr_customer_id":170512,"tr_customer_product_id":170502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:53.000Z","modified_at":"2026-01-29T09:32:53.000Z","name":"Bernhard Heaney","mobile_number":"451-908-1369","email_id":"Isabelle_Price@gmail.com","dop":"2025-04-06","serial_number":"12238637914880776","imei1":"12238637914880776","imei2":"12238637914880776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170494,"job_number":"JOB_170494","tr_customer_id":170511,"tr_customer_product_id":170501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:52.000Z","modified_at":"2026-01-29T09:33:33.000Z","name":"Anthony Dibbert","mobile_number":"940-557-7988","email_id":"Jillian13@yahoo.com","dop":"2025-04-06","serial_number":"11989568567393","imei1":"11989568567393","imei2":"11989568567393","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:33:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170493,"job_number":"JOB_170493","tr_customer_id":170510,"tr_customer_product_id":170500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:52.000Z","modified_at":"2026-01-29T09:32:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16704057294280","imei1":"16704057294280","imei2":"16704057294280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170492,"job_number":"JOB_170492","tr_customer_id":170509,"tr_customer_product_id":170499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:04.000Z","modified_at":"2026-01-29T09:32:04.000Z","name":"Dan Larkin","mobile_number":"832-264-6591","email_id":"Sheldon_Anderson@yahoo.com","dop":"2025-04-06","serial_number":"10459889448928188","imei1":"10459889448928188","imei2":"10459889448928188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170491,"job_number":"JOB_170491","tr_customer_id":170508,"tr_customer_product_id":170498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:02.000Z","modified_at":"2026-01-29T09:32:44.000Z","name":"Tevin Harvey","mobile_number":"667-384-9180","email_id":"Pedro88@gmail.com","dop":"2025-04-06","serial_number":"11698518485811","imei1":"11698518485811","imei2":"11698518485811","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:32:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170490,"job_number":"JOB_170490","tr_customer_id":170507,"tr_customer_product_id":170497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:02.000Z","modified_at":"2026-01-29T09:32:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11962789441695","imei1":"11962789441695","imei2":"11962789441695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170489,"job_number":"JOB_170489","tr_customer_id":170506,"tr_customer_product_id":170496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:31:14.000Z","modified_at":"2026-01-29T09:31:14.000Z","name":"Eleanora Hermann","mobile_number":"931-229-8276","email_id":"Erna32@gmail.com","dop":"2025-04-06","serial_number":"12163347163196928","imei1":"12163347163196928","imei2":"12163347163196928","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:31:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170488,"job_number":"JOB_170488","tr_customer_id":170505,"tr_customer_product_id":170495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:31:12.000Z","modified_at":"2026-01-29T09:31:54.000Z","name":"Mona Jakubowski","mobile_number":"365-289-0221","email_id":"Josefa.Blick82@gmail.com","dop":"2025-04-06","serial_number":"17777095297164","imei1":"17777095297164","imei2":"17777095297164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:31:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170487,"job_number":"JOB_170487","tr_customer_id":170504,"tr_customer_product_id":170494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:31:12.000Z","modified_at":"2026-01-29T09:31:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12182427394346","imei1":"12182427394346","imei2":"12182427394346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:31:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170486,"job_number":"JOB_170486","tr_customer_id":170503,"tr_customer_product_id":170493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:45:42.000Z","modified_at":"2026-01-29T08:45:48.000Z","name":"Itzel Mills","mobile_number":"350-257-8338","email_id":"Laurel77@yahoo.com","dop":"2026-01-23","serial_number":"17318696500964","imei1":"17318696500964","imei2":"17318696500964","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T08:45:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170484,"job_number":"JOB_170484","tr_customer_id":170501,"tr_customer_product_id":170491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:44:19.000Z","modified_at":"2026-01-29T08:44:19.000Z","name":"Nyasia Greenholt","mobile_number":"402-796-7619","email_id":"Jose_Mueller@yahoo.com","dop":"2026-01-23","serial_number":"16583482488738","imei1":"16583482488738","imei2":"16583482488738","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:44:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170483,"job_number":"JOB_170483","tr_customer_id":170500,"tr_customer_product_id":170490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:52.000Z","modified_at":"2026-01-29T08:34:00.000Z","name":"Clifford Heller","mobile_number":"545-638-9900","email_id":"Magali87@hotmail.com","dop":"2026-01-23","serial_number":"12820070591212","imei1":"12820070591212","imei2":"12820070591212","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T08:34:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170482,"job_number":"JOB_170482","tr_customer_id":170499,"tr_customer_product_id":170489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:52.000Z","modified_at":"2026-01-29T08:33:52.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"14504202781821","imei1":"14504202781821","imei2":"14504202781821","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170481,"job_number":"JOB_170481","tr_customer_id":170498,"tr_customer_product_id":170488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:43.000Z","modified_at":"2026-01-29T08:33:50.000Z","name":"Maud Ondricka","mobile_number":"517-814-8853","email_id":"Liana99@gmail.com","dop":"2026-01-23","serial_number":"17468331379376","imei1":"17468331379376","imei2":"17468331379376","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T08:33:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170480,"job_number":"JOB_170480","tr_customer_id":170497,"tr_customer_product_id":170487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:43.000Z","modified_at":"2026-01-29T08:33:43.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatinsh12@gmail.com","dop":"2026-01-23","serial_number":"14372247011439","imei1":"14372247011439","imei2":"14372247011439","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170479,"job_number":"JOB_170479","tr_customer_id":170496,"tr_customer_product_id":170486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:35.000Z","modified_at":"2026-01-29T08:33:41.000Z","name":"Lia Bernhard","mobile_number":"498-695-2967","email_id":"Emmanuelle.Larkin42@hotmail.com","dop":"2026-01-23","serial_number":"19728774976183","imei1":"19728774976183","imei2":"19728774976183","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T08:33:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170478,"job_number":"JOB_170478","tr_customer_id":170495,"tr_customer_product_id":170485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:35.000Z","modified_at":"2026-01-29T08:33:35.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"14443094780437","imei1":"14443094780437","imei2":"14443094780437","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:33:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170477,"job_number":"JOB_170477","tr_customer_id":170494,"tr_customer_product_id":170484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:43.000Z","modified_at":"2026-01-29T07:58:43.000Z","name":"Neha Cronin","mobile_number":"448-524-8683","email_id":"Jamar.Rogahn88@yahoo.com","dop":"2025-04-06","serial_number":"10871124116045736","imei1":"10871124116045736","imei2":"10871124116045736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170476,"job_number":"JOB_170476","tr_customer_id":170493,"tr_customer_product_id":170483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:42.000Z","modified_at":"2026-01-29T07:59:27.000Z","name":"Geovanni Jakubowski","mobile_number":"853-812-4196","email_id":"Coralie.Berge@hotmail.com","dop":"2025-04-06","serial_number":"16078606376452","imei1":"16078606376452","imei2":"16078606376452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170475,"job_number":"JOB_170475","tr_customer_id":170492,"tr_customer_product_id":170482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:33.000Z","modified_at":"2026-01-29T07:58:33.000Z","name":"Robert Beahan","mobile_number":"476-879-6737","email_id":"Jalon_Kreiger@hotmail.com","dop":"2025-04-06","serial_number":"10286485922550454","imei1":"10286485922550454","imei2":"10286485922550454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170474,"job_number":"JOB_170474","tr_customer_id":170491,"tr_customer_product_id":170481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:32.000Z","modified_at":"2026-01-29T07:59:10.000Z","name":"Cale Weimann","mobile_number":"426-592-7040","email_id":"Sigmund.DuBuque73@hotmail.com","dop":"2025-04-06","serial_number":"13784072508347","imei1":"13784072508347","imei2":"13784072508347","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:59:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170471,"job_number":"JOB_170471","tr_customer_id":170488,"tr_customer_product_id":170478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:47.000Z","modified_at":"2026-01-29T07:57:47.000Z","name":"Devan Leuschke","mobile_number":"262-820-7320","email_id":"Horacio.Hartmann@hotmail.com","dop":"2025-04-06","serial_number":"12096401794029758","imei1":"12096401794029758","imei2":"12096401794029758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170470,"job_number":"JOB_170470","tr_customer_id":170487,"tr_customer_product_id":170477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:45.000Z","modified_at":"2026-01-29T07:58:24.000Z","name":"Marlon Huel","mobile_number":"671-243-3697","email_id":"Candice.McCullough@yahoo.com","dop":"2025-04-06","serial_number":"16495530451823","imei1":"16495530451823","imei2":"16495530451823","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170469,"job_number":"JOB_170469","tr_customer_id":170486,"tr_customer_product_id":170476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:38.000Z","modified_at":"2026-01-29T07:57:38.000Z","name":"Ramona Brekke","mobile_number":"783-990-5641","email_id":"Palma_Weimann39@gmail.com","dop":"2025-04-06","serial_number":"12422512076616136","imei1":"12422512076616136","imei2":"12422512076616136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170468,"job_number":"JOB_170468","tr_customer_id":170485,"tr_customer_product_id":170475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:36.000Z","modified_at":"2026-01-29T07:58:20.000Z","name":"Agnes Hyatt","mobile_number":"271-457-1674","email_id":"Charity82@yahoo.com","dop":"2025-04-06","serial_number":"13831725484509","imei1":"13831725484509","imei2":"13831725484509","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170467,"job_number":"JOB_170467","tr_customer_id":170484,"tr_customer_product_id":170474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:00.000Z","modified_at":"2026-01-29T07:57:00.000Z","name":"Pascale Haley","mobile_number":"455-509-9022","email_id":"Ruby43@hotmail.com","dop":"2025-04-06","serial_number":"14373098808279600","imei1":"14373098808279600","imei2":"14373098808279600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170466,"job_number":"JOB_170466","tr_customer_id":170483,"tr_customer_product_id":170473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:56:58.000Z","modified_at":"2026-01-29T07:57:38.000Z","name":"Birdie Beier","mobile_number":"269-843-0736","email_id":"Taryn50@hotmail.com","dop":"2025-04-06","serial_number":"10020349453541","imei1":"10020349453541","imei2":"10020349453541","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170465,"job_number":"JOB_170465","tr_customer_id":170482,"tr_customer_product_id":170472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:52:52.000Z","modified_at":"2026-01-29T09:32:00.000Z","name":"Bobby Kunde","mobile_number":"966-568-5168","email_id":"Verona77@hotmail.com","dop":"2025-02-01","serial_number":"105860642571291","imei1":"105860642571291","imei2":"105860642571291","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170461,"job_number":"JOB_170461","tr_customer_id":170478,"tr_customer_product_id":170468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:42:19.000Z","modified_at":"2026-01-29T07:42:19.000Z","name":"Swara Ahluwalia","mobile_number":"7096046573","email_id":"pushti.nayar@gmail.com","dop":"2026-01-19","serial_number":"787116735846000","imei1":"787116735846000","imei2":"787116735846000","popurl":"www.ambar-panicker.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170458,"job_number":"JOB_170458","tr_customer_id":170475,"tr_customer_product_id":170465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:33:37.000Z","modified_at":"2026-01-29T07:33:37.000Z","name":"Kamala Kakkar","mobile_number":"7030157418","email_id":"gandharv.mehrotra@yahoo.co.in","dop":"2026-01-19","serial_number":"983519147373699","imei1":"983519147373699","imei2":"983519147373699","popurl":"www.chitrali-iyer.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:33:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170457,"job_number":"JOB_170457","tr_customer_id":170474,"tr_customer_product_id":170464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:24:23.000Z","modified_at":"2026-01-29T07:24:23.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"19691618055896","imei1":"19691618055896","imei2":"119691618055896","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170456,"job_number":"JOB_170456","tr_customer_id":170473,"tr_customer_product_id":170463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:56.000Z","modified_at":"2026-01-29T07:11:07.000Z","name":"Michel Wolf","mobile_number":"811-309-0969","email_id":"Marge.Goodwin50@gmail.com","dop":"2025-12-01","serial_number":"14473255892270","imei1":"14473255892270","imei2":"14473255892270","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:11:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170455,"job_number":"JOB_170455","tr_customer_id":170472,"tr_customer_product_id":170462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:56.000Z","modified_at":"2026-01-29T07:10:56.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"15613900543394","imei1":"15613900543394","imei2":"15613900543394","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:10:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170454,"job_number":"JOB_170454","tr_customer_id":170471,"tr_customer_product_id":170461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:41.000Z","modified_at":"2026-01-29T07:10:52.000Z","name":"Hector Kuvalis","mobile_number":"566-990-5739","email_id":"Alyson.Hahn49@yahoo.com","dop":"2025-12-01","serial_number":"11150543483316","imei1":"11150543483316","imei2":"11150543483316","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:10:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170453,"job_number":"JOB_170453","tr_customer_id":170470,"tr_customer_product_id":170460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:41.000Z","modified_at":"2026-01-29T07:10:41.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"10919082835236","imei1":"10919082835236","imei2":"10919082835236","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:10:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170452,"job_number":"JOB_170452","tr_customer_id":170469,"tr_customer_product_id":170459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:25.000Z","modified_at":"2026-01-29T07:10:36.000Z","name":"Judson Carroll","mobile_number":"616-247-8813","email_id":"Kathryne_Romaguera68@gmail.com","dop":"2025-12-01","serial_number":"13673878488667","imei1":"13673878488667","imei2":"13673878488667","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:10:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170451,"job_number":"JOB_170451","tr_customer_id":170468,"tr_customer_product_id":170458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:25.000Z","modified_at":"2026-01-29T07:10:25.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"10593676716794","imei1":"10593676716794","imei2":"10593676716794","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:10:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170450,"job_number":"JOB_170450","tr_customer_id":170467,"tr_customer_product_id":170457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:57.000Z","modified_at":"2026-01-29T07:01:57.000Z","name":"Travis Kilback","mobile_number":"245-744-6615","email_id":"Joey.Considine23@gmail.com","dop":"2025-04-06","serial_number":"17716187716120820","imei1":"17716187716120820","imei2":"17716187716120820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170449,"job_number":"JOB_170449","tr_customer_id":170466,"tr_customer_product_id":170456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:56.000Z","modified_at":"2026-01-29T07:02:35.000Z","name":"Ebba Moen","mobile_number":"384-351-2715","email_id":"Monique.Grady@gmail.com","dop":"2025-04-06","serial_number":"16632909401414","imei1":"16632909401414","imei2":"16632909401414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170448,"job_number":"JOB_170448","tr_customer_id":170465,"tr_customer_product_id":170455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:55.000Z","modified_at":"2026-01-29T07:01:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17411536850453","imei1":"17411536850453","imei2":"17411536850453","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170447,"job_number":"JOB_170447","tr_customer_id":170464,"tr_customer_product_id":170454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:10.000Z","modified_at":"2026-01-29T07:01:10.000Z","name":"Victoria Pfannerstill","mobile_number":"546-856-8212","email_id":"Nicholaus_Konopelski94@yahoo.com","dop":"2025-04-06","serial_number":"14543151397922404","imei1":"14543151397922404","imei2":"14543151397922404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170446,"job_number":"JOB_170446","tr_customer_id":170463,"tr_customer_product_id":170453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:09.000Z","modified_at":"2026-01-29T07:01:48.000Z","name":"Eddie Predovic","mobile_number":"425-379-0977","email_id":"Ida_Ebert43@yahoo.com","dop":"2025-04-06","serial_number":"14482564903052","imei1":"14482564903052","imei2":"14482564903052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170445,"job_number":"JOB_170445","tr_customer_id":170462,"tr_customer_product_id":170452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:09.000Z","modified_at":"2026-01-29T07:01:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17956609760043","imei1":"17956609760043","imei2":"17956609760043","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170444,"job_number":"JOB_170444","tr_customer_id":170461,"tr_customer_product_id":170451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:27.000Z","modified_at":"2026-01-29T07:00:27.000Z","name":"Carmela MacGyver","mobile_number":"266-774-7517","email_id":"Trace22@gmail.com","dop":"2025-04-06","serial_number":"15197690667528036","imei1":"15197690667528036","imei2":"15197690667528036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170443,"job_number":"JOB_170443","tr_customer_id":170460,"tr_customer_product_id":170450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:25.000Z","modified_at":"2026-01-29T07:01:03.000Z","name":"Levi D'Amore","mobile_number":"982-329-0466","email_id":"Vickie34@hotmail.com","dop":"2025-04-06","serial_number":"15835119081840","imei1":"15835119081840","imei2":"15835119081840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170442,"job_number":"JOB_170442","tr_customer_id":170459,"tr_customer_product_id":170449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:23.000Z","modified_at":"2026-01-29T07:00:23.000Z","name":"Alvena Crist","mobile_number":"368-433-0509","email_id":"Adeline.Carroll@gmail.com","dop":"2025-04-06","serial_number":"10878890550692228","imei1":"10878890550692228","imei2":"10878890550692228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:00:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170441,"job_number":"JOB_170441","tr_customer_id":170458,"tr_customer_product_id":170448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:22.000Z","modified_at":"2026-01-29T07:01:01.000Z","name":"Mauricio Abernathy","mobile_number":"741-200-8118","email_id":"Lenora.Wyman@gmail.com","dop":"2025-04-06","serial_number":"14155214614863","imei1":"14155214614863","imei2":"14155214614863","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170440,"job_number":"JOB_170440","tr_customer_id":170457,"tr_customer_product_id":170447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:21.000Z","modified_at":"2026-01-29T07:00:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17900992143091","imei1":"17900992143091","imei2":"17900992143091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170439,"job_number":"JOB_170439","tr_customer_id":170456,"tr_customer_product_id":170446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:57:38.000Z","modified_at":"2026-01-29T06:57:38.000Z","name":"Roel Tillman","mobile_number":"311-505-6960","email_id":"Lavon90@yahoo.com","dop":"2025-04-06","serial_number":"13433899235445894","imei1":"13433899235445894","imei2":"13433899235445894","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170438,"job_number":"JOB_170438","tr_customer_id":170455,"tr_customer_product_id":170445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:57:37.000Z","modified_at":"2026-01-29T06:58:18.000Z","name":"Clint Crona","mobile_number":"833-331-6342","email_id":"Faye_Kautzer26@gmail.com","dop":"2025-04-06","serial_number":"13363090924242","imei1":"13363090924242","imei2":"13363090924242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170437,"job_number":"JOB_170437","tr_customer_id":170454,"tr_customer_product_id":170444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:57:37.000Z","modified_at":"2026-01-29T06:57:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12745808333016","imei1":"12745808333016","imei2":"12745808333016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170436,"job_number":"JOB_170436","tr_customer_id":170453,"tr_customer_product_id":170443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:49.000Z","modified_at":"2026-01-29T06:56:49.000Z","name":"Raoul Kuhlman","mobile_number":"356-544-5923","email_id":"Mayra.Johnson@yahoo.com","dop":"2025-04-06","serial_number":"12562659490599182","imei1":"12562659490599182","imei2":"12562659490599182","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170435,"job_number":"JOB_170435","tr_customer_id":170452,"tr_customer_product_id":170442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:48.000Z","modified_at":"2026-01-29T06:57:29.000Z","name":"Dedric Oberbrunner","mobile_number":"454-492-6176","email_id":"Alta_McDermott@gmail.com","dop":"2025-04-06","serial_number":"15317863293848","imei1":"15317863293848","imei2":"15317863293848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170434,"job_number":"JOB_170434","tr_customer_id":170451,"tr_customer_product_id":170441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:48.000Z","modified_at":"2026-01-29T06:56:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17419896394536","imei1":"17419896394536","imei2":"17419896394536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170433,"job_number":"JOB_170433","tr_customer_id":170450,"tr_customer_product_id":170440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:46.000Z","modified_at":"2026-01-29T06:56:46.000Z","name":"Winfield Kerluke","mobile_number":"262-518-2098","email_id":"Braeden_Yundt42@yahoo.com","dop":"2025-04-06","serial_number":"10043849112111964","imei1":"10043849112111964","imei2":"10043849112111964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170432,"job_number":"JOB_170432","tr_customer_id":170449,"tr_customer_product_id":170439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:45.000Z","modified_at":"2026-01-29T06:57:24.000Z","name":"Christophe Erdman","mobile_number":"311-686-5036","email_id":"Chelsey_Hansen37@gmail.com","dop":"2025-04-06","serial_number":"17285379501908","imei1":"17285379501908","imei2":"17285379501908","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170431,"job_number":"JOB_170431","tr_customer_id":170448,"tr_customer_product_id":170438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:44.000Z","modified_at":"2026-01-29T06:56:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16199929190824","imei1":"16199929190824","imei2":"16199929190824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170430,"job_number":"JOB_170430","tr_customer_id":170447,"tr_customer_product_id":170437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:18.000Z","modified_at":"2026-01-29T06:56:18.000Z","name":"Mona Heaney","mobile_number":"821-325-9141","email_id":"Vallie63@gmail.com","dop":"2025-04-06","serial_number":"18494932092494360","imei1":"18494932092494360","imei2":"18494932092494360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170429,"job_number":"JOB_170429","tr_customer_id":170446,"tr_customer_product_id":170436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:17.000Z","modified_at":"2026-01-29T06:56:55.000Z","name":"Aric McLaughlin","mobile_number":"460-658-6003","email_id":"Griffin_Weber@yahoo.com","dop":"2025-04-06","serial_number":"15917657716094","imei1":"15917657716094","imei2":"15917657716094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170428,"job_number":"JOB_170428","tr_customer_id":170445,"tr_customer_product_id":170435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:04.000Z","modified_at":"2026-01-29T06:56:04.000Z","name":"Era Langosh","mobile_number":"535-387-8739","email_id":"Crystel_Cruickshank@yahoo.com","dop":"2025-04-06","serial_number":"18551971805714256","imei1":"18551971805714256","imei2":"18551971805714256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170427,"job_number":"JOB_170427","tr_customer_id":170444,"tr_customer_product_id":170434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:02.000Z","modified_at":"2026-01-29T06:56:40.000Z","name":"Hayden Conroy","mobile_number":"267-982-8060","email_id":"Mandy.Kulas@gmail.com","dop":"2025-04-06","serial_number":"14152460327219","imei1":"14152460327219","imei2":"14152460327219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170426,"job_number":"JOB_170426","tr_customer_id":170443,"tr_customer_product_id":170433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:59.000Z","modified_at":"2026-01-29T06:55:59.000Z","name":"Bria Leannon","mobile_number":"489-802-1287","email_id":"Chauncey_Dietrich63@gmail.com","dop":"2025-04-06","serial_number":"18153099437377484","imei1":"18153099437377484","imei2":"18153099437377484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170425,"job_number":"JOB_170425","tr_customer_id":170442,"tr_customer_product_id":170432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:58.000Z","modified_at":"2026-01-29T06:55:58.000Z","name":"Chauncey Runolfsson","mobile_number":"776-260-9651","email_id":"Andreanne_Stracke@gmail.com","dop":"2025-04-06","serial_number":"11741818876965598","imei1":"11741818876965598","imei2":"11741818876965598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170424,"job_number":"JOB_170424","tr_customer_id":170441,"tr_customer_product_id":170431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:57.000Z","modified_at":"2026-01-29T06:56:37.000Z","name":"Roger Kreiger","mobile_number":"498-306-0001","email_id":"Leila.Hermiston50@gmail.com","dop":"2025-04-06","serial_number":"19463705851281","imei1":"19463705851281","imei2":"19463705851281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:56:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170423,"job_number":"JOB_170423","tr_customer_id":170440,"tr_customer_product_id":170430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:57.000Z","modified_at":"2026-01-29T06:55:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15812020335789","imei1":"15812020335789","imei2":"15812020335789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170422,"job_number":"JOB_170422","tr_customer_id":170439,"tr_customer_product_id":170429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:57.000Z","modified_at":"2026-01-29T06:56:40.000Z","name":"Jazmin Hansen","mobile_number":"447-437-8600","email_id":"Joey.Prosacco@yahoo.com","dop":"2025-04-06","serial_number":"13548561804703","imei1":"13548561804703","imei2":"13548561804703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170421,"job_number":"JOB_170421","tr_customer_id":170438,"tr_customer_product_id":170428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:56.000Z","modified_at":"2026-01-29T06:55:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13702350431528","imei1":"13702350431528","imei2":"13702350431528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170420,"job_number":"JOB_170420","tr_customer_id":170437,"tr_customer_product_id":170427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:11.000Z","modified_at":"2026-01-29T06:55:11.000Z","name":"Karelle Schroeder","mobile_number":"331-848-5054","email_id":"Dave_Stracke70@yahoo.com","dop":"2025-04-06","serial_number":"17895068214493260","imei1":"17895068214493260","imei2":"17895068214493260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170419,"job_number":"JOB_170419","tr_customer_id":170436,"tr_customer_product_id":170426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:10.000Z","modified_at":"2026-01-29T06:55:50.000Z","name":"Roxanne Feest","mobile_number":"622-433-2556","email_id":"Heath65@gmail.com","dop":"2025-04-06","serial_number":"15807976462848","imei1":"15807976462848","imei2":"15807976462848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:55:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170418,"job_number":"JOB_170418","tr_customer_id":170435,"tr_customer_product_id":170425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:09.000Z","modified_at":"2026-01-29T06:55:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10353172608729","imei1":"10353172608729","imei2":"10353172608729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170417,"job_number":"JOB_170417","tr_customer_id":170434,"tr_customer_product_id":170424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:51:45.000Z","modified_at":"2026-01-29T06:51:45.000Z","name":"Ona Toy","mobile_number":"970-382-0624","email_id":"Lilly_Bode19@gmail.com","dop":"2025-04-06","serial_number":"10138149216530896","imei1":"10138149216530896","imei2":"10138149216530896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:51:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170416,"job_number":"JOB_170416","tr_customer_id":170433,"tr_customer_product_id":170423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:51:43.000Z","modified_at":"2026-01-29T06:52:26.000Z","name":"Samara Hermiston","mobile_number":"881-449-5243","email_id":"Gilbert93@yahoo.com","dop":"2025-04-06","serial_number":"16939765835829","imei1":"16939765835829","imei2":"16939765835829","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:52:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170415,"job_number":"JOB_170415","tr_customer_id":170432,"tr_customer_product_id":170422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:51:43.000Z","modified_at":"2026-01-29T06:51:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15987695788168","imei1":"15987695788168","imei2":"15987695788168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170414,"job_number":"JOB_170414","tr_customer_id":170431,"tr_customer_product_id":170421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:53.000Z","modified_at":"2026-01-29T06:50:53.000Z","name":"Queenie Schaden","mobile_number":"652-476-2967","email_id":"Zachary_Moore58@yahoo.com","dop":"2025-04-06","serial_number":"18537303171912784","imei1":"18537303171912784","imei2":"18537303171912784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170413,"job_number":"JOB_170413","tr_customer_id":170430,"tr_customer_product_id":170420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:52.000Z","modified_at":"2026-01-29T06:51:35.000Z","name":"Orie Hauck","mobile_number":"558-543-6587","email_id":"Chloe_Johns@yahoo.com","dop":"2025-04-06","serial_number":"18544895989950","imei1":"18544895989950","imei2":"18544895989950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170412,"job_number":"JOB_170412","tr_customer_id":170429,"tr_customer_product_id":170419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:52.000Z","modified_at":"2026-01-29T06:50:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12487628971591","imei1":"12487628971591","imei2":"12487628971591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170410,"job_number":"JOB_170410","tr_customer_id":170427,"tr_customer_product_id":170417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:24.000Z","modified_at":"2026-01-29T06:51:03.000Z","name":"Kaci Rodriguez","mobile_number":"746-715-1390","email_id":"Coby_Maggio@gmail.com","dop":"2000-01-31","serial_number":"10662856974804","imei1":"10662856974804","imei2":"10662856974804","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:51:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170408,"job_number":"JOB_170408","tr_customer_id":170425,"tr_customer_product_id":170415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:01.000Z","modified_at":"2026-01-29T06:50:01.000Z","name":"Heidi Brown","mobile_number":"904-681-5044","email_id":"Ceasar83@gmail.com","dop":"2025-04-06","serial_number":"13280798662547044","imei1":"13280798662547044","imei2":"13280798662547044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170407,"job_number":"JOB_170407","tr_customer_id":170424,"tr_customer_product_id":170414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:00.000Z","modified_at":"2026-01-29T06:50:43.000Z","name":"Blair Mertz","mobile_number":"870-748-9928","email_id":"Karl17@gmail.com","dop":"2025-04-06","serial_number":"12608303994859","imei1":"12608303994859","imei2":"12608303994859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:50:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170406,"job_number":"JOB_170406","tr_customer_id":170423,"tr_customer_product_id":170413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:59.000Z","modified_at":"2026-01-29T06:49:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14669517761007","imei1":"14669517761007","imei2":"14669517761007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170404,"job_number":"JOB_170404","tr_customer_id":170421,"tr_customer_product_id":170411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:38.000Z","modified_at":"2026-01-29T06:50:17.000Z","name":"Patricia Effertz","mobile_number":"394-373-9023","email_id":"Ollie28@hotmail.com","dop":"2000-01-31","serial_number":"10224554180527","imei1":"10224554180527","imei2":"10224554180527","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170401,"job_number":"JOB_170401","tr_customer_id":170418,"tr_customer_product_id":170408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:52.000Z","modified_at":"2026-01-29T06:49:31.000Z","name":"Annetta Boehm","mobile_number":"513-914-0314","email_id":"Harmony_Tillman49@hotmail.com","dop":"2000-01-31","serial_number":"10328003342046","imei1":"10328003342046","imei2":"10328003342046","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:49:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170399,"job_number":"JOB_170399","tr_customer_id":170416,"tr_customer_product_id":170406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:19.000Z","modified_at":"2026-01-29T06:48:19.000Z","name":"Kristin Sipes","mobile_number":"704-939-2871","email_id":"Royal_Miller@yahoo.com","dop":"2025-04-06","serial_number":"12721076683349210","imei1":"12721076683349210","imei2":"12721076683349210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170398,"job_number":"JOB_170398","tr_customer_id":170415,"tr_customer_product_id":170405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:17.000Z","modified_at":"2026-01-29T06:48:55.000Z","name":"Kirstin Kuhlman","mobile_number":"843-639-7057","email_id":"Aida75@hotmail.com","dop":"2025-04-06","serial_number":"10013536142327","imei1":"10013536142327","imei2":"10013536142327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170397,"job_number":"JOB_170397","tr_customer_id":170414,"tr_customer_product_id":170404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:17.000Z","modified_at":"2026-01-29T06:48:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11242676978023","imei1":"11242676978023","imei2":"11242676978023","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170395,"job_number":"JOB_170395","tr_customer_id":170412,"tr_customer_product_id":170402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:06.000Z","modified_at":"2026-01-29T06:48:44.000Z","name":"Filomena Carroll","mobile_number":"288-747-6278","email_id":"Garnet91@yahoo.com","dop":"2000-01-31","serial_number":"10602772254077","imei1":"10602772254077","imei2":"10602772254077","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170393,"job_number":"JOB_170393","tr_customer_id":170410,"tr_customer_product_id":170400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:56.000Z","modified_at":"2026-01-29T06:48:32.000Z","name":"Bernita Bernier","mobile_number":"657-628-0301","email_id":"Stephon.Bartoletti7@yahoo.com","dop":"2025-10-21","serial_number":"17650861386584","imei1":"17650861386584","imei2":"17650861386584","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170392,"job_number":"JOB_170392","tr_customer_id":170409,"tr_customer_product_id":170399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:56.000Z","modified_at":"2026-01-29T06:47:56.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"19847883260012","imei1":"19847883260012","imei2":"19847883260012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170391,"job_number":"JOB_170391","tr_customer_id":170408,"tr_customer_product_id":170398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:34.000Z","modified_at":"2026-01-29T06:47:34.000Z","name":"Dane Hoppe","mobile_number":"749-448-7419","email_id":"Annalise.Daugherty53@gmail.com","dop":"2025-04-06","serial_number":"11354351697475178","imei1":"11354351697475178","imei2":"11354351697475178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170390,"job_number":"JOB_170390","tr_customer_id":170407,"tr_customer_product_id":170397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:32.000Z","modified_at":"2026-01-29T06:48:10.000Z","name":"Kyra Leuschke","mobile_number":"351-716-4000","email_id":"Akeem.Zemlak@gmail.com","dop":"2025-04-06","serial_number":"15926735306563","imei1":"15926735306563","imei2":"15926735306563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170389,"job_number":"JOB_170389","tr_customer_id":170406,"tr_customer_product_id":170396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:32.000Z","modified_at":"2026-01-29T06:47:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19445917856710","imei1":"19445917856710","imei2":"19445917856710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170388,"job_number":"JOB_170388","tr_customer_id":170405,"tr_customer_product_id":170395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:13.000Z","modified_at":"2026-01-29T06:47:49.000Z","name":"Frances Kuhlman","mobile_number":"922-619-8165","email_id":"Imelda_Tromp@hotmail.com","dop":"2025-10-21","serial_number":"16756247052295","imei1":"16756247052295","imei2":"16756247052295","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170387,"job_number":"JOB_170387","tr_customer_id":170404,"tr_customer_product_id":170394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:13.000Z","modified_at":"2026-01-29T06:47:13.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"13725543893783","imei1":"13725543893783","imei2":"13725543893783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170386,"job_number":"JOB_170386","tr_customer_id":170403,"tr_customer_product_id":170393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:49.000Z","modified_at":"2026-01-29T06:46:49.000Z","name":"Kurtis O'Hara","mobile_number":"552-370-2299","email_id":"Alden_Price@hotmail.com","dop":"2025-04-06","serial_number":"18333736871994510","imei1":"18333736871994510","imei2":"18333736871994510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170385,"job_number":"JOB_170385","tr_customer_id":170402,"tr_customer_product_id":170392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:47.000Z","modified_at":"2026-01-29T06:47:25.000Z","name":"German Schmidt","mobile_number":"823-982-5823","email_id":"Selena_Schowalter51@hotmail.com","dop":"2025-04-06","serial_number":"19902411489288","imei1":"19902411489288","imei2":"19902411489288","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170384,"job_number":"JOB_170384","tr_customer_id":170401,"tr_customer_product_id":170391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:47.000Z","modified_at":"2026-01-29T06:46:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10870358707358","imei1":"10870358707358","imei2":"10870358707358","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170383,"job_number":"JOB_170383","tr_customer_id":170400,"tr_customer_product_id":170390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:30.000Z","modified_at":"2026-01-29T06:47:06.000Z","name":"Marlee Moore","mobile_number":"434-486-4942","email_id":"Jasmin.Balistreri73@yahoo.com","dop":"2025-10-21","serial_number":"17824471438303","imei1":"17824471438303","imei2":"17824471438303","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:47:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170382,"job_number":"JOB_170382","tr_customer_id":170399,"tr_customer_product_id":170389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:29.000Z","modified_at":"2026-01-29T06:46:29.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17680172698670","imei1":"17680172698670","imei2":"17680172698670","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170381,"job_number":"JOB_170381","tr_customer_id":170398,"tr_customer_product_id":170388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:25.000Z","modified_at":"2026-01-29T06:46:25.000Z","name":"Shresth Naik","mobile_number":"7096770820","email_id":"dharani.gill@gmail.com","dop":"2026-01-19","serial_number":"647276168264212","imei1":"647276168264212","imei2":"647276168264212","popurl":"www.prem-desai.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170380,"job_number":"JOB_170380","tr_customer_id":170397,"tr_customer_product_id":170387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:45:09.000Z","modified_at":"2026-01-29T06:45:09.000Z","name":"Winona Pouros","mobile_number":"473-755-4357","email_id":"Naomi14@gmail.com","dop":"2025-04-06","serial_number":"13217274141320578","imei1":"13217274141320578","imei2":"13217274141320578","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:45:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170379,"job_number":"JOB_170379","tr_customer_id":170396,"tr_customer_product_id":170386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:45:08.000Z","modified_at":"2026-01-29T06:45:47.000Z","name":"Alexander Padberg","mobile_number":"601-225-1822","email_id":"Cydney.Hayes@yahoo.com","dop":"2025-04-06","serial_number":"14594762092626","imei1":"14594762092626","imei2":"14594762092626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170378,"job_number":"JOB_170378","tr_customer_id":170395,"tr_customer_product_id":170385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:52.000Z","modified_at":"2026-01-29T06:44:02.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14108342420159","imei2":"14108342420159","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:44:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170377,"job_number":"JOB_170377","tr_customer_id":170394,"tr_customer_product_id":170384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:51.000Z","modified_at":"2026-01-29T06:43:51.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14983278150615","imei2":"14983278150615","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170376,"job_number":"JOB_170376","tr_customer_id":170393,"tr_customer_product_id":170383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:38.000Z","modified_at":"2026-01-29T06:43:48.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18346137390370","imei2":"18346137390370","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:43:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170375,"job_number":"JOB_170375","tr_customer_id":170392,"tr_customer_product_id":170382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:37.000Z","modified_at":"2026-01-29T06:43:37.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14176198100525","imei2":"14176198100525","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170374,"job_number":"JOB_170374","tr_customer_id":170391,"tr_customer_product_id":170381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:30.000Z","modified_at":"2026-01-29T06:43:30.000Z","name":"Elise Langworth","mobile_number":"506-789-5136","email_id":"Cordia_OKon@yahoo.com","dop":"2025-04-06","serial_number":"13668979298666100","imei1":"13668979298666100","imei2":"13668979298666100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170373,"job_number":"JOB_170373","tr_customer_id":170390,"tr_customer_product_id":170380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:28.000Z","modified_at":"2026-01-29T06:44:10.000Z","name":"Darius Hane","mobile_number":"784-296-1570","email_id":"Phoebe.Brown84@hotmail.com","dop":"2025-04-06","serial_number":"17862652103740","imei1":"17862652103740","imei2":"17862652103740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:44:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170372,"job_number":"JOB_170372","tr_customer_id":170389,"tr_customer_product_id":170379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:28.000Z","modified_at":"2026-01-29T06:43:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18444745092848","imei1":"18444745092848","imei2":"18444745092848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170371,"job_number":"JOB_170371","tr_customer_id":170388,"tr_customer_product_id":170378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:23.000Z","modified_at":"2026-01-29T06:43:34.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13001435899381","imei2":"13001435899381","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170370,"job_number":"JOB_170370","tr_customer_id":170387,"tr_customer_product_id":170377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:23.000Z","modified_at":"2026-01-29T06:43:23.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14953346028155","imei2":"14953346028155","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170369,"job_number":"JOB_170369","tr_customer_id":170386,"tr_customer_product_id":170376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:42:39.000Z","modified_at":"2026-01-29T06:42:39.000Z","name":"Elyssa Gaylord","mobile_number":"913-445-2459","email_id":"Erwin19@hotmail.com","dop":"2025-04-06","serial_number":"14369738604398470","imei1":"14369738604398470","imei2":"14369738604398470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170368,"job_number":"JOB_170368","tr_customer_id":170385,"tr_customer_product_id":170375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:42:38.000Z","modified_at":"2026-01-29T06:43:20.000Z","name":"Rachelle Gaylord","mobile_number":"216-466-8423","email_id":"Providenci14@hotmail.com","dop":"2025-04-06","serial_number":"18179063890691","imei1":"18179063890691","imei2":"18179063890691","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:43:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170367,"job_number":"JOB_170367","tr_customer_id":170384,"tr_customer_product_id":170374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:42:38.000Z","modified_at":"2026-01-29T06:42:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11661249578121","imei1":"11661249578121","imei2":"11661249578121","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:42:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170365,"job_number":"JOB_170365","tr_customer_id":170382,"tr_customer_product_id":170372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:49.000Z","modified_at":"2026-01-29T06:41:49.000Z","name":"Coy Dickens","mobile_number":"523-221-0909","email_id":"Luella_Wilkinson3@yahoo.com","dop":"2025-04-06","serial_number":"16780419753845036","imei1":"16780419753845036","imei2":"16780419753845036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:41:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170364,"job_number":"JOB_170364","tr_customer_id":170381,"tr_customer_product_id":170371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:47.000Z","modified_at":"2026-01-29T06:42:30.000Z","name":"Mireille Herman","mobile_number":"999-306-5629","email_id":"Easton_Aufderhar50@hotmail.com","dop":"2025-04-06","serial_number":"10593791691348","imei1":"10593791691348","imei2":"10593791691348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:42:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170363,"job_number":"JOB_170363","tr_customer_id":170380,"tr_customer_product_id":170370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:47.000Z","modified_at":"2026-01-29T06:41:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15855265716463","imei1":"15855265716463","imei2":"15855265716463","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:41:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170361,"job_number":"JOB_170361","tr_customer_id":170378,"tr_customer_product_id":170368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:57.000Z","modified_at":"2026-01-29T06:40:57.000Z","name":"Newell Lowe","mobile_number":"686-637-0679","email_id":"Vella.Kuhlman@hotmail.com","dop":"2025-04-06","serial_number":"10645713143187366","imei1":"10645713143187366","imei2":"10645713143187366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170360,"job_number":"JOB_170360","tr_customer_id":170377,"tr_customer_product_id":170367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:56.000Z","modified_at":"2026-01-29T06:41:34.000Z","name":"Deron Reichert","mobile_number":"589-678-0055","email_id":"Haylee_Renner@hotmail.com","dop":"2025-04-06","serial_number":"12407513074671","imei1":"12407513074671","imei2":"12407513074671","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:41:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170359,"job_number":"JOB_170359","tr_customer_id":170376,"tr_customer_product_id":170366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:56.000Z","modified_at":"2026-01-29T06:40:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12208140426477","imei1":"12208140426477","imei2":"12208140426477","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170358,"job_number":"JOB_170358","tr_customer_id":170375,"tr_customer_product_id":170365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:12.000Z","modified_at":"2026-01-29T06:40:12.000Z","name":"Liana Harvey","mobile_number":"408-925-4854","email_id":"Alison_Koepp@gmail.com","dop":"2025-04-06","serial_number":"17423739786054996","imei1":"17423739786054996","imei2":"17423739786054996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170357,"job_number":"JOB_170357","tr_customer_id":170374,"tr_customer_product_id":170364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:11.000Z","modified_at":"2026-01-29T06:40:49.000Z","name":"Grayce Schmitt","mobile_number":"822-921-5740","email_id":"Mauricio_Stracke@hotmail.com","dop":"2025-04-06","serial_number":"18180181629865","imei1":"18180181629865","imei2":"18180181629865","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:40:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170356,"job_number":"JOB_170356","tr_customer_id":170373,"tr_customer_product_id":170363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:10.000Z","modified_at":"2026-01-29T06:40:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12207671801424","imei1":"12207671801424","imei2":"12207671801424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170355,"job_number":"JOB_170355","tr_customer_id":170372,"tr_customer_product_id":170362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:39:26.000Z","modified_at":"2026-01-29T06:39:26.000Z","name":"Libby Torp","mobile_number":"288-373-3904","email_id":"Brown.Little1@yahoo.com","dop":"2025-04-06","serial_number":"18091890734912620","imei1":"18091890734912620","imei2":"18091890734912620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:39:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170354,"job_number":"JOB_170354","tr_customer_id":170371,"tr_customer_product_id":170361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:39:25.000Z","modified_at":"2026-01-29T06:40:03.000Z","name":"Dorothea Shields","mobile_number":"881-647-2530","email_id":"Orland_Walter42@yahoo.com","dop":"2025-04-06","serial_number":"18411695328476","imei1":"18411695328476","imei2":"18411695328476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:40:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170353,"job_number":"JOB_170353","tr_customer_id":170370,"tr_customer_product_id":170360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:39:25.000Z","modified_at":"2026-01-29T06:39:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19568621313003","imei1":"19568621313003","imei2":"19568621313003","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:39:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170352,"job_number":"JOB_170352","tr_customer_id":170369,"tr_customer_product_id":170359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:47.000Z","modified_at":"2026-01-29T06:38:47.000Z","name":"Atreyi Rana","mobile_number":"7083087604","email_id":"vidhya.bhat@hotmail.com","dop":"2026-01-19","serial_number":"706941820273780","imei1":"706941820273780","imei2":"706941820273780","popurl":"www.gaurang-naik.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:38:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170351,"job_number":"JOB_170351","tr_customer_id":170368,"tr_customer_product_id":170358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:33.000Z","modified_at":"2026-01-29T06:38:33.000Z","name":"Vallie Durgan","mobile_number":"902-443-2582","email_id":"Mason_Rutherford@yahoo.com","dop":"2025-04-06","serial_number":"19835579645295650","imei1":"19835579645295650","imei2":"19835579645295650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:38:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170350,"job_number":"JOB_170350","tr_customer_id":170367,"tr_customer_product_id":170357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:31.000Z","modified_at":"2026-01-29T06:39:08.000Z","name":"Celestine Gutmann","mobile_number":"253-781-9465","email_id":"Rafael.Emard@hotmail.com","dop":"2025-04-06","serial_number":"10329813854437","imei1":"10329813854437","imei2":"10329813854437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170349,"job_number":"JOB_170349","tr_customer_id":170366,"tr_customer_product_id":170356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:31.000Z","modified_at":"2026-01-29T06:38:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16037824530219","imei1":"16037824530219","imei2":"16037824530219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:38:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170348,"job_number":"JOB_170348","tr_customer_id":170365,"tr_customer_product_id":170355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:48.000Z","modified_at":"2026-01-29T06:37:48.000Z","name":"Jeanie Crist","mobile_number":"584-251-9509","email_id":"Assunta86@gmail.com","dop":"2025-04-06","serial_number":"10715964929387842","imei1":"10715964929387842","imei2":"10715964929387842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170347,"job_number":"JOB_170347","tr_customer_id":170364,"tr_customer_product_id":170354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:47.000Z","modified_at":"2026-01-29T06:38:24.000Z","name":"Stacy DuBuque","mobile_number":"852-256-3773","email_id":"Rosamond4@hotmail.com","dop":"2025-04-06","serial_number":"12954016719157","imei1":"12954016719157","imei2":"12954016719157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:38:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170346,"job_number":"JOB_170346","tr_customer_id":170363,"tr_customer_product_id":170353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:46.000Z","modified_at":"2026-01-29T06:37:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15855807980150","imei1":"15855807980150","imei2":"15855807980150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170345,"job_number":"JOB_170345","tr_customer_id":170362,"tr_customer_product_id":170352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:03.000Z","modified_at":"2026-01-29T06:37:04.000Z","name":"Alexa Crooks","mobile_number":"725-380-5649","email_id":"Jennyfer84@gmail.com","dop":"2025-04-06","serial_number":"18407784815935784","imei1":"18407784815935784","imei2":"18407784815935784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170344,"job_number":"JOB_170344","tr_customer_id":170361,"tr_customer_product_id":170351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:02.000Z","modified_at":"2026-01-29T06:37:39.000Z","name":"Carroll Quitzon","mobile_number":"506-529-6229","email_id":"Mariah_Osinski@hotmail.com","dop":"2025-04-06","serial_number":"19134770212767","imei1":"19134770212767","imei2":"19134770212767","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:37:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170343,"job_number":"JOB_170343","tr_customer_id":170360,"tr_customer_product_id":170350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:02.000Z","modified_at":"2026-01-29T06:37:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15522363055902","imei1":"15522363055902","imei2":"15522363055902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170342,"job_number":"JOB_170342","tr_customer_id":170359,"tr_customer_product_id":170349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:36.000Z","modified_at":"2026-01-29T06:36:36.000Z","name":"Roy Keeling","mobile_number":"283-823-6410","email_id":"Walton.Wisoky50@gmail.com","dop":"2025-06-18","serial_number":"1013664490259973","imei1":"1013664490259973","imei2":"1013664490259973","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:36:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170341,"job_number":"JOB_170341","tr_customer_id":170358,"tr_customer_product_id":170348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:35.000Z","modified_at":"2026-01-29T06:37:12.000Z","name":"Leland Considine","mobile_number":"674-449-0463","email_id":"Cierra23@yahoo.com","dop":"2025-06-18","serial_number":"10375802533635","imei1":"10375802533635","imei2":"10375802533635","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170340,"job_number":"JOB_170340","tr_customer_id":170357,"tr_customer_product_id":170347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:35.000Z","modified_at":"2026-01-29T06:36:35.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10276504604543","imei1":"10276504604543","imei2":"10276504604543","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:36:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170339,"job_number":"JOB_170339","tr_customer_id":170356,"tr_customer_product_id":170346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:00.000Z","modified_at":"2026-01-29T06:36:00.000Z","name":"Darlene Mayer","mobile_number":"455-205-3827","email_id":"Jadon.Gaylord33@yahoo.com","dop":"2025-04-06","serial_number":"18172264101396828","imei1":"18172264101396828","imei2":"18172264101396828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170338,"job_number":"JOB_170338","tr_customer_id":170355,"tr_customer_product_id":170345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:58.000Z","modified_at":"2026-01-29T06:36:41.000Z","name":"Valerie Haley","mobile_number":"505-875-3429","email_id":"Bernard.Weimann65@gmail.com","dop":"2025-04-06","serial_number":"14948468916716","imei1":"14948468916716","imei2":"14948468916716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:36:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170337,"job_number":"JOB_170337","tr_customer_id":170354,"tr_customer_product_id":170344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:52.000Z","modified_at":"2026-01-29T06:35:52.000Z","name":"Britney Boyer","mobile_number":"936-736-9229","email_id":"Derick_Simonis83@gmail.com","dop":"2025-06-18","serial_number":"1060705733169913","imei1":"1060705733169913","imei2":"1060705733169913","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:35:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170336,"job_number":"JOB_170336","tr_customer_id":170353,"tr_customer_product_id":170343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:52.000Z","modified_at":"2026-01-29T06:36:28.000Z","name":"Sherman Block","mobile_number":"631-567-8905","email_id":"Emerson21@gmail.com","dop":"2025-06-18","serial_number":"10316307221729","imei1":"10316307221729","imei2":"10316307221729","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:36:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170335,"job_number":"JOB_170335","tr_customer_id":170352,"tr_customer_product_id":170342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:51.000Z","modified_at":"2026-01-29T06:35:51.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10856121769214","imei1":"10856121769214","imei2":"10856121769214","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170317,"job_number":"JOB_170317","tr_customer_id":170334,"tr_customer_product_id":170324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:22:55.000Z","modified_at":"2026-01-29T06:22:55.000Z","name":"Dharitri Dutta","mobile_number":"7029773404","email_id":"bodhan.pothuvaal@hotmail.com","dop":"2026-01-19","serial_number":"945495203650264","imei1":"945495203650264","imei2":"945495203650264","popurl":"www.durgeshwari-kakkar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170316,"job_number":"JOB_170316","tr_customer_id":170333,"tr_customer_product_id":170323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:17:59.000Z","modified_at":"2026-01-29T06:17:59.000Z","name":"Brajesh Varma","mobile_number":"7037232521","email_id":"chanda.talwar@yahoo.co.in","dop":"2026-01-19","serial_number":"706892942434128","imei1":"706892942434128","imei2":"706892942434128","popurl":"www.umang-chaturvedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170315,"job_number":"JOB_170315","tr_customer_id":170332,"tr_customer_product_id":170322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:08:07.000Z","modified_at":"2026-01-29T06:08:07.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2026-01-19","serial_number":"13511800420678","imei1":"13511800420678","imei2":"13511800420678","popurl":"2026-01-19T06:08:04.176679800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:08:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170314,"job_number":"JOB_170314","tr_customer_id":170331,"tr_customer_product_id":170321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:02:17.000Z","modified_at":"2026-01-29T06:02:17.000Z","name":"Dron Reddy","mobile_number":"7034869575","email_id":"chandravati.nehru@yahoo.co.in","dop":"2026-01-19","serial_number":"059444005131417","imei1":"059444005131417","imei2":"059444005131417","popurl":"www.dhananjay-reddy.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:02:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170313,"job_number":"JOB_170313","tr_customer_id":170330,"tr_customer_product_id":170320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:57:36.000Z","modified_at":"2026-01-29T05:57:36.000Z","name":"veer kumar","mobile_number":"9398102868","email_id":"veer@gmail.com","dop":"2026-01-11","serial_number":"12343223456765432","imei1":"12343223456765432","imei2":"12343223456765432","popurl":"2026-01-11T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170312,"job_number":"JOB_170312","tr_customer_id":170329,"tr_customer_product_id":170319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Donte Schuster","mobile_number":"7056886671","email_id":"eldon.bechtelar@gmail.com","dop":"2026-01-19","serial_number":"986071458169851","imei1":"560922975673975","imei2":"913400530238079","popurl":"www.manie-murphy.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170311,"job_number":"JOB_170311","tr_customer_id":170328,"tr_customer_product_id":170318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Terra Batz","mobile_number":"7065942000","email_id":"dillon.cormier@hotmail.com","dop":"2026-01-19","serial_number":"360326519033902","imei1":"833717706004840","imei2":"518190593381939","popurl":"www.carlita-stamm.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170310,"job_number":"JOB_170310","tr_customer_id":170327,"tr_customer_product_id":170317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Cori Bahringer","mobile_number":"7015609745","email_id":"paola.aufderhar@gmail.com","dop":"2026-01-19","serial_number":"062382101570858","imei1":"107256484287444","imei2":"759968193356360","popurl":"www.cruz-ruecker.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170309,"job_number":"JOB_170309","tr_customer_id":170326,"tr_customer_product_id":170316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Marcos Bernhard","mobile_number":"7093341698","email_id":"peggy.nolan@hotmail.com","dop":"2026-01-19","serial_number":"872892873464589","imei1":"656320435657996","imei2":"579243516072405","popurl":"www.bernardina-farrell.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170308,"job_number":"JOB_170308","tr_customer_id":170325,"tr_customer_product_id":170315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Leroy Reichel","mobile_number":"7096262834","email_id":"lemuel.goodwin@yahoo.com","dop":"2026-01-19","serial_number":"113690943917920","imei1":"573989202481299","imei2":"493240038896145","popurl":"www.michaele-trantow.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170307,"job_number":"JOB_170307","tr_customer_id":170324,"tr_customer_product_id":170314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Octavio Hilll","mobile_number":"7070346459","email_id":"richard.thompson@hotmail.com","dop":"2026-01-19","serial_number":"315777018232010","imei1":"858636238195406","imei2":"687490805977002","popurl":"www.amanda-braun.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170306,"job_number":"JOB_170306","tr_customer_id":170323,"tr_customer_product_id":170313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Fermina McLaughlin","mobile_number":"7017166496","email_id":"rosendo.balistreri@hotmail.com","dop":"2026-01-19","serial_number":"072056892191034","imei1":"790721180190395","imei2":"805483436630756","popurl":"www.wayne-torp.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170305,"job_number":"JOB_170305","tr_customer_id":170322,"tr_customer_product_id":170312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Kimberly Glover","mobile_number":"7095559611","email_id":"cary.farrell@gmail.com","dop":"2026-01-19","serial_number":"239556247015289","imei1":"301960567483025","imei2":"128441512416247","popurl":"www.adelaide-schaefer.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170304,"job_number":"JOB_170304","tr_customer_id":170321,"tr_customer_product_id":170311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Zackary Wolff","mobile_number":"7042601363","email_id":"foster.mcglynn@gmail.com","dop":"2026-01-19","serial_number":"465575730158631","imei1":"021192744336210","imei2":"021057683656422","popurl":"www.randal-turner.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170303,"job_number":"JOB_170303","tr_customer_id":170320,"tr_customer_product_id":170310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:35.000Z","modified_at":"2026-01-29T05:48:35.000Z","name":"Estell Goyette","mobile_number":"7076879395","email_id":"jerrod.miller@hotmail.com","dop":"2026-01-19","serial_number":"525133618426072","imei1":"252597024711472","imei2":"150861370405568","popurl":"www.osvaldo-barrows.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170302,"job_number":"JOB_170302","tr_customer_id":170319,"tr_customer_product_id":170309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Julius Daugherty","mobile_number":"7068994163","email_id":"ryann.hand@yahoo.com","dop":"2026-01-19","serial_number":"115363344515312","imei1":"703158220144090","imei2":"214864755915204","popurl":"www.freida-mueller.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170301,"job_number":"JOB_170301","tr_customer_id":170318,"tr_customer_product_id":170308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Shanae Nienow","mobile_number":"7085477286","email_id":"bebe.collins@gmail.com","dop":"2026-01-19","serial_number":"333881492313480","imei1":"465199716601108","imei2":"190637435307858","popurl":"www.cinderella-abernathy.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170300,"job_number":"JOB_170300","tr_customer_id":170317,"tr_customer_product_id":170307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Dorthea Bode","mobile_number":"7028156604","email_id":"lizabeth.kreiger@yahoo.com","dop":"2026-01-19","serial_number":"014277701229923","imei1":"496340704994249","imei2":"093038207032628","popurl":"www.freeman-gulgowski.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170299,"job_number":"JOB_170299","tr_customer_id":170316,"tr_customer_product_id":170306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Krystin Kuhic","mobile_number":"7073314363","email_id":"amparo.howe@gmail.com","dop":"2026-01-19","serial_number":"405554517896442","imei1":"849844372020304","imei2":"401806640799600","popurl":"www.jacqulyn-stark.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170298,"job_number":"JOB_170298","tr_customer_id":170315,"tr_customer_product_id":170305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Judson Lebsack","mobile_number":"7047802957","email_id":"leon.schamberger@yahoo.com","dop":"2026-01-19","serial_number":"007111435469463","imei1":"942630586541499","imei2":"256068166300666","popurl":"www.todd-wehner.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170297,"job_number":"JOB_170297","tr_customer_id":170314,"tr_customer_product_id":170304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Wilbur Walker","mobile_number":"7071289746","email_id":"kip.rau@yahoo.com","dop":"2026-01-19","serial_number":"994703034336346","imei1":"698413656866811","imei2":"565237069743950","popurl":"www.cassandra-douglas.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170296,"job_number":"JOB_170296","tr_customer_id":170313,"tr_customer_product_id":170303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Cecily Conroy","mobile_number":"7090037166","email_id":"avery.klein@gmail.com","dop":"2026-01-19","serial_number":"054405971580322","imei1":"679615245379949","imei2":"975504407308938","popurl":"www.reginald-williamson.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170295,"job_number":"JOB_170295","tr_customer_id":170312,"tr_customer_product_id":170302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Corrin Emard","mobile_number":"7035854600","email_id":"rhea.grady@yahoo.com","dop":"2026-01-19","serial_number":"703029191701704","imei1":"039399364369762","imei2":"386766186332312","popurl":"www.arica-christiansen.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170294,"job_number":"JOB_170294","tr_customer_id":170311,"tr_customer_product_id":170301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Melissia Heathcote","mobile_number":"7049912515","email_id":"hipolito.okeefe@hotmail.com","dop":"2026-01-19","serial_number":"920398109443780","imei1":"299409222664093","imei2":"661756859460322","popurl":"www.nicolette-hansen.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170293,"job_number":"JOB_170293","tr_customer_id":170310,"tr_customer_product_id":170300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Gale Windler","mobile_number":"7053187120","email_id":"virgil.jacobson@gmail.com","dop":"2026-01-19","serial_number":"546650878449800","imei1":"654676504441541","imei2":"054634256245915","popurl":"www.fidela-muller.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170292,"job_number":"JOB_170292","tr_customer_id":170309,"tr_customer_product_id":170299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Wilburn Kutch","mobile_number":"7059269789","email_id":"diedra.dubuque@gmail.com","dop":"2026-01-19","serial_number":"792149224110826","imei1":"224341792702478","imei2":"686155765699649","popurl":"www.sol-ruecker.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170291,"job_number":"JOB_170291","tr_customer_id":170308,"tr_customer_product_id":170298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Ligia Powlowski","mobile_number":"7052117223","email_id":"nakia.skiles@hotmail.com","dop":"2026-01-19","serial_number":"734089455529193","imei1":"817252341842789","imei2":"122537213300785","popurl":"www.yen-jerde.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170290,"job_number":"JOB_170290","tr_customer_id":170307,"tr_customer_product_id":170297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Thanh Lueilwitz","mobile_number":"7073544974","email_id":"bobby.dicki@yahoo.com","dop":"2026-01-19","serial_number":"301518552424284","imei1":"893663339624586","imei2":"795915710844668","popurl":"www.gertrude-oconnell.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170289,"job_number":"JOB_170289","tr_customer_id":170306,"tr_customer_product_id":170296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Beau Kling","mobile_number":"7069866035","email_id":"kelsi.runolfsson@yahoo.com","dop":"2026-01-19","serial_number":"290742738273944","imei1":"668260766835625","imei2":"652104689973897","popurl":"www.bennie-bartoletti.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170288,"job_number":"JOB_170288","tr_customer_id":170305,"tr_customer_product_id":170295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Garfield Koch","mobile_number":"7054113851","email_id":"jarrett.hartmann@hotmail.com","dop":"2026-01-19","serial_number":"759466932485178","imei1":"112079791017813","imei2":"004672035246440","popurl":"www.oswaldo-pagac.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170287,"job_number":"JOB_170287","tr_customer_id":170304,"tr_customer_product_id":170294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Rolland Batz","mobile_number":"7086908465","email_id":"cordell.rodriguez@yahoo.com","dop":"2026-01-19","serial_number":"561496191451956","imei1":"004520205915341","imei2":"051969360351284","popurl":"www.benedict-waelchi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170286,"job_number":"JOB_170286","tr_customer_id":170303,"tr_customer_product_id":170293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Shayla Kessler","mobile_number":"7086168202","email_id":"aleen.kunde@gmail.com","dop":"2026-01-19","serial_number":"236372367591240","imei1":"334285666363360","imei2":"018877848468158","popurl":"www.stephen-blick.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170285,"job_number":"JOB_170285","tr_customer_id":170302,"tr_customer_product_id":170292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Broderick Smith","mobile_number":"7001351483","email_id":"cary.mccullough@hotmail.com","dop":"2026-01-19","serial_number":"320773034943050","imei1":"114223627161612","imei2":"107464813860199","popurl":"www.chu-renner.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170284,"job_number":"JOB_170284","tr_customer_id":170301,"tr_customer_product_id":170291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Leatrice Kling","mobile_number":"7057861642","email_id":"evette.bechtelar@yahoo.com","dop":"2026-01-19","serial_number":"211730052522536","imei1":"412751570164251","imei2":"304744183682637","popurl":"www.cassaundra-schmitt.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170283,"job_number":"JOB_170283","tr_customer_id":170300,"tr_customer_product_id":170290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Isidra Bernier","mobile_number":"7011875783","email_id":"kelley.rohan@hotmail.com","dop":"2026-01-19","serial_number":"081477794363547","imei1":"300507865461477","imei2":"746794430713661","popurl":"www.eldora-quitzon.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170282,"job_number":"JOB_170282","tr_customer_id":170299,"tr_customer_product_id":170289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Violette Zboncak","mobile_number":"7054325873","email_id":"jon.beatty@yahoo.com","dop":"2026-01-19","serial_number":"113313770878779","imei1":"172401667657537","imei2":"410626337285531","popurl":"www.randall-thompson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170281,"job_number":"JOB_170281","tr_customer_id":170298,"tr_customer_product_id":170288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Gerardo Lynch","mobile_number":"7052894028","email_id":"beatris.herman@yahoo.com","dop":"2026-01-19","serial_number":"991354659847131","imei1":"211131001419487","imei2":"732099870144335","popurl":"www.donya-wilkinson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170280,"job_number":"JOB_170280","tr_customer_id":170297,"tr_customer_product_id":170287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Launa Koelpin","mobile_number":"7019276649","email_id":"bart.dach@gmail.com","dop":"2026-01-19","serial_number":"111678387215629","imei1":"699233265636085","imei2":"389383014734706","popurl":"www.briana-hessel.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170279,"job_number":"JOB_170279","tr_customer_id":170296,"tr_customer_product_id":170286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Quinn Ankunding","mobile_number":"7078393695","email_id":"kurt.simonis@gmail.com","dop":"2026-01-19","serial_number":"585745996333988","imei1":"365102360124660","imei2":"290343825323120","popurl":"www.tuan-towne.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170278,"job_number":"JOB_170278","tr_customer_id":170295,"tr_customer_product_id":170285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Shanice Gutmann","mobile_number":"7057570768","email_id":"howard.murray@gmail.com","dop":"2026-01-19","serial_number":"133040382899834","imei1":"656152903691011","imei2":"097861798104938","popurl":"www.bong-johnson.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170277,"job_number":"JOB_170277","tr_customer_id":170294,"tr_customer_product_id":170284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Rosario Gleason","mobile_number":"7026928337","email_id":"ezra.hoeger@gmail.com","dop":"2026-01-19","serial_number":"714493037194091","imei1":"161475230192910","imei2":"237466804490015","popurl":"www.devin-keebler.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170276,"job_number":"JOB_170276","tr_customer_id":170293,"tr_customer_product_id":170283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Gil Little","mobile_number":"7005177573","email_id":"jerry.ratke@yahoo.com","dop":"2026-01-19","serial_number":"428147030483039","imei1":"451809402685655","imei2":"838329545950033","popurl":"www.valery-hickle.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170275,"job_number":"JOB_170275","tr_customer_id":170292,"tr_customer_product_id":170282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Rashad Streich","mobile_number":"7034316350","email_id":"devon.abshire@gmail.com","dop":"2026-01-19","serial_number":"074453291653388","imei1":"673519097646997","imei2":"954744911420191","popurl":"www.ivory-legros.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170274,"job_number":"JOB_170274","tr_customer_id":170291,"tr_customer_product_id":170281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Ariel Bernhard","mobile_number":"7091816373","email_id":"brandee.kemmer@yahoo.com","dop":"2026-01-19","serial_number":"663775890199765","imei1":"255542807658649","imei2":"840539096445094","popurl":"www.nga-kuhlman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170273,"job_number":"JOB_170273","tr_customer_id":170290,"tr_customer_product_id":170280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Bud Huel","mobile_number":"7068666049","email_id":"gaylene.price@yahoo.com","dop":"2026-01-19","serial_number":"047974297491639","imei1":"964610923672523","imei2":"323467555465233","popurl":"www.gerard-bashirian.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170272,"job_number":"JOB_170272","tr_customer_id":170289,"tr_customer_product_id":170279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:31.000Z","modified_at":"2026-01-29T05:48:31.000Z","name":"Susann Morar","mobile_number":"7021494068","email_id":"cecile.wiegand@yahoo.com","dop":"2026-01-19","serial_number":"158927685212213","imei1":"618188655915409","imei2":"265084974638323","popurl":"www.brenton-kunze.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170271,"job_number":"JOB_170271","tr_customer_id":170288,"tr_customer_product_id":170278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:31.000Z","modified_at":"2026-01-29T05:48:31.000Z","name":"Viki Leffler","mobile_number":"7040592842","email_id":"rigoberto.hodkiewicz@yahoo.com","dop":"2026-01-19","serial_number":"136593909292199","imei1":"469284031195261","imei2":"663408731276343","popurl":"www.archie-kozey.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170270,"job_number":"JOB_170270","tr_customer_id":170287,"tr_customer_product_id":170277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:31.000Z","modified_at":"2026-01-29T05:48:31.000Z","name":"Leopoldo Metz","mobile_number":"7056154650","email_id":"cedrick.kuhlman@yahoo.com","dop":"2026-01-19","serial_number":"382261397670933","imei1":"686808815643621","imei2":"991708990793421","popurl":"www.enrique-parisian.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170269,"job_number":"JOB_170269","tr_customer_id":170286,"tr_customer_product_id":170276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Chia Stokes","mobile_number":"7086481035","email_id":"leah.torp@yahoo.com","dop":"2026-01-19","serial_number":"740412324822571","imei1":"250445028212868","imei2":"523833711067033","popurl":"www.carl-hane.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170268,"job_number":"JOB_170268","tr_customer_id":170285,"tr_customer_product_id":170275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Dudley Parisian","mobile_number":"7006955607","email_id":"raphael.barton@hotmail.com","dop":"2026-01-19","serial_number":"399692295167685","imei1":"275440972100049","imei2":"836293278474897","popurl":"www.tammara-lang.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170267,"job_number":"JOB_170267","tr_customer_id":170284,"tr_customer_product_id":170274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Nu Hilll","mobile_number":"7012124385","email_id":"lucien.borer@gmail.com","dop":"2026-01-19","serial_number":"376314463825753","imei1":"553148262147938","imei2":"794406810841490","popurl":"www.pearl-satterfield.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170266,"job_number":"JOB_170266","tr_customer_id":170283,"tr_customer_product_id":170273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Alethea Kuvalis","mobile_number":"7053110000","email_id":"randall.rau@gmail.com","dop":"2026-01-19","serial_number":"484432184152380","imei1":"191393928705824","imei2":"777880831535541","popurl":"www.edison-predovic.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170265,"job_number":"JOB_170265","tr_customer_id":170282,"tr_customer_product_id":170272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Aubrey Gottlieb","mobile_number":"7010486455","email_id":"constance.mcdermott@hotmail.com","dop":"2026-01-19","serial_number":"278272999895817","imei1":"173192041728762","imei2":"027527426271741","popurl":"www.adelina-glover.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170264,"job_number":"JOB_170264","tr_customer_id":170281,"tr_customer_product_id":170271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Dorene Hammes","mobile_number":"7040009863","email_id":"colin.herman@yahoo.com","dop":"2026-01-19","serial_number":"615679501143379","imei1":"757008604094661","imei2":"965959708832096","popurl":"www.keesha-dach.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170263,"job_number":"JOB_170263","tr_customer_id":170280,"tr_customer_product_id":170270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Columbus O'Kon","mobile_number":"7000415323","email_id":"alberta.roberts@yahoo.com","dop":"2026-01-19","serial_number":"138553713980597","imei1":"281583572359640","imei2":"304285439128757","popurl":"www.kymberly-bechtelar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170262,"job_number":"JOB_170262","tr_customer_id":170279,"tr_customer_product_id":170269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Franklin Crooks","mobile_number":"7094377777","email_id":"cordell.greenfelder@yahoo.com","dop":"2026-01-19","serial_number":"620523949014325","imei1":"373651855507247","imei2":"134866534333791","popurl":"www.myrna-farrell.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170261,"job_number":"JOB_170261","tr_customer_id":170278,"tr_customer_product_id":170268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Elissa Crist","mobile_number":"7038856749","email_id":"warren.skiles@yahoo.com","dop":"2026-01-19","serial_number":"954973640377620","imei1":"828260409651650","imei2":"645711122930752","popurl":"www.joyce-frami.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170260,"job_number":"JOB_170260","tr_customer_id":170277,"tr_customer_product_id":170267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Desmond Price","mobile_number":"7033875383","email_id":"sarina.gorczany@gmail.com","dop":"2026-01-19","serial_number":"455424103027929","imei1":"900833817247677","imei2":"969999656496338","popurl":"www.tod-luettgen.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170259,"job_number":"JOB_170259","tr_customer_id":170276,"tr_customer_product_id":170266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Claudine Swift","mobile_number":"7023796523","email_id":"lurlene.hilll@yahoo.com","dop":"2026-01-19","serial_number":"652439642084903","imei1":"150928357402321","imei2":"838988491570929","popurl":"www.trenton-hoeger.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170258,"job_number":"JOB_170258","tr_customer_id":170275,"tr_customer_product_id":170265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Blaine Koss","mobile_number":"7099437200","email_id":"quiana.lueilwitz@hotmail.com","dop":"2026-01-19","serial_number":"521418201569197","imei1":"555246561444916","imei2":"641329924661925","popurl":"www.mardell-welch.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170257,"job_number":"JOB_170257","tr_customer_id":170274,"tr_customer_product_id":170264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Wilbur Schroeder","mobile_number":"7058480818","email_id":"rosina.jones@gmail.com","dop":"2026-01-19","serial_number":"653189068748251","imei1":"841498737012002","imei2":"064810199562801","popurl":"www.keenan-dooley.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170256,"job_number":"JOB_170256","tr_customer_id":170273,"tr_customer_product_id":170263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Cristi White","mobile_number":"7085500721","email_id":"elisa.hirthe@yahoo.com","dop":"2026-01-19","serial_number":"825123777768932","imei1":"687426411502932","imei2":"824387845415695","popurl":"www.galen-watsica.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170255,"job_number":"JOB_170255","tr_customer_id":170272,"tr_customer_product_id":170262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Alvin Conroy","mobile_number":"7077100482","email_id":"malia.walter@gmail.com","dop":"2026-01-19","serial_number":"943033844192086","imei1":"882972683114668","imei2":"560033161829803","popurl":"www.kenna-rice.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170254,"job_number":"JOB_170254","tr_customer_id":170271,"tr_customer_product_id":170261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Creola Bradtke","mobile_number":"7033148032","email_id":"rico.ebert@yahoo.com","dop":"2026-01-19","serial_number":"184754830996755","imei1":"135117381731041","imei2":"652897875624613","popurl":"www.davis-romaguera.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170253,"job_number":"JOB_170253","tr_customer_id":170270,"tr_customer_product_id":170260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Andria Reinger","mobile_number":"7049706800","email_id":"foster.herman@hotmail.com","dop":"2026-01-19","serial_number":"252772070797147","imei1":"549954692664623","imei2":"509503807632421","popurl":"www.tristan-rohan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170252,"job_number":"JOB_170252","tr_customer_id":170269,"tr_customer_product_id":170259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Hector Mayert","mobile_number":"7000067769","email_id":"karin.cormier@yahoo.com","dop":"2026-01-19","serial_number":"101963705060146","imei1":"188986013689175","imei2":"371523801056063","popurl":"www.wyatt-gleichner.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170251,"job_number":"JOB_170251","tr_customer_id":170268,"tr_customer_product_id":170258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Takako Harvey","mobile_number":"7075139015","email_id":"elease.osinski@yahoo.com","dop":"2026-01-19","serial_number":"566475336942803","imei1":"584350034680843","imei2":"041126346336279","popurl":"www.amos-kihn.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170250,"job_number":"JOB_170250","tr_customer_id":170267,"tr_customer_product_id":170257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Jeremy Douglas","mobile_number":"7020119602","email_id":"ira.toy@yahoo.com","dop":"2026-01-19","serial_number":"384872070076189","imei1":"564258331463972","imei2":"085278075055009","popurl":"www.curtis-medhurst.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170249,"job_number":"JOB_170249","tr_customer_id":170266,"tr_customer_product_id":170256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Jeneva Gutmann","mobile_number":"7051585591","email_id":"rodger.king@hotmail.com","dop":"2026-01-19","serial_number":"912060662832802","imei1":"488904204192327","imei2":"567495526836807","popurl":"www.moira-gulgowski.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170248,"job_number":"JOB_170248","tr_customer_id":170265,"tr_customer_product_id":170255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Josephina Hilpert","mobile_number":"7054172155","email_id":"bambi.welch@gmail.com","dop":"2026-01-19","serial_number":"962736970665202","imei1":"474371224125685","imei2":"289043046269861","popurl":"www.newton-kohler.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170247,"job_number":"JOB_170247","tr_customer_id":170264,"tr_customer_product_id":170254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Fabian Rogahn","mobile_number":"7085466827","email_id":"zelma.quitzon@gmail.com","dop":"2026-01-19","serial_number":"850559854879572","imei1":"903521674044926","imei2":"038596223035113","popurl":"www.deanne-torphy.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170246,"job_number":"JOB_170246","tr_customer_id":170263,"tr_customer_product_id":170253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Leigh Leffler","mobile_number":"7023494932","email_id":"elin.howell@gmail.com","dop":"2026-01-19","serial_number":"589264318857867","imei1":"200586495551914","imei2":"431114446632498","popurl":"www.adolfo-kunze.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170245,"job_number":"JOB_170245","tr_customer_id":170262,"tr_customer_product_id":170252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Sharyl Cummerata","mobile_number":"7070253948","email_id":"branden.becker@yahoo.com","dop":"2026-01-19","serial_number":"233206572760965","imei1":"707061874175435","imei2":"589928904627287","popurl":"www.louie-bauch.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170244,"job_number":"JOB_170244","tr_customer_id":170261,"tr_customer_product_id":170251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Angelyn Dooley","mobile_number":"7061461129","email_id":"pedro.marvin@gmail.com","dop":"2026-01-19","serial_number":"452032612133165","imei1":"559206740453246","imei2":"207471890302768","popurl":"www.gerard-kuhic.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170243,"job_number":"JOB_170243","tr_customer_id":170260,"tr_customer_product_id":170250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Lewis Johnston","mobile_number":"7094208443","email_id":"aja.sawayn@hotmail.com","dop":"2026-01-19","serial_number":"131230129459942","imei1":"025304491659747","imei2":"902681255883198","popurl":"www.lucas-prosacco.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170242,"job_number":"JOB_170242","tr_customer_id":170259,"tr_customer_product_id":170249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Lavette Huel","mobile_number":"7020968239","email_id":"chas.medhurst@hotmail.com","dop":"2026-01-19","serial_number":"589474559718762","imei1":"425468965770591","imei2":"296928363006821","popurl":"www.dorian-oconner.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170241,"job_number":"JOB_170241","tr_customer_id":170258,"tr_customer_product_id":170248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Florencia Kreiger","mobile_number":"7077887898","email_id":"malcom.cronin@gmail.com","dop":"2026-01-19","serial_number":"311006737465354","imei1":"715439860866496","imei2":"649302465989372","popurl":"www.winston-hoppe.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170240,"job_number":"JOB_170240","tr_customer_id":170257,"tr_customer_product_id":170247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Nickolas Weimann","mobile_number":"7093581638","email_id":"awilda.sawayn@yahoo.com","dop":"2026-01-19","serial_number":"101153590011072","imei1":"166656357351732","imei2":"389371791577826","popurl":"www.bong-okon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170239,"job_number":"JOB_170239","tr_customer_id":170256,"tr_customer_product_id":170246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Hayley Schowalter","mobile_number":"7022998802","email_id":"junior.white@gmail.com","dop":"2026-01-19","serial_number":"210971507849559","imei1":"202835066949078","imei2":"538271499790282","popurl":"www.leonarda-nicolas.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170238,"job_number":"JOB_170238","tr_customer_id":170255,"tr_customer_product_id":170245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Vi Grady","mobile_number":"7055471855","email_id":"lucien.green@hotmail.com","dop":"2026-01-19","serial_number":"107810911840661","imei1":"053152890367488","imei2":"265316909129822","popurl":"www.nathaniel-rath.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170237,"job_number":"JOB_170237","tr_customer_id":170254,"tr_customer_product_id":170244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Spencer Raynor","mobile_number":"7059441638","email_id":"zane.turner@hotmail.com","dop":"2026-01-19","serial_number":"958340763900306","imei1":"518891813416819","imei2":"445176252269607","popurl":"www.jerrell-schowalter.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170236,"job_number":"JOB_170236","tr_customer_id":170253,"tr_customer_product_id":170243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Amos Wyman","mobile_number":"7051301548","email_id":"edwin.tromp@hotmail.com","dop":"2026-01-19","serial_number":"929316672467096","imei1":"023799191245043","imei2":"551596693549773","popurl":"www.simon-schuster.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170235,"job_number":"JOB_170235","tr_customer_id":170252,"tr_customer_product_id":170242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Brock Rippin","mobile_number":"7018396582","email_id":"kennith.hand@gmail.com","dop":"2026-01-19","serial_number":"321216827512652","imei1":"979503815262283","imei2":"177238354959110","popurl":"www.lovie-herman.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170234,"job_number":"JOB_170234","tr_customer_id":170251,"tr_customer_product_id":170241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Stephani Schimmel","mobile_number":"7040016503","email_id":"celia.spencer@yahoo.com","dop":"2026-01-19","serial_number":"948611560897978","imei1":"995614146597753","imei2":"296746578266108","popurl":"www.hertha-hauck.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170233,"job_number":"JOB_170233","tr_customer_id":170250,"tr_customer_product_id":170240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Noel Becker","mobile_number":"7090324337","email_id":"ilse.mccullough@hotmail.com","dop":"2026-01-19","serial_number":"043988326612868","imei1":"174036313485590","imei2":"123128261742204","popurl":"www.rudy-nicolas.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170232,"job_number":"JOB_170232","tr_customer_id":170249,"tr_customer_product_id":170239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Basil Weber","mobile_number":"7056331788","email_id":"darrin.krajcik@gmail.com","dop":"2026-01-19","serial_number":"814686544162195","imei1":"392840382561529","imei2":"588696317677403","popurl":"www.dia-raynor.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170231,"job_number":"JOB_170231","tr_customer_id":170248,"tr_customer_product_id":170238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Deneen Schaefer","mobile_number":"7042301198","email_id":"margarette.crona@yahoo.com","dop":"2026-01-19","serial_number":"943266893741394","imei1":"466261641029135","imei2":"362463481624836","popurl":"www.forest-senger.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170230,"job_number":"JOB_170230","tr_customer_id":170247,"tr_customer_product_id":170237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Tiffani O'Reilly","mobile_number":"7093165858","email_id":"andre.johnson@gmail.com","dop":"2026-01-19","serial_number":"340665457787737","imei1":"722507410891080","imei2":"114545239349483","popurl":"www.lesley-jacobi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170229,"job_number":"JOB_170229","tr_customer_id":170246,"tr_customer_product_id":170236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Loyd Bernier","mobile_number":"7059942123","email_id":"armand.rutherford@hotmail.com","dop":"2026-01-19","serial_number":"893940628483506","imei1":"494002875673185","imei2":"791618318319657","popurl":"www.devorah-wyman.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170228,"job_number":"JOB_170228","tr_customer_id":170245,"tr_customer_product_id":170235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Porsha Braun","mobile_number":"7044490785","email_id":"galen.haley@yahoo.com","dop":"2026-01-19","serial_number":"349391363271139","imei1":"001137163421768","imei2":"024035365952399","popurl":"www.dwight-pouros.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170227,"job_number":"JOB_170227","tr_customer_id":170244,"tr_customer_product_id":170234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Ted D'Amore","mobile_number":"7025302013","email_id":"jackson.kreiger@yahoo.com","dop":"2026-01-19","serial_number":"469962355039832","imei1":"926574318548762","imei2":"355073763224486","popurl":"www.cleo-stracke.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170226,"job_number":"JOB_170226","tr_customer_id":170243,"tr_customer_product_id":170233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Tyrone Johnston","mobile_number":"7010542277","email_id":"britta.kessler@gmail.com","dop":"2026-01-19","serial_number":"496733144744161","imei1":"277731885006461","imei2":"178749463554094","popurl":"www.brenton-grant.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170225,"job_number":"JOB_170225","tr_customer_id":170242,"tr_customer_product_id":170232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Holley Schowalter","mobile_number":"7002039594","email_id":"arnold.aufderhar@yahoo.com","dop":"2026-01-19","serial_number":"471105183868605","imei1":"045570237491908","imei2":"349747981733279","popurl":"www.guillermina-wuckert.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170224,"job_number":"JOB_170224","tr_customer_id":170241,"tr_customer_product_id":170231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Esperanza Luettgen","mobile_number":"7073288083","email_id":"jennette.koch@hotmail.com","dop":"2026-01-19","serial_number":"446498257308002","imei1":"913856754915822","imei2":"562456480434160","popurl":"www.lindsey-lubowitz.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170223,"job_number":"JOB_170223","tr_customer_id":170240,"tr_customer_product_id":170230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Shemika Miller","mobile_number":"7089046215","email_id":"zola.weissnat@hotmail.com","dop":"2026-01-19","serial_number":"371154345167432","imei1":"510849773235687","imei2":"865703871847804","popurl":"www.lin-ernser.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170222,"job_number":"JOB_170222","tr_customer_id":170239,"tr_customer_product_id":170229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Marni Rau","mobile_number":"7041293254","email_id":"nathalie.emard@yahoo.com","dop":"2026-01-19","serial_number":"180581046522869","imei1":"632188882202833","imei2":"602710944438569","popurl":"www.hobert-shanahan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170221,"job_number":"JOB_170221","tr_customer_id":170238,"tr_customer_product_id":170228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Walter Lang","mobile_number":"7035772490","email_id":"johnie.renner@gmail.com","dop":"2026-01-19","serial_number":"742275585473763","imei1":"105360820550351","imei2":"432091736323913","popurl":"www.heath-reinger.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170220,"job_number":"JOB_170220","tr_customer_id":170236,"tr_customer_product_id":170226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Jaquelyn Larson","mobile_number":"7064888463","email_id":"romaine.schmidt@hotmail.com","dop":"2026-01-19","serial_number":"773366278280310","imei1":"170911266100788","imei2":"817151465171760","popurl":"www.kathi-bashirian.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170219,"job_number":"JOB_170219","tr_customer_id":170237,"tr_customer_product_id":170227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Osvaldo Jerde","mobile_number":"7055007069","email_id":"dell.dooley@hotmail.com","dop":"2026-01-19","serial_number":"904570095669522","imei1":"287955200431046","imei2":"093293884433160","popurl":"www.forest-bailey.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170218,"job_number":"JOB_170218","tr_customer_id":170235,"tr_customer_product_id":170225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Mickey McDermott","mobile_number":"7044214377","email_id":"hettie.schultz@gmail.com","dop":"2026-01-19","serial_number":"618241303926546","imei1":"582538028283710","imei2":"812232289371416","popurl":"www.stacy-russel.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170217,"job_number":"JOB_170217","tr_customer_id":170234,"tr_customer_product_id":170224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Jonathon Heller","mobile_number":"7041702890","email_id":"camie.kihn@yahoo.com","dop":"2026-01-19","serial_number":"083391448195476","imei1":"664192220803144","imei2":"282327820991273","popurl":"www.doug-schoen.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170216,"job_number":"JOB_170216","tr_customer_id":170233,"tr_customer_product_id":170223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Willian Gleason","mobile_number":"7040709820","email_id":"nelly.king@hotmail.com","dop":"2026-01-19","serial_number":"595546995583586","imei1":"899482708143404","imei2":"169129188635019","popurl":"www.emogene-muller.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170215,"job_number":"JOB_170215","tr_customer_id":170232,"tr_customer_product_id":170222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Ophelia Schinner","mobile_number":"7022044343","email_id":"hassan.glover@gmail.com","dop":"2026-01-19","serial_number":"914027609499283","imei1":"706965255470998","imei2":"029690803656320","popurl":"www.jeremy-streich.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170214,"job_number":"JOB_170214","tr_customer_id":170231,"tr_customer_product_id":170221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Lemuel Graham","mobile_number":"7031720015","email_id":"geoffrey.kohler@yahoo.com","dop":"2026-01-19","serial_number":"201326228201942","imei1":"800128561983084","imei2":"894603301513740","popurl":"www.doretta-yundt.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170213,"job_number":"JOB_170213","tr_customer_id":170230,"tr_customer_product_id":170220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Albert Bruen","mobile_number":"7067370160","email_id":"modesta.schinner@yahoo.com","dop":"2026-01-19","serial_number":"788933616861179","imei1":"511324452900780","imei2":"917067342738088","popurl":"www.yuko-mcdermott.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170212,"job_number":"JOB_170212","tr_customer_id":170229,"tr_customer_product_id":170219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:36:30.000Z","modified_at":"2026-01-29T05:36:30.000Z","name":"Libbie Keebler","mobile_number":"333-598-3808","email_id":"Mabelle.Miller@hotmail.com","dop":"2025-04-06","serial_number":"16537321253497456","imei1":"16537321253497456","imei2":"16537321253497456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:36:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170211,"job_number":"JOB_170211","tr_customer_id":170228,"tr_customer_product_id":170218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:36:29.000Z","modified_at":"2026-01-29T05:37:04.000Z","name":"Meagan Schaefer","mobile_number":"863-586-8628","email_id":"Alicia92@hotmail.com","dop":"2025-04-06","serial_number":"17631928186345","imei1":"17631928186345","imei2":"17631928186345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170210,"job_number":"JOB_170210","tr_customer_id":170227,"tr_customer_product_id":170217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:36:29.000Z","modified_at":"2026-01-29T05:36:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17561133055717","imei1":"17561133055717","imei2":"17561133055717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:36:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170209,"job_number":"JOB_170209","tr_customer_id":170226,"tr_customer_product_id":170216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:48.000Z","modified_at":"2026-01-29T05:35:48.000Z","name":"Tyreek Jacobson","mobile_number":"930-868-3905","email_id":"Holden6@hotmail.com","dop":"2025-04-06","serial_number":"13824853662455968","imei1":"13824853662455968","imei2":"13824853662455968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170208,"job_number":"JOB_170208","tr_customer_id":170225,"tr_customer_product_id":170215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:46.000Z","modified_at":"2026-01-29T05:36:22.000Z","name":"Laisha Botsford","mobile_number":"486-674-0169","email_id":"Lilliana.Grady86@yahoo.com","dop":"2025-04-06","serial_number":"19521776007117","imei1":"19521776007117","imei2":"19521776007117","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170207,"job_number":"JOB_170207","tr_customer_id":170224,"tr_customer_product_id":170214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:46.000Z","modified_at":"2026-01-29T05:35:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10274896426100","imei1":"10274896426100","imei2":"10274896426100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170206,"job_number":"JOB_170206","tr_customer_id":170223,"tr_customer_product_id":170213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:04.000Z","modified_at":"2026-01-29T05:35:04.000Z","name":"Darrion Kozey","mobile_number":"588-201-3797","email_id":"Richmond.Reinger@yahoo.com","dop":"2025-04-06","serial_number":"14582513913738704","imei1":"14582513913738704","imei2":"14582513913738704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170205,"job_number":"JOB_170205","tr_customer_id":170222,"tr_customer_product_id":170212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:03.000Z","modified_at":"2026-01-29T05:35:39.000Z","name":"Maegan Nolan","mobile_number":"473-311-8315","email_id":"Mariane43@hotmail.com","dop":"2025-04-06","serial_number":"13634145667307","imei1":"13634145667307","imei2":"13634145667307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170204,"job_number":"JOB_170204","tr_customer_id":170221,"tr_customer_product_id":170211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:03.000Z","modified_at":"2026-01-29T05:35:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16317495981557","imei1":"16317495981557","imei2":"16317495981557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170203,"job_number":"JOB_170203","tr_customer_id":170220,"tr_customer_product_id":170210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Teodoro Mertz","mobile_number":"7080081334","email_id":"glady.roberts@hotmail.com","dop":"2026-01-19","serial_number":"257966550364025","imei1":"010774829577335","imei2":"424251811115573","popurl":"www.etta-hammes.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170202,"job_number":"JOB_170202","tr_customer_id":170219,"tr_customer_product_id":170209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Ali Krajcik","mobile_number":"7070210978","email_id":"claude.marks@gmail.com","dop":"2026-01-19","serial_number":"566857283444400","imei1":"893816487869827","imei2":"988916068718383","popurl":"www.eli-pollich.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170200,"job_number":"JOB_170200","tr_customer_id":170217,"tr_customer_product_id":170207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Keren Vandervort","mobile_number":"7016611304","email_id":"junior.huel@yahoo.com","dop":"2026-01-19","serial_number":"855772320972979","imei1":"072206601964536","imei2":"515369842438752","popurl":"www.vita-kiehn.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170195,"job_number":"JOB_170195","tr_customer_id":170212,"tr_customer_product_id":170202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Adrianna Mohr","mobile_number":"7006815969","email_id":"vicenta.shanahan@hotmail.com","dop":"2026-01-19","serial_number":"696627622222377","imei1":"758946644000502","imei2":"044592208007460","popurl":"www.genia-connelly.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170194,"job_number":"JOB_170194","tr_customer_id":170211,"tr_customer_product_id":170201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Shaunta Kerluke","mobile_number":"7096743832","email_id":"shane.ledner@hotmail.com","dop":"2026-01-19","serial_number":"930616476723905","imei1":"703296338363976","imei2":"411675745899151","popurl":"www.jamal-green.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170193,"job_number":"JOB_170193","tr_customer_id":170210,"tr_customer_product_id":170200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Mara Goldner","mobile_number":"7099840348","email_id":"jacinto.mills@hotmail.com","dop":"2026-01-19","serial_number":"411820229868816","imei1":"325852625517677","imei2":"918718043689024","popurl":"www.mickey-runolfsdottir.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170192,"job_number":"JOB_170192","tr_customer_id":170209,"tr_customer_product_id":170199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Johnson Fritsch","mobile_number":"7094416521","email_id":"eric.gutkowski@yahoo.com","dop":"2026-01-19","serial_number":"527337101827418","imei1":"801268078604025","imei2":"195986011100836","popurl":"www.dione-brekke.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170191,"job_number":"JOB_170191","tr_customer_id":170208,"tr_customer_product_id":170198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Brenton Jerde","mobile_number":"7029466862","email_id":"zane.beier@yahoo.com","dop":"2026-01-19","serial_number":"284478695957991","imei1":"907372693052073","imei2":"065997887346674","popurl":"www.trey-prohaska.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170190,"job_number":"JOB_170190","tr_customer_id":170207,"tr_customer_product_id":170197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Sandra Nader","mobile_number":"7027122938","email_id":"trenton.deckow@hotmail.com","dop":"2026-01-19","serial_number":"960151578625596","imei1":"261219034925918","imei2":"710762509060247","popurl":"www.hassan-borer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170189,"job_number":"JOB_170189","tr_customer_id":170206,"tr_customer_product_id":170196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Merle Vandervort","mobile_number":"7027088728","email_id":"carina.gulgowski@hotmail.com","dop":"2026-01-19","serial_number":"269133326184491","imei1":"473766819248759","imei2":"516865209155111","popurl":"www.elden-kassulke.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170187,"job_number":"JOB_170187","tr_customer_id":170204,"tr_customer_product_id":170194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Franklyn McCullough","mobile_number":"7015874224","email_id":"jeremy.mcdermott@hotmail.com","dop":"2026-01-19","serial_number":"408991990502381","imei1":"537855977020547","imei2":"294087964856779","popurl":"www.doris-glover.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170186,"job_number":"JOB_170186","tr_customer_id":170203,"tr_customer_product_id":170193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Virgie Bayer","mobile_number":"7052676524","email_id":"jeffry.hammes@gmail.com","dop":"2026-01-19","serial_number":"258697975427608","imei1":"648626550074182","imei2":"132336005297838","popurl":"www.emerald-howell.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170185,"job_number":"JOB_170185","tr_customer_id":170202,"tr_customer_product_id":170192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Lavera Ritchie","mobile_number":"7050740236","email_id":"zack.morissette@yahoo.com","dop":"2026-01-19","serial_number":"902593860076450","imei1":"125117727673984","imei2":"057224463685136","popurl":"www.hilario-boehm.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170183,"job_number":"JOB_170183","tr_customer_id":170200,"tr_customer_product_id":170190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Frankie Veum","mobile_number":"7077706900","email_id":"ali.ondricka@hotmail.com","dop":"2026-01-19","serial_number":"022276152650084","imei1":"930493278393418","imei2":"946274536120247","popurl":"www.hermelinda-rath.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170182,"job_number":"JOB_170182","tr_customer_id":170199,"tr_customer_product_id":170189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Robt Lind","mobile_number":"7012761193","email_id":"dexter.hartmann@hotmail.com","dop":"2026-01-19","serial_number":"866996484480033","imei1":"342001239174758","imei2":"584804169047624","popurl":"www.albert-wilkinson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170181,"job_number":"JOB_170181","tr_customer_id":170198,"tr_customer_product_id":170188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Scot Collins","mobile_number":"7001509751","email_id":"marshall.hauck@yahoo.com","dop":"2026-01-19","serial_number":"035775542138682","imei1":"180520080387448","imei2":"147703922720161","popurl":"www.gregorio-dicki.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170180,"job_number":"JOB_170180","tr_customer_id":170197,"tr_customer_product_id":170187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Angel Wisoky","mobile_number":"7039526077","email_id":"krystyna.orn@yahoo.com","dop":"2026-01-19","serial_number":"475022420553739","imei1":"171603904199394","imei2":"239468795842844","popurl":"www.laticia-schowalter.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170179,"job_number":"JOB_170179","tr_customer_id":170196,"tr_customer_product_id":170186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Raphael Collier","mobile_number":"7002588450","email_id":"shamika.wehner@gmail.com","dop":"2026-01-19","serial_number":"365397063222001","imei1":"496677852016942","imei2":"343943356484650","popurl":"www.raul-dietrich.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170178,"job_number":"JOB_170178","tr_customer_id":170194,"tr_customer_product_id":170184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:52.000Z","modified_at":"2026-01-29T05:34:52.000Z","name":"Gregg Watsica","mobile_number":"7052160671","email_id":"aurore.bode@yahoo.com","dop":"2026-01-19","serial_number":"894351220996722","imei1":"006593672504426","imei2":"815235739304448","popurl":"www.jesica-cronin.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170177,"job_number":"JOB_170177","tr_customer_id":170195,"tr_customer_product_id":170185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:52.000Z","modified_at":"2026-01-29T05:34:52.000Z","name":"Rob Hintz","mobile_number":"7035166335","email_id":"trey.runolfsson@gmail.com","dop":"2026-01-19","serial_number":"655335391288894","imei1":"613492205532227","imei2":"232929543754821","popurl":"www.lesley-howell.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170175,"job_number":"JOB_170175","tr_customer_id":170192,"tr_customer_product_id":170182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:52.000Z","modified_at":"2026-01-29T05:34:52.000Z","name":"Art Zulauf","mobile_number":"7002171093","email_id":"clarissa.conn@hotmail.com","dop":"2026-01-19","serial_number":"297629132505454","imei1":"365179481433088","imei2":"395976257102523","popurl":"www.mitch-bailey.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170173,"job_number":"JOB_170173","tr_customer_id":170190,"tr_customer_product_id":170180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Frankie Borer","mobile_number":"7072692832","email_id":"glayds.carter@hotmail.com","dop":"2026-01-19","serial_number":"115875048037110","imei1":"441646074202699","imei2":"994800307573010","popurl":"www.robyn-beatty.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170168,"job_number":"JOB_170168","tr_customer_id":170185,"tr_customer_product_id":170175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Otha Bernier","mobile_number":"7018885113","email_id":"billy.stoltenberg@yahoo.com","dop":"2026-01-19","serial_number":"389961325088501","imei1":"712502540661022","imei2":"255797542092011","popurl":"www.delpha-smith.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170167,"job_number":"JOB_170167","tr_customer_id":170184,"tr_customer_product_id":170174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Rebekah Beahan","mobile_number":"7035742682","email_id":"adam.nienow@hotmail.com","dop":"2026-01-19","serial_number":"745760556428682","imei1":"455525227879351","imei2":"951041960995206","popurl":"www.gabriel-bayer.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170164,"job_number":"JOB_170164","tr_customer_id":170181,"tr_customer_product_id":170171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Jonelle Klocko","mobile_number":"7048265002","email_id":"tiara.padberg@yahoo.com","dop":"2026-01-19","serial_number":"228118469768664","imei1":"919151887827122","imei2":"631683307038891","popurl":"www.lynette-parisian.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170161,"job_number":"JOB_170161","tr_customer_id":170178,"tr_customer_product_id":170168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Dave Barton","mobile_number":"7054604363","email_id":"merlyn.considine@gmail.com","dop":"2026-01-19","serial_number":"133754245307686","imei1":"233312839185082","imei2":"626708762756189","popurl":"www.lynette-ritchie.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170160,"job_number":"JOB_170160","tr_customer_id":170177,"tr_customer_product_id":170167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Florance Predovic","mobile_number":"7096786166","email_id":"myrta.brown@gmail.com","dop":"2026-01-19","serial_number":"081168216538352","imei1":"441244422022332","imei2":"384656051872938","popurl":"www.stephanie-mante.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170159,"job_number":"JOB_170159","tr_customer_id":170176,"tr_customer_product_id":170166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Rudolf Rodriguez","mobile_number":"7039995742","email_id":"elvia.funk@hotmail.com","dop":"2026-01-19","serial_number":"242749064105965","imei1":"222561025414443","imei2":"808902081726739","popurl":"www.russell-padberg.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170156,"job_number":"JOB_170156","tr_customer_id":170173,"tr_customer_product_id":170163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Deeann Lueilwitz","mobile_number":"7000095225","email_id":"dannie.aufderhar@gmail.com","dop":"2026-01-19","serial_number":"734396947902275","imei1":"191661230487182","imei2":"874206157315772","popurl":"www.raymundo-gleichner.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170155,"job_number":"JOB_170155","tr_customer_id":170172,"tr_customer_product_id":170162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Peter Strosin","mobile_number":"7053723878","email_id":"antonia.gulgowski@gmail.com","dop":"2026-01-19","serial_number":"882859625055584","imei1":"848875892299538","imei2":"927166387545854","popurl":"www.louella-oreilly.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170153,"job_number":"JOB_170153","tr_customer_id":170170,"tr_customer_product_id":170160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Elwood Hickle","mobile_number":"7018262131","email_id":"bryce.dicki@hotmail.com","dop":"2026-01-19","serial_number":"059432894744626","imei1":"540484997535339","imei2":"966407735436446","popurl":"www.lilia-corwin.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170152,"job_number":"JOB_170152","tr_customer_id":170169,"tr_customer_product_id":170159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Wesley Wuckert","mobile_number":"7024604146","email_id":"nicholas.pagac@hotmail.com","dop":"2026-01-19","serial_number":"376606416051975","imei1":"113955156066774","imei2":"035005471882259","popurl":"www.damion-gutkowski.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170151,"job_number":"JOB_170151","tr_customer_id":170168,"tr_customer_product_id":170158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Mariella Collier","mobile_number":"7000022110","email_id":"alfonso.davis@hotmail.com","dop":"2026-01-19","serial_number":"833286205913040","imei1":"242474703887033","imei2":"942448992639882","popurl":"www.evelin-considine.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170150,"job_number":"JOB_170150","tr_customer_id":170167,"tr_customer_product_id":170157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Simonne Rogahn","mobile_number":"7046970877","email_id":"frederick.klein@hotmail.com","dop":"2026-01-19","serial_number":"807416161090568","imei1":"703543043452060","imei2":"233629490053099","popurl":"www.darryl-bergstrom.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170149,"job_number":"JOB_170149","tr_customer_id":170166,"tr_customer_product_id":170156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Kirk Kreiger","mobile_number":"7035806184","email_id":"jesse.cartwright@gmail.com","dop":"2026-01-19","serial_number":"874626696862079","imei1":"519035174253206","imei2":"265933440380059","popurl":"www.dierdre-muller.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170148,"job_number":"JOB_170148","tr_customer_id":170165,"tr_customer_product_id":170155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Yadira Upton","mobile_number":"7048794777","email_id":"irvin.kutch@yahoo.com","dop":"2026-01-19","serial_number":"410972370424697","imei1":"078643356514278","imei2":"892209840163632","popurl":"www.diann-harris.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170147,"job_number":"JOB_170147","tr_customer_id":170164,"tr_customer_product_id":170154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:48.000Z","modified_at":"2026-01-29T05:34:48.000Z","name":"Ignacio Donnelly","mobile_number":"7084184791","email_id":"waldo.gleichner@yahoo.com","dop":"2026-01-19","serial_number":"963412747552259","imei1":"971142090541697","imei2":"604051429757817","popurl":"www.lane-walsh.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170146,"job_number":"JOB_170146","tr_customer_id":170163,"tr_customer_product_id":170153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:48.000Z","modified_at":"2026-01-29T05:34:48.000Z","name":"Dewayne Erdman","mobile_number":"7030370487","email_id":"arlyne.hand@hotmail.com","dop":"2026-01-19","serial_number":"098829065653119","imei1":"504408521882558","imei2":"214225027358401","popurl":"www.zachary-dicki.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170145,"job_number":"JOB_170145","tr_customer_id":170162,"tr_customer_product_id":170152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:48.000Z","modified_at":"2026-01-29T05:34:48.000Z","name":"Oma Kris","mobile_number":"7087336186","email_id":"dorene.johns@yahoo.com","dop":"2026-01-19","serial_number":"795773481174834","imei1":"657132377848392","imei2":"553427137964735","popurl":"www.deon-grady.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170143,"job_number":"JOB_170143","tr_customer_id":170160,"tr_customer_product_id":170150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Bernetta Schumm","mobile_number":"7074171809","email_id":"clinton.sauer@yahoo.com","dop":"2026-01-19","serial_number":"264545792506379","imei1":"780197290642320","imei2":"515838340988710","popurl":"www.vinnie-carter.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170142,"job_number":"JOB_170142","tr_customer_id":170159,"tr_customer_product_id":170149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Rod Murray","mobile_number":"7078241403","email_id":"myles.okeefe@hotmail.com","dop":"2026-01-19","serial_number":"715797514403483","imei1":"458726082752992","imei2":"811096422918993","popurl":"www.ellis-hessel.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170141,"job_number":"JOB_170141","tr_customer_id":170158,"tr_customer_product_id":170148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Sherice Schaden","mobile_number":"7070250616","email_id":"eldon.mann@hotmail.com","dop":"2026-01-19","serial_number":"591030857229123","imei1":"909128399698045","imei2":"776866600626652","popurl":"www.javier-hirthe.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170140,"job_number":"JOB_170140","tr_customer_id":170157,"tr_customer_product_id":170147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Kina Oberbrunner","mobile_number":"7050500725","email_id":"lilian.bergstrom@gmail.com","dop":"2026-01-19","serial_number":"729355777351377","imei1":"633601704309389","imei2":"821036601253040","popurl":"www.kareem-stehr.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170139,"job_number":"JOB_170139","tr_customer_id":170156,"tr_customer_product_id":170146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Sheryll Roberts","mobile_number":"7066407099","email_id":"dillon.hammes@yahoo.com","dop":"2026-01-19","serial_number":"083669247668013","imei1":"879367248367880","imei2":"753360822015545","popurl":"www.forest-schumm.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170138,"job_number":"JOB_170138","tr_customer_id":170155,"tr_customer_product_id":170145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Na Connelly","mobile_number":"7022030315","email_id":"melonie.farrell@hotmail.com","dop":"2026-01-19","serial_number":"494850587113059","imei1":"841716178739898","imei2":"791888896548785","popurl":"www.alden-stoltenberg.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170137,"job_number":"JOB_170137","tr_customer_id":170154,"tr_customer_product_id":170144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Earle Yundt","mobile_number":"7038088096","email_id":"louetta.west@hotmail.com","dop":"2026-01-19","serial_number":"289688478587446","imei1":"503717768812734","imei2":"686103186396232","popurl":"www.lenora-stamm.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170136,"job_number":"JOB_170136","tr_customer_id":170153,"tr_customer_product_id":170143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Romeo Hermann","mobile_number":"7098466731","email_id":"sook.borer@hotmail.com","dop":"2026-01-19","serial_number":"446716482990167","imei1":"941734509717234","imei2":"013473444757851","popurl":"www.jeff-thompson.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170135,"job_number":"JOB_170135","tr_customer_id":170152,"tr_customer_product_id":170142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Magaret Orn","mobile_number":"7094285782","email_id":"victor.prohaska@hotmail.com","dop":"2026-01-19","serial_number":"867038359066668","imei1":"663378556594185","imei2":"915358945445974","popurl":"www.lynwood-dibbert.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170134,"job_number":"JOB_170134","tr_customer_id":170151,"tr_customer_product_id":170141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Nicholas Mann","mobile_number":"7049439514","email_id":"jamie.nolan@yahoo.com","dop":"2026-01-19","serial_number":"335502909755838","imei1":"530329350041440","imei2":"871356817984986","popurl":"www.kaitlin-turner.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170132,"job_number":"JOB_170132","tr_customer_id":170149,"tr_customer_product_id":170139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Sammy Toy","mobile_number":"7053214545","email_id":"chelsie.maggio@gmail.com","dop":"2026-01-19","serial_number":"052144706608728","imei1":"158718404043463","imei2":"641913851060150","popurl":"www.ernestina-rohan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170131,"job_number":"JOB_170131","tr_customer_id":170148,"tr_customer_product_id":170138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Ronald Shanahan","mobile_number":"7017619266","email_id":"melvin.lueilwitz@hotmail.com","dop":"2026-01-19","serial_number":"996023808558148","imei1":"701659339205798","imei2":"777756934171624","popurl":"www.lanita-white.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170130,"job_number":"JOB_170130","tr_customer_id":170147,"tr_customer_product_id":170137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Michaele Torp","mobile_number":"7008466807","email_id":"anglea.murphy@gmail.com","dop":"2026-01-19","serial_number":"201222226587651","imei1":"403699186426363","imei2":"399975174960955","popurl":"www.luba-ohara.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170129,"job_number":"JOB_170129","tr_customer_id":170146,"tr_customer_product_id":170136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Lesley Herzog","mobile_number":"7092505323","email_id":"hortense.lockman@hotmail.com","dop":"2026-01-19","serial_number":"247017482715954","imei1":"145049471155287","imei2":"454837346949920","popurl":"www.shameka-hammes.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170127,"job_number":"JOB_170127","tr_customer_id":170144,"tr_customer_product_id":170134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Demetrius Wisozk","mobile_number":"7003714203","email_id":"cathie.robel@hotmail.com","dop":"2026-01-19","serial_number":"684422314951074","imei1":"810729037499027","imei2":"376795426634857","popurl":"www.audrey-tillman.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170126,"job_number":"JOB_170126","tr_customer_id":170143,"tr_customer_product_id":170133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Rayford Rowe","mobile_number":"7030552072","email_id":"nakisha.goyette@gmail.com","dop":"2026-01-19","serial_number":"571117012921224","imei1":"459758782255139","imei2":"814346347356559","popurl":"www.sidney-cronin.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170124,"job_number":"JOB_170124","tr_customer_id":170141,"tr_customer_product_id":170131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Dorthy Lesch","mobile_number":"7023990804","email_id":"rosaria.ferry@yahoo.com","dop":"2026-01-19","serial_number":"587061789909037","imei1":"191532086863173","imei2":"045600577717171","popurl":"www.mitchel-yost.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170123,"job_number":"JOB_170123","tr_customer_id":170140,"tr_customer_product_id":170130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Mathew Parker","mobile_number":"7011685916","email_id":"tamica.yost@yahoo.com","dop":"2026-01-19","serial_number":"993966339214398","imei1":"449261436859162","imei2":"364092332632470","popurl":"www.ernesto-luettgen.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170122,"job_number":"JOB_170122","tr_customer_id":170139,"tr_customer_product_id":170129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Tommy Witting","mobile_number":"7070342056","email_id":"kory.bashirian@yahoo.com","dop":"2026-01-19","serial_number":"872358208120781","imei1":"220502342585437","imei2":"787055755713510","popurl":"www.aline-rowe.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170120,"job_number":"JOB_170120","tr_customer_id":170137,"tr_customer_product_id":170127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Anya Braun","mobile_number":"7011017484","email_id":"robbyn.marks@yahoo.com","dop":"2026-01-19","serial_number":"853442598438649","imei1":"522258776211542","imei2":"903444213148814","popurl":"www.hai-dibbert.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170119,"job_number":"JOB_170119","tr_customer_id":170136,"tr_customer_product_id":170126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Dario Hyatt","mobile_number":"7035075862","email_id":"duane.gorczany@gmail.com","dop":"2026-01-19","serial_number":"475786755446236","imei1":"851059287978101","imei2":"558210867899747","popurl":"www.tynisha-mcclure.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170117,"job_number":"JOB_170117","tr_customer_id":170134,"tr_customer_product_id":170124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Ethan Conn","mobile_number":"7018365754","email_id":"melvina.goodwin@hotmail.com","dop":"2026-01-19","serial_number":"968946009278006","imei1":"871343777068626","imei2":"853618837564621","popurl":"www.francesco-nikolaus.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170116,"job_number":"JOB_170116","tr_customer_id":170133,"tr_customer_product_id":170123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Blake Hoeger","mobile_number":"7056201307","email_id":"elroy.glover@yahoo.com","dop":"2026-01-19","serial_number":"747906301730079","imei1":"123765457449246","imei2":"524224954655081","popurl":"www.jae-kutch.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170114,"job_number":"JOB_170114","tr_customer_id":170131,"tr_customer_product_id":170121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:44.000Z","modified_at":"2026-01-29T05:34:44.000Z","name":"Yolanda Luettgen","mobile_number":"7029414401","email_id":"renata.windler@gmail.com","dop":"2026-01-19","serial_number":"259510094291768","imei1":"963232990401961","imei2":"748083918429044","popurl":"www.arlen-oconner.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170113,"job_number":"JOB_170113","tr_customer_id":170130,"tr_customer_product_id":170120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Jamel Kautzer","mobile_number":"7074242420","email_id":"roman.kuhn@gmail.com","dop":"2026-01-19","serial_number":"116761198144715","imei1":"008987442726444","imei2":"491283302611861","popurl":"www.jarred-nicolas.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170111,"job_number":"JOB_170111","tr_customer_id":170128,"tr_customer_product_id":170118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Marhta Gutmann","mobile_number":"7084825500","email_id":"cory.stark@yahoo.com","dop":"2026-01-19","serial_number":"159506114992362","imei1":"996490114489996","imei2":"075194986131691","popurl":"www.deadra-torp.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170110,"job_number":"JOB_170110","tr_customer_id":170127,"tr_customer_product_id":170117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Josiah Murray","mobile_number":"7015463645","email_id":"pat.sporer@hotmail.com","dop":"2026-01-19","serial_number":"916771939383097","imei1":"044050186125616","imei2":"403864503743931","popurl":"www.socorro-heaney.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170109,"job_number":"JOB_170109","tr_customer_id":170126,"tr_customer_product_id":170116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Jamie Lesch","mobile_number":"7007295861","email_id":"britt.oberbrunner@gmail.com","dop":"2026-01-19","serial_number":"942390214270973","imei1":"355491507732615","imei2":"294603664991773","popurl":"www.ryan-flatley.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170108,"job_number":"JOB_170108","tr_customer_id":170125,"tr_customer_product_id":170115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Jake Ferry","mobile_number":"7040877155","email_id":"marivel.stracke@yahoo.com","dop":"2026-01-19","serial_number":"807523303177321","imei1":"395308237474740","imei2":"439663713664202","popurl":"www.alisia-casper.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170107,"job_number":"JOB_170107","tr_customer_id":170124,"tr_customer_product_id":170114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Florida Mann","mobile_number":"7031155873","email_id":"hung.durgan@gmail.com","dop":"2026-01-19","serial_number":"263981510145910","imei1":"430492554064491","imei2":"520899703820156","popurl":"www.stephanie-langworth.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170105,"job_number":"JOB_170105","tr_customer_id":170123,"tr_customer_product_id":170113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Vance Conn","mobile_number":"7078935003","email_id":"dorine.deckow@gmail.com","dop":"2026-01-19","serial_number":"824141496680211","imei1":"435551315720134","imei2":"306772142899246","popurl":"www.yesenia-moen.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170104,"job_number":"JOB_170104","tr_customer_id":170121,"tr_customer_product_id":170111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Shemeka Konopelski","mobile_number":"7068432392","email_id":"ben.ortiz@hotmail.com","dop":"2026-01-19","serial_number":"111939494622416","imei1":"588506820130283","imei2":"876477157204946","popurl":"www.belinda-tillman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170103,"job_number":"JOB_170103","tr_customer_id":170120,"tr_customer_product_id":170110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:33:21.000Z","modified_at":"2026-01-29T05:33:21.000Z","name":"Scottie Morar","mobile_number":"986-546-3563","email_id":"Deion31@gmail.com","dop":"2025-04-06","serial_number":"10214013136574962","imei1":"10214013136574962","imei2":"10214013136574962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:33:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170102,"job_number":"JOB_170102","tr_customer_id":170119,"tr_customer_product_id":170109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:33:20.000Z","modified_at":"2026-01-29T05:33:58.000Z","name":"Manley Littel","mobile_number":"765-309-0306","email_id":"Leda.Rogahn@gmail.com","dop":"2025-04-06","serial_number":"19384564227598","imei1":"19384564227598","imei2":"19384564227598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:33:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170101,"job_number":"JOB_170101","tr_customer_id":170118,"tr_customer_product_id":170108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:32:35.000Z","modified_at":"2026-01-29T05:32:35.000Z","name":"Everett Wolff","mobile_number":"522-392-2016","email_id":"Esmeralda.Schmidt99@hotmail.com","dop":"2025-04-06","serial_number":"17752045343165536","imei1":"17752045343165536","imei2":"17752045343165536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:32:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170100,"job_number":"JOB_170100","tr_customer_id":170117,"tr_customer_product_id":170107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:32:34.000Z","modified_at":"2026-01-29T05:33:12.000Z","name":"Pasquale Fay","mobile_number":"533-322-6936","email_id":"Karina49@hotmail.com","dop":"2025-04-06","serial_number":"11208618268516","imei1":"11208618268516","imei2":"11208618268516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:33:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170099,"job_number":"JOB_170099","tr_customer_id":170116,"tr_customer_product_id":170106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:31:49.000Z","modified_at":"2026-01-29T05:31:49.000Z","name":"Maybelle Jaskolski","mobile_number":"632-851-4534","email_id":"Wayne.Predovic@gmail.com","dop":"2025-04-06","serial_number":"11225324344334598","imei1":"11225324344334598","imei2":"11225324344334598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:31:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170098,"job_number":"JOB_170098","tr_customer_id":170115,"tr_customer_product_id":170105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:31:48.000Z","modified_at":"2026-01-29T05:32:27.000Z","name":"Woodrow Beier","mobile_number":"928-596-3966","email_id":"Murray.Bayer3@hotmail.com","dop":"2025-04-06","serial_number":"14849700272956","imei1":"14849700272956","imei2":"14849700272956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:32:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170097,"job_number":"JOB_170097","tr_customer_id":170114,"tr_customer_product_id":170104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:29:32.000Z","modified_at":"2026-01-29T05:29:32.000Z","name":"Maryetta Boehm","mobile_number":"7017800939","email_id":"lizzette.mckenzie@gmail.com","dop":"2026-01-19","serial_number":"466775417237750","imei1":"579050702278771","imei2":"854786880215774","popurl":"www.marget-hickle.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170096,"job_number":"JOB_170096","tr_customer_id":170113,"tr_customer_product_id":170103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:31.000Z","modified_at":"2026-01-29T05:27:31.000Z","name":"Theodore Marvin","mobile_number":"270-774-0335","email_id":"Jan.Hoppe9@gmail.com","dop":"2025-04-06","serial_number":"12346774641211792","imei1":"12346774641211792","imei2":"12346774641211792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170095,"job_number":"JOB_170095","tr_customer_id":170112,"tr_customer_product_id":170102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:30.000Z","modified_at":"2026-01-29T05:28:08.000Z","name":"Jakayla Klein","mobile_number":"853-328-8115","email_id":"Stan_Sauer@hotmail.com","dop":"2025-04-06","serial_number":"12958949156481","imei1":"12958949156481","imei2":"12958949156481","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:28:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170094,"job_number":"JOB_170094","tr_customer_id":170111,"tr_customer_product_id":170101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:08.000Z","modified_at":"2026-01-29T05:27:08.000Z","name":"Erwin Beahan","mobile_number":"398-315-6549","email_id":"Lenora.Walker@hotmail.com","dop":"2025-04-06","serial_number":"10263264556686756","imei1":"10263264556686756","imei2":"10263264556686756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170093,"job_number":"JOB_170093","tr_customer_id":170110,"tr_customer_product_id":170100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:06.000Z","modified_at":"2026-01-29T05:27:47.000Z","name":"Karl Feest","mobile_number":"218-426-7707","email_id":"Maria.Kiehn66@gmail.com","dop":"2025-04-06","serial_number":"15789162376807","imei1":"15789162376807","imei2":"15789162376807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:27:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170092,"job_number":"JOB_170092","tr_customer_id":170109,"tr_customer_product_id":170099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:15:14.000Z","modified_at":"2026-01-29T05:15:14.000Z","name":"Acharyanandana Chaturvedi","mobile_number":"7002014268","email_id":"subhasini.khanna@yahoo.co.in","dop":"2026-01-19","serial_number":"127061244556375","imei1":"127061244556375","imei2":"127061244556375","popurl":"www.shashikala-kocchar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:15:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170091,"job_number":"JOB_170091","tr_customer_id":170108,"tr_customer_product_id":170098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:09:05.000Z","modified_at":"2026-01-29T05:09:13.000Z","name":"Clemmie Torphy","mobile_number":"534-238-1767","email_id":"Kelton26@gmail.com","dop":"2025-07-01","serial_number":"109357137151501","imei1":"109357137151501","imei2":"109357137151501","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170090,"job_number":"JOB_170090","tr_customer_id":170107,"tr_customer_product_id":170097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:09:04.000Z","modified_at":"2026-01-29T05:09:04.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103500580065617","imei1":"103500580065617","imei2":"103500580065617","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:09:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170089,"job_number":"JOB_170089","tr_customer_id":170106,"tr_customer_product_id":170096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:08:53.000Z","modified_at":"2026-01-29T05:09:02.000Z","name":"Kasey Kling","mobile_number":"415-986-1278","email_id":"Carrie_Hagenes@yahoo.com","dop":"2025-07-01","serial_number":"107601715293569","imei1":"107601715293569","imei2":"107601715293569","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:09:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170088,"job_number":"JOB_170088","tr_customer_id":170105,"tr_customer_product_id":170095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:08:53.000Z","modified_at":"2026-01-29T05:08:53.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101397703177975","imei1":"101397703177975","imei2":"101397703177975","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:08:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170087,"job_number":"JOB_170087","tr_customer_id":170104,"tr_customer_product_id":170094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:03:47.000Z","modified_at":"2026-01-29T05:03:47.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-19","serial_number":"27106990847514","imei1":"27106990847514","imei2":"27106990847514","popurl":"2026-01-19T05:03:47.346258629Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:03:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170086,"job_number":"JOB_170086","tr_customer_id":170103,"tr_customer_product_id":170093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:03:19.000Z","modified_at":"2026-01-29T05:03:19.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-19","serial_number":"26203262889575","imei1":"26203262889575","imei2":"26203262889575","popurl":"2026-01-19T05:03:18.686727126Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:03:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170083,"job_number":"JOB_170083","tr_customer_id":170100,"tr_customer_product_id":170090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:46.000Z","modified_at":"2026-01-29T04:25:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26559086427593","imei1":"26559086427593","imei2":"26559086427593","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170082,"job_number":"JOB_170082","tr_customer_id":170099,"tr_customer_product_id":170089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:45.000Z","modified_at":"2026-01-29T04:24:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38705468704814","imei1":"38705468704814","imei2":"38705468704814","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170081,"job_number":"JOB_170081","tr_customer_id":170098,"tr_customer_product_id":170088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:45.000Z","modified_at":"2026-01-29T04:24:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31823070311431","imei1":"31823070311431","imei2":"31823070311431","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170080,"job_number":"JOB_170080","tr_customer_id":170097,"tr_customer_product_id":170087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:45.000Z","modified_at":"2026-01-29T04:24:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39263213036163","imei1":"39263213036163","imei2":"39263213036163","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170079,"job_number":"JOB_170079","tr_customer_id":170096,"tr_customer_product_id":170086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:44.000Z","modified_at":"2026-01-29T04:24:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"98417105285089","imei1":"98417105285089","imei2":"98417105285089","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170078,"job_number":"JOB_170078","tr_customer_id":170095,"tr_customer_product_id":170085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:44.000Z","modified_at":"2026-01-29T04:24:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90655526949378","imei1":"90655526949378","imei2":"90655526949378","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170077,"job_number":"JOB_170077","tr_customer_id":170094,"tr_customer_product_id":170084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:44.000Z","modified_at":"2026-01-29T04:24:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59504424488692","imei1":"59504424488692","imei2":"59504424488692","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170076,"job_number":"JOB_170076","tr_customer_id":170093,"tr_customer_product_id":170083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69378142966940","imei1":"69378142966940","imei2":"69378142966940","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:24:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170075,"job_number":"JOB_170075","tr_customer_id":170092,"tr_customer_product_id":170082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54338572207443","imei1":"54338572207443","imei2":"54338572207443","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170074,"job_number":"JOB_170074","tr_customer_id":170091,"tr_customer_product_id":170081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14826939783532","imei1":"14826939783532","imei2":"14826939783532","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170073,"job_number":"JOB_170073","tr_customer_id":170090,"tr_customer_product_id":170080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"89557250189927","imei1":"89557250189927","imei2":"89557250189927","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170072,"job_number":"JOB_170072","tr_customer_id":170089,"tr_customer_product_id":170079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:12.000Z","modified_at":"2026-01-29T04:24:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12208933587131","imei1":"12208933587131","imei2":"12208933587131","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170071,"job_number":"JOB_170071","tr_customer_id":170088,"tr_customer_product_id":170078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:12.000Z","modified_at":"2026-01-29T04:24:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28724397917824","imei1":"28724397917824","imei2":"28724397917824","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170070,"job_number":"JOB_170070","tr_customer_id":170087,"tr_customer_product_id":170077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:12.000Z","modified_at":"2026-01-29T04:24:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97460499699716","imei1":"97460499699716","imei2":"97460499699716","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170069,"job_number":"JOB_170069","tr_customer_id":170086,"tr_customer_product_id":170076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:41.000Z","modified_at":"2026-01-29T04:24:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26862563788762","imei1":"26862563788762","imei2":"26862563788762","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:24:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170068,"job_number":"JOB_170068","tr_customer_id":170085,"tr_customer_product_id":170075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:41.000Z","modified_at":"2026-01-29T04:23:41.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18229715259307","imei1":"18229715259307","imei2":"18229715259307","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170067,"job_number":"JOB_170067","tr_customer_id":170084,"tr_customer_product_id":170074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:40.000Z","modified_at":"2026-01-29T04:23:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92767950644837","imei1":"92767950644837","imei2":"92767950644837","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170066,"job_number":"JOB_170066","tr_customer_id":170083,"tr_customer_product_id":170073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:40.000Z","modified_at":"2026-01-29T04:23:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31270802365495","imei1":"31270802365495","imei2":"31270802365495","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170065,"job_number":"JOB_170065","tr_customer_id":170082,"tr_customer_product_id":170072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:40.000Z","modified_at":"2026-01-29T04:23:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93791321431375","imei1":"93791321431375","imei2":"93791321431375","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170064,"job_number":"JOB_170064","tr_customer_id":170081,"tr_customer_product_id":170071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:39.000Z","modified_at":"2026-01-29T04:23:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93056327496200","imei1":"93056327496200","imei2":"93056327496200","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170063,"job_number":"JOB_170063","tr_customer_id":170080,"tr_customer_product_id":170070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:39.000Z","modified_at":"2026-01-29T04:23:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61742922570869","imei1":"61742922570869","imei2":"61742922570869","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170062,"job_number":"JOB_170062","tr_customer_id":170079,"tr_customer_product_id":170069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:20:43.000Z","modified_at":"2026-01-29T04:20:43.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"preethi.sathya@gmail.com","dop":"2025-12-09","serial_number":"10605741295101","imei1":"10605741295101","imei2":"10605741295101","popurl":"2025-12-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170060,"job_number":"JOB_170060","tr_customer_id":170077,"tr_customer_product_id":170067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:54.000Z","modified_at":"2026-01-29T04:20:29.000Z","name":"Hollis O'Hara","mobile_number":"500-509-7416","email_id":"Abbie_Collier14@hotmail.com","dop":"2000-01-31","serial_number":"10361432768092","imei1":"10361432768092","imei2":"10361432768092","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:20:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170058,"job_number":"JOB_170058","tr_customer_id":170075,"tr_customer_product_id":170065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:27.000Z","modified_at":"2026-01-29T04:19:27.000Z","name":"Jamarcus Schmitt","mobile_number":"413-229-5689","email_id":"Imelda_Bednar38@hotmail.com","dop":"2025-04-06","serial_number":"15619569772936880","imei1":"15619569772936880","imei2":"15619569772936880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170057,"job_number":"JOB_170057","tr_customer_id":170074,"tr_customer_product_id":170064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:26.000Z","modified_at":"2026-01-29T04:20:01.000Z","name":"Ava Langworth","mobile_number":"266-435-3231","email_id":"Keshawn.OReilly34@hotmail.com","dop":"2025-04-06","serial_number":"10034916946918","imei1":"10034916946918","imei2":"10034916946918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170056,"job_number":"JOB_170056","tr_customer_id":170073,"tr_customer_product_id":170063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:25.000Z","modified_at":"2026-01-29T04:19:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19335030462768","imei1":"19335030462768","imei2":"19335030462768","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170055,"job_number":"JOB_170055","tr_customer_id":170072,"tr_customer_product_id":170062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:21.000Z","modified_at":"2026-01-29T04:19:21.000Z","name":"Tyler Witting","mobile_number":"919-947-9150","email_id":"Maryam16@hotmail.com","dop":"2025-04-06","serial_number":"18160876903515956","imei1":"18160876903515956","imei2":"18160876903515956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170054,"job_number":"JOB_170054","tr_customer_id":170071,"tr_customer_product_id":170061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:20.000Z","modified_at":"2026-01-29T04:19:57.000Z","name":"Dashawn Kihn","mobile_number":"920-344-4539","email_id":"Philip_Stehr@yahoo.com","dop":"2025-04-06","serial_number":"17406246446877","imei1":"17406246446877","imei2":"17406246446877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170053,"job_number":"JOB_170053","tr_customer_id":170070,"tr_customer_product_id":170060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:20.000Z","modified_at":"2026-01-29T04:19:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16570668237798","imei1":"16570668237798","imei2":"16570668237798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170052,"job_number":"JOB_170052","tr_customer_id":170069,"tr_customer_product_id":170059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:19.000Z","modified_at":"2026-01-29T04:19:19.000Z","name":"Brain Lang","mobile_number":"594-849-9001","email_id":"Anabel.Botsford@gmail.com","dop":"2025-04-06","serial_number":"13596958877133660","imei1":"13596958877133660","imei2":"13596958877133660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170051,"job_number":"JOB_170051","tr_customer_id":170068,"tr_customer_product_id":170058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:18.000Z","modified_at":"2026-01-29T04:19:51.000Z","name":"Hallie Kling","mobile_number":"598-997-1551","email_id":"Jaquan_Ward15@gmail.com","dop":"2025-04-06","serial_number":"10219727070223","imei1":"10219727070223","imei2":"10219727070223","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170050,"job_number":"JOB_170050","tr_customer_id":170067,"tr_customer_product_id":170057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:18.000Z","modified_at":"2026-01-29T04:19:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19293730852996","imei1":"19293730852996","imei2":"19293730852996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170049,"job_number":"JOB_170049","tr_customer_id":170066,"tr_customer_product_id":170056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:16.000Z","modified_at":"2026-01-29T04:19:16.000Z","name":"Carlotta Ward","mobile_number":"352-533-4840","email_id":"Lessie_Tillman@gmail.com","dop":"2025-04-06","serial_number":"14248802048586536","imei1":"14248802048586536","imei2":"14248802048586536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170048,"job_number":"JOB_170048","tr_customer_id":170065,"tr_customer_product_id":170055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:15.000Z","modified_at":"2026-01-29T04:19:52.000Z","name":"Golda Satterfield","mobile_number":"303-320-5882","email_id":"Wade.Ruecker@yahoo.com","dop":"2025-04-06","serial_number":"15874632796157","imei1":"15874632796157","imei2":"15874632796157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170047,"job_number":"JOB_170047","tr_customer_id":170064,"tr_customer_product_id":170054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:14.000Z","modified_at":"2026-01-29T04:19:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11163741540531","imei1":"11163741540531","imei2":"11163741540531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170045,"job_number":"JOB_170045","tr_customer_id":170062,"tr_customer_product_id":170052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:12.000Z","modified_at":"2026-01-29T04:19:47.000Z","name":"Thelma Heaney","mobile_number":"297-654-4992","email_id":"Isidro.Conn59@gmail.com","dop":"2000-01-31","serial_number":"10829444433916","imei1":"10829444433916","imei2":"10829444433916","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170044,"job_number":"JOB_170044","tr_customer_id":170061,"tr_customer_product_id":170051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:11.000Z","modified_at":"2026-01-29T04:19:11.000Z","name":"Delta Dare","mobile_number":"971-424-5135","email_id":"Kara23@hotmail.com","dop":"2025-04-06","serial_number":"13717379560690216","imei1":"13717379560690216","imei2":"13717379560690216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170042,"job_number":"JOB_170042","tr_customer_id":170059,"tr_customer_product_id":170049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:10.000Z","modified_at":"2026-01-29T04:19:45.000Z","name":"Esta Spencer","mobile_number":"319-934-9516","email_id":"Guido.Reynolds@gmail.com","dop":"2025-04-06","serial_number":"18972699094695","imei1":"18972699094695","imei2":"18972699094695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170041,"job_number":"JOB_170041","tr_customer_id":170058,"tr_customer_product_id":170048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:10.000Z","modified_at":"2026-01-29T04:19:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12346224454851","imei1":"12346224454851","imei2":"12346224454851","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170040,"job_number":"JOB_170040","tr_customer_id":170057,"tr_customer_product_id":170047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:01.000Z","modified_at":"2026-01-29T04:19:01.000Z","name":"Dulce Turcotte","mobile_number":"627-644-7517","email_id":"Meredith_Mosciski97@gmail.com","dop":"2025-04-06","serial_number":"11308045440720300","imei1":"11308045440720300","imei2":"11308045440720300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170039,"job_number":"JOB_170039","tr_customer_id":170056,"tr_customer_product_id":170046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:59.000Z","modified_at":"2026-01-29T04:19:39.000Z","name":"Carmelo Anderson","mobile_number":"755-997-8585","email_id":"Marcel_Vandervort@hotmail.com","dop":"2025-04-06","serial_number":"15998312547573","imei1":"15998312547573","imei2":"15998312547573","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170038,"job_number":"JOB_170038","tr_customer_id":170055,"tr_customer_product_id":170045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:59.000Z","modified_at":"2026-01-29T04:18:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13136422782999","imei1":"13136422782999","imei2":"13136422782999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170037,"job_number":"JOB_170037","tr_customer_id":170054,"tr_customer_product_id":170044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:47.000Z","modified_at":"2026-01-29T04:18:47.000Z","name":"Otto Upton","mobile_number":"718-817-5286","email_id":"Nikita.Stehr40@hotmail.com","dop":"2025-04-06","serial_number":"12402780473306932","imei1":"12402780473306932","imei2":"12402780473306932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170036,"job_number":"JOB_170036","tr_customer_id":170053,"tr_customer_product_id":170043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:46.000Z","modified_at":"2026-01-29T04:19:23.000Z","name":"Dusty Wuckert","mobile_number":"267-421-8892","email_id":"Jermey_Stracke@hotmail.com","dop":"2025-04-06","serial_number":"16394810867233","imei1":"16394810867233","imei2":"16394810867233","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170035,"job_number":"JOB_170035","tr_customer_id":170052,"tr_customer_product_id":170042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:46.000Z","modified_at":"2026-01-29T04:18:46.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"12048314724048","imei1":"12048314724048","imei2":"12048314724048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170034,"job_number":"JOB_170034","tr_customer_id":170051,"tr_customer_product_id":170041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:44.000Z","modified_at":"2026-01-29T04:18:44.000Z","name":"Selmer Macejkovic","mobile_number":"353-579-4056","email_id":"Cassidy44@yahoo.com","dop":"2025-04-06","serial_number":"15208412121779964","imei1":"15208412121779964","imei2":"15208412121779964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170033,"job_number":"JOB_170033","tr_customer_id":170050,"tr_customer_product_id":170040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:43.000Z","modified_at":"2026-01-29T04:19:18.000Z","name":"Juvenal Von","mobile_number":"483-561-4875","email_id":"Mozelle.Emard@yahoo.com","dop":"2025-04-06","serial_number":"17528798658860","imei1":"17528798658860","imei2":"17528798658860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170032,"job_number":"JOB_170032","tr_customer_id":170049,"tr_customer_product_id":170039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:43.000Z","modified_at":"2026-01-29T04:18:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16936680577744","imei1":"16936680577744","imei2":"16936680577744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170030,"job_number":"JOB_170030","tr_customer_id":170047,"tr_customer_product_id":170037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:39.000Z","modified_at":"2026-01-29T04:18:39.000Z","name":"Jesse Lindgren","mobile_number":"840-897-8086","email_id":"Gertrude_Feil@hotmail.com","dop":"2025-04-06","serial_number":"19863142606345120","imei1":"19863142606345120","imei2":"19863142606345120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170029,"job_number":"JOB_170029","tr_customer_id":170046,"tr_customer_product_id":170036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:38.000Z","modified_at":"2026-01-29T04:18:38.000Z","name":"Casandra Rowe","mobile_number":"434-701-1275","email_id":"Garrick79@gmail.com","dop":"2025-04-06","serial_number":"15486414409544662","imei1":"15486414409544662","imei2":"15486414409544662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170028,"job_number":"JOB_170028","tr_customer_id":170045,"tr_customer_product_id":170035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:37.000Z","modified_at":"2026-01-29T04:19:11.000Z","name":"Cade Bergnaum","mobile_number":"853-540-3165","email_id":"Nicolette.Smith85@hotmail.com","dop":"2025-04-06","serial_number":"10361662978660","imei1":"10361662978660","imei2":"10361662978660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170027,"job_number":"JOB_170027","tr_customer_id":170044,"tr_customer_product_id":170034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:37.000Z","modified_at":"2026-01-29T04:18:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18269106291722","imei1":"18269106291722","imei2":"18269106291722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170026,"job_number":"JOB_170026","tr_customer_id":170043,"tr_customer_product_id":170033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:36.000Z","modified_at":"2026-01-29T04:19:13.000Z","name":"Cletus Jacobson","mobile_number":"950-983-8531","email_id":"Linnea_Quigley@yahoo.com","dop":"2025-04-06","serial_number":"13032975833520","imei1":"13032975833520","imei2":"13032975833520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170025,"job_number":"JOB_170025","tr_customer_id":170042,"tr_customer_product_id":170032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:36.000Z","modified_at":"2026-01-29T04:18:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19567663308904","imei1":"19567663308904","imei2":"19567663308904","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170021,"job_number":"JOB_170021","tr_customer_id":170038,"tr_customer_product_id":170028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:31.000Z","modified_at":"2026-01-29T04:18:31.000Z","name":"Isai Reichel","mobile_number":"341-862-5299","email_id":"Alfonzo31@gmail.com","dop":"2025-04-06","serial_number":"12233201586587286","imei1":"12233201586587286","imei2":"12233201586587286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170019,"job_number":"JOB_170019","tr_customer_id":170036,"tr_customer_product_id":170026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:30.000Z","modified_at":"2026-01-29T04:19:07.000Z","name":"Maudie King","mobile_number":"952-444-1324","email_id":"Elwin_Jones@yahoo.com","dop":"2025-04-06","serial_number":"13991901028666","imei1":"13991901028666","imei2":"13991901028666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170018,"job_number":"JOB_170018","tr_customer_id":170035,"tr_customer_product_id":170025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:30.000Z","modified_at":"2026-01-29T04:18:30.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10333081235751","imei1":"10333081235751","imei2":"10333081235751","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170017,"job_number":"JOB_170017","tr_customer_id":170034,"tr_customer_product_id":170024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:29.000Z","modified_at":"2026-01-29T04:18:29.000Z","name":"Isai Zboncak","mobile_number":"512-467-1207","email_id":"Malcolm.Durgan15@gmail.com","dop":"2025-04-06","serial_number":"19091436100148980","imei1":"19091436100148980","imei2":"19091436100148980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170016,"job_number":"JOB_170016","tr_customer_id":170033,"tr_customer_product_id":170023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:29.000Z","modified_at":"2026-01-29T04:19:04.000Z","name":"Marcus Streich","mobile_number":"816-947-3974","email_id":"Easton78@gmail.com","dop":"2000-01-31","serial_number":"10301099483968","imei1":"10301099483968","imei2":"10301099483968","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170014,"job_number":"JOB_170014","tr_customer_id":170031,"tr_customer_product_id":170021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:28.000Z","modified_at":"2026-01-29T04:19:03.000Z","name":"Eleanore Gleichner","mobile_number":"620-533-0505","email_id":"Doug_Gibson48@hotmail.com","dop":"2025-04-06","serial_number":"10409692299107","imei1":"10409692299107","imei2":"10409692299107","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170013,"job_number":"JOB_170013","tr_customer_id":170030,"tr_customer_product_id":170020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:28.000Z","modified_at":"2026-01-29T04:18:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18166799809930","imei1":"18166799809930","imei2":"18166799809930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170007,"job_number":"JOB_170007","tr_customer_id":170024,"tr_customer_product_id":170014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:12.000Z","modified_at":"2026-01-29T04:18:12.000Z","name":"Haleigh Glover","mobile_number":"652-273-9084","email_id":"Serenity.Paucek42@gmail.com","dop":"2025-04-06","serial_number":"13173861116338296","imei1":"13173861116338296","imei2":"13173861116338296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170006,"job_number":"JOB_170006","tr_customer_id":170023,"tr_customer_product_id":170013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:11.000Z","modified_at":"2026-01-29T04:18:51.000Z","name":"Westley Kuhic","mobile_number":"689-658-4855","email_id":"Wilton_Price39@hotmail.com","dop":"2025-04-06","serial_number":"13760095678159","imei1":"13760095678159","imei2":"13760095678159","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170005,"job_number":"JOB_170005","tr_customer_id":170022,"tr_customer_product_id":170012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:11.000Z","modified_at":"2026-01-29T04:18:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11252590444425","imei1":"11252590444425","imei2":"11252590444425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170001,"job_number":"JOB_170001","tr_customer_id":170018,"tr_customer_product_id":170008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:02.000Z","modified_at":"2026-01-29T04:18:02.000Z","name":"Theresa Green","mobile_number":"897-805-8431","email_id":"Emmy25@gmail.com","dop":"2025-04-06","serial_number":"11137089850184800","imei1":"11137089850184800","imei2":"11137089850184800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170000,"job_number":"JOB_170000","tr_customer_id":170017,"tr_customer_product_id":170007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:02.000Z","modified_at":"2026-01-29T04:18:02.000Z","name":"Arno Auer","mobile_number":"772-468-7279","email_id":"Aniyah.Tillman@yahoo.com","dop":"2025-04-06","serial_number":"16702733351902096","imei1":"16702733351902096","imei2":"16702733351902096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169999,"job_number":"JOB_169999","tr_customer_id":170016,"tr_customer_product_id":170006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:02.000Z","modified_at":"2026-01-29T04:18:02.000Z","name":"Lucie Goyette","mobile_number":"484-258-5676","email_id":"Candelario.Kessler28@yahoo.com","dop":"2025-04-06","serial_number":"11748011688107488","imei1":"11748011688107488","imei2":"11748011688107488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169998,"job_number":"JOB_169998","tr_customer_id":170015,"tr_customer_product_id":170005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:01.000Z","modified_at":"2026-01-29T04:18:38.000Z","name":"Willow Wiegand","mobile_number":"441-385-4383","email_id":"Justen_Prosacco23@yahoo.com","dop":"2025-04-06","serial_number":"17864770685625","imei1":"17864770685625","imei2":"17864770685625","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169997,"job_number":"JOB_169997","tr_customer_id":170014,"tr_customer_product_id":170004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:01.000Z","modified_at":"2026-01-29T04:18:01.000Z","name":"Donnie Rippin","mobile_number":"751-369-7144","email_id":"Moshe_Wisoky@yahoo.com","dop":"2025-04-06","serial_number":"17941153908569654","imei1":"17941153908569654","imei2":"17941153908569654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169996,"job_number":"JOB_169996","tr_customer_id":170013,"tr_customer_product_id":170003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:01.000Z","modified_at":"2026-01-29T04:18:40.000Z","name":"Devonte Johnston","mobile_number":"393-715-9726","email_id":"Amaya_Tremblay0@yahoo.com","dop":"2025-04-06","serial_number":"18034841745832","imei1":"18034841745832","imei2":"18034841745832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169995,"job_number":"JOB_169995","tr_customer_id":170012,"tr_customer_product_id":170002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:01.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"13651484288758","imei1":"13651484288758","imei2":"13651484288758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169994,"job_number":"JOB_169994","tr_customer_id":170011,"tr_customer_product_id":170001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:36.000Z","name":"Cristal Mann","mobile_number":"311-582-4108","email_id":"Cyril_Adams6@hotmail.com","dop":"2025-04-06","serial_number":"17185245559827","imei1":"17185245559827","imei2":"17185245559827","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169993,"job_number":"JOB_169993","tr_customer_id":170010,"tr_customer_product_id":170000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"28764031525642","imei1":"28764031525642","imei2":"28764031525642","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169992,"job_number":"JOB_169992","tr_customer_id":170009,"tr_customer_product_id":169999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13676563880234","imei1":"13676563880234","imei2":"13676563880234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169991,"job_number":"JOB_169991","tr_customer_id":170008,"tr_customer_product_id":169998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10873400051463","imei1":"10873400051463","imei2":"10873400051463","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169987,"job_number":"JOB_169987","tr_customer_id":170005,"tr_customer_product_id":169994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:18:38.000Z","name":"Kaitlyn Mraz","mobile_number":"472-710-8519","email_id":"Daron.Wiegand38@yahoo.com","dop":"2025-04-06","serial_number":"15736519075263","imei1":"15736519075263","imei2":"15736519075263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169986,"job_number":"JOB_169986","tr_customer_id":170003,"tr_customer_product_id":169993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:17:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15199399382074","imei1":"15199399382074","imei2":"15199399382074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169984,"job_number":"JOB_169984","tr_customer_id":170001,"tr_customer_product_id":169991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:18:34.000Z","name":"Presley Graham","mobile_number":"808-734-3980","email_id":"Ezekiel.Lesch@gmail.com","dop":"2026-01-04","serial_number":"15857222908621","imei1":"15857222908621","imei2":"15857222908621","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169983,"job_number":"JOB_169983","tr_customer_id":170000,"tr_customer_product_id":169990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:58.000Z","modified_at":"2026-01-29T04:17:58.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15240351894540","imei1":"15240351894540","imei2":"15240351894540","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169982,"job_number":"JOB_169982","tr_customer_id":169999,"tr_customer_product_id":169989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:58.000Z","modified_at":"2026-01-29T04:17:58.000Z","name":"Isabell Stroman","mobile_number":"412-452-2381","email_id":"Anya_Orn@hotmail.com","dop":"2025-04-06","serial_number":"13127050337010392","imei1":"13127050337010392","imei2":"13127050337010392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169981,"job_number":"JOB_169981","tr_customer_id":169998,"tr_customer_product_id":169988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:17:57.000Z","name":"Roscoe Wolf","mobile_number":"586-961-2040","email_id":"Freddy26@hotmail.com","dop":"2025-04-06","serial_number":"11243190297393252","imei1":"11243190297393252","imei2":"11243190297393252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169980,"job_number":"JOB_169980","tr_customer_id":169997,"tr_customer_product_id":169987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:18:31.000Z","name":"Julius Pagac","mobile_number":"421-452-0383","email_id":"Yesenia.Nolan34@hotmail.com","dop":"2025-04-06","serial_number":"14658148056864","imei1":"14658148056864","imei2":"14658148056864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169978,"job_number":"JOB_169978","tr_customer_id":169995,"tr_customer_product_id":169985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:17:57.000Z","name":"Jeramie Borer","mobile_number":"717-444-2614","email_id":"Valentin53@hotmail.com","dop":"2025-05-30","serial_number":"1366895474168729","imei1":"1366895474168729","imei2":"1366895474168729","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169977,"job_number":"JOB_169977","tr_customer_id":169994,"tr_customer_product_id":169984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:17:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17560182260872","imei1":"17560182260872","imei2":"17560182260872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169975,"job_number":"JOB_169975","tr_customer_id":169992,"tr_customer_product_id":169982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:18:32.000Z","name":"Troy Hauck","mobile_number":"809-729-7952","email_id":"Mayra.Osinski@gmail.com","dop":"2025-04-06","serial_number":"12374181624890","imei1":"12374181624890","imei2":"12374181624890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169974,"job_number":"JOB_169974","tr_customer_id":169991,"tr_customer_product_id":169981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:17:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13438763165786","imei1":"13438763165786","imei2":"13438763165786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169973,"job_number":"JOB_169973","tr_customer_id":169990,"tr_customer_product_id":169980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:55.000Z","modified_at":"2026-01-29T04:17:55.000Z","name":"Maud Willms","mobile_number":"531-916-9431","email_id":"Brett.Hessel@gmail.com","dop":"2025-05-30","serial_number":"19047804443738","imei1":"19047804443738","imei2":"19047804443738","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169972,"job_number":"JOB_169972","tr_customer_id":169989,"tr_customer_product_id":169979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:54.000Z","modified_at":"2026-01-29T04:18:12.000Z","name":"Kellie Cole","mobile_number":"231-606-7005","email_id":"Jarret88@yahoo.com","dop":"2025-05-30","serial_number":"15258879062250","imei1":"15258879062250","imei2":"15258879062250","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169971,"job_number":"JOB_169971","tr_customer_id":169988,"tr_customer_product_id":169978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:53.000Z","modified_at":"2026-01-29T04:17:53.000Z","name":"Derrick Terry","mobile_number":"688-773-2017","email_id":"Percival87@yahoo.com","dop":"2025-04-06","serial_number":"18769623652511530","imei1":"18769623652511530","imei2":"18769623652511530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169970,"job_number":"JOB_169970","tr_customer_id":169987,"tr_customer_product_id":169977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:52.000Z","modified_at":"2026-01-29T04:18:29.000Z","name":"Shea O'Hara","mobile_number":"502-953-5353","email_id":"Boris.Ledner@yahoo.com","dop":"2025-04-06","serial_number":"19129954802912","imei1":"19129954802912","imei2":"19129954802912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169969,"job_number":"JOB_169969","tr_customer_id":169986,"tr_customer_product_id":169976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:51.000Z","modified_at":"2026-01-29T04:17:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12070621903777","imei1":"12070621903777","imei2":"12070621903777","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169968,"job_number":"JOB_169968","tr_customer_id":169985,"tr_customer_product_id":169975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:49.000Z","modified_at":"2026-01-29T04:17:49.000Z","name":"Ebony Parisian","mobile_number":"895-882-8668","email_id":"Sedrick41@yahoo.com","dop":"2025-04-06","serial_number":"17429089838740596","imei1":"17429089838740596","imei2":"17429089838740596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169966,"job_number":"JOB_169966","tr_customer_id":169983,"tr_customer_product_id":169973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:48.000Z","modified_at":"2026-01-29T04:18:23.000Z","name":"Shad Hodkiewicz","mobile_number":"372-548-9865","email_id":"Veronica45@hotmail.com","dop":"2025-04-06","serial_number":"14474555501728","imei1":"14474555501728","imei2":"14474555501728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169964,"job_number":"JOB_169964","tr_customer_id":169981,"tr_customer_product_id":169971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16489268563937","imei1":"16489268563937","imei2":"16489268563937","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169961,"job_number":"JOB_169961","tr_customer_id":169978,"tr_customer_product_id":169968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Tommie Sauer","mobile_number":"682-387-7272","email_id":"Emiliano76@hotmail.com","dop":"2025-04-06","serial_number":"16683896035858156","imei1":"16683896035858156","imei2":"16683896035858156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169959,"job_number":"JOB_169959","tr_customer_id":169976,"tr_customer_product_id":169966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:17:46.000Z","name":"Fanny Shields","mobile_number":"938-931-7489","email_id":"Kristoffer_Considine6@hotmail.com","dop":"2025-04-06","serial_number":"13996429550028526","imei1":"13996429550028526","imei2":"13996429550028526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169958,"job_number":"JOB_169958","tr_customer_id":169975,"tr_customer_product_id":169965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:18:22.000Z","name":"Quinten Kub","mobile_number":"302-782-6955","email_id":"Marjory_Erdman@yahoo.com","dop":"2000-01-31","serial_number":"10838461623847","imei1":"10838461623847","imei2":"10838461623847","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169955,"job_number":"JOB_169955","tr_customer_id":169972,"tr_customer_product_id":169962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:18:21.000Z","name":"Sierra Schuppe","mobile_number":"273-923-7056","email_id":"Leanne27@yahoo.com","dop":"2025-04-06","serial_number":"10661380483898","imei1":"10661380483898","imei2":"10661380483898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169954,"job_number":"JOB_169954","tr_customer_id":169971,"tr_customer_product_id":169961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:17:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13135699846297","imei1":"13135699846297","imei2":"13135699846297","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169953,"job_number":"JOB_169953","tr_customer_id":169970,"tr_customer_product_id":169960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:18:22.000Z","name":"Amiya O'Kon","mobile_number":"239-812-1027","email_id":"Davonte_Lakin46@gmail.com","dop":"2025-04-06","serial_number":"19396588408992","imei1":"19396588408992","imei2":"19396588408992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169952,"job_number":"JOB_169952","tr_customer_id":169969,"tr_customer_product_id":169959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:17:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13991298792295","imei1":"13991298792295","imei2":"13991298792295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169951,"job_number":"JOB_169951","tr_customer_id":169968,"tr_customer_product_id":169958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:28.000Z","modified_at":"2026-01-29T04:17:28.000Z","name":"Blanca Murazik","mobile_number":"287-201-7312","email_id":"Jennings10@gmail.com","dop":"2025-04-06","serial_number":"11241529073060320","imei1":"11241529073060320","imei2":"11241529073060320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169950,"job_number":"JOB_169950","tr_customer_id":169967,"tr_customer_product_id":169957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:27.000Z","modified_at":"2026-01-29T04:18:01.000Z","name":"Rosalyn DuBuque","mobile_number":"423-544-5691","email_id":"Donna44@yahoo.com","dop":"2025-04-06","serial_number":"17003397822707","imei1":"17003397822707","imei2":"17003397822707","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169949,"job_number":"JOB_169949","tr_customer_id":169966,"tr_customer_product_id":169956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:27.000Z","modified_at":"2026-01-29T04:17:27.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13938280362099","imei1":"13938280362099","imei2":"13938280362099","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169948,"job_number":"JOB_169948","tr_customer_id":169965,"tr_customer_product_id":169955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:24.000Z","modified_at":"2026-01-29T04:17:24.000Z","name":"Johnson Cartwright","mobile_number":"293-616-5525","email_id":"Lauren90@hotmail.com","dop":"2025-04-06","serial_number":"12137245612803680","imei1":"12137245612803680","imei2":"12137245612803680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169947,"job_number":"JOB_169947","tr_customer_id":169964,"tr_customer_product_id":169954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:22.000Z","modified_at":"2026-01-29T04:18:03.000Z","name":"Kaelyn Lang","mobile_number":"641-801-2874","email_id":"Laurel40@yahoo.com","dop":"2025-04-06","serial_number":"18600707518512","imei1":"18600707518512","imei2":"18600707518512","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169946,"job_number":"JOB_169946","tr_customer_id":169963,"tr_customer_product_id":169953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:22.000Z","modified_at":"2026-01-29T04:17:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11636781794539","imei1":"11636781794539","imei2":"11636781794539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169945,"job_number":"JOB_169945","tr_customer_id":169962,"tr_customer_product_id":169952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:18.000Z","modified_at":"2026-01-29T04:17:18.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"29473598651057","imei1":"29473598651057","imei2":"29473598651057","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169944,"job_number":"JOB_169944","tr_customer_id":169961,"tr_customer_product_id":169951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:17.000Z","modified_at":"2026-01-29T04:17:51.000Z","name":"Gerhard Wiza","mobile_number":"243-901-5465","email_id":"Gina_Bins20@gmail.com","dop":"2026-01-04","serial_number":"12364460992685","imei1":"12364460992685","imei2":"12364460992685","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169943,"job_number":"JOB_169943","tr_customer_id":169960,"tr_customer_product_id":169950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:17.000Z","modified_at":"2026-01-29T04:17:17.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18269688819306","imei1":"18269688819306","imei2":"18269688819306","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169942,"job_number":"JOB_169942","tr_customer_id":169959,"tr_customer_product_id":169949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:15.000Z","modified_at":"2026-01-29T04:17:15.000Z","name":"Christina Fisher","mobile_number":"233-337-6786","email_id":"Genesis15@hotmail.com","dop":"2025-04-06","serial_number":"10851852586991604","imei1":"10851852586991604","imei2":"10851852586991604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169941,"job_number":"JOB_169941","tr_customer_id":169958,"tr_customer_product_id":169948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:14.000Z","modified_at":"2026-01-29T04:17:14.000Z","name":"Hayley Rice","mobile_number":"402-654-1383","email_id":"Rogers.Gutkowski@gmail.com","dop":"2025-04-06","serial_number":"16407734138657324","imei1":"16407734138657324","imei2":"16407734138657324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169940,"job_number":"JOB_169940","tr_customer_id":169957,"tr_customer_product_id":169947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:14.000Z","modified_at":"2026-01-29T04:17:14.000Z","name":"Tomas Jones","mobile_number":"963-869-7612","email_id":"Dean.Predovic67@hotmail.com","dop":"2025-04-06","serial_number":"11853819722048202","imei1":"11853819722048202","imei2":"11853819722048202","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169939,"job_number":"JOB_169939","tr_customer_id":169956,"tr_customer_product_id":169946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:14.000Z","modified_at":"2026-01-29T04:17:49.000Z","name":"Ricky Spencer","mobile_number":"364-548-6366","email_id":"Jennie.Hermiston54@hotmail.com","dop":"2025-04-06","serial_number":"18592851673821","imei1":"18592851673821","imei2":"18592851673821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169938,"job_number":"JOB_169938","tr_customer_id":169955,"tr_customer_product_id":169945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19878340438041","imei1":"19878340438041","imei2":"19878340438041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169937,"job_number":"JOB_169937","tr_customer_id":169954,"tr_customer_product_id":169944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:52.000Z","name":"Max Stracke","mobile_number":"714-460-4984","email_id":"Antonina_Turner70@gmail.com","dop":"2025-04-06","serial_number":"17500054701634","imei1":"17500054701634","imei2":"17500054701634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169936,"job_number":"JOB_169936","tr_customer_id":169953,"tr_customer_product_id":169943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:51.000Z","name":"Moses Medhurst","mobile_number":"303-974-7661","email_id":"Lilliana.Hane@yahoo.com","dop":"2025-04-06","serial_number":"18989444265023","imei1":"18989444265023","imei2":"18989444265023","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169935,"job_number":"JOB_169935","tr_customer_id":169952,"tr_customer_product_id":169942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18182378173943","imei1":"18182378173943","imei2":"18182378173943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169934,"job_number":"JOB_169934","tr_customer_id":169951,"tr_customer_product_id":169941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11438072933999","imei1":"11438072933999","imei2":"11438072933999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169933,"job_number":"JOB_169933","tr_customer_id":169950,"tr_customer_product_id":169940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:07.000Z","modified_at":"2026-01-29T04:17:07.000Z","name":"Raphael Collins","mobile_number":"936-970-6712","email_id":"Rebekah.Kuhlman16@gmail.com","dop":"2025-04-06","serial_number":"13216219847530868","imei1":"13216219847530868","imei2":"13216219847530868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169932,"job_number":"JOB_169932","tr_customer_id":169949,"tr_customer_product_id":169939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:06.000Z","modified_at":"2026-01-29T04:17:40.000Z","name":"Antoinette Cummings","mobile_number":"930-330-6029","email_id":"Libbie9@yahoo.com","dop":"2025-04-06","serial_number":"15906011632020","imei1":"15906011632020","imei2":"15906011632020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169931,"job_number":"JOB_169931","tr_customer_id":169948,"tr_customer_product_id":169938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:05.000Z","modified_at":"2026-01-29T04:17:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12472772312416","imei1":"12472772312416","imei2":"12472772312416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169930,"job_number":"JOB_169930","tr_customer_id":169947,"tr_customer_product_id":169937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:03.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11087117570789","imei2":"11087117570789","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169929,"job_number":"JOB_169929","tr_customer_id":169946,"tr_customer_product_id":169936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:03.000Z","modified_at":"2026-01-29T04:17:03.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19276057056292","imei2":"19276057056292","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169926,"job_number":"JOB_169926","tr_customer_id":169943,"tr_customer_product_id":169933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:51.000Z","modified_at":"2026-01-29T04:16:51.000Z","name":"Friedrich Conroy","mobile_number":"889-488-0858","email_id":"Zachary_Sporer@yahoo.com","dop":"2025-06-18","serial_number":"1067788577784827","imei1":"1067788577784827","imei2":"1067788577784827","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169925,"job_number":"JOB_169925","tr_customer_id":169942,"tr_customer_product_id":169932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:51.000Z","modified_at":"2026-01-29T04:17:25.000Z","name":"Gloria D'Amore","mobile_number":"949-247-9045","email_id":"Fred.Beer72@yahoo.com","dop":"2025-06-18","serial_number":"10192293493305","imei1":"10192293493305","imei2":"10192293493305","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169924,"job_number":"JOB_169924","tr_customer_id":169941,"tr_customer_product_id":169931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:50.000Z","modified_at":"2026-01-29T04:16:50.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10073147389813","imei1":"10073147389813","imei2":"10073147389813","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169923,"job_number":"JOB_169923","tr_customer_id":169940,"tr_customer_product_id":169930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:50.000Z","modified_at":"2026-01-29T04:17:00.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13629311360527","imei2":"13629311360527","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169922,"job_number":"JOB_169922","tr_customer_id":169939,"tr_customer_product_id":169929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:50.000Z","modified_at":"2026-01-29T04:16:50.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16399240615138","imei2":"16399240615138","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169921,"job_number":"JOB_169921","tr_customer_id":169938,"tr_customer_product_id":169928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:47.000Z","modified_at":"2026-01-29T04:16:47.000Z","name":"Ressie Bergnaum","mobile_number":"415-766-0961","email_id":"Hosea_Schneider69@gmail.com","dop":"2025-04-06","serial_number":"10877755317220514","imei1":"10877755317220514","imei2":"10877755317220514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169920,"job_number":"JOB_169920","tr_customer_id":169937,"tr_customer_product_id":169927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:46.000Z","modified_at":"2026-01-29T04:17:20.000Z","name":"Holly Bins","mobile_number":"572-633-6555","email_id":"Keely_Conn71@gmail.com","dop":"2025-04-06","serial_number":"10446319433056","imei1":"10446319433056","imei2":"10446319433056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169919,"job_number":"JOB_169919","tr_customer_id":169936,"tr_customer_product_id":169926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:46.000Z","modified_at":"2026-01-29T04:16:46.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"15782736781614","imei1":"15782736781614","imei2":"15782736781614","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169917,"job_number":"JOB_169917","tr_customer_id":169934,"tr_customer_product_id":169924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:37.000Z","modified_at":"2026-01-29T04:16:46.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17103157280969","imei2":"17103157280969","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169916,"job_number":"JOB_169916","tr_customer_id":169933,"tr_customer_product_id":169923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Sydni Senger","mobile_number":"869-282-7747","email_id":"Maci_Gerlach59@hotmail.com","dop":"2025-04-06","serial_number":"18415754176926830","imei1":"18415754176926830","imei2":"18415754176926830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169915,"job_number":"JOB_169915","tr_customer_id":169932,"tr_customer_product_id":169922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12803020310911","imei2":"12803020310911","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169914,"job_number":"JOB_169914","tr_customer_id":169931,"tr_customer_product_id":169921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"101462564205490","imei1":"101462564205490","imei2":"101462564205490","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169912,"job_number":"JOB_169912","tr_customer_id":169929,"tr_customer_product_id":169919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:35.000Z","modified_at":"2026-01-29T04:17:12.000Z","name":"Giovanna Lesch","mobile_number":"372-977-5907","email_id":"Iva.Nienow@hotmail.com","dop":"2025-04-06","serial_number":"11872920056391","imei1":"11872920056391","imei2":"11872920056391","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169911,"job_number":"JOB_169911","tr_customer_id":169928,"tr_customer_product_id":169918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:35.000Z","modified_at":"2026-01-29T04:17:09.000Z","name":"Krystel Dickinson","mobile_number":"781-254-4256","email_id":"Serena_Kris@hotmail.com","dop":"2026-01-04","serial_number":"17397854504903","imei1":"17397854504903","imei2":"17397854504903","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169910,"job_number":"JOB_169910","tr_customer_id":169927,"tr_customer_product_id":169917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:34.000Z","modified_at":"2026-01-29T04:16:34.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14302233343511","imei1":"14302233343511","imei2":"14302233343511","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169909,"job_number":"JOB_169909","tr_customer_id":169926,"tr_customer_product_id":169916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:34.000Z","modified_at":"2026-01-29T04:16:34.000Z","name":"Sarai Friesen","mobile_number":"719-677-8126","email_id":"Calista59@yahoo.com","dop":"2025-04-06","serial_number":"14026021872485694","imei1":"14026021872485694","imei2":"14026021872485694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169908,"job_number":"JOB_169908","tr_customer_id":169925,"tr_customer_product_id":169915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:32.000Z","modified_at":"2026-01-29T04:17:09.000Z","name":"Conor O'Conner","mobile_number":"738-971-8590","email_id":"Peyton18@gmail.com","dop":"2025-04-06","serial_number":"10334667608357","imei1":"10334667608357","imei2":"10334667608357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169907,"job_number":"JOB_169907","tr_customer_id":169924,"tr_customer_product_id":169914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:32.000Z","modified_at":"2026-01-29T04:16:32.000Z","name":"Demetrius D'Amore","mobile_number":"362-947-9683","email_id":"Perry_Kozey17@yahoo.com","dop":"2025-04-06","serial_number":"11484159943619490","imei1":"11484159943619490","imei2":"11484159943619490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169905,"job_number":"JOB_169905","tr_customer_id":169922,"tr_customer_product_id":169912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:31.000Z","modified_at":"2026-01-29T04:17:06.000Z","name":"Wendell Rath","mobile_number":"605-906-2935","email_id":"Vickie_Veum21@yahoo.com","dop":"2025-04-06","serial_number":"15766957779037","imei1":"15766957779037","imei2":"15766957779037","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169904,"job_number":"JOB_169904","tr_customer_id":169921,"tr_customer_product_id":169911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:30.000Z","modified_at":"2026-01-29T04:16:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11673376810277","imei1":"11673376810277","imei2":"11673376810277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169903,"job_number":"JOB_169903","tr_customer_id":169920,"tr_customer_product_id":169910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:28.000Z","modified_at":"2026-01-29T04:16:28.000Z","name":"Elijah Walter","mobile_number":"476-770-1837","email_id":"Fernando.Kirlin26@gmail.com","dop":"2025-04-06","serial_number":"11410915776276976","imei1":"11410915776276976","imei2":"11410915776276976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169902,"job_number":"JOB_169902","tr_customer_id":169919,"tr_customer_product_id":169909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:26.000Z","modified_at":"2026-01-29T04:16:26.000Z","name":"Lois Marks","mobile_number":"764-967-8562","email_id":"Carlie.Schumm@yahoo.com","dop":"2025-04-06","serial_number":"14440004652815754","imei1":"14440004652815754","imei2":"14440004652815754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169901,"job_number":"JOB_169901","tr_customer_id":169918,"tr_customer_product_id":169908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:26.000Z","modified_at":"2026-01-29T04:17:05.000Z","name":"Sallie Welch","mobile_number":"565-547-3229","email_id":"Graham9@hotmail.com","dop":"2025-04-06","serial_number":"15451720619746","imei1":"15451720619746","imei2":"15451720619746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169900,"job_number":"JOB_169900","tr_customer_id":169917,"tr_customer_product_id":169907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:26.000Z","modified_at":"2026-01-29T04:16:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16898380037762","imei1":"16898380037762","imei2":"16898380037762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169899,"job_number":"JOB_169899","tr_customer_id":169916,"tr_customer_product_id":169906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:25.000Z","modified_at":"2026-01-29T04:16:25.000Z","name":"Jayde Glover","mobile_number":"634-373-0219","email_id":"Jarred.Feil17@hotmail.com","dop":"2025-04-06","serial_number":"15932062647888252","imei1":"15932062647888252","imei2":"15932062647888252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169898,"job_number":"JOB_169898","tr_customer_id":169915,"tr_customer_product_id":169905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:25.000Z","modified_at":"2026-01-29T04:17:05.000Z","name":"Lupe Rippin","mobile_number":"435-423-9993","email_id":"Caden26@hotmail.com","dop":"2025-04-06","serial_number":"11434318738488","imei1":"11434318738488","imei2":"11434318738488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169897,"job_number":"JOB_169897","tr_customer_id":169914,"tr_customer_product_id":169904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:25.000Z","modified_at":"2026-01-29T04:16:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14289345962544","imei1":"14289345962544","imei2":"14289345962544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169896,"job_number":"JOB_169896","tr_customer_id":169913,"tr_customer_product_id":169903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:24.000Z","modified_at":"2026-01-29T04:16:24.000Z","name":"Karl Abbott","mobile_number":"703-729-7463","email_id":"Emilio79@hotmail.com","dop":"2025-04-06","serial_number":"14506814694084636","imei1":"14506814694084636","imei2":"14506814694084636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169895,"job_number":"JOB_169895","tr_customer_id":169912,"tr_customer_product_id":169902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:24.000Z","modified_at":"2026-01-29T04:16:58.000Z","name":"Katelyn Gottlieb","mobile_number":"545-282-3114","email_id":"Helene_Rosenbaum@yahoo.com","dop":"2025-04-06","serial_number":"14798629558442","imei1":"14798629558442","imei2":"14798629558442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169894,"job_number":"JOB_169894","tr_customer_id":169911,"tr_customer_product_id":169901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:23.000Z","modified_at":"2026-01-29T04:16:59.000Z","name":"Austin Roberts","mobile_number":"349-791-0104","email_id":"Deion36@hotmail.com","dop":"2025-04-06","serial_number":"13826216054609","imei1":"13826216054609","imei2":"13826216054609","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169893,"job_number":"JOB_169893","tr_customer_id":169910,"tr_customer_product_id":169900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:23.000Z","modified_at":"2026-01-29T04:16:23.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12923627457681","imei1":"12923627457681","imei2":"12923627457681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169892,"job_number":"JOB_169892","tr_customer_id":169909,"tr_customer_product_id":169899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:21.000Z","modified_at":"2026-01-29T04:16:21.000Z","name":"Eleonore Nitzsche","mobile_number":"398-329-9801","email_id":"Angelica_Weissnat@gmail.com","dop":"2025-04-06","serial_number":"12749404775768988","imei1":"12749404775768988","imei2":"12749404775768988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169891,"job_number":"JOB_169891","tr_customer_id":169908,"tr_customer_product_id":169898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:20.000Z","modified_at":"2026-01-29T04:16:57.000Z","name":"Rosie Nader","mobile_number":"407-966-6139","email_id":"Joyce.Rodriguez55@gmail.com","dop":"2025-04-06","serial_number":"13990803166248","imei1":"13990803166248","imei2":"13990803166248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169889,"job_number":"JOB_169889","tr_customer_id":169906,"tr_customer_product_id":169896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:12.000Z","modified_at":"2026-01-29T04:16:12.000Z","name":"Rupert Cronin","mobile_number":"620-842-1122","email_id":"Wilson_Gutkowski13@yahoo.com","dop":"2025-04-06","serial_number":"11997571758332780","imei1":"11997571758332780","imei2":"11997571758332780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169888,"job_number":"JOB_169888","tr_customer_id":169905,"tr_customer_product_id":169895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:11.000Z","modified_at":"2026-01-29T04:16:49.000Z","name":"Lonny O'Hara","mobile_number":"647-705-0848","email_id":"Lorenz63@hotmail.com","dop":"2025-04-06","serial_number":"19106745851574","imei1":"19106745851574","imei2":"19106745851574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169887,"job_number":"JOB_169887","tr_customer_id":169904,"tr_customer_product_id":169894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:10.000Z","modified_at":"2026-01-29T04:16:10.000Z","name":"Minnie Streich","mobile_number":"683-999-8265","email_id":"Donavon48@gmail.com","dop":"2025-06-18","serial_number":"1012382214566289","imei1":"1012382214566289","imei2":"1012382214566289","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169886,"job_number":"JOB_169886","tr_customer_id":169903,"tr_customer_product_id":169893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:09.000Z","modified_at":"2026-01-29T04:16:44.000Z","name":"Colin Towne","mobile_number":"629-800-7332","email_id":"Nicola.Jacobs@gmail.com","dop":"2025-06-18","serial_number":"10262731369748","imei1":"10262731369748","imei2":"10262731369748","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169885,"job_number":"JOB_169885","tr_customer_id":169902,"tr_customer_product_id":169892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:09.000Z","modified_at":"2026-01-29T04:16:09.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10561216161403","imei1":"10561216161403","imei2":"10561216161403","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169884,"job_number":"JOB_169884","tr_customer_id":169901,"tr_customer_product_id":169891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:07.000Z","modified_at":"2026-01-29T04:16:16.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"45654946781158","imei1":"45654946781158","imei2":"45654946781158","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169883,"job_number":"JOB_169883","tr_customer_id":169900,"tr_customer_product_id":169890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:06.000Z","modified_at":"2026-01-29T04:16:06.000Z","name":"Madelynn Waelchi","mobile_number":"699-759-6036","email_id":"Max_Muller@yahoo.com","dop":"2025-04-06","serial_number":"13740624223962302","imei1":"13740624223962302","imei2":"13740624223962302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169882,"job_number":"JOB_169882","tr_customer_id":169899,"tr_customer_product_id":169889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:05.000Z","modified_at":"2026-01-29T04:16:39.000Z","name":"Alberta Schaefer","mobile_number":"331-960-4694","email_id":"Lowell_Witting22@hotmail.com","dop":"2025-04-06","serial_number":"17242679401128","imei1":"17242679401128","imei2":"17242679401128","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169881,"job_number":"JOB_169881","tr_customer_id":169898,"tr_customer_product_id":169888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:04.000Z","modified_at":"2026-01-29T04:16:04.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"12070682964530","imei1":"12070682964530","imei2":"12070682964530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169880,"job_number":"JOB_169880","tr_customer_id":169897,"tr_customer_product_id":169887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:03.000Z","modified_at":"2026-01-29T04:16:03.000Z","name":"Marjory Prosacco","mobile_number":"699-267-2209","email_id":"Zula39@gmail.com","dop":"2025-04-06","serial_number":"16395387356944346","imei1":"16395387356944346","imei2":"16395387356944346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169879,"job_number":"JOB_169879","tr_customer_id":169896,"tr_customer_product_id":169886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:01.000Z","modified_at":"2026-01-29T04:16:37.000Z","name":"Melany Schaden","mobile_number":"488-655-8092","email_id":"Cindy_Jakubowski89@hotmail.com","dop":"2025-04-06","serial_number":"13869223701753","imei1":"13869223701753","imei2":"13869223701753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169878,"job_number":"JOB_169878","tr_customer_id":169895,"tr_customer_product_id":169885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:15:56.000Z","modified_at":"2026-01-29T04:16:05.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"61615467745554","imei1":"61615467745554","imei2":"61615467745554","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169877,"job_number":"JOB_169877","tr_customer_id":169894,"tr_customer_product_id":169884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:13:59.000Z","modified_at":"2026-01-29T04:13:59.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2026-01-19","serial_number":"13511700420678","imei1":"13511700420678","imei2":"13511700420678","popurl":"2026-01-19T04:13:56.241282Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:13:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169876,"job_number":"JOB_169876","tr_customer_id":169893,"tr_customer_product_id":169883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:26:23.000Z","modified_at":"2026-01-29T03:26:23.000Z","name":"Mercedes Mosciski","mobile_number":"923-418-2490","email_id":"Carrie_Bogisich@hotmail.com","dop":"2025-04-06","serial_number":"13521082425397300","imei1":"13521082425397300","imei2":"13521082425397300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169875,"job_number":"JOB_169875","tr_customer_id":169892,"tr_customer_product_id":169882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:26:22.000Z","modified_at":"2026-01-29T03:26:57.000Z","name":"Lupe Welch","mobile_number":"490-980-7594","email_id":"Adella63@gmail.com","dop":"2025-04-06","serial_number":"13920192643004","imei1":"13920192643004","imei2":"13920192643004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T03:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169874,"job_number":"JOB_169874","tr_customer_id":169891,"tr_customer_product_id":169881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:26:21.000Z","modified_at":"2026-01-29T03:26:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10673562968699","imei1":"10673562968699","imei2":"10673562968699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169873,"job_number":"JOB_169873","tr_customer_id":169890,"tr_customer_product_id":169880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:25:40.000Z","modified_at":"2026-01-29T03:25:40.000Z","name":"Mittie Balistreri","mobile_number":"618-238-8878","email_id":"Shakira15@gmail.com","dop":"2025-04-06","serial_number":"14916434383650400","imei1":"14916434383650400","imei2":"14916434383650400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:25:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169872,"job_number":"JOB_169872","tr_customer_id":169889,"tr_customer_product_id":169879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:25:39.000Z","modified_at":"2026-01-29T03:26:14.000Z","name":"Joey Gaylord","mobile_number":"517-628-5442","email_id":"Leonor_Friesen@hotmail.com","dop":"2025-04-06","serial_number":"11422722848889","imei1":"11422722848889","imei2":"11422722848889","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T03:26:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169871,"job_number":"JOB_169871","tr_customer_id":169888,"tr_customer_product_id":169878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:25:39.000Z","modified_at":"2026-01-29T03:25:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11809280576004","imei1":"11809280576004","imei2":"11809280576004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:25:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169870,"job_number":"JOB_169870","tr_customer_id":169887,"tr_customer_product_id":169877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:24:58.000Z","modified_at":"2026-01-29T03:24:58.000Z","name":"Fatima Cummerata","mobile_number":"876-508-4980","email_id":"Maryse25@gmail.com","dop":"2025-04-06","serial_number":"15477188232281228","imei1":"15477188232281228","imei2":"15477188232281228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:24:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169869,"job_number":"JOB_169869","tr_customer_id":169886,"tr_customer_product_id":169876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:24:57.000Z","modified_at":"2026-01-29T03:25:32.000Z","name":"Orpha Schamberger","mobile_number":"635-981-4238","email_id":"Emmy_Strosin47@hotmail.com","dop":"2025-04-06","serial_number":"11604588538358","imei1":"11604588538358","imei2":"11604588538358","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T03:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169868,"job_number":"JOB_169868","tr_customer_id":169885,"tr_customer_product_id":169875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:24:56.000Z","modified_at":"2026-01-29T03:24:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11745469378024","imei1":"11745469378024","imei2":"11745469378024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:24:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169867,"job_number":"JOB_169867","tr_customer_id":169884,"tr_customer_product_id":169874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T02:31:40.000Z","modified_at":"2026-01-29T02:31:41.000Z","name":"vedika singh","mobile_number":"9000000002","email_id":"vedika@gmail.com","dop":"2026-01-19","serial_number":"19280180958991","imei1":"19280180958991","imei2":"19280180958991","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T02:31:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169866,"job_number":"JOB_169866","tr_customer_id":169883,"tr_customer_product_id":169873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T02:31:38.000Z","modified_at":"2026-01-29T02:31:40.000Z","name":"ved singh","mobile_number":"9000000001","email_id":"ved@gmail.com","dop":"2026-01-19","serial_number":"14686990491718","imei1":"14686990491718","imei2":"14686990491718","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T02:31:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169865,"job_number":"JOB_169865","tr_customer_id":169882,"tr_customer_product_id":169872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T02:31:36.000Z","modified_at":"2026-01-29T02:31:38.000Z","name":"navin singh","mobile_number":"9000000000","email_id":"navin@gmail.com","dop":"2026-01-19","serial_number":"19774602002980","imei1":"19774602002980","imei2":"19774602002980","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T02:31:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169864,"job_number":"JOB_169864","tr_customer_id":169881,"tr_customer_product_id":169871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T02:17:01.000Z","modified_at":"2026-01-29T02:17:03.000Z","name":"Bhargav Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"15571746267895","imei1":"15571746267895","imei2":"15571746267895","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T02:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169863,"job_number":"JOB_169863","tr_customer_id":169880,"tr_customer_product_id":169870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:51:47.000Z","modified_at":"2026-01-29T01:51:47.000Z","name":"Bhooshit Ahluwalia","mobile_number":"7068428475","email_id":"bakula.arora@hotmail.com","dop":"2026-01-19","serial_number":"295825705730767","imei1":"295825705730767","imei2":"295825705730767","popurl":"www.sanjay-dutta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T01:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169862,"job_number":"JOB_169862","tr_customer_id":169879,"tr_customer_product_id":169869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:18:00.000Z","modified_at":"2026-01-29T01:18:00.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-19","serial_number":"78925764368475","imei1":"78925764368475","imei2":"78925764368475","popurl":"2026-01-19T01:18:00.226792700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T01:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169861,"job_number":"JOB_169861","tr_customer_id":169878,"tr_customer_product_id":169868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:17:53.000Z","modified_at":"2026-01-29T07:50:20.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-19","serial_number":"78920578946848","imei1":"78920578946848","imei2":"78920578946848","popurl":"2026-01-19T01:17:52.735271800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-29T07:50:20.000Z","assigned_to":17,"mst_warrenty_status_code":"IW"},{"id":169860,"job_number":"JOB_169860","tr_customer_id":169877,"tr_customer_product_id":169867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:17:20.000Z","modified_at":"2026-01-29T01:17:20.000Z","name":"Trilochana Gill","mobile_number":"7092945714","email_id":"dev.ganaka@yahoo.co.in","dop":"2026-01-19","serial_number":"483237302467988","imei1":"483237302467988","imei2":"483237302467988","popurl":"www.rageswari-bhattathiri.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T01:17:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169859,"job_number":"JOB_169859","tr_customer_id":169876,"tr_customer_product_id":169866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:17:19.000Z","modified_at":"2026-01-29T07:50:13.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-19","serial_number":"19920302988473","imei1":"19920302988473","imei2":"19920302988473","popurl":"2026-01-19T01:17:18.375227600Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-29T07:50:13.000Z","assigned_to":17,"mst_warrenty_status_code":"IW"},{"id":170411,"job_number":"JOB_170411","tr_customer_id":170428,"tr_customer_product_id":170418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:25.000Z","modified_at":"2026-01-29T06:50:25.000Z","name":"Enoch Schulist","mobile_number":"219-219-6550","email_id":"Kellie.Cronin@hotmail.com","dop":"2000-01-31","serial_number":"1046919848290472","imei1":"1046919848290472","imei2":"1046919848290472","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170409,"job_number":"JOB_170409","tr_customer_id":170426,"tr_customer_product_id":170416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:24.000Z","modified_at":"2026-01-29T06:50:24.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10594816478675","imei1":"10594816478675","imei2":"10594816478675","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170405,"job_number":"JOB_170405","tr_customer_id":170422,"tr_customer_product_id":170412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:39.000Z","modified_at":"2026-01-29T06:49:39.000Z","name":"Freeman Dickens","mobile_number":"614-949-6620","email_id":"Hope33@hotmail.com","dop":"2000-01-31","serial_number":"1046560680313165","imei1":"1046560680313165","imei2":"1046560680313165","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170403,"job_number":"JOB_170403","tr_customer_id":170420,"tr_customer_product_id":170410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:38.000Z","modified_at":"2026-01-29T06:49:38.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10942710777095","imei1":"10942710777095","imei2":"10942710777095","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170402,"job_number":"JOB_170402","tr_customer_id":170419,"tr_customer_product_id":170409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:53.000Z","modified_at":"2026-01-29T06:48:53.000Z","name":"Leda Ferry","mobile_number":"860-899-8473","email_id":"Gloria48@hotmail.com","dop":"2000-01-31","serial_number":"1065945309649281","imei1":"1065945309649281","imei2":"1065945309649281","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170400,"job_number":"JOB_170400","tr_customer_id":170417,"tr_customer_product_id":170407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:52.000Z","modified_at":"2026-01-29T06:48:52.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10137181032428","imei1":"10137181032428","imei2":"10137181032428","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170396,"job_number":"JOB_170396","tr_customer_id":170413,"tr_customer_product_id":170403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:07.000Z","modified_at":"2026-01-29T06:48:07.000Z","name":"Bobby Goodwin","mobile_number":"938-388-5703","email_id":"Bettye_Weber@gmail.com","dop":"2000-01-31","serial_number":"1002269612563443","imei1":"1002269612563443","imei2":"1002269612563443","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170394,"job_number":"JOB_170394","tr_customer_id":170411,"tr_customer_product_id":170401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:05.000Z","modified_at":"2026-01-29T06:48:05.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10040564136257","imei1":"10040564136257","imei2":"10040564136257","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170061,"job_number":"JOB_170061","tr_customer_id":170078,"tr_customer_product_id":170068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:55.000Z","modified_at":"2026-01-29T04:19:55.000Z","name":"Burnice Tromp","mobile_number":"206-221-6239","email_id":"Jasen.Harvey@hotmail.com","dop":"2000-01-31","serial_number":"1030163097598711","imei1":"1030163097598711","imei2":"1030163097598711","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:55.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170059,"job_number":"JOB_170059","tr_customer_id":170076,"tr_customer_product_id":170066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:54.000Z","modified_at":"2026-01-29T04:19:54.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10006257632907","imei1":"10006257632907","imei2":"10006257632907","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:54.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170046,"job_number":"JOB_170046","tr_customer_id":170063,"tr_customer_product_id":170053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:13.000Z","modified_at":"2026-01-29T04:19:13.000Z","name":"Imogene Parker","mobile_number":"952-922-4274","email_id":"Asia_Borer@hotmail.com","dop":"2000-01-31","serial_number":"1051265970680909","imei1":"1051265970680909","imei2":"1051265970680909","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170043,"job_number":"JOB_170043","tr_customer_id":170060,"tr_customer_product_id":170050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:11.000Z","modified_at":"2026-01-29T04:19:11.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10411503339546","imei1":"10411503339546","imei2":"10411503339546","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170020,"job_number":"JOB_170020","tr_customer_id":170037,"tr_customer_product_id":170027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:30.000Z","modified_at":"2026-01-29T04:18:30.000Z","name":"Jonas Nolan","mobile_number":"810-555-0144","email_id":"Issac81@gmail.com","dop":"2000-01-31","serial_number":"1033403239328929","imei1":"1033403239328929","imei2":"1033403239328929","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170015,"job_number":"JOB_170015","tr_customer_id":170032,"tr_customer_product_id":170022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:29.000Z","modified_at":"2026-01-29T04:18:29.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10739704061138","imei1":"10739704061138","imei2":"10739704061138","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169967,"job_number":"JOB_169967","tr_customer_id":169984,"tr_customer_product_id":169974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:48.000Z","modified_at":"2026-01-29T04:17:48.000Z","name":"Dock Raynor","mobile_number":"653-907-7882","email_id":"Laury.Goldner54@hotmail.com","dop":"2000-01-31","serial_number":"1095767801177090","imei1":"1095767801177090","imei2":"1095767801177090","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169956,"job_number":"JOB_169956","tr_customer_id":169973,"tr_customer_product_id":169963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:17:46.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10712940788540","imei1":"10712940788540","imei2":"10712940788540","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_151329"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 278ms
Mean size per request: 1007B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMjJ9.BdOV7PkuHOCUZD51r4jk3izCrLH16cR0WGqmLDoSwpk
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 7b971bd6-cddf-4672-833b-4eec3258699c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 27
Request Body
{"searchText":"JOB_170667"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1007
ETag W/"3ef-zpNRWbpOxVTqv21C57c7UlRthac"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":170667,"job_number":"JOB_170667","tr_customer_id":170684,"tr_customer_product_id":170674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:44.000Z","modified_at":"2026-01-29T14:33:56.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16221438407366","imei2":"16221438407366","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:33:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_151329' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_170667
Response Information
Response Code: 200 - OK
Mean time per request: 285ms
Mean size per request: 2.56KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMjJ9.BdOV7PkuHOCUZD51r4jk3izCrLH16cR0WGqmLDoSwpk
Connection keep-alive
Content-Length 0
Content-Type text/plain
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 3b7693b1-bdca-4021-b162-724882b1577c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"a3a-LaJy4atNgRZkoygImyEW2w7F8hE"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 29 Jan 2026 14:33:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"id":170667,"job_number":"JOB_170667","tr_customer_id":170684,"tr_customer_product_id":170674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:44.000Z","modified_at":"2026-01-29T14:33:56.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16221438407366","imei2":"16221438407366","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:33:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","details":[{"id":652615,"mst_action_status":"Job Creation","assigned_by":null,"assigned_to":null,"assigned_on":"2026-01-29T14:33:44.000Z","created_at":"2026-01-29T14:33:44.000Z"},{"id":652616,"mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_to":null,"assigned_on":"2026-01-29T14:33:44.000Z","created_at":"2026-01-29T14:33:44.000Z"},{"id":652617,"mst_action_status":"Pending For Repair","assigned_by":"John Cena","assigned_to":"Mark zuk","assigned_on":"2026-01-29T14:33:48.000Z","created_at":"2026-01-29T14:33:48.000Z"},{"id":652618,"mst_action_status":"Pending For QC","assigned_by":"Mark zuk","assigned_to":null,"assigned_on":"2026-01-29T14:33:51.000Z","created_at":"2026-01-29T14:33:51.000Z"},{"id":652619,"mst_action_status":"Pending for Delivery","assigned_by":"qc qc","assigned_to":null,"assigned_on":"2026-01-29T14:33:53.000Z","created_at":"2026-01-29T14:33:53.000Z"},{"id":652621,"mst_action_status":"Delivered to customer","assigned_by":"fd fd","assigned_to":null,"assigned_on":"2026-01-29T14:33:56.000Z","created_at":"2026-01-29T14:33:56.000Z"},{"id":652622,"mst_action_status":"Job Closed Successfully","assigned_by":"fd fd","assigned_to":null,"assigned_on":"2026-01-29T14:33:56.000Z","created_at":"2026-01-29T14:33:56.000Z"}],"problems":[{"id":152898,"problem":"Smartphone is running slow","remark":"phone slow","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-29T14:33:44.000Z"},{"id":152899,"problem":"Smartphone is running slow","remark":"updated os","added_by":"Mark zuk","role_name":"Engineer","created_at":"2026-01-29T14:33:51.000Z"}],"quatations":[]}}
Test Information
No Tests for this request
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login?
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 690B

Test Pass Percentage
75 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c74ea9ec-c9f5-42f1-a378-8df3a0701f2a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-I5KjA8PqDQnYzYPSVs3QABSksKw"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMzh9.mdUyWbaRjHCGV-7lQOMVD7BWT_OFVDfZUamUaWe45K0"}}
Test Information
NamePassedFailedSkipped
verify if the status code is 200 1 0 0
verify if the response message is Success 1 0 0
verify if the response time is less than 100 0 1 0
verify if the response token is not null 1 0 0
Total 3 1 0
Test Failure
Test NameAssertion Error
verify if the response time is less than 100
expected 259 to be below 100
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login?
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 259ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ca357318-4ec1-49ea-a80a-59d9a91895fb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 72
Request Body
{
            "username": "iamfdinvalid",
            "password": "invalidPassword"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
verify if the status code is 401 0 1 0
verify error message 1 0 0
validate json schema response 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
verify if the status code is 401
expected response to have status code 401 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://v1/userdetails
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-US,en;q=0.9
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMzh9.mdUyWbaRjHCGV-7lQOMVD7BWT_OFVDfZUamUaWe45K0
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1960009c-5932-4134-9609-b4cc8d5a8216
Host
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 282ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-US,en;q=0.9
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMzh9.mdUyWbaRjHCGV-7lQOMVD7BWT_OFVDfZUamUaWe45K0
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c14b86bd-85a8-4f19-8ccd-2f3dac08a266
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-jVnmf/mOLCkTgX4UEWKPrdJUXiY"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:58 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":780},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 290ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-US,en;q=0.9
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMzh9.mdUyWbaRjHCGV-7lQOMVD7BWT_OFVDfZUamUaWe45K0
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 02af3284-5ee7-4103-a0a7-3065b86e7beb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-jVnmf/mOLCkTgX4UEWKPrdJUXiY"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":780},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
verify status code is 200 1 0 0
verify if the keys are present in response data array 1 0 0
Verify if the count for the json object Pending for delivery is Number or not 1 0 0
Verify if the count for the json object Created today is Number or not 1 0 0
Verify if the count for the json object Pending for FST assignment is Number or not 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 265ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-US,en;q=0.9
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMzh9.mdUyWbaRjHCGV-7lQOMVD7BWT_OFVDfZUamUaWe45K0
Connection keep-alive
Content-Length 0
Content-Type text/plain
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 123de7b2-fc5d-4ba0-80cd-5ccf5b7cad1c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 29 Jan 2026 14:33:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 10.53KB

Test Pass Percentage
50 %
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-US,en;q=0.9
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMzh9.mdUyWbaRjHCGV-7lQOMVD7BWT_OFVDfZUamUaWe45K0
Connection keep-alive
Content-Length 0
Content-Type text/plain
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 413ec9f4-521c-452d-ad37-ba4762a3aabd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 29 Jan 2026 14:33:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify whether the key mst_oem is present in the response 1 0 0
verify if the key is storing a non empty array 0 1 0
Total 1 1 0
Test Failure
Test NameAssertion Error
verify if the key is storing a non empty array
expected_keys is not defined
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Praj","last_name":"Test","mobile_number":"1234567891","mobile_number_alt":"","email_id":"praj22@test.com","email_id_alt":""},"customer_address":{"flat_number":"56","apartment_name":"ress","street_name":"4th Cross Road","landmark":"data","area":"4567","pincode":"560066","country":"India","state":"Karnataka"},"customer_product":{"dop":"2026-01-09T18:30:00.000Z","serial_number":"12345678567567","imei1":"12345678567567","imei2":"12345678567567","popurl":"2026-01-09T18:30:00.000Z","product_id":1,"mst_model_id":1},"problems":[{"id":1,"remark":"phone slow"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 311ms
Mean size per request: 233B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMzh9.mdUyWbaRjHCGV-7lQOMVD7BWT_OFVDfZUamUaWe45K0
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4088ebe2-7e5a-4ac3-a2ec-0f5e25a3ff6c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1038
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Praj",
                "last_name": "Test",
                "mobile_number": "1234567891",
                "mobile_number_alt": "",
                "email_id": "praj22@test.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "56",
                "apartment_name": "ress",
                "street_name": "4th Cross Road",
                "landmark": "data",
                "area": "4567",
                "pincode": "560066",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2026-01-09T18:30:00.000Z",
                "serial_number": "12345678567567",
                "imei1": "12161447353277",
                "imei2": "12161447353277",
                "popurl": "2026-01-09T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 1
            },
            "problems": [
                {
                    "id": 1,
                    "remark": "phone slow"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-C21h/8Lj45bcQ1+3tbENsQEurW0"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:33:59 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":170668,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"tr_customer_id":170685,"tr_customer_product_id":170675,"job_number":"JOB_170668"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Praj","last_name":"Test","mobile_number":"1234567891","mobile_number_alt":"","email_id":"praj22@test.com","email_id_alt":""},"customer_address":{"flat_number":"56","apartment_name":"ress","street_name":"4th Cross Road","landmark":"data","area":"4567","pincode":"560066","country":"India","state":"Karnataka"},"customer_product":{"dop":"2026-01-09T18:30:00.000Z","serial_number":"12345678567567","imei1":"12345678567567","imei2":"12345678567567","popurl":"2026-01-09T18:30:00.000Z","product_id":1,"mst_model_id":1},"problems":[{"id":1,"remark":"phone slow"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create?randomNumber=16821902115578
Response Information
Response Code: 200 - OK
Mean time per request: 313ms
Mean size per request: 233B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMzh9.mdUyWbaRjHCGV-7lQOMVD7BWT_OFVDfZUamUaWe45K0
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3ca12830-36b9-46f1-b0fa-4566c1b34b42
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1038
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Praj",
                "last_name": "Test",
                "mobile_number": "1234567891",
                "mobile_number_alt": "",
                "email_id": "praj22@test.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "56",
                "apartment_name": "ress",
                "street_name": "4th Cross Road",
                "landmark": "data",
                "area": "4567",
                "pincode": "560066",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2026-01-09T18:30:00.000Z",
                "serial_number": "12345678567567",
                "imei1": "16821902115578",
                "imei2": "16821902115578",
                "popurl": "2026-01-09T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 1
            },
            "problems": [
                {
                    "id": 1,
                    "remark": "phone slow"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-sYtdGCik/8hUON2DI40tTQXuq1I"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":170669,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"tr_customer_id":170686,"tr_customer_product_id":170676,"job_number":"JOB_170669"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 279ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMzh9.mdUyWbaRjHCGV-7lQOMVD7BWT_OFVDfZUamUaWe45K0
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c15968e3-648b-40bc-87b2-99810b608e46
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-h6LMMT85A9vsayiXGfKJ245dNOg"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":782},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
verify if the count for the created job today is incremented 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 397ms
Mean size per request: 758.58KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMzh9.mdUyWbaRjHCGV-7lQOMVD7BWT_OFVDfZUamUaWe45K0
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Cache-Control no-cache
Postman-Token 9c7b4ea1-5417-4493-8bff-f42634292fa6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"bda4f-bVe64NW0Rwx0sclwtlh7//ghUqs"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 29 Jan 2026 14:34:00 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":170662,"job_number":"JOB_170662","tr_customer_id":170679,"tr_customer_product_id":170669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:24.000Z","modified_at":"2026-01-29T14:30:50.000Z","name":"Opal Hilpert","mobile_number":"469-677-2492","email_id":"Tia_Wehner5@yahoo.com","dop":"2025-10-01","serial_number":"16046327030474","imei1":"16046327030474","imei2":"16046327030474","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:30:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170661,"job_number":"JOB_170661","tr_customer_id":170678,"tr_customer_product_id":170668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:15.000Z","modified_at":"2026-01-29T14:30:15.000Z","name":"Afton Sanford","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"134477990546568","imei1":"134477990546568","imei2":"134477990546568","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170660,"job_number":"JOB_170660","tr_customer_id":170677,"tr_customer_product_id":170667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:14.000Z","modified_at":"2026-01-29T14:30:14.000Z","name":"Jeremie Lynch","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"135274987984350","imei1":"135274987984350","imei2":"135274987984350","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170659,"job_number":"JOB_170659","tr_customer_id":170676,"tr_customer_product_id":170666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:14.000Z","modified_at":"2026-01-29T14:30:14.000Z","name":"Nellie Kemmer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"190504053936811","imei1":"190504053936811","imei2":"190504053936811","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170658,"job_number":"JOB_170658","tr_customer_id":170675,"tr_customer_product_id":170665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:13.000Z","modified_at":"2026-01-29T14:30:13.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"192051065949516","imei1":"192051065949516","imei2":"192051065949516","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170657,"job_number":"JOB_170657","tr_customer_id":170674,"tr_customer_product_id":170664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:00.000Z","modified_at":"2026-01-29T14:30:00.000Z","name":"Kaley Koepp","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"169709661148071","imei1":"169709661148071","imei2":"169709661148071","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170656,"job_number":"JOB_170656","tr_customer_id":170673,"tr_customer_product_id":170663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:00.000Z","modified_at":"2026-01-29T14:30:00.000Z","name":"Camryn Lakin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114954477026693","imei1":"114954477026693","imei2":"114954477026693","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170655,"job_number":"JOB_170655","tr_customer_id":170672,"tr_customer_product_id":170662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:00.000Z","modified_at":"2026-01-29T14:30:00.000Z","name":"Darrick Kessler","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"168539902678161","imei1":"168539902678161","imei2":"168539902678161","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170654,"job_number":"JOB_170654","tr_customer_id":170671,"tr_customer_product_id":170661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:29:59.000Z","modified_at":"2026-01-29T14:29:59.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"112406510523889","imei1":"112406510523889","imei2":"112406510523889","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:29:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170640,"job_number":"JOB_170640","tr_customer_id":170657,"tr_customer_product_id":170647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:19.000Z","modified_at":"2026-01-29T14:10:30.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"79596888003891","imei1":"79596888003891","imei2":"79596888003891","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170639,"job_number":"JOB_170639","tr_customer_id":170656,"tr_customer_product_id":170646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:04.000Z","modified_at":"2026-01-29T14:10:15.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"10200392239708","imei1":"10200392239708","imei2":"10200392239708","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170631,"job_number":"JOB_170631","tr_customer_id":170648,"tr_customer_product_id":170638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:49.000Z","modified_at":"2026-01-29T14:09:59.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"18341397511533","imei1":"18341397511533","imei2":"18341397511533","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:09:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170576,"job_number":"JOB_170576","tr_customer_id":170593,"tr_customer_product_id":170583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:40:21.000Z","modified_at":"2026-01-29T13:15:27.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"10658929738383","imei1":"10658929738383","imei2":"10658929738383","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170575,"job_number":"JOB_170575","tr_customer_id":170592,"tr_customer_product_id":170582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:36:37.000Z","modified_at":"2026-01-29T12:36:37.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"10191171314065","imei1":"10191171314065","imei2":"10191171314065","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170551,"job_number":"JOB_170551","tr_customer_id":170568,"tr_customer_product_id":170558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:16:27.000Z","modified_at":"2026-01-29T12:16:27.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"97707161098983122","imei1":"97707161098983122","imei2":"97707161098983122","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170550,"job_number":"JOB_170550","tr_customer_id":170567,"tr_customer_product_id":170557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:13:23.000Z","modified_at":"2026-01-29T12:13:23.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"9770716109898312","imei1":"9770716109898312","imei2":"9770716109898312","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:13:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170510,"job_number":"JOB_170510","tr_customer_id":170527,"tr_customer_product_id":170517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:16:32.000Z","modified_at":"2026-01-29T11:16:32.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"977071610989831","imei1":"977071610989831","imei2":"977071610989831","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:16:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170485,"job_number":"JOB_170485","tr_customer_id":170502,"tr_customer_product_id":170492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:45:15.000Z","modified_at":"2026-01-29T09:06:22.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"977071610989831","imei1":"977071610989831","imei2":"977071610989831","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:06:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170473,"job_number":"JOB_170473","tr_customer_id":170490,"tr_customer_product_id":170480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:23.000Z","modified_at":"2026-01-29T07:58:34.000Z","name":"Vincent Hyatt","mobile_number":"892-347-9684","email_id":"Hershel_Veum@gmail.com","dop":"2025-11-04","serial_number":"13405906422571","imei1":"13405906422571","imei2":"13405906422571","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170472,"job_number":"JOB_170472","tr_customer_id":170489,"tr_customer_product_id":170479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:09.000Z","modified_at":"2026-01-29T07:58:20.000Z","name":"Esta Collier","mobile_number":"224-777-2629","email_id":"Marlene_Huel62@hotmail.com","dop":"2025-11-04","serial_number":"85826434988131","imei1":"85826434988131","imei2":"85826434988131","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170464,"job_number":"JOB_170464","tr_customer_id":170481,"tr_customer_product_id":170471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:45:07.000Z","modified_at":"2026-01-29T07:45:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Athena_Reinger@yahoo.com","dop":"2025-07-02","serial_number":"15409646448622","imei1":"15409646448622","imei2":"15409646448622","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:45:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170463,"job_number":"JOB_170463","tr_customer_id":170480,"tr_customer_product_id":170470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:44:47.000Z","modified_at":"2026-01-29T07:44:47.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Daphnee.Hammes83@hotmail.com","dop":"2025-07-02","serial_number":"13659206069138","imei1":"13659206069138","imei2":"13659206069138","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:44:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170462,"job_number":"JOB_170462","tr_customer_id":170479,"tr_customer_product_id":170469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:44:25.000Z","modified_at":"2026-01-29T07:44:25.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Justus81@hotmail.com","dop":"2025-07-02","serial_number":"16470960202615","imei1":"16470960202615","imei2":"16470960202615","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170460,"job_number":"JOB_170460","tr_customer_id":170477,"tr_customer_product_id":170467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:40:11.000Z","modified_at":"2026-01-29T07:40:22.000Z","name":"Royal Gusikowski","mobile_number":"536-365-1270","email_id":"Johnathon.Bashirian59@hotmail.com","dop":"2025-11-04","serial_number":"41067482337351","imei1":"41067482337351","imei2":"41067482337351","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:40:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170459,"job_number":"JOB_170459","tr_customer_id":170476,"tr_customer_product_id":170466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:39:55.000Z","modified_at":"2026-01-29T07:40:07.000Z","name":"Declan Orn","mobile_number":"485-379-8511","email_id":"Rocky_Crooks86@yahoo.com","dop":"2025-11-04","serial_number":"32392105313176","imei1":"32392105313176","imei2":"32392105313176","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:40:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170366,"job_number":"JOB_170366","tr_customer_id":170383,"tr_customer_product_id":170373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:56.000Z","modified_at":"2026-01-29T06:42:07.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"86070678264177","imei1":"86070678264177","imei2":"86070678264177","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:42:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170362,"job_number":"JOB_170362","tr_customer_id":170379,"tr_customer_product_id":170369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:40.000Z","modified_at":"2026-01-29T06:41:52.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"75367562556144","imei1":"75367562556144","imei2":"75367562556144","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170334,"job_number":"JOB_170334","tr_customer_id":170351,"tr_customer_product_id":170341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:21.000Z","modified_at":"2026-01-29T06:35:51.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"58322055980187","imei1":"58322055980187","imei2":"58322055980187","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170333,"job_number":"JOB_170333","tr_customer_id":170350,"tr_customer_product_id":170340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:03.000Z","modified_at":"2026-01-29T06:35:16.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"49081405834854","imei1":"49081405834854","imei2":"49081405834854","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:35:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170332,"job_number":"JOB_170332","tr_customer_id":170349,"tr_customer_product_id":170339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:54.000Z","modified_at":"2026-01-29T06:33:54.000Z","name":"Natalia Kessler","mobile_number":"761-543-6488","email_id":"Jade_Satterfield@gmail.com","dop":"2025-06-09","serial_number":"97950778071355780","imei1":"97950778071355780","imei2":"97950778071355780","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170331,"job_number":"JOB_170331","tr_customer_id":170348,"tr_customer_product_id":170338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:52.000Z","modified_at":"2026-01-29T06:33:52.000Z","name":"Jules Zboncak","mobile_number":"455-881-5519","email_id":"Meghan44@gmail.com","dop":"2025-06-09","serial_number":"107302736681477","imei1":"107302736681477","imei2":"107302736681477","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170330,"job_number":"JOB_170330","tr_customer_id":170347,"tr_customer_product_id":170337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:52.000Z","modified_at":"2026-01-29T06:34:05.000Z","name":"Leda Collins","mobile_number":"225-511-1845","email_id":"Kyleigh.Kautzer57@hotmail.com","dop":"2025-06-09","serial_number":"106849741801907","imei1":"106849741801907","imei2":"106849741801907","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:34:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170329,"job_number":"JOB_170329","tr_customer_id":170346,"tr_customer_product_id":170336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:52.000Z","modified_at":"2026-01-29T06:33:52.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109578000036737","imei1":"109578000036737","imei2":"109578000036737","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170328,"job_number":"JOB_170328","tr_customer_id":170345,"tr_customer_product_id":170335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:34.000Z","modified_at":"2026-01-29T06:33:34.000Z","name":"Lindsey Hettinger","mobile_number":"393-703-2324","email_id":"Justyn_Jenkins29@hotmail.com","dop":"2025-06-09","serial_number":"102632198232302","imei1":"102632198232302","imei2":"102632198232302","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170327,"job_number":"JOB_170327","tr_customer_id":170344,"tr_customer_product_id":170334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:34.000Z","modified_at":"2026-01-29T06:33:47.000Z","name":"Chase Kihn","mobile_number":"657-597-7471","email_id":"Julien4@hotmail.com","dop":"2025-06-09","serial_number":"107165057388892","imei1":"107165057388892","imei2":"107165057388892","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:33:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170326,"job_number":"JOB_170326","tr_customer_id":170343,"tr_customer_product_id":170333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:33.000Z","modified_at":"2026-01-29T06:33:33.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102172616443770","imei1":"102172616443770","imei2":"102172616443770","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170325,"job_number":"JOB_170325","tr_customer_id":170342,"tr_customer_product_id":170332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:16.000Z","modified_at":"2026-01-29T06:33:16.000Z","name":"Brooke Spencer","mobile_number":"627-430-8736","email_id":"Jacey30@yahoo.com","dop":"2025-06-09","serial_number":"8270962798696557","imei1":"8270962798696557","imei2":"8270962798696557","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170324,"job_number":"JOB_170324","tr_customer_id":170341,"tr_customer_product_id":170331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:15.000Z","modified_at":"2026-01-29T06:33:15.000Z","name":"Alicia Upton","mobile_number":"814-290-6671","email_id":"Connie.Goodwin66@hotmail.com","dop":"2025-06-09","serial_number":"105069189382942","imei1":"105069189382942","imei2":"105069189382942","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170323,"job_number":"JOB_170323","tr_customer_id":170340,"tr_customer_product_id":170330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:14.000Z","modified_at":"2026-01-29T06:33:28.000Z","name":"Elisa Ryan","mobile_number":"638-513-5547","email_id":"Catalina55@gmail.com","dop":"2025-06-09","serial_number":"108746957862883","imei1":"108746957862883","imei2":"108746957862883","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:33:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170322,"job_number":"JOB_170322","tr_customer_id":170339,"tr_customer_product_id":170329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:14.000Z","modified_at":"2026-01-29T06:33:14.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"102303592410008","imei1":"102303592410008","imei2":"102303592410008","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170321,"job_number":"JOB_170321","tr_customer_id":170338,"tr_customer_product_id":170328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:31:27.000Z","modified_at":"2026-01-29T06:31:51.000Z","name":"Ottis Labadie","mobile_number":"966-793-1574","email_id":"Kristian_Hayes97@gmail.com","dop":"2025-10-01","serial_number":"13893001630037","imei1":"13893001630037","imei2":"13893001630037","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170320,"job_number":"JOB_170320","tr_customer_id":170337,"tr_customer_product_id":170327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:30:58.000Z","modified_at":"2026-01-29T06:31:11.000Z","name":"Robyn Von","mobile_number":"407-528-2637","email_id":"Cleora17@gmail.com","dop":"2025-11-04","serial_number":"85566931991008","imei1":"85566931991008","imei2":"85566931991008","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:31:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170319,"job_number":"JOB_170319","tr_customer_id":170336,"tr_customer_product_id":170326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:30:40.000Z","modified_at":"2026-01-29T06:30:53.000Z","name":"Athena Kling","mobile_number":"392-554-0171","email_id":"Buddy_Aufderhar81@yahoo.com","dop":"2025-11-04","serial_number":"70505521790134","imei1":"70505521790134","imei2":"70505521790134","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:30:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170318,"job_number":"JOB_170318","tr_customer_id":170335,"tr_customer_product_id":170325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:30:23.000Z","modified_at":"2026-01-29T06:30:35.000Z","name":"Lela Treutel","mobile_number":"692-467-9811","email_id":"April86@yahoo.com","dop":"2025-11-04","serial_number":"35397617622191","imei1":"35397617622191","imei2":"35397617622191","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:30:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170085,"job_number":"JOB_170085","tr_customer_id":170102,"tr_customer_product_id":170092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:00:51.000Z","modified_at":"2026-01-29T05:00:51.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10286259884544","imei1":"10286259884544","imei2":"10286259884544","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:00:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170084,"job_number":"JOB_170084","tr_customer_id":170101,"tr_customer_product_id":170091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:00:51.000Z","modified_at":"2026-01-29T05:01:01.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"18405303130112","imei1":"18405303130112","imei2":"18405303130112","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170031,"job_number":"JOB_170031","tr_customer_id":170048,"tr_customer_product_id":170038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:39.000Z","modified_at":"2026-01-29T04:18:48.000Z","name":"Sarah Borer","mobile_number":"728-577-0903","email_id":"Merlin.Dibbert32@hotmail.com","dop":"2025-12-31","serial_number":"10819361310270","imei1":"10819361310270","imei2":"10819361310270","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170024,"job_number":"JOB_170024","tr_customer_id":170041,"tr_customer_product_id":170031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:36.000Z","modified_at":"2026-01-29T04:18:36.000Z","name":"Lavada Kub","mobile_number":"725-504-9986","email_id":"Quincy46@hotmail.com","dop":"2025-06-09","serial_number":"100552901932869","imei1":"100552901932869","imei2":"100552901932869","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170023,"job_number":"JOB_170023","tr_customer_id":170040,"tr_customer_product_id":170030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:35.000Z","modified_at":"2026-01-29T04:18:46.000Z","name":"Katharina Cruickshank","mobile_number":"924-627-4792","email_id":"Brianne21@yahoo.com","dop":"2025-06-09","serial_number":"109465015397039","imei1":"109465015397039","imei2":"109465015397039","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170022,"job_number":"JOB_170022","tr_customer_id":170039,"tr_customer_product_id":170029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:35.000Z","modified_at":"2026-01-29T04:18:35.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"102690346307484","imei1":"102690346307484","imei2":"102690346307484","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170012,"job_number":"JOB_170012","tr_customer_id":170029,"tr_customer_product_id":170019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:26.000Z","modified_at":"2026-01-29T04:18:35.000Z","name":"Chris Thompson","mobile_number":"845-539-7106","email_id":"Sigurd.Orn95@hotmail.com","dop":"2025-12-31","serial_number":"10467693498151","imei1":"10467693498151","imei2":"10467693498151","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170011,"job_number":"JOB_170011","tr_customer_id":170028,"tr_customer_product_id":170018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:20.000Z","modified_at":"2026-01-29T04:18:20.000Z","name":"Osborne Baumbach","mobile_number":"269-391-4648","email_id":"Amanda.Schoen6@yahoo.com","dop":"2025-06-09","serial_number":"101461346840938","imei1":"101461346840938","imei2":"101461346840938","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170010,"job_number":"JOB_170010","tr_customer_id":170027,"tr_customer_product_id":170017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:20.000Z","modified_at":"2026-01-29T04:18:31.000Z","name":"Durward Purdy","mobile_number":"439-238-6780","email_id":"Casimir94@hotmail.com","dop":"2025-06-09","serial_number":"109558957991032","imei1":"109558957991032","imei2":"109558957991032","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170009,"job_number":"JOB_170009","tr_customer_id":170026,"tr_customer_product_id":170016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:19.000Z","modified_at":"2026-01-29T04:18:19.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"105528713661639","imei1":"105528713661639","imei2":"105528713661639","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170008,"job_number":"JOB_170008","tr_customer_id":170025,"tr_customer_product_id":170015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:12.000Z","modified_at":"2026-01-29T04:18:22.000Z","name":"Lincoln Homenick","mobile_number":"817-973-4755","email_id":"Monique17@gmail.com","dop":"2025-12-31","serial_number":"10496055051791","imei1":"10496055051791","imei2":"10496055051791","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170004,"job_number":"JOB_170004","tr_customer_id":170021,"tr_customer_product_id":170011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:04.000Z","modified_at":"2026-01-29T04:18:04.000Z","name":"Eryn Bruen","mobile_number":"519-308-8273","email_id":"Meggie3@yahoo.com","dop":"2025-06-09","serial_number":"101844397816375","imei1":"101844397816375","imei2":"101844397816375","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170003,"job_number":"JOB_170003","tr_customer_id":170020,"tr_customer_product_id":170010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:04.000Z","modified_at":"2026-01-29T04:18:15.000Z","name":"Guillermo Hintz","mobile_number":"779-876-9730","email_id":"Darrick_Keeling78@hotmail.com","dop":"2025-06-09","serial_number":"104831108983090","imei1":"104831108983090","imei2":"104831108983090","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170002,"job_number":"JOB_170002","tr_customer_id":170019,"tr_customer_product_id":170009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:03.000Z","modified_at":"2026-01-29T04:18:03.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"105825948977618","imei1":"105825948977618","imei2":"105825948977618","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169990,"job_number":"JOB_169990","tr_customer_id":170007,"tr_customer_product_id":169997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"Josefina Schuppe","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"188490740819099","imei1":"188490740819099","imei2":"188490740819099","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169989,"job_number":"JOB_169989","tr_customer_id":170006,"tr_customer_product_id":169996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"Nola Steuber","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"129136019390741","imei1":"129136019390741","imei2":"129136019390741","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169988,"job_number":"JOB_169988","tr_customer_id":170004,"tr_customer_product_id":169995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:17:59.000Z","name":"Cleveland Nader","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"160593098261144","imei1":"160593098261144","imei2":"160593098261144","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169985,"job_number":"JOB_169985","tr_customer_id":170002,"tr_customer_product_id":169992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:17:59.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"178943905284676","imei1":"178943905284676","imei2":"178943905284676","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169979,"job_number":"JOB_169979","tr_customer_id":169996,"tr_customer_product_id":169986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:17:57.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"14778791158538","imei1":"14778791158538","imei2":"14778791158538","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169976,"job_number":"JOB_169976","tr_customer_id":169993,"tr_customer_product_id":169983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:18:06.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19471419291588","imei1":"19471419291588","imei2":"19471419291588","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169965,"job_number":"JOB_169965","tr_customer_id":169982,"tr_customer_product_id":169972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:48.000Z","modified_at":"2026-01-29T04:18:12.000Z","name":"Stanley Olson","mobile_number":"293-523-0223","email_id":"Wendy_Witting55@gmail.com","dop":"2025-10-01","serial_number":"18988258327942","imei1":"18988258327942","imei2":"18988258327942","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169963,"job_number":"JOB_169963","tr_customer_id":169980,"tr_customer_product_id":169970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Lela Boyle","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"113807506462303","imei1":"113807506462303","imei2":"113807506462303","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169962,"job_number":"JOB_169962","tr_customer_id":169979,"tr_customer_product_id":169969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Calista Schuppe","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"108590264598891","imei1":"108590264598891","imei2":"108590264598891","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169960,"job_number":"JOB_169960","tr_customer_id":169977,"tr_customer_product_id":169967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Johann Dibbert","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"184192556731387","imei1":"184192556731387","imei2":"184192556731387","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169957,"job_number":"JOB_169957","tr_customer_id":169974,"tr_customer_product_id":169964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:17:46.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"190716491907042","imei1":"190716491907042","imei2":"190716491907042","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169928,"job_number":"JOB_169928","tr_customer_id":169945,"tr_customer_product_id":169935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:55.000Z","modified_at":"2026-01-29T04:17:04.000Z","name":"giyu tomiaka","mobile_number":"300-376-0245","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"992077779167119","imei1":"992077779167119","imei2":"992077779167119","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169927,"job_number":"JOB_169927","tr_customer_id":169944,"tr_customer_product_id":169934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:53.000Z","modified_at":"2026-01-29T04:16:53.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Ralph.Reilly@hotmail.com","dop":"2025-07-02","serial_number":"15208020586693","imei1":"15208020586693","imei2":"15208020586693","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169918,"job_number":"JOB_169918","tr_customer_id":169935,"tr_customer_product_id":169925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:43.000Z","modified_at":"2026-01-29T04:16:52.000Z","name":"tanjiro kamado","mobile_number":"597-440-8271","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"771107984364553","imei1":"771107984364553","imei2":"771107984364553","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169913,"job_number":"JOB_169913","tr_customer_id":169930,"tr_customer_product_id":169920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Ronaldo_Kulas@gmail.com","dop":"2025-07-02","serial_number":"16826565478339","imei1":"16826565478339","imei2":"16826565478339","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169906,"job_number":"JOB_169906","tr_customer_id":169923,"tr_customer_product_id":169913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:31.000Z","modified_at":"2026-01-29T04:16:41.000Z","name":"saitama sensei","mobile_number":"849-330-7706","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"238347889613895","imei1":"238347889613895","imei2":"238347889613895","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169890,"job_number":"JOB_169890","tr_customer_id":169907,"tr_customer_product_id":169897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:18.000Z","modified_at":"2026-01-29T04:16:18.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Catalina_Beer85@hotmail.com","dop":"2025-07-02","serial_number":"11468399750888","imei1":"11468399750888","imei2":"11468399750888","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170669,"job_number":"JOB_170669","tr_customer_id":170686,"tr_customer_product_id":170676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:34:00.000Z","modified_at":"2026-01-29T14:34:00.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16821902115578","imei2":"16821902115578","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:34:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170668,"job_number":"JOB_170668","tr_customer_id":170685,"tr_customer_product_id":170675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:59.000Z","modified_at":"2026-01-29T14:33:59.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12161447353277","imei2":"12161447353277","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170667,"job_number":"JOB_170667","tr_customer_id":170684,"tr_customer_product_id":170674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:44.000Z","modified_at":"2026-01-29T14:33:56.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16221438407366","imei2":"16221438407366","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:33:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170666,"job_number":"JOB_170666","tr_customer_id":170683,"tr_customer_product_id":170673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:44.000Z","modified_at":"2026-01-29T14:33:44.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17620259137506","imei2":"17620259137506","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170665,"job_number":"JOB_170665","tr_customer_id":170682,"tr_customer_product_id":170672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:43.000Z","modified_at":"2026-01-29T14:33:43.000Z","name":"Jessica Bernhard","mobile_number":"832-560-6687","email_id":"Vernie_Klocko@hotmail.com","dop":"2025-04-06","serial_number":"17593189206573856","imei1":"17593189206573856","imei2":"17593189206573856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170664,"job_number":"JOB_170664","tr_customer_id":170681,"tr_customer_product_id":170671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:42.000Z","modified_at":"2026-01-29T14:33:56.000Z","name":"Madelyn Grant","mobile_number":"456-703-9202","email_id":"Maegan.Homenick29@gmail.com","dop":"2025-04-06","serial_number":"17423928987389","imei1":"17423928987389","imei2":"17423928987389","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-29T14:33:56.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":170663,"job_number":"JOB_170663","tr_customer_id":170680,"tr_customer_product_id":170670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:42.000Z","modified_at":"2026-01-29T14:33:42.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18144335562909","imei1":"18144335562909","imei2":"18144335562909","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170653,"job_number":"JOB_170653","tr_customer_id":170670,"tr_customer_product_id":170660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:11:07.000Z","modified_at":"2026-01-29T14:11:07.000Z","name":"Colin Mann","mobile_number":"500-258-1892","email_id":"Chaz.Thompson17@gmail.com","dop":"2025-04-06","serial_number":"15145090007362290","imei1":"15145090007362290","imei2":"15145090007362290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:11:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170652,"job_number":"JOB_170652","tr_customer_id":170669,"tr_customer_product_id":170659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:11:05.000Z","modified_at":"2026-01-29T14:11:43.000Z","name":"Gabrielle Gerhold","mobile_number":"647-954-9594","email_id":"Jacynthe_Robel0@gmail.com","dop":"2025-04-06","serial_number":"18578815429337","imei1":"18578815429337","imei2":"18578815429337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:11:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170651,"job_number":"JOB_170651","tr_customer_id":170668,"tr_customer_product_id":170658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:11:05.000Z","modified_at":"2026-01-29T14:11:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14497840140645","imei1":"14497840140645","imei2":"14497840140645","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:11:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170650,"job_number":"JOB_170650","tr_customer_id":170667,"tr_customer_product_id":170657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:29.000Z","modified_at":"2026-01-29T14:10:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54403093365360","imei1":"54403093365360","imei2":"54403093365360","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170649,"job_number":"JOB_170649","tr_customer_id":170666,"tr_customer_product_id":170656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:28.000Z","modified_at":"2026-01-29T14:10:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36396773416077","imei1":"36396773416077","imei2":"36396773416077","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170648,"job_number":"JOB_170648","tr_customer_id":170665,"tr_customer_product_id":170655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:28.000Z","modified_at":"2026-01-29T14:10:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62451219327262","imei1":"62451219327262","imei2":"62451219327262","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170647,"job_number":"JOB_170647","tr_customer_id":170664,"tr_customer_product_id":170654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:28.000Z","modified_at":"2026-01-29T14:10:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87680375735673","imei1":"87680375735673","imei2":"87680375735673","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170646,"job_number":"JOB_170646","tr_customer_id":170663,"tr_customer_product_id":170653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:27.000Z","modified_at":"2026-01-29T14:10:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53855674847277","imei1":"53855674847277","imei2":"53855674847277","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170645,"job_number":"JOB_170645","tr_customer_id":170662,"tr_customer_product_id":170652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:27.000Z","modified_at":"2026-01-29T14:10:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32205266543222","imei1":"32205266543222","imei2":"32205266543222","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170644,"job_number":"JOB_170644","tr_customer_id":170661,"tr_customer_product_id":170651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:27.000Z","modified_at":"2026-01-29T14:10:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80476885755767","imei1":"80476885755767","imei2":"80476885755767","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170643,"job_number":"JOB_170643","tr_customer_id":170660,"tr_customer_product_id":170650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:21.000Z","modified_at":"2026-01-29T14:10:21.000Z","name":"Mabel Von","mobile_number":"545-600-8748","email_id":"Dustin.Littel@gmail.com","dop":"2025-04-06","serial_number":"15696888684715178","imei1":"15696888684715178","imei2":"15696888684715178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170642,"job_number":"JOB_170642","tr_customer_id":170659,"tr_customer_product_id":170649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:20.000Z","modified_at":"2026-01-29T14:10:58.000Z","name":"Davin Walker","mobile_number":"787-579-2037","email_id":"Ansley_Schmitt48@hotmail.com","dop":"2025-04-06","serial_number":"16632479613436","imei1":"16632479613436","imei2":"16632479613436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170641,"job_number":"JOB_170641","tr_customer_id":170658,"tr_customer_product_id":170648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:20.000Z","modified_at":"2026-01-29T14:10:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16471020128168","imei1":"16471020128168","imei2":"16471020128168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170638,"job_number":"JOB_170638","tr_customer_id":170655,"tr_customer_product_id":170645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:54.000Z","modified_at":"2026-01-29T14:10:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"77711799189048","imei1":"77711799189048","imei2":"77711799189048","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170637,"job_number":"JOB_170637","tr_customer_id":170654,"tr_customer_product_id":170644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:54.000Z","modified_at":"2026-01-29T14:09:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45530510234866","imei1":"45530510234866","imei2":"45530510234866","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170636,"job_number":"JOB_170636","tr_customer_id":170653,"tr_customer_product_id":170643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:54.000Z","modified_at":"2026-01-29T14:09:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11857570018969","imei1":"11857570018969","imei2":"11857570018969","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170635,"job_number":"JOB_170635","tr_customer_id":170652,"tr_customer_product_id":170642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:53.000Z","modified_at":"2026-01-29T14:09:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27348167769992","imei1":"27348167769992","imei2":"27348167769992","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170634,"job_number":"JOB_170634","tr_customer_id":170651,"tr_customer_product_id":170641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:53.000Z","modified_at":"2026-01-29T14:09:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13241669324108","imei1":"13241669324108","imei2":"13241669324108","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170633,"job_number":"JOB_170633","tr_customer_id":170650,"tr_customer_product_id":170640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:53.000Z","modified_at":"2026-01-29T14:09:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64298473275873","imei1":"64298473275873","imei2":"64298473275873","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170632,"job_number":"JOB_170632","tr_customer_id":170649,"tr_customer_product_id":170639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:52.000Z","modified_at":"2026-01-29T14:09:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51495525421831","imei1":"51495525421831","imei2":"51495525421831","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170630,"job_number":"JOB_170630","tr_customer_id":170647,"tr_customer_product_id":170637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:42.000Z","modified_at":"2026-01-29T14:09:42.000Z","name":"Sydney Hodkiewicz","mobile_number":"723-344-1980","email_id":"Adrien94@gmail.com","dop":"2025-04-06","serial_number":"10417035467645472","imei1":"10417035467645472","imei2":"10417035467645472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170629,"job_number":"JOB_170629","tr_customer_id":170646,"tr_customer_product_id":170636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:40.000Z","modified_at":"2026-01-29T14:10:22.000Z","name":"Wilton Hettinger","mobile_number":"211-746-1732","email_id":"Horace.Larson@yahoo.com","dop":"2025-04-06","serial_number":"16665506948731","imei1":"16665506948731","imei2":"16665506948731","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170628,"job_number":"JOB_170628","tr_customer_id":170645,"tr_customer_product_id":170635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:36.000Z","modified_at":"2026-01-29T14:09:36.000Z","name":"Sabina Russel","mobile_number":"603-905-7728","email_id":"Erick.Green@hotmail.com","dop":"2025-04-06","serial_number":"12765122914716278","imei1":"12765122914716278","imei2":"12765122914716278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170627,"job_number":"JOB_170627","tr_customer_id":170644,"tr_customer_product_id":170634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:35.000Z","modified_at":"2026-01-29T14:10:13.000Z","name":"Arnulfo Pacocha","mobile_number":"952-876-5615","email_id":"Dawn21@gmail.com","dop":"2025-04-06","serial_number":"10043256847780","imei1":"10043256847780","imei2":"10043256847780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170626,"job_number":"JOB_170626","tr_customer_id":170643,"tr_customer_product_id":170633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:34.000Z","modified_at":"2026-01-29T14:09:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13271255174915","imei1":"13271255174915","imei2":"13271255174915","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170625,"job_number":"JOB_170625","tr_customer_id":170642,"tr_customer_product_id":170632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:19.000Z","modified_at":"2026-01-29T14:09:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"67702757598973","imei1":"67702757598973","imei2":"67702757598973","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:09:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170624,"job_number":"JOB_170624","tr_customer_id":170641,"tr_customer_product_id":170631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:19.000Z","modified_at":"2026-01-29T14:09:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13699333898819","imei1":"13699333898819","imei2":"13699333898819","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170623,"job_number":"JOB_170623","tr_customer_id":170640,"tr_customer_product_id":170630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:19.000Z","modified_at":"2026-01-29T14:09:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62790160479191","imei1":"62790160479191","imei2":"62790160479191","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170622,"job_number":"JOB_170622","tr_customer_id":170639,"tr_customer_product_id":170629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:18.000Z","modified_at":"2026-01-29T14:09:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37116685992248","imei1":"37116685992248","imei2":"37116685992248","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170621,"job_number":"JOB_170621","tr_customer_id":170638,"tr_customer_product_id":170628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:18.000Z","modified_at":"2026-01-29T14:09:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46648017332110","imei1":"46648017332110","imei2":"46648017332110","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170620,"job_number":"JOB_170620","tr_customer_id":170637,"tr_customer_product_id":170627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:18.000Z","modified_at":"2026-01-29T14:09:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35629917911906","imei1":"35629917911906","imei2":"35629917911906","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170619,"job_number":"JOB_170619","tr_customer_id":170636,"tr_customer_product_id":170626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:17.000Z","modified_at":"2026-01-29T14:09:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59836183781698","imei1":"59836183781698","imei2":"59836183781698","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170618,"job_number":"JOB_170618","tr_customer_id":170635,"tr_customer_product_id":170625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:01:10.000Z","modified_at":"2026-01-29T14:01:12.000Z","name":"vedika singh","mobile_number":"9000000002","email_id":"vedika@gmail.com","dop":"2026-01-19","serial_number":"17041667492242","imei1":"17041667492242","imei2":"17041667492242","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170617,"job_number":"JOB_170617","tr_customer_id":170634,"tr_customer_product_id":170624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:01:07.000Z","modified_at":"2026-01-29T14:01:09.000Z","name":"ved singh","mobile_number":"9000000001","email_id":"ved@gmail.com","dop":"2026-01-19","serial_number":"18882897602096","imei1":"18882897602096","imei2":"18882897602096","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:01:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170616,"job_number":"JOB_170616","tr_customer_id":170633,"tr_customer_product_id":170623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:01:05.000Z","modified_at":"2026-01-29T14:01:07.000Z","name":"navin singh","mobile_number":"9000000000","email_id":"navin@gmail.com","dop":"2026-01-19","serial_number":"12126963812128","imei1":"12126963812128","imei2":"12126963812128","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:01:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170615,"job_number":"JOB_170615","tr_customer_id":170632,"tr_customer_product_id":170622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:50:35.000Z","modified_at":"2026-01-29T13:50:35.000Z","name":"Dion Batz","mobile_number":"795-535-5219","email_id":"Khalil_Davis@hotmail.com","dop":"2026-01-23","serial_number":"139235630811846","imei1":"139235630811846","imei2":"139235630811846","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170614,"job_number":"JOB_170614","tr_customer_id":170631,"tr_customer_product_id":170621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:38.000Z","modified_at":"2026-01-29T13:47:38.000Z","name":"Lucinda Koelpin","mobile_number":"751-655-1790","email_id":"Deangelo98@gmail.com","dop":"2025-04-13","serial_number":"1037337323091540","imei1":"1037337323091540","imei2":"1037337323091540","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170613,"job_number":"JOB_170613","tr_customer_id":170630,"tr_customer_product_id":170620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:38.000Z","modified_at":"2026-01-29T13:47:40.000Z","name":"Eino Balistreri","mobile_number":"972-937-6551","email_id":"Trent17@hotmail.com","dop":"2025-04-13","serial_number":"10824970651691","imei1":"10824970651691","imei2":"10824970651691","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:47:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170612,"job_number":"JOB_170612","tr_customer_id":170629,"tr_customer_product_id":170619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:11.000Z","modified_at":"2026-01-29T13:47:11.000Z","name":"Maribel Wolff","mobile_number":"214-481-6880","email_id":"Rosie_Hayes10@hotmail.com","dop":"2025-04-13","serial_number":"1054714305924975","imei1":"1054714305924975","imei2":"1054714305924975","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:47:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170611,"job_number":"JOB_170611","tr_customer_id":170628,"tr_customer_product_id":170618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:11.000Z","modified_at":"2026-01-29T13:47:17.000Z","name":"Dennis Howe","mobile_number":"472-915-3095","email_id":"Claud84@gmail.com","dop":"2025-04-13","serial_number":"10988577357850","imei1":"10988577357850","imei2":"10988577357850","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170610,"job_number":"JOB_170610","tr_customer_id":170627,"tr_customer_product_id":170617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:42:39.000Z","modified_at":"2026-01-29T13:42:39.000Z","name":"Ruben Wolff","mobile_number":"998-279-0271","email_id":"Hailie_Connelly93@yahoo.com","dop":"2025-04-13","serial_number":"1009744602322156","imei1":"1009744602322156","imei2":"1009744602322156","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170609,"job_number":"JOB_170609","tr_customer_id":170626,"tr_customer_product_id":170616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:42:38.000Z","modified_at":"2026-01-29T13:42:41.000Z","name":"Noelia Champlin","mobile_number":"814-699-2963","email_id":"Constance63@gmail.com","dop":"2025-04-13","serial_number":"10901314236664","imei1":"10901314236664","imei2":"10901314236664","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170608,"job_number":"JOB_170608","tr_customer_id":170625,"tr_customer_product_id":170615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:41:14.000Z","modified_at":"2026-01-29T13:41:14.000Z","name":"Daren Schamberger","mobile_number":"291-502-9600","email_id":"Demetrius_Beier76@hotmail.com","dop":"2026-01-23","serial_number":"139285000057022","imei1":"139285000057022","imei2":"139285000057022","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:41:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170607,"job_number":"JOB_170607","tr_customer_id":170624,"tr_customer_product_id":170614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:40:16.000Z","modified_at":"2026-01-29T13:40:16.000Z","name":"Conor Rutherford","mobile_number":"236-208-2545","email_id":"May58@yahoo.com","dop":"2026-01-23","serial_number":"18390069402972","imei1":"18390069402972","imei2":"18390069402972","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:40:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170606,"job_number":"JOB_170606","tr_customer_id":170623,"tr_customer_product_id":170613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:40:11.000Z","modified_at":"2026-01-29T13:40:11.000Z","name":"Carmel Upton","mobile_number":"934-686-6109","email_id":"Ardella0@yahoo.com","dop":"2026-01-19","serial_number":"12800249645231","imei1":"12800249645231","imei2":"12800249645231","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170605,"job_number":"JOB_170605","tr_customer_id":170622,"tr_customer_product_id":170612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:31.000Z","modified_at":"2026-01-29T13:28:31.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15252162674181","imei1":"15252162674181","imei2":"15252162674181","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170604,"job_number":"JOB_170604","tr_customer_id":170621,"tr_customer_product_id":170611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:30.000Z","modified_at":"2026-01-29T13:28:41.000Z","name":"Marcelino Nienow","mobile_number":"912-452-2157","email_id":"Randall.Hettinger@hotmail.com","dop":"2026-01-04","serial_number":"17164848171881","imei1":"17164848171881","imei2":"17164848171881","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170603,"job_number":"JOB_170603","tr_customer_id":170620,"tr_customer_product_id":170610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:30.000Z","modified_at":"2026-01-29T13:28:30.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17168215455938","imei1":"17168215455938","imei2":"17168215455938","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170602,"job_number":"JOB_170602","tr_customer_id":170619,"tr_customer_product_id":170609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:18.000Z","modified_at":"2026-01-29T13:28:18.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"81195005187923","imei1":"81195005187923","imei2":"81195005187923","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170601,"job_number":"JOB_170601","tr_customer_id":170618,"tr_customer_product_id":170608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:18.000Z","modified_at":"2026-01-29T13:28:28.000Z","name":"Leora Feest","mobile_number":"465-750-1407","email_id":"Gaston56@yahoo.com","dop":"2026-01-04","serial_number":"12787010096036","imei1":"12787010096036","imei2":"12787010096036","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170600,"job_number":"JOB_170600","tr_customer_id":170617,"tr_customer_product_id":170607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:18.000Z","modified_at":"2026-01-29T13:28:18.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13921813166721","imei1":"13921813166721","imei2":"13921813166721","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170599,"job_number":"JOB_170599","tr_customer_id":170616,"tr_customer_product_id":170606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:05.000Z","modified_at":"2026-01-29T13:28:05.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"39025816593383","imei1":"39025816593383","imei2":"39025816593383","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170598,"job_number":"JOB_170598","tr_customer_id":170615,"tr_customer_product_id":170605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:05.000Z","modified_at":"2026-01-29T13:28:16.000Z","name":"Lura Schmidt","mobile_number":"882-863-3675","email_id":"Gia63@hotmail.com","dop":"2026-01-04","serial_number":"16241769111764","imei1":"16241769111764","imei2":"16241769111764","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:28:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170597,"job_number":"JOB_170597","tr_customer_id":170614,"tr_customer_product_id":170604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:05.000Z","modified_at":"2026-01-29T13:28:05.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15764276875722","imei1":"15764276875722","imei2":"15764276875722","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170596,"job_number":"JOB_170596","tr_customer_id":170613,"tr_customer_product_id":170603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:14.000Z","modified_at":"2026-01-29T13:14:14.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"101826994044456","imei1":"101826994044456","imei2":"101826994044456","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170595,"job_number":"JOB_170595","tr_customer_id":170612,"tr_customer_product_id":170602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:14.000Z","modified_at":"2026-01-29T13:14:23.000Z","name":"Antonio Hauck","mobile_number":"737-984-1740","email_id":"Yasmeen74@gmail.com","dop":"2026-01-04","serial_number":"11268532122925","imei1":"11268532122925","imei2":"11268532122925","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:14:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170594,"job_number":"JOB_170594","tr_customer_id":170611,"tr_customer_product_id":170601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:13.000Z","modified_at":"2026-01-29T13:14:13.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17246229451653","imei1":"17246229451653","imei2":"17246229451653","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170593,"job_number":"JOB_170593","tr_customer_id":170610,"tr_customer_product_id":170600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:02.000Z","modified_at":"2026-01-29T13:14:02.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"34279997832217","imei1":"34279997832217","imei2":"34279997832217","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170592,"job_number":"JOB_170592","tr_customer_id":170609,"tr_customer_product_id":170599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:02.000Z","modified_at":"2026-01-29T13:14:12.000Z","name":"Noemie Murray","mobile_number":"546-439-5110","email_id":"Franz.Flatley@gmail.com","dop":"2026-01-04","serial_number":"17831223115200","imei1":"17831223115200","imei2":"17831223115200","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:14:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170591,"job_number":"JOB_170591","tr_customer_id":170608,"tr_customer_product_id":170598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:02.000Z","modified_at":"2026-01-29T13:14:02.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13846949774491","imei1":"13846949774491","imei2":"13846949774491","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170590,"job_number":"JOB_170590","tr_customer_id":170607,"tr_customer_product_id":170597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:13:51.000Z","modified_at":"2026-01-29T13:13:51.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"94810015130408","imei1":"94810015130408","imei2":"94810015130408","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:13:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170589,"job_number":"JOB_170589","tr_customer_id":170606,"tr_customer_product_id":170596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:13:50.000Z","modified_at":"2026-01-29T13:14:00.000Z","name":"Gladyce Williamson","mobile_number":"797-459-6456","email_id":"Myrna.Larson@hotmail.com","dop":"2026-01-04","serial_number":"18097877184785","imei1":"18097877184785","imei2":"18097877184785","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:14:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170588,"job_number":"JOB_170588","tr_customer_id":170605,"tr_customer_product_id":170595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:13:50.000Z","modified_at":"2026-01-29T13:13:50.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17470816007528","imei1":"17470816007528","imei2":"17470816007528","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:13:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170587,"job_number":"JOB_170587","tr_customer_id":170604,"tr_customer_product_id":170594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:11:01.000Z","modified_at":"2026-01-29T13:11:01.000Z","name":"Anamika Tagore","mobile_number":"7090685677","email_id":"devani.embranthiri@gmail.com","dop":"2026-01-19","serial_number":"081482321366832","imei1":"081482321366832","imei2":"081482321366832","popurl":"www.atreyi-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:11:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170586,"job_number":"JOB_170586","tr_customer_id":170603,"tr_customer_product_id":170593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:56.000Z","modified_at":"2026-01-29T13:03:56.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"106188952658294","imei1":"106188952658294","imei2":"106188952658294","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170585,"job_number":"JOB_170585","tr_customer_id":170602,"tr_customer_product_id":170592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:55.000Z","modified_at":"2026-01-29T13:04:05.000Z","name":"Skylar Grady","mobile_number":"970-888-8251","email_id":"Eric.Sanford60@yahoo.com","dop":"2026-01-04","serial_number":"13272956538999","imei1":"13272956538999","imei2":"13272956538999","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:04:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170584,"job_number":"JOB_170584","tr_customer_id":170601,"tr_customer_product_id":170591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:55.000Z","modified_at":"2026-01-29T13:03:55.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15710936490561","imei1":"15710936490561","imei2":"15710936490561","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170583,"job_number":"JOB_170583","tr_customer_id":170600,"tr_customer_product_id":170590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:44.000Z","modified_at":"2026-01-29T13:03:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51593891280494","imei1":"51593891280494","imei2":"51593891280494","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170582,"job_number":"JOB_170582","tr_customer_id":170599,"tr_customer_product_id":170589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:44.000Z","modified_at":"2026-01-29T13:03:53.000Z","name":"Ophelia Ruecker","mobile_number":"936-753-6545","email_id":"Rubie.White37@gmail.com","dop":"2026-01-04","serial_number":"15631980934310","imei1":"15631980934310","imei2":"15631980934310","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:03:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170581,"job_number":"JOB_170581","tr_customer_id":170598,"tr_customer_product_id":170588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:44.000Z","modified_at":"2026-01-29T13:03:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18543401995104","imei1":"18543401995104","imei2":"18543401995104","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170580,"job_number":"JOB_170580","tr_customer_id":170597,"tr_customer_product_id":170587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:33.000Z","modified_at":"2026-01-29T13:03:33.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"55459891588674","imei1":"55459891588674","imei2":"55459891588674","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170579,"job_number":"JOB_170579","tr_customer_id":170596,"tr_customer_product_id":170586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:32.000Z","modified_at":"2026-01-29T13:03:42.000Z","name":"Betty Walker","mobile_number":"757-261-2480","email_id":"Bridget.Tromp33@hotmail.com","dop":"2026-01-04","serial_number":"10011699735819","imei1":"10011699735819","imei2":"10011699735819","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:03:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170578,"job_number":"JOB_170578","tr_customer_id":170595,"tr_customer_product_id":170585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:32.000Z","modified_at":"2026-01-29T13:03:32.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14481599718290","imei1":"14481599718290","imei2":"14481599718290","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170577,"job_number":"JOB_170577","tr_customer_id":170594,"tr_customer_product_id":170584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:02:46.000Z","modified_at":"2026-01-29T13:02:46.000Z","name":"Rohan Johar","mobile_number":"7018972615","email_id":"manikya.somayaji@hotmail.com","dop":"2026-01-19","serial_number":"485879120274246","imei1":"485879120274246","imei2":"485879120274246","popurl":"www.naveen-pothuvaal.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:02:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170574,"job_number":"JOB_170574","tr_customer_id":170591,"tr_customer_product_id":170581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:50.000Z","modified_at":"2026-01-29T12:25:50.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"27208133878736","imei1":"27208133878736","imei2":"27208133878736","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170573,"job_number":"JOB_170573","tr_customer_id":170590,"tr_customer_product_id":170580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:49.000Z","modified_at":"2026-01-29T12:26:00.000Z","name":"Herbert Harber","mobile_number":"722-495-1013","email_id":"Susanna_Witting@gmail.com","dop":"2026-01-04","serial_number":"10367951325902","imei1":"10367951325902","imei2":"10367951325902","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:26:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170572,"job_number":"JOB_170572","tr_customer_id":170589,"tr_customer_product_id":170579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:49.000Z","modified_at":"2026-01-29T12:25:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19376722880369","imei1":"19376722880369","imei2":"19376722880369","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170571,"job_number":"JOB_170571","tr_customer_id":170588,"tr_customer_product_id":170578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:37.000Z","modified_at":"2026-01-29T12:25:37.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"65194808903664","imei1":"65194808903664","imei2":"65194808903664","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170570,"job_number":"JOB_170570","tr_customer_id":170587,"tr_customer_product_id":170577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:36.000Z","modified_at":"2026-01-29T12:25:47.000Z","name":"Alexandro Kub","mobile_number":"764-227-7248","email_id":"Jana97@gmail.com","dop":"2026-01-04","serial_number":"10000076238100","imei1":"10000076238100","imei2":"10000076238100","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:25:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170569,"job_number":"JOB_170569","tr_customer_id":170586,"tr_customer_product_id":170576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:36.000Z","modified_at":"2026-01-29T12:25:36.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10557207415583","imei1":"10557207415583","imei2":"10557207415583","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170568,"job_number":"JOB_170568","tr_customer_id":170585,"tr_customer_product_id":170575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:24.000Z","modified_at":"2026-01-29T12:25:24.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"25890562595419","imei1":"25890562595419","imei2":"25890562595419","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170567,"job_number":"JOB_170567","tr_customer_id":170584,"tr_customer_product_id":170574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:23.000Z","modified_at":"2026-01-29T12:25:34.000Z","name":"Eileen Quigley","mobile_number":"647-824-4939","email_id":"Irwin_Effertz39@gmail.com","dop":"2026-01-04","serial_number":"13187650727479","imei1":"13187650727479","imei2":"13187650727479","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:25:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170566,"job_number":"JOB_170566","tr_customer_id":170583,"tr_customer_product_id":170573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:23.000Z","modified_at":"2026-01-29T12:25:23.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12418718612898","imei1":"12418718612898","imei2":"12418718612898","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170565,"job_number":"JOB_170565","tr_customer_id":170582,"tr_customer_product_id":170572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:23:01.000Z","modified_at":"2026-01-29T12:23:01.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"106842557277893","imei1":"106842557277893","imei2":"106842557277893","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:23:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170564,"job_number":"JOB_170564","tr_customer_id":170581,"tr_customer_product_id":170571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:23:01.000Z","modified_at":"2026-01-29T12:23:12.000Z","name":"Derek Champlin","mobile_number":"936-944-7202","email_id":"Merritt54@gmail.com","dop":"2026-01-04","serial_number":"17715967919576","imei1":"17715967919576","imei2":"17715967919576","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:23:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170563,"job_number":"JOB_170563","tr_customer_id":170580,"tr_customer_product_id":170570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:23:00.000Z","modified_at":"2026-01-29T12:23:00.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15857532110722","imei1":"15857532110722","imei2":"15857532110722","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:23:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170562,"job_number":"JOB_170562","tr_customer_id":170579,"tr_customer_product_id":170569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:48.000Z","modified_at":"2026-01-29T12:22:48.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16620338405473","imei1":"16620338405473","imei2":"16620338405473","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170561,"job_number":"JOB_170561","tr_customer_id":170578,"tr_customer_product_id":170568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:48.000Z","modified_at":"2026-01-29T12:22:59.000Z","name":"Freda Fritsch","mobile_number":"364-542-0581","email_id":"Giovani.Pouros88@yahoo.com","dop":"2026-01-04","serial_number":"18093198653382","imei1":"18093198653382","imei2":"18093198653382","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:22:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170560,"job_number":"JOB_170560","tr_customer_id":170577,"tr_customer_product_id":170567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:48.000Z","modified_at":"2026-01-29T12:22:48.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17135188746991","imei1":"17135188746991","imei2":"17135188746991","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170559,"job_number":"JOB_170559","tr_customer_id":170576,"tr_customer_product_id":170566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:35.000Z","modified_at":"2026-01-29T12:22:35.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"50302547820553","imei1":"50302547820553","imei2":"50302547820553","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170558,"job_number":"JOB_170558","tr_customer_id":170575,"tr_customer_product_id":170565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:35.000Z","modified_at":"2026-01-29T12:22:46.000Z","name":"Sally Daniel","mobile_number":"980-587-4443","email_id":"Federico8@hotmail.com","dop":"2026-01-04","serial_number":"19622808642662","imei1":"19622808642662","imei2":"19622808642662","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170557,"job_number":"JOB_170557","tr_customer_id":170574,"tr_customer_product_id":170564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:34.000Z","modified_at":"2026-01-29T12:22:34.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19852270702376","imei1":"19852270702376","imei2":"19852270702376","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170556,"job_number":"JOB_170556","tr_customer_id":170573,"tr_customer_product_id":170563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Sudam P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"17257077553165","imei1":"17257077553165","imei2":"17257077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170555,"job_number":"JOB_170555","tr_customer_id":170572,"tr_customer_product_id":170562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"16357077553165","imei1":"16357077553165","imei2":"16357077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170554,"job_number":"JOB_170554","tr_customer_id":170571,"tr_customer_product_id":170561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Roshan P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"25857077553165","imei1":"25857077553165","imei2":"25857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170553,"job_number":"JOB_170553","tr_customer_id":170570,"tr_customer_product_id":170560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Ajit P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"93857077553165","imei1":"93857077553165","imei2":"93857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170552,"job_number":"JOB_170552","tr_customer_id":170569,"tr_customer_product_id":170559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Nidhish P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"36857077553165","imei1":"36857077553165","imei2":"36857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170549,"job_number":"JOB_170549","tr_customer_id":170566,"tr_customer_product_id":170556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:56.000Z","modified_at":"2026-01-29T12:08:56.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"68884399312617","imei1":"68884399312617","imei2":"68884399312617","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170548,"job_number":"JOB_170548","tr_customer_id":170565,"tr_customer_product_id":170555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:56.000Z","modified_at":"2026-01-29T12:09:07.000Z","name":"Cesar Hackett","mobile_number":"249-657-3144","email_id":"Mathias88@gmail.com","dop":"2026-01-04","serial_number":"14641059064417","imei1":"14641059064417","imei2":"14641059064417","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170547,"job_number":"JOB_170547","tr_customer_id":170564,"tr_customer_product_id":170554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:55.000Z","modified_at":"2026-01-29T12:08:55.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14974535054062","imei1":"14974535054062","imei2":"14974535054062","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170546,"job_number":"JOB_170546","tr_customer_id":170563,"tr_customer_product_id":170553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:44.000Z","modified_at":"2026-01-29T12:08:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19123522122975","imei1":"19123522122975","imei2":"19123522122975","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170545,"job_number":"JOB_170545","tr_customer_id":170562,"tr_customer_product_id":170552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:43.000Z","modified_at":"2026-01-29T12:08:54.000Z","name":"Grady Upton","mobile_number":"588-243-0925","email_id":"Saul.Langworth49@gmail.com","dop":"2026-01-04","serial_number":"16531430581277","imei1":"16531430581277","imei2":"16531430581277","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:08:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170544,"job_number":"JOB_170544","tr_customer_id":170561,"tr_customer_product_id":170551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:43.000Z","modified_at":"2026-01-29T12:08:43.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18134080865144","imei1":"18134080865144","imei2":"18134080865144","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170543,"job_number":"JOB_170543","tr_customer_id":170560,"tr_customer_product_id":170550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:31.000Z","modified_at":"2026-01-29T12:08:31.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"53986320780911","imei1":"53986320780911","imei2":"53986320780911","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170542,"job_number":"JOB_170542","tr_customer_id":170559,"tr_customer_product_id":170549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:30.000Z","modified_at":"2026-01-29T12:08:41.000Z","name":"Stephany Padberg","mobile_number":"305-498-1598","email_id":"Helmer_Spencer75@yahoo.com","dop":"2026-01-04","serial_number":"19268320626537","imei1":"19268320626537","imei2":"19268320626537","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:08:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170541,"job_number":"JOB_170541","tr_customer_id":170558,"tr_customer_product_id":170548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:30.000Z","modified_at":"2026-01-29T12:08:30.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10607057464470","imei1":"10607057464470","imei2":"10607057464470","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170540,"job_number":"JOB_170540","tr_customer_id":170557,"tr_customer_product_id":170547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:01:46.000Z","modified_at":"2026-01-29T12:01:46.000Z","name":"Paramartha Acharya","mobile_number":"7075611374","email_id":"indira.joshi@yahoo.co.in","dop":"2026-01-19","serial_number":"066833272319913","imei1":"066833272319913","imei2":"066833272319913","popurl":"www.mina-agarwal.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:01:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170539,"job_number":"JOB_170539","tr_customer_id":170556,"tr_customer_product_id":170546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:21.000Z","modified_at":"2026-01-29T11:57:21.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"95577275655207","imei1":"95577275655207","imei2":"95577275655207","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170538,"job_number":"JOB_170538","tr_customer_id":170555,"tr_customer_product_id":170545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:20.000Z","modified_at":"2026-01-29T11:57:31.000Z","name":"Aurelio Harber","mobile_number":"968-758-7855","email_id":"Kris_Brown@hotmail.com","dop":"2026-01-04","serial_number":"19004808111459","imei1":"19004808111459","imei2":"19004808111459","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170537,"job_number":"JOB_170537","tr_customer_id":170554,"tr_customer_product_id":170544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:20.000Z","modified_at":"2026-01-29T11:57:20.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10411358947544","imei1":"10411358947544","imei2":"10411358947544","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170536,"job_number":"JOB_170536","tr_customer_id":170553,"tr_customer_product_id":170543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:08.000Z","modified_at":"2026-01-29T11:57:08.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"57997310469576","imei1":"57997310469576","imei2":"57997310469576","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170535,"job_number":"JOB_170535","tr_customer_id":170552,"tr_customer_product_id":170542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:08.000Z","modified_at":"2026-01-29T11:57:18.000Z","name":"Wilfrid Schumm","mobile_number":"485-531-1025","email_id":"Liliane_Bosco@gmail.com","dop":"2026-01-04","serial_number":"16937056537872","imei1":"16937056537872","imei2":"16937056537872","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170534,"job_number":"JOB_170534","tr_customer_id":170551,"tr_customer_product_id":170541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:08.000Z","modified_at":"2026-01-29T11:57:08.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11838655015818","imei1":"11838655015818","imei2":"11838655015818","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170533,"job_number":"JOB_170533","tr_customer_id":170550,"tr_customer_product_id":170540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:56:55.000Z","modified_at":"2026-01-29T11:56:55.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"63867555085082","imei1":"63867555085082","imei2":"63867555085082","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170532,"job_number":"JOB_170532","tr_customer_id":170549,"tr_customer_product_id":170539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:56:54.000Z","modified_at":"2026-01-29T11:57:06.000Z","name":"Rogelio Wunsch","mobile_number":"979-218-6019","email_id":"Lavonne.Waelchi@hotmail.com","dop":"2026-01-04","serial_number":"14174907291452","imei1":"14174907291452","imei2":"14174907291452","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170531,"job_number":"JOB_170531","tr_customer_id":170548,"tr_customer_product_id":170538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:56:54.000Z","modified_at":"2026-01-29T11:56:54.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14271308685112","imei1":"14271308685112","imei2":"14271308685112","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170530,"job_number":"JOB_170530","tr_customer_id":170547,"tr_customer_product_id":170537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:30.000Z","modified_at":"2026-01-29T11:51:30.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"99920633052438","imei1":"99920633052438","imei2":"99920633052438","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170529,"job_number":"JOB_170529","tr_customer_id":170546,"tr_customer_product_id":170536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:29.000Z","modified_at":"2026-01-29T11:51:40.000Z","name":"Tressa Stark","mobile_number":"301-564-3145","email_id":"Bianka_Pfannerstill15@yahoo.com","dop":"2026-01-04","serial_number":"12857326481758","imei1":"12857326481758","imei2":"12857326481758","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:51:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170528,"job_number":"JOB_170528","tr_customer_id":170545,"tr_customer_product_id":170535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:29.000Z","modified_at":"2026-01-29T11:51:29.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11364612926593","imei1":"11364612926593","imei2":"11364612926593","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170527,"job_number":"JOB_170527","tr_customer_id":170544,"tr_customer_product_id":170534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:17.000Z","modified_at":"2026-01-29T11:51:17.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51487600308758","imei1":"51487600308758","imei2":"51487600308758","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170526,"job_number":"JOB_170526","tr_customer_id":170543,"tr_customer_product_id":170533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:16.000Z","modified_at":"2026-01-29T11:51:27.000Z","name":"Clementine Jenkins","mobile_number":"244-708-1495","email_id":"Albin_Berge21@hotmail.com","dop":"2026-01-04","serial_number":"13119006132245","imei1":"13119006132245","imei2":"13119006132245","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170525,"job_number":"JOB_170525","tr_customer_id":170542,"tr_customer_product_id":170532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:16.000Z","modified_at":"2026-01-29T11:51:16.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10539951757375","imei1":"10539951757375","imei2":"10539951757375","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170524,"job_number":"JOB_170524","tr_customer_id":170541,"tr_customer_product_id":170531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:04.000Z","modified_at":"2026-01-29T11:51:04.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"82623406654472","imei1":"82623406654472","imei2":"82623406654472","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170523,"job_number":"JOB_170523","tr_customer_id":170540,"tr_customer_product_id":170530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:03.000Z","modified_at":"2026-01-29T11:51:14.000Z","name":"Pauline Johns","mobile_number":"255-961-2218","email_id":"Cornell.Fadel@hotmail.com","dop":"2026-01-04","serial_number":"13557958258309","imei1":"13557958258309","imei2":"13557958258309","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:51:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170522,"job_number":"JOB_170522","tr_customer_id":170539,"tr_customer_product_id":170529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:03.000Z","modified_at":"2026-01-29T11:51:03.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19344968030446","imei1":"19344968030446","imei2":"19344968030446","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170521,"job_number":"JOB_170521","tr_customer_id":170538,"tr_customer_product_id":170528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:51.000Z","modified_at":"2026-01-29T11:35:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"21148268148501","imei1":"21148268148501","imei2":"21148268148501","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170520,"job_number":"JOB_170520","tr_customer_id":170537,"tr_customer_product_id":170527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:51.000Z","modified_at":"2026-01-29T11:35:51.000Z","name":"Sammy Miller","mobile_number":"240-579-5402","email_id":"Gerard.Prosacco@gmail.com","dop":"2026-01-04","serial_number":"13124607067875","imei1":"13124607067875","imei2":"13124607067875","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170519,"job_number":"JOB_170519","tr_customer_id":170536,"tr_customer_product_id":170526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:50.000Z","modified_at":"2026-01-29T11:35:50.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12733231512576","imei1":"12733231512576","imei2":"12733231512576","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170518,"job_number":"JOB_170518","tr_customer_id":170535,"tr_customer_product_id":170525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:21.000Z","modified_at":"2026-01-29T11:35:21.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11964579188926","imei1":"11964579188926","imei2":"11964579188926","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170517,"job_number":"JOB_170517","tr_customer_id":170534,"tr_customer_product_id":170524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:21.000Z","modified_at":"2026-01-29T11:35:49.000Z","name":"Randy Hilll","mobile_number":"530-850-3140","email_id":"Avis.Lowe11@yahoo.com","dop":"2026-01-04","serial_number":"13713249628109","imei1":"13713249628109","imei2":"13713249628109","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:35:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170516,"job_number":"JOB_170516","tr_customer_id":170533,"tr_customer_product_id":170523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:21.000Z","modified_at":"2026-01-29T11:35:21.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14066071322122","imei1":"14066071322122","imei2":"14066071322122","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170515,"job_number":"JOB_170515","tr_customer_id":170532,"tr_customer_product_id":170522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:09.000Z","modified_at":"2026-01-29T11:35:09.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"73803080638811","imei1":"73803080638811","imei2":"73803080638811","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170514,"job_number":"JOB_170514","tr_customer_id":170531,"tr_customer_product_id":170521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:08.000Z","modified_at":"2026-01-29T11:35:19.000Z","name":"Sienna Littel","mobile_number":"453-899-1190","email_id":"Hailie_Goyette@gmail.com","dop":"2026-01-04","serial_number":"11620809791973","imei1":"11620809791973","imei2":"11620809791973","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:35:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170513,"job_number":"JOB_170513","tr_customer_id":170530,"tr_customer_product_id":170520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:08.000Z","modified_at":"2026-01-29T11:35:08.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11897275204948","imei1":"11897275204948","imei2":"11897275204948","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170512,"job_number":"JOB_170512","tr_customer_id":170529,"tr_customer_product_id":170519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:22:20.000Z","modified_at":"2026-01-29T11:22:20.000Z","name":"Mandakini Gandhi","mobile_number":"7005985961","email_id":"anal.shukla@yahoo.co.in","dop":"2026-01-19","serial_number":"657148622683390","imei1":"657148622683390","imei2":"657148622683390","popurl":"www.anal-jain.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:22:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170511,"job_number":"JOB_170511","tr_customer_id":170528,"tr_customer_product_id":170518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:22:13.000Z","modified_at":"2026-01-29T11:22:13.000Z","name":"Manikya Chopra","mobile_number":"7032366380","email_id":"meghnad.patel@hotmail.com","dop":"2026-01-19","serial_number":"105719811067502","imei1":"105719811067502","imei2":"105719811067502","popurl":"www.divjot-talwar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:22:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170509,"job_number":"JOB_170509","tr_customer_id":170526,"tr_customer_product_id":170516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:08:15.000Z","modified_at":"2026-01-29T11:08:15.000Z","name":"Kartik Chopra","mobile_number":"7030240308","email_id":"kashyapi.khatri@hotmail.com","dop":"2026-01-19","serial_number":"236569941816667","imei1":"236569941816667","imei2":"236569941816667","popurl":"www.pushti-guha.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:08:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170508,"job_number":"JOB_170508","tr_customer_id":170525,"tr_customer_product_id":170515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:58:50.000Z","modified_at":"2026-01-29T10:58:50.000Z","name":"Dev Iyengar","mobile_number":"8606776917","email_id":"jahnu.dubashi@yahoo.co.in","dop":"2026-01-19","serial_number":"19475080550896","imei1":"19475080550896","imei2":"19475080550896","popurl":"www.baalagopaal-bharadwaj.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170507,"job_number":"JOB_170507","tr_customer_id":170524,"tr_customer_product_id":170514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:58:38.000Z","modified_at":"2026-01-29T10:58:38.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-19","serial_number":"46234996938486","imei1":"46234996938486","imei2":"46234996938486","popurl":"2026-01-19T10:58:28.194453550Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170506,"job_number":"JOB_170506","tr_customer_id":170523,"tr_customer_product_id":170513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:58:37.000Z","modified_at":"2026-01-29T10:58:37.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-19","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-19T10:58:28.191709007Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170505,"job_number":"JOB_170505","tr_customer_id":170522,"tr_customer_product_id":170512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:53:51.000Z","modified_at":"2026-01-29T10:53:51.000Z","name":"Giriraj Nehru","mobile_number":"7035374466","email_id":"rajendra.acharya@hotmail.com","dop":"2026-01-19","serial_number":"994897353497024","imei1":"994897353497024","imei2":"994897353497024","popurl":"www.adityanandana-pillai.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:53:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170504,"job_number":"JOB_170504","tr_customer_id":170521,"tr_customer_product_id":170511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:34:59.000Z","modified_at":"2026-01-29T10:34:59.000Z","name":"Newname lastname","mobile_number":"68555305710","email_id":"pravalikabariki2tt13@gmail.com","dop":"2025-02-13","serial_number":"104426212713358","imei1":"104426212713358","imei2":"104426212713358","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170503,"job_number":"JOB_170503","tr_customer_id":170520,"tr_customer_product_id":170510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:33:27.000Z","modified_at":"2026-01-29T10:33:27.000Z","name":"Jatin Jasani","mobile_number":"7507331188","email_id":"saurabh.jasani@gmail.com","dop":"2026-01-19","serial_number":"12308877001005","imei1":"12308877001005","imei2":"12308877001005","popurl":"2026-01-19T10:33:26.676455238Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170502,"job_number":"JOB_170502","tr_customer_id":170519,"tr_customer_product_id":170509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:58:39.000Z","modified_at":"2026-01-29T09:58:39.000Z","name":"veer kumar","mobile_number":"9398102868","email_id":"veer@gmail.com","dop":"2026-01-11","serial_number":"12343223456765432","imei1":"13343223456765437","imei2":"13343223456765437","popurl":"2026-01-11T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170501,"job_number":"JOB_170501","tr_customer_id":170518,"tr_customer_product_id":170508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:58:06.000Z","modified_at":"2026-01-29T09:58:06.000Z","name":"Bhushit Nambeesan","mobile_number":"7032420332","email_id":"hari.tagore@gmail.com","dop":"2026-01-19","serial_number":"270179718665005","imei1":"270179718665005","imei2":"270179718665005","popurl":"www.rajinder-nayar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170500,"job_number":"JOB_170500","tr_customer_id":170517,"tr_customer_product_id":170507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:53:22.000Z","modified_at":"2026-01-29T09:53:22.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"18857077553165","imei1":"18857077553165","imei2":"18857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:53:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170499,"job_number":"JOB_170499","tr_customer_id":170516,"tr_customer_product_id":170506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:46:45.000Z","modified_at":"2026-01-29T09:46:45.000Z","name":"Gerardo Larkin","mobile_number":"462-208-3593","email_id":"Cesar_Dickens35@gmail.com","dop":"2026-01-23","serial_number":"11999782266327","imei1":"11999782266327","imei2":"11999782266327","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170498,"job_number":"JOB_170498","tr_customer_id":170515,"tr_customer_product_id":170505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:46:20.000Z","modified_at":"2026-01-29T09:46:20.000Z","name":"Imelda Pagac","mobile_number":"438-253-9465","email_id":"Reina12@yahoo.com","dop":"2026-01-23","serial_number":"15790119862263","imei1":"15790119862263","imei2":"15790119862263","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170497,"job_number":"JOB_170497","tr_customer_id":170514,"tr_customer_product_id":170504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:45:07.000Z","modified_at":"2026-01-29T09:45:07.000Z","name":"Lorna Toy","mobile_number":"317-272-0077","email_id":"Zoila.Lakin@gmail.com","dop":"2026-01-23","serial_number":"15878897486017","imei1":"15878897486017","imei2":"15878897486017","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:45:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170496,"job_number":"JOB_170496","tr_customer_id":170513,"tr_customer_product_id":170503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:44:46.000Z","modified_at":"2026-01-29T09:46:04.000Z","name":"Lolita Weissnat","mobile_number":"526-345-0355","email_id":"Emmie12@hotmail.com","dop":"2025-02-01","serial_number":"16280539168904","imei1":"16280539168904","imei2":"16280539168904","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170495,"job_number":"JOB_170495","tr_customer_id":170512,"tr_customer_product_id":170502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:53.000Z","modified_at":"2026-01-29T09:32:53.000Z","name":"Bernhard Heaney","mobile_number":"451-908-1369","email_id":"Isabelle_Price@gmail.com","dop":"2025-04-06","serial_number":"12238637914880776","imei1":"12238637914880776","imei2":"12238637914880776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170494,"job_number":"JOB_170494","tr_customer_id":170511,"tr_customer_product_id":170501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:52.000Z","modified_at":"2026-01-29T09:33:33.000Z","name":"Anthony Dibbert","mobile_number":"940-557-7988","email_id":"Jillian13@yahoo.com","dop":"2025-04-06","serial_number":"11989568567393","imei1":"11989568567393","imei2":"11989568567393","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:33:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170493,"job_number":"JOB_170493","tr_customer_id":170510,"tr_customer_product_id":170500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:52.000Z","modified_at":"2026-01-29T09:32:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16704057294280","imei1":"16704057294280","imei2":"16704057294280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170492,"job_number":"JOB_170492","tr_customer_id":170509,"tr_customer_product_id":170499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:04.000Z","modified_at":"2026-01-29T09:32:04.000Z","name":"Dan Larkin","mobile_number":"832-264-6591","email_id":"Sheldon_Anderson@yahoo.com","dop":"2025-04-06","serial_number":"10459889448928188","imei1":"10459889448928188","imei2":"10459889448928188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170491,"job_number":"JOB_170491","tr_customer_id":170508,"tr_customer_product_id":170498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:02.000Z","modified_at":"2026-01-29T09:32:44.000Z","name":"Tevin Harvey","mobile_number":"667-384-9180","email_id":"Pedro88@gmail.com","dop":"2025-04-06","serial_number":"11698518485811","imei1":"11698518485811","imei2":"11698518485811","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:32:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170490,"job_number":"JOB_170490","tr_customer_id":170507,"tr_customer_product_id":170497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:02.000Z","modified_at":"2026-01-29T09:32:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11962789441695","imei1":"11962789441695","imei2":"11962789441695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170489,"job_number":"JOB_170489","tr_customer_id":170506,"tr_customer_product_id":170496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:31:14.000Z","modified_at":"2026-01-29T09:31:14.000Z","name":"Eleanora Hermann","mobile_number":"931-229-8276","email_id":"Erna32@gmail.com","dop":"2025-04-06","serial_number":"12163347163196928","imei1":"12163347163196928","imei2":"12163347163196928","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:31:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170488,"job_number":"JOB_170488","tr_customer_id":170505,"tr_customer_product_id":170495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:31:12.000Z","modified_at":"2026-01-29T09:31:54.000Z","name":"Mona Jakubowski","mobile_number":"365-289-0221","email_id":"Josefa.Blick82@gmail.com","dop":"2025-04-06","serial_number":"17777095297164","imei1":"17777095297164","imei2":"17777095297164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:31:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170487,"job_number":"JOB_170487","tr_customer_id":170504,"tr_customer_product_id":170494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:31:12.000Z","modified_at":"2026-01-29T09:31:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12182427394346","imei1":"12182427394346","imei2":"12182427394346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:31:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170486,"job_number":"JOB_170486","tr_customer_id":170503,"tr_customer_product_id":170493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:45:42.000Z","modified_at":"2026-01-29T08:45:48.000Z","name":"Itzel Mills","mobile_number":"350-257-8338","email_id":"Laurel77@yahoo.com","dop":"2026-01-23","serial_number":"17318696500964","imei1":"17318696500964","imei2":"17318696500964","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T08:45:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170484,"job_number":"JOB_170484","tr_customer_id":170501,"tr_customer_product_id":170491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:44:19.000Z","modified_at":"2026-01-29T08:44:19.000Z","name":"Nyasia Greenholt","mobile_number":"402-796-7619","email_id":"Jose_Mueller@yahoo.com","dop":"2026-01-23","serial_number":"16583482488738","imei1":"16583482488738","imei2":"16583482488738","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:44:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170483,"job_number":"JOB_170483","tr_customer_id":170500,"tr_customer_product_id":170490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:52.000Z","modified_at":"2026-01-29T08:34:00.000Z","name":"Clifford Heller","mobile_number":"545-638-9900","email_id":"Magali87@hotmail.com","dop":"2026-01-23","serial_number":"12820070591212","imei1":"12820070591212","imei2":"12820070591212","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T08:34:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170482,"job_number":"JOB_170482","tr_customer_id":170499,"tr_customer_product_id":170489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:52.000Z","modified_at":"2026-01-29T08:33:52.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"14504202781821","imei1":"14504202781821","imei2":"14504202781821","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170481,"job_number":"JOB_170481","tr_customer_id":170498,"tr_customer_product_id":170488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:43.000Z","modified_at":"2026-01-29T08:33:50.000Z","name":"Maud Ondricka","mobile_number":"517-814-8853","email_id":"Liana99@gmail.com","dop":"2026-01-23","serial_number":"17468331379376","imei1":"17468331379376","imei2":"17468331379376","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T08:33:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170480,"job_number":"JOB_170480","tr_customer_id":170497,"tr_customer_product_id":170487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:43.000Z","modified_at":"2026-01-29T08:33:43.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatinsh12@gmail.com","dop":"2026-01-23","serial_number":"14372247011439","imei1":"14372247011439","imei2":"14372247011439","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170479,"job_number":"JOB_170479","tr_customer_id":170496,"tr_customer_product_id":170486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:35.000Z","modified_at":"2026-01-29T08:33:41.000Z","name":"Lia Bernhard","mobile_number":"498-695-2967","email_id":"Emmanuelle.Larkin42@hotmail.com","dop":"2026-01-23","serial_number":"19728774976183","imei1":"19728774976183","imei2":"19728774976183","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T08:33:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170478,"job_number":"JOB_170478","tr_customer_id":170495,"tr_customer_product_id":170485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:35.000Z","modified_at":"2026-01-29T08:33:35.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"14443094780437","imei1":"14443094780437","imei2":"14443094780437","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:33:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170477,"job_number":"JOB_170477","tr_customer_id":170494,"tr_customer_product_id":170484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:43.000Z","modified_at":"2026-01-29T07:58:43.000Z","name":"Neha Cronin","mobile_number":"448-524-8683","email_id":"Jamar.Rogahn88@yahoo.com","dop":"2025-04-06","serial_number":"10871124116045736","imei1":"10871124116045736","imei2":"10871124116045736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170476,"job_number":"JOB_170476","tr_customer_id":170493,"tr_customer_product_id":170483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:42.000Z","modified_at":"2026-01-29T07:59:27.000Z","name":"Geovanni Jakubowski","mobile_number":"853-812-4196","email_id":"Coralie.Berge@hotmail.com","dop":"2025-04-06","serial_number":"16078606376452","imei1":"16078606376452","imei2":"16078606376452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170475,"job_number":"JOB_170475","tr_customer_id":170492,"tr_customer_product_id":170482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:33.000Z","modified_at":"2026-01-29T07:58:33.000Z","name":"Robert Beahan","mobile_number":"476-879-6737","email_id":"Jalon_Kreiger@hotmail.com","dop":"2025-04-06","serial_number":"10286485922550454","imei1":"10286485922550454","imei2":"10286485922550454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170474,"job_number":"JOB_170474","tr_customer_id":170491,"tr_customer_product_id":170481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:32.000Z","modified_at":"2026-01-29T07:59:10.000Z","name":"Cale Weimann","mobile_number":"426-592-7040","email_id":"Sigmund.DuBuque73@hotmail.com","dop":"2025-04-06","serial_number":"13784072508347","imei1":"13784072508347","imei2":"13784072508347","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:59:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170471,"job_number":"JOB_170471","tr_customer_id":170488,"tr_customer_product_id":170478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:47.000Z","modified_at":"2026-01-29T07:57:47.000Z","name":"Devan Leuschke","mobile_number":"262-820-7320","email_id":"Horacio.Hartmann@hotmail.com","dop":"2025-04-06","serial_number":"12096401794029758","imei1":"12096401794029758","imei2":"12096401794029758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170470,"job_number":"JOB_170470","tr_customer_id":170487,"tr_customer_product_id":170477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:45.000Z","modified_at":"2026-01-29T07:58:24.000Z","name":"Marlon Huel","mobile_number":"671-243-3697","email_id":"Candice.McCullough@yahoo.com","dop":"2025-04-06","serial_number":"16495530451823","imei1":"16495530451823","imei2":"16495530451823","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170469,"job_number":"JOB_170469","tr_customer_id":170486,"tr_customer_product_id":170476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:38.000Z","modified_at":"2026-01-29T07:57:38.000Z","name":"Ramona Brekke","mobile_number":"783-990-5641","email_id":"Palma_Weimann39@gmail.com","dop":"2025-04-06","serial_number":"12422512076616136","imei1":"12422512076616136","imei2":"12422512076616136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170468,"job_number":"JOB_170468","tr_customer_id":170485,"tr_customer_product_id":170475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:36.000Z","modified_at":"2026-01-29T07:58:20.000Z","name":"Agnes Hyatt","mobile_number":"271-457-1674","email_id":"Charity82@yahoo.com","dop":"2025-04-06","serial_number":"13831725484509","imei1":"13831725484509","imei2":"13831725484509","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170467,"job_number":"JOB_170467","tr_customer_id":170484,"tr_customer_product_id":170474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:00.000Z","modified_at":"2026-01-29T07:57:00.000Z","name":"Pascale Haley","mobile_number":"455-509-9022","email_id":"Ruby43@hotmail.com","dop":"2025-04-06","serial_number":"14373098808279600","imei1":"14373098808279600","imei2":"14373098808279600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170466,"job_number":"JOB_170466","tr_customer_id":170483,"tr_customer_product_id":170473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:56:58.000Z","modified_at":"2026-01-29T07:57:38.000Z","name":"Birdie Beier","mobile_number":"269-843-0736","email_id":"Taryn50@hotmail.com","dop":"2025-04-06","serial_number":"10020349453541","imei1":"10020349453541","imei2":"10020349453541","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170465,"job_number":"JOB_170465","tr_customer_id":170482,"tr_customer_product_id":170472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:52:52.000Z","modified_at":"2026-01-29T09:32:00.000Z","name":"Bobby Kunde","mobile_number":"966-568-5168","email_id":"Verona77@hotmail.com","dop":"2025-02-01","serial_number":"105860642571291","imei1":"105860642571291","imei2":"105860642571291","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170461,"job_number":"JOB_170461","tr_customer_id":170478,"tr_customer_product_id":170468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:42:19.000Z","modified_at":"2026-01-29T07:42:19.000Z","name":"Swara Ahluwalia","mobile_number":"7096046573","email_id":"pushti.nayar@gmail.com","dop":"2026-01-19","serial_number":"787116735846000","imei1":"787116735846000","imei2":"787116735846000","popurl":"www.ambar-panicker.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170458,"job_number":"JOB_170458","tr_customer_id":170475,"tr_customer_product_id":170465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:33:37.000Z","modified_at":"2026-01-29T07:33:37.000Z","name":"Kamala Kakkar","mobile_number":"7030157418","email_id":"gandharv.mehrotra@yahoo.co.in","dop":"2026-01-19","serial_number":"983519147373699","imei1":"983519147373699","imei2":"983519147373699","popurl":"www.chitrali-iyer.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:33:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170457,"job_number":"JOB_170457","tr_customer_id":170474,"tr_customer_product_id":170464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:24:23.000Z","modified_at":"2026-01-29T07:24:23.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"19691618055896","imei1":"19691618055896","imei2":"119691618055896","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170456,"job_number":"JOB_170456","tr_customer_id":170473,"tr_customer_product_id":170463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:56.000Z","modified_at":"2026-01-29T07:11:07.000Z","name":"Michel Wolf","mobile_number":"811-309-0969","email_id":"Marge.Goodwin50@gmail.com","dop":"2025-12-01","serial_number":"14473255892270","imei1":"14473255892270","imei2":"14473255892270","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:11:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170455,"job_number":"JOB_170455","tr_customer_id":170472,"tr_customer_product_id":170462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:56.000Z","modified_at":"2026-01-29T07:10:56.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"15613900543394","imei1":"15613900543394","imei2":"15613900543394","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:10:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170454,"job_number":"JOB_170454","tr_customer_id":170471,"tr_customer_product_id":170461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:41.000Z","modified_at":"2026-01-29T07:10:52.000Z","name":"Hector Kuvalis","mobile_number":"566-990-5739","email_id":"Alyson.Hahn49@yahoo.com","dop":"2025-12-01","serial_number":"11150543483316","imei1":"11150543483316","imei2":"11150543483316","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:10:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170453,"job_number":"JOB_170453","tr_customer_id":170470,"tr_customer_product_id":170460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:41.000Z","modified_at":"2026-01-29T07:10:41.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"10919082835236","imei1":"10919082835236","imei2":"10919082835236","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:10:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170452,"job_number":"JOB_170452","tr_customer_id":170469,"tr_customer_product_id":170459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:25.000Z","modified_at":"2026-01-29T07:10:36.000Z","name":"Judson Carroll","mobile_number":"616-247-8813","email_id":"Kathryne_Romaguera68@gmail.com","dop":"2025-12-01","serial_number":"13673878488667","imei1":"13673878488667","imei2":"13673878488667","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:10:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170451,"job_number":"JOB_170451","tr_customer_id":170468,"tr_customer_product_id":170458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:25.000Z","modified_at":"2026-01-29T07:10:25.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"10593676716794","imei1":"10593676716794","imei2":"10593676716794","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:10:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170450,"job_number":"JOB_170450","tr_customer_id":170467,"tr_customer_product_id":170457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:57.000Z","modified_at":"2026-01-29T07:01:57.000Z","name":"Travis Kilback","mobile_number":"245-744-6615","email_id":"Joey.Considine23@gmail.com","dop":"2025-04-06","serial_number":"17716187716120820","imei1":"17716187716120820","imei2":"17716187716120820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170449,"job_number":"JOB_170449","tr_customer_id":170466,"tr_customer_product_id":170456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:56.000Z","modified_at":"2026-01-29T07:02:35.000Z","name":"Ebba Moen","mobile_number":"384-351-2715","email_id":"Monique.Grady@gmail.com","dop":"2025-04-06","serial_number":"16632909401414","imei1":"16632909401414","imei2":"16632909401414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170448,"job_number":"JOB_170448","tr_customer_id":170465,"tr_customer_product_id":170455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:55.000Z","modified_at":"2026-01-29T07:01:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17411536850453","imei1":"17411536850453","imei2":"17411536850453","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170447,"job_number":"JOB_170447","tr_customer_id":170464,"tr_customer_product_id":170454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:10.000Z","modified_at":"2026-01-29T07:01:10.000Z","name":"Victoria Pfannerstill","mobile_number":"546-856-8212","email_id":"Nicholaus_Konopelski94@yahoo.com","dop":"2025-04-06","serial_number":"14543151397922404","imei1":"14543151397922404","imei2":"14543151397922404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170446,"job_number":"JOB_170446","tr_customer_id":170463,"tr_customer_product_id":170453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:09.000Z","modified_at":"2026-01-29T07:01:48.000Z","name":"Eddie Predovic","mobile_number":"425-379-0977","email_id":"Ida_Ebert43@yahoo.com","dop":"2025-04-06","serial_number":"14482564903052","imei1":"14482564903052","imei2":"14482564903052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170445,"job_number":"JOB_170445","tr_customer_id":170462,"tr_customer_product_id":170452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:09.000Z","modified_at":"2026-01-29T07:01:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17956609760043","imei1":"17956609760043","imei2":"17956609760043","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170444,"job_number":"JOB_170444","tr_customer_id":170461,"tr_customer_product_id":170451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:27.000Z","modified_at":"2026-01-29T07:00:27.000Z","name":"Carmela MacGyver","mobile_number":"266-774-7517","email_id":"Trace22@gmail.com","dop":"2025-04-06","serial_number":"15197690667528036","imei1":"15197690667528036","imei2":"15197690667528036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170443,"job_number":"JOB_170443","tr_customer_id":170460,"tr_customer_product_id":170450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:25.000Z","modified_at":"2026-01-29T07:01:03.000Z","name":"Levi D'Amore","mobile_number":"982-329-0466","email_id":"Vickie34@hotmail.com","dop":"2025-04-06","serial_number":"15835119081840","imei1":"15835119081840","imei2":"15835119081840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170442,"job_number":"JOB_170442","tr_customer_id":170459,"tr_customer_product_id":170449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:23.000Z","modified_at":"2026-01-29T07:00:23.000Z","name":"Alvena Crist","mobile_number":"368-433-0509","email_id":"Adeline.Carroll@gmail.com","dop":"2025-04-06","serial_number":"10878890550692228","imei1":"10878890550692228","imei2":"10878890550692228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:00:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170441,"job_number":"JOB_170441","tr_customer_id":170458,"tr_customer_product_id":170448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:22.000Z","modified_at":"2026-01-29T07:01:01.000Z","name":"Mauricio Abernathy","mobile_number":"741-200-8118","email_id":"Lenora.Wyman@gmail.com","dop":"2025-04-06","serial_number":"14155214614863","imei1":"14155214614863","imei2":"14155214614863","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170440,"job_number":"JOB_170440","tr_customer_id":170457,"tr_customer_product_id":170447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:21.000Z","modified_at":"2026-01-29T07:00:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17900992143091","imei1":"17900992143091","imei2":"17900992143091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170439,"job_number":"JOB_170439","tr_customer_id":170456,"tr_customer_product_id":170446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:57:38.000Z","modified_at":"2026-01-29T06:57:38.000Z","name":"Roel Tillman","mobile_number":"311-505-6960","email_id":"Lavon90@yahoo.com","dop":"2025-04-06","serial_number":"13433899235445894","imei1":"13433899235445894","imei2":"13433899235445894","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170438,"job_number":"JOB_170438","tr_customer_id":170455,"tr_customer_product_id":170445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:57:37.000Z","modified_at":"2026-01-29T06:58:18.000Z","name":"Clint Crona","mobile_number":"833-331-6342","email_id":"Faye_Kautzer26@gmail.com","dop":"2025-04-06","serial_number":"13363090924242","imei1":"13363090924242","imei2":"13363090924242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170437,"job_number":"JOB_170437","tr_customer_id":170454,"tr_customer_product_id":170444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:57:37.000Z","modified_at":"2026-01-29T06:57:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12745808333016","imei1":"12745808333016","imei2":"12745808333016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170436,"job_number":"JOB_170436","tr_customer_id":170453,"tr_customer_product_id":170443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:49.000Z","modified_at":"2026-01-29T06:56:49.000Z","name":"Raoul Kuhlman","mobile_number":"356-544-5923","email_id":"Mayra.Johnson@yahoo.com","dop":"2025-04-06","serial_number":"12562659490599182","imei1":"12562659490599182","imei2":"12562659490599182","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170435,"job_number":"JOB_170435","tr_customer_id":170452,"tr_customer_product_id":170442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:48.000Z","modified_at":"2026-01-29T06:57:29.000Z","name":"Dedric Oberbrunner","mobile_number":"454-492-6176","email_id":"Alta_McDermott@gmail.com","dop":"2025-04-06","serial_number":"15317863293848","imei1":"15317863293848","imei2":"15317863293848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170434,"job_number":"JOB_170434","tr_customer_id":170451,"tr_customer_product_id":170441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:48.000Z","modified_at":"2026-01-29T06:56:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17419896394536","imei1":"17419896394536","imei2":"17419896394536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170433,"job_number":"JOB_170433","tr_customer_id":170450,"tr_customer_product_id":170440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:46.000Z","modified_at":"2026-01-29T06:56:46.000Z","name":"Winfield Kerluke","mobile_number":"262-518-2098","email_id":"Braeden_Yundt42@yahoo.com","dop":"2025-04-06","serial_number":"10043849112111964","imei1":"10043849112111964","imei2":"10043849112111964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170432,"job_number":"JOB_170432","tr_customer_id":170449,"tr_customer_product_id":170439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:45.000Z","modified_at":"2026-01-29T06:57:24.000Z","name":"Christophe Erdman","mobile_number":"311-686-5036","email_id":"Chelsey_Hansen37@gmail.com","dop":"2025-04-06","serial_number":"17285379501908","imei1":"17285379501908","imei2":"17285379501908","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170431,"job_number":"JOB_170431","tr_customer_id":170448,"tr_customer_product_id":170438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:44.000Z","modified_at":"2026-01-29T06:56:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16199929190824","imei1":"16199929190824","imei2":"16199929190824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170430,"job_number":"JOB_170430","tr_customer_id":170447,"tr_customer_product_id":170437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:18.000Z","modified_at":"2026-01-29T06:56:18.000Z","name":"Mona Heaney","mobile_number":"821-325-9141","email_id":"Vallie63@gmail.com","dop":"2025-04-06","serial_number":"18494932092494360","imei1":"18494932092494360","imei2":"18494932092494360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170429,"job_number":"JOB_170429","tr_customer_id":170446,"tr_customer_product_id":170436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:17.000Z","modified_at":"2026-01-29T06:56:55.000Z","name":"Aric McLaughlin","mobile_number":"460-658-6003","email_id":"Griffin_Weber@yahoo.com","dop":"2025-04-06","serial_number":"15917657716094","imei1":"15917657716094","imei2":"15917657716094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170428,"job_number":"JOB_170428","tr_customer_id":170445,"tr_customer_product_id":170435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:04.000Z","modified_at":"2026-01-29T06:56:04.000Z","name":"Era Langosh","mobile_number":"535-387-8739","email_id":"Crystel_Cruickshank@yahoo.com","dop":"2025-04-06","serial_number":"18551971805714256","imei1":"18551971805714256","imei2":"18551971805714256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170427,"job_number":"JOB_170427","tr_customer_id":170444,"tr_customer_product_id":170434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:02.000Z","modified_at":"2026-01-29T06:56:40.000Z","name":"Hayden Conroy","mobile_number":"267-982-8060","email_id":"Mandy.Kulas@gmail.com","dop":"2025-04-06","serial_number":"14152460327219","imei1":"14152460327219","imei2":"14152460327219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170426,"job_number":"JOB_170426","tr_customer_id":170443,"tr_customer_product_id":170433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:59.000Z","modified_at":"2026-01-29T06:55:59.000Z","name":"Bria Leannon","mobile_number":"489-802-1287","email_id":"Chauncey_Dietrich63@gmail.com","dop":"2025-04-06","serial_number":"18153099437377484","imei1":"18153099437377484","imei2":"18153099437377484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170425,"job_number":"JOB_170425","tr_customer_id":170442,"tr_customer_product_id":170432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:58.000Z","modified_at":"2026-01-29T06:55:58.000Z","name":"Chauncey Runolfsson","mobile_number":"776-260-9651","email_id":"Andreanne_Stracke@gmail.com","dop":"2025-04-06","serial_number":"11741818876965598","imei1":"11741818876965598","imei2":"11741818876965598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170424,"job_number":"JOB_170424","tr_customer_id":170441,"tr_customer_product_id":170431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:57.000Z","modified_at":"2026-01-29T06:56:37.000Z","name":"Roger Kreiger","mobile_number":"498-306-0001","email_id":"Leila.Hermiston50@gmail.com","dop":"2025-04-06","serial_number":"19463705851281","imei1":"19463705851281","imei2":"19463705851281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:56:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170423,"job_number":"JOB_170423","tr_customer_id":170440,"tr_customer_product_id":170430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:57.000Z","modified_at":"2026-01-29T06:55:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15812020335789","imei1":"15812020335789","imei2":"15812020335789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170422,"job_number":"JOB_170422","tr_customer_id":170439,"tr_customer_product_id":170429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:57.000Z","modified_at":"2026-01-29T06:56:40.000Z","name":"Jazmin Hansen","mobile_number":"447-437-8600","email_id":"Joey.Prosacco@yahoo.com","dop":"2025-04-06","serial_number":"13548561804703","imei1":"13548561804703","imei2":"13548561804703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170421,"job_number":"JOB_170421","tr_customer_id":170438,"tr_customer_product_id":170428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:56.000Z","modified_at":"2026-01-29T06:55:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13702350431528","imei1":"13702350431528","imei2":"13702350431528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170420,"job_number":"JOB_170420","tr_customer_id":170437,"tr_customer_product_id":170427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:11.000Z","modified_at":"2026-01-29T06:55:11.000Z","name":"Karelle Schroeder","mobile_number":"331-848-5054","email_id":"Dave_Stracke70@yahoo.com","dop":"2025-04-06","serial_number":"17895068214493260","imei1":"17895068214493260","imei2":"17895068214493260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170419,"job_number":"JOB_170419","tr_customer_id":170436,"tr_customer_product_id":170426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:10.000Z","modified_at":"2026-01-29T06:55:50.000Z","name":"Roxanne Feest","mobile_number":"622-433-2556","email_id":"Heath65@gmail.com","dop":"2025-04-06","serial_number":"15807976462848","imei1":"15807976462848","imei2":"15807976462848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:55:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170418,"job_number":"JOB_170418","tr_customer_id":170435,"tr_customer_product_id":170425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:09.000Z","modified_at":"2026-01-29T06:55:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10353172608729","imei1":"10353172608729","imei2":"10353172608729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170417,"job_number":"JOB_170417","tr_customer_id":170434,"tr_customer_product_id":170424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:51:45.000Z","modified_at":"2026-01-29T06:51:45.000Z","name":"Ona Toy","mobile_number":"970-382-0624","email_id":"Lilly_Bode19@gmail.com","dop":"2025-04-06","serial_number":"10138149216530896","imei1":"10138149216530896","imei2":"10138149216530896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:51:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170416,"job_number":"JOB_170416","tr_customer_id":170433,"tr_customer_product_id":170423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:51:43.000Z","modified_at":"2026-01-29T06:52:26.000Z","name":"Samara Hermiston","mobile_number":"881-449-5243","email_id":"Gilbert93@yahoo.com","dop":"2025-04-06","serial_number":"16939765835829","imei1":"16939765835829","imei2":"16939765835829","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:52:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170415,"job_number":"JOB_170415","tr_customer_id":170432,"tr_customer_product_id":170422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:51:43.000Z","modified_at":"2026-01-29T06:51:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15987695788168","imei1":"15987695788168","imei2":"15987695788168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170414,"job_number":"JOB_170414","tr_customer_id":170431,"tr_customer_product_id":170421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:53.000Z","modified_at":"2026-01-29T06:50:53.000Z","name":"Queenie Schaden","mobile_number":"652-476-2967","email_id":"Zachary_Moore58@yahoo.com","dop":"2025-04-06","serial_number":"18537303171912784","imei1":"18537303171912784","imei2":"18537303171912784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170413,"job_number":"JOB_170413","tr_customer_id":170430,"tr_customer_product_id":170420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:52.000Z","modified_at":"2026-01-29T06:51:35.000Z","name":"Orie Hauck","mobile_number":"558-543-6587","email_id":"Chloe_Johns@yahoo.com","dop":"2025-04-06","serial_number":"18544895989950","imei1":"18544895989950","imei2":"18544895989950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170412,"job_number":"JOB_170412","tr_customer_id":170429,"tr_customer_product_id":170419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:52.000Z","modified_at":"2026-01-29T06:50:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12487628971591","imei1":"12487628971591","imei2":"12487628971591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170410,"job_number":"JOB_170410","tr_customer_id":170427,"tr_customer_product_id":170417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:24.000Z","modified_at":"2026-01-29T06:51:03.000Z","name":"Kaci Rodriguez","mobile_number":"746-715-1390","email_id":"Coby_Maggio@gmail.com","dop":"2000-01-31","serial_number":"10662856974804","imei1":"10662856974804","imei2":"10662856974804","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:51:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170408,"job_number":"JOB_170408","tr_customer_id":170425,"tr_customer_product_id":170415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:01.000Z","modified_at":"2026-01-29T06:50:01.000Z","name":"Heidi Brown","mobile_number":"904-681-5044","email_id":"Ceasar83@gmail.com","dop":"2025-04-06","serial_number":"13280798662547044","imei1":"13280798662547044","imei2":"13280798662547044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170407,"job_number":"JOB_170407","tr_customer_id":170424,"tr_customer_product_id":170414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:00.000Z","modified_at":"2026-01-29T06:50:43.000Z","name":"Blair Mertz","mobile_number":"870-748-9928","email_id":"Karl17@gmail.com","dop":"2025-04-06","serial_number":"12608303994859","imei1":"12608303994859","imei2":"12608303994859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:50:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170406,"job_number":"JOB_170406","tr_customer_id":170423,"tr_customer_product_id":170413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:59.000Z","modified_at":"2026-01-29T06:49:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14669517761007","imei1":"14669517761007","imei2":"14669517761007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170404,"job_number":"JOB_170404","tr_customer_id":170421,"tr_customer_product_id":170411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:38.000Z","modified_at":"2026-01-29T06:50:17.000Z","name":"Patricia Effertz","mobile_number":"394-373-9023","email_id":"Ollie28@hotmail.com","dop":"2000-01-31","serial_number":"10224554180527","imei1":"10224554180527","imei2":"10224554180527","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170401,"job_number":"JOB_170401","tr_customer_id":170418,"tr_customer_product_id":170408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:52.000Z","modified_at":"2026-01-29T06:49:31.000Z","name":"Annetta Boehm","mobile_number":"513-914-0314","email_id":"Harmony_Tillman49@hotmail.com","dop":"2000-01-31","serial_number":"10328003342046","imei1":"10328003342046","imei2":"10328003342046","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:49:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170399,"job_number":"JOB_170399","tr_customer_id":170416,"tr_customer_product_id":170406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:19.000Z","modified_at":"2026-01-29T06:48:19.000Z","name":"Kristin Sipes","mobile_number":"704-939-2871","email_id":"Royal_Miller@yahoo.com","dop":"2025-04-06","serial_number":"12721076683349210","imei1":"12721076683349210","imei2":"12721076683349210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170398,"job_number":"JOB_170398","tr_customer_id":170415,"tr_customer_product_id":170405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:17.000Z","modified_at":"2026-01-29T06:48:55.000Z","name":"Kirstin Kuhlman","mobile_number":"843-639-7057","email_id":"Aida75@hotmail.com","dop":"2025-04-06","serial_number":"10013536142327","imei1":"10013536142327","imei2":"10013536142327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170397,"job_number":"JOB_170397","tr_customer_id":170414,"tr_customer_product_id":170404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:17.000Z","modified_at":"2026-01-29T06:48:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11242676978023","imei1":"11242676978023","imei2":"11242676978023","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170395,"job_number":"JOB_170395","tr_customer_id":170412,"tr_customer_product_id":170402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:06.000Z","modified_at":"2026-01-29T06:48:44.000Z","name":"Filomena Carroll","mobile_number":"288-747-6278","email_id":"Garnet91@yahoo.com","dop":"2000-01-31","serial_number":"10602772254077","imei1":"10602772254077","imei2":"10602772254077","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170393,"job_number":"JOB_170393","tr_customer_id":170410,"tr_customer_product_id":170400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:56.000Z","modified_at":"2026-01-29T06:48:32.000Z","name":"Bernita Bernier","mobile_number":"657-628-0301","email_id":"Stephon.Bartoletti7@yahoo.com","dop":"2025-10-21","serial_number":"17650861386584","imei1":"17650861386584","imei2":"17650861386584","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170392,"job_number":"JOB_170392","tr_customer_id":170409,"tr_customer_product_id":170399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:56.000Z","modified_at":"2026-01-29T06:47:56.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"19847883260012","imei1":"19847883260012","imei2":"19847883260012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170391,"job_number":"JOB_170391","tr_customer_id":170408,"tr_customer_product_id":170398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:34.000Z","modified_at":"2026-01-29T06:47:34.000Z","name":"Dane Hoppe","mobile_number":"749-448-7419","email_id":"Annalise.Daugherty53@gmail.com","dop":"2025-04-06","serial_number":"11354351697475178","imei1":"11354351697475178","imei2":"11354351697475178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170390,"job_number":"JOB_170390","tr_customer_id":170407,"tr_customer_product_id":170397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:32.000Z","modified_at":"2026-01-29T06:48:10.000Z","name":"Kyra Leuschke","mobile_number":"351-716-4000","email_id":"Akeem.Zemlak@gmail.com","dop":"2025-04-06","serial_number":"15926735306563","imei1":"15926735306563","imei2":"15926735306563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170389,"job_number":"JOB_170389","tr_customer_id":170406,"tr_customer_product_id":170396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:32.000Z","modified_at":"2026-01-29T06:47:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19445917856710","imei1":"19445917856710","imei2":"19445917856710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170388,"job_number":"JOB_170388","tr_customer_id":170405,"tr_customer_product_id":170395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:13.000Z","modified_at":"2026-01-29T06:47:49.000Z","name":"Frances Kuhlman","mobile_number":"922-619-8165","email_id":"Imelda_Tromp@hotmail.com","dop":"2025-10-21","serial_number":"16756247052295","imei1":"16756247052295","imei2":"16756247052295","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170387,"job_number":"JOB_170387","tr_customer_id":170404,"tr_customer_product_id":170394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:13.000Z","modified_at":"2026-01-29T06:47:13.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"13725543893783","imei1":"13725543893783","imei2":"13725543893783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170386,"job_number":"JOB_170386","tr_customer_id":170403,"tr_customer_product_id":170393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:49.000Z","modified_at":"2026-01-29T06:46:49.000Z","name":"Kurtis O'Hara","mobile_number":"552-370-2299","email_id":"Alden_Price@hotmail.com","dop":"2025-04-06","serial_number":"18333736871994510","imei1":"18333736871994510","imei2":"18333736871994510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170385,"job_number":"JOB_170385","tr_customer_id":170402,"tr_customer_product_id":170392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:47.000Z","modified_at":"2026-01-29T06:47:25.000Z","name":"German Schmidt","mobile_number":"823-982-5823","email_id":"Selena_Schowalter51@hotmail.com","dop":"2025-04-06","serial_number":"19902411489288","imei1":"19902411489288","imei2":"19902411489288","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170384,"job_number":"JOB_170384","tr_customer_id":170401,"tr_customer_product_id":170391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:47.000Z","modified_at":"2026-01-29T06:46:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10870358707358","imei1":"10870358707358","imei2":"10870358707358","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170383,"job_number":"JOB_170383","tr_customer_id":170400,"tr_customer_product_id":170390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:30.000Z","modified_at":"2026-01-29T06:47:06.000Z","name":"Marlee Moore","mobile_number":"434-486-4942","email_id":"Jasmin.Balistreri73@yahoo.com","dop":"2025-10-21","serial_number":"17824471438303","imei1":"17824471438303","imei2":"17824471438303","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:47:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170382,"job_number":"JOB_170382","tr_customer_id":170399,"tr_customer_product_id":170389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:29.000Z","modified_at":"2026-01-29T06:46:29.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17680172698670","imei1":"17680172698670","imei2":"17680172698670","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170381,"job_number":"JOB_170381","tr_customer_id":170398,"tr_customer_product_id":170388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:25.000Z","modified_at":"2026-01-29T06:46:25.000Z","name":"Shresth Naik","mobile_number":"7096770820","email_id":"dharani.gill@gmail.com","dop":"2026-01-19","serial_number":"647276168264212","imei1":"647276168264212","imei2":"647276168264212","popurl":"www.prem-desai.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170380,"job_number":"JOB_170380","tr_customer_id":170397,"tr_customer_product_id":170387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:45:09.000Z","modified_at":"2026-01-29T06:45:09.000Z","name":"Winona Pouros","mobile_number":"473-755-4357","email_id":"Naomi14@gmail.com","dop":"2025-04-06","serial_number":"13217274141320578","imei1":"13217274141320578","imei2":"13217274141320578","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:45:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170379,"job_number":"JOB_170379","tr_customer_id":170396,"tr_customer_product_id":170386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:45:08.000Z","modified_at":"2026-01-29T06:45:47.000Z","name":"Alexander Padberg","mobile_number":"601-225-1822","email_id":"Cydney.Hayes@yahoo.com","dop":"2025-04-06","serial_number":"14594762092626","imei1":"14594762092626","imei2":"14594762092626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170378,"job_number":"JOB_170378","tr_customer_id":170395,"tr_customer_product_id":170385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:52.000Z","modified_at":"2026-01-29T06:44:02.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14108342420159","imei2":"14108342420159","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:44:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170377,"job_number":"JOB_170377","tr_customer_id":170394,"tr_customer_product_id":170384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:51.000Z","modified_at":"2026-01-29T06:43:51.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14983278150615","imei2":"14983278150615","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170376,"job_number":"JOB_170376","tr_customer_id":170393,"tr_customer_product_id":170383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:38.000Z","modified_at":"2026-01-29T06:43:48.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18346137390370","imei2":"18346137390370","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:43:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170375,"job_number":"JOB_170375","tr_customer_id":170392,"tr_customer_product_id":170382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:37.000Z","modified_at":"2026-01-29T06:43:37.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14176198100525","imei2":"14176198100525","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170374,"job_number":"JOB_170374","tr_customer_id":170391,"tr_customer_product_id":170381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:30.000Z","modified_at":"2026-01-29T06:43:30.000Z","name":"Elise Langworth","mobile_number":"506-789-5136","email_id":"Cordia_OKon@yahoo.com","dop":"2025-04-06","serial_number":"13668979298666100","imei1":"13668979298666100","imei2":"13668979298666100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170373,"job_number":"JOB_170373","tr_customer_id":170390,"tr_customer_product_id":170380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:28.000Z","modified_at":"2026-01-29T06:44:10.000Z","name":"Darius Hane","mobile_number":"784-296-1570","email_id":"Phoebe.Brown84@hotmail.com","dop":"2025-04-06","serial_number":"17862652103740","imei1":"17862652103740","imei2":"17862652103740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:44:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170372,"job_number":"JOB_170372","tr_customer_id":170389,"tr_customer_product_id":170379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:28.000Z","modified_at":"2026-01-29T06:43:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18444745092848","imei1":"18444745092848","imei2":"18444745092848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170371,"job_number":"JOB_170371","tr_customer_id":170388,"tr_customer_product_id":170378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:23.000Z","modified_at":"2026-01-29T06:43:34.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13001435899381","imei2":"13001435899381","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170370,"job_number":"JOB_170370","tr_customer_id":170387,"tr_customer_product_id":170377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:23.000Z","modified_at":"2026-01-29T06:43:23.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14953346028155","imei2":"14953346028155","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170369,"job_number":"JOB_170369","tr_customer_id":170386,"tr_customer_product_id":170376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:42:39.000Z","modified_at":"2026-01-29T06:42:39.000Z","name":"Elyssa Gaylord","mobile_number":"913-445-2459","email_id":"Erwin19@hotmail.com","dop":"2025-04-06","serial_number":"14369738604398470","imei1":"14369738604398470","imei2":"14369738604398470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170368,"job_number":"JOB_170368","tr_customer_id":170385,"tr_customer_product_id":170375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:42:38.000Z","modified_at":"2026-01-29T06:43:20.000Z","name":"Rachelle Gaylord","mobile_number":"216-466-8423","email_id":"Providenci14@hotmail.com","dop":"2025-04-06","serial_number":"18179063890691","imei1":"18179063890691","imei2":"18179063890691","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:43:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170367,"job_number":"JOB_170367","tr_customer_id":170384,"tr_customer_product_id":170374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:42:38.000Z","modified_at":"2026-01-29T06:42:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11661249578121","imei1":"11661249578121","imei2":"11661249578121","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:42:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170365,"job_number":"JOB_170365","tr_customer_id":170382,"tr_customer_product_id":170372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:49.000Z","modified_at":"2026-01-29T06:41:49.000Z","name":"Coy Dickens","mobile_number":"523-221-0909","email_id":"Luella_Wilkinson3@yahoo.com","dop":"2025-04-06","serial_number":"16780419753845036","imei1":"16780419753845036","imei2":"16780419753845036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:41:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170364,"job_number":"JOB_170364","tr_customer_id":170381,"tr_customer_product_id":170371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:47.000Z","modified_at":"2026-01-29T06:42:30.000Z","name":"Mireille Herman","mobile_number":"999-306-5629","email_id":"Easton_Aufderhar50@hotmail.com","dop":"2025-04-06","serial_number":"10593791691348","imei1":"10593791691348","imei2":"10593791691348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:42:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170363,"job_number":"JOB_170363","tr_customer_id":170380,"tr_customer_product_id":170370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:47.000Z","modified_at":"2026-01-29T06:41:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15855265716463","imei1":"15855265716463","imei2":"15855265716463","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:41:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170361,"job_number":"JOB_170361","tr_customer_id":170378,"tr_customer_product_id":170368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:57.000Z","modified_at":"2026-01-29T06:40:57.000Z","name":"Newell Lowe","mobile_number":"686-637-0679","email_id":"Vella.Kuhlman@hotmail.com","dop":"2025-04-06","serial_number":"10645713143187366","imei1":"10645713143187366","imei2":"10645713143187366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170360,"job_number":"JOB_170360","tr_customer_id":170377,"tr_customer_product_id":170367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:56.000Z","modified_at":"2026-01-29T06:41:34.000Z","name":"Deron Reichert","mobile_number":"589-678-0055","email_id":"Haylee_Renner@hotmail.com","dop":"2025-04-06","serial_number":"12407513074671","imei1":"12407513074671","imei2":"12407513074671","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:41:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170359,"job_number":"JOB_170359","tr_customer_id":170376,"tr_customer_product_id":170366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:56.000Z","modified_at":"2026-01-29T06:40:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12208140426477","imei1":"12208140426477","imei2":"12208140426477","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170358,"job_number":"JOB_170358","tr_customer_id":170375,"tr_customer_product_id":170365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:12.000Z","modified_at":"2026-01-29T06:40:12.000Z","name":"Liana Harvey","mobile_number":"408-925-4854","email_id":"Alison_Koepp@gmail.com","dop":"2025-04-06","serial_number":"17423739786054996","imei1":"17423739786054996","imei2":"17423739786054996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170357,"job_number":"JOB_170357","tr_customer_id":170374,"tr_customer_product_id":170364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:11.000Z","modified_at":"2026-01-29T06:40:49.000Z","name":"Grayce Schmitt","mobile_number":"822-921-5740","email_id":"Mauricio_Stracke@hotmail.com","dop":"2025-04-06","serial_number":"18180181629865","imei1":"18180181629865","imei2":"18180181629865","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:40:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170356,"job_number":"JOB_170356","tr_customer_id":170373,"tr_customer_product_id":170363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:10.000Z","modified_at":"2026-01-29T06:40:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12207671801424","imei1":"12207671801424","imei2":"12207671801424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170355,"job_number":"JOB_170355","tr_customer_id":170372,"tr_customer_product_id":170362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:39:26.000Z","modified_at":"2026-01-29T06:39:26.000Z","name":"Libby Torp","mobile_number":"288-373-3904","email_id":"Brown.Little1@yahoo.com","dop":"2025-04-06","serial_number":"18091890734912620","imei1":"18091890734912620","imei2":"18091890734912620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:39:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170354,"job_number":"JOB_170354","tr_customer_id":170371,"tr_customer_product_id":170361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:39:25.000Z","modified_at":"2026-01-29T06:40:03.000Z","name":"Dorothea Shields","mobile_number":"881-647-2530","email_id":"Orland_Walter42@yahoo.com","dop":"2025-04-06","serial_number":"18411695328476","imei1":"18411695328476","imei2":"18411695328476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:40:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170353,"job_number":"JOB_170353","tr_customer_id":170370,"tr_customer_product_id":170360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:39:25.000Z","modified_at":"2026-01-29T06:39:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19568621313003","imei1":"19568621313003","imei2":"19568621313003","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:39:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170352,"job_number":"JOB_170352","tr_customer_id":170369,"tr_customer_product_id":170359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:47.000Z","modified_at":"2026-01-29T06:38:47.000Z","name":"Atreyi Rana","mobile_number":"7083087604","email_id":"vidhya.bhat@hotmail.com","dop":"2026-01-19","serial_number":"706941820273780","imei1":"706941820273780","imei2":"706941820273780","popurl":"www.gaurang-naik.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:38:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170351,"job_number":"JOB_170351","tr_customer_id":170368,"tr_customer_product_id":170358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:33.000Z","modified_at":"2026-01-29T06:38:33.000Z","name":"Vallie Durgan","mobile_number":"902-443-2582","email_id":"Mason_Rutherford@yahoo.com","dop":"2025-04-06","serial_number":"19835579645295650","imei1":"19835579645295650","imei2":"19835579645295650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:38:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170350,"job_number":"JOB_170350","tr_customer_id":170367,"tr_customer_product_id":170357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:31.000Z","modified_at":"2026-01-29T06:39:08.000Z","name":"Celestine Gutmann","mobile_number":"253-781-9465","email_id":"Rafael.Emard@hotmail.com","dop":"2025-04-06","serial_number":"10329813854437","imei1":"10329813854437","imei2":"10329813854437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170349,"job_number":"JOB_170349","tr_customer_id":170366,"tr_customer_product_id":170356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:31.000Z","modified_at":"2026-01-29T06:38:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16037824530219","imei1":"16037824530219","imei2":"16037824530219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:38:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170348,"job_number":"JOB_170348","tr_customer_id":170365,"tr_customer_product_id":170355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:48.000Z","modified_at":"2026-01-29T06:37:48.000Z","name":"Jeanie Crist","mobile_number":"584-251-9509","email_id":"Assunta86@gmail.com","dop":"2025-04-06","serial_number":"10715964929387842","imei1":"10715964929387842","imei2":"10715964929387842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170347,"job_number":"JOB_170347","tr_customer_id":170364,"tr_customer_product_id":170354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:47.000Z","modified_at":"2026-01-29T06:38:24.000Z","name":"Stacy DuBuque","mobile_number":"852-256-3773","email_id":"Rosamond4@hotmail.com","dop":"2025-04-06","serial_number":"12954016719157","imei1":"12954016719157","imei2":"12954016719157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:38:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170346,"job_number":"JOB_170346","tr_customer_id":170363,"tr_customer_product_id":170353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:46.000Z","modified_at":"2026-01-29T06:37:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15855807980150","imei1":"15855807980150","imei2":"15855807980150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170345,"job_number":"JOB_170345","tr_customer_id":170362,"tr_customer_product_id":170352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:03.000Z","modified_at":"2026-01-29T06:37:04.000Z","name":"Alexa Crooks","mobile_number":"725-380-5649","email_id":"Jennyfer84@gmail.com","dop":"2025-04-06","serial_number":"18407784815935784","imei1":"18407784815935784","imei2":"18407784815935784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170344,"job_number":"JOB_170344","tr_customer_id":170361,"tr_customer_product_id":170351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:02.000Z","modified_at":"2026-01-29T06:37:39.000Z","name":"Carroll Quitzon","mobile_number":"506-529-6229","email_id":"Mariah_Osinski@hotmail.com","dop":"2025-04-06","serial_number":"19134770212767","imei1":"19134770212767","imei2":"19134770212767","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:37:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170343,"job_number":"JOB_170343","tr_customer_id":170360,"tr_customer_product_id":170350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:02.000Z","modified_at":"2026-01-29T06:37:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15522363055902","imei1":"15522363055902","imei2":"15522363055902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170342,"job_number":"JOB_170342","tr_customer_id":170359,"tr_customer_product_id":170349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:36.000Z","modified_at":"2026-01-29T06:36:36.000Z","name":"Roy Keeling","mobile_number":"283-823-6410","email_id":"Walton.Wisoky50@gmail.com","dop":"2025-06-18","serial_number":"1013664490259973","imei1":"1013664490259973","imei2":"1013664490259973","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:36:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170341,"job_number":"JOB_170341","tr_customer_id":170358,"tr_customer_product_id":170348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:35.000Z","modified_at":"2026-01-29T06:37:12.000Z","name":"Leland Considine","mobile_number":"674-449-0463","email_id":"Cierra23@yahoo.com","dop":"2025-06-18","serial_number":"10375802533635","imei1":"10375802533635","imei2":"10375802533635","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170340,"job_number":"JOB_170340","tr_customer_id":170357,"tr_customer_product_id":170347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:35.000Z","modified_at":"2026-01-29T06:36:35.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10276504604543","imei1":"10276504604543","imei2":"10276504604543","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:36:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170339,"job_number":"JOB_170339","tr_customer_id":170356,"tr_customer_product_id":170346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:00.000Z","modified_at":"2026-01-29T06:36:00.000Z","name":"Darlene Mayer","mobile_number":"455-205-3827","email_id":"Jadon.Gaylord33@yahoo.com","dop":"2025-04-06","serial_number":"18172264101396828","imei1":"18172264101396828","imei2":"18172264101396828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170338,"job_number":"JOB_170338","tr_customer_id":170355,"tr_customer_product_id":170345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:58.000Z","modified_at":"2026-01-29T06:36:41.000Z","name":"Valerie Haley","mobile_number":"505-875-3429","email_id":"Bernard.Weimann65@gmail.com","dop":"2025-04-06","serial_number":"14948468916716","imei1":"14948468916716","imei2":"14948468916716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:36:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170337,"job_number":"JOB_170337","tr_customer_id":170354,"tr_customer_product_id":170344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:52.000Z","modified_at":"2026-01-29T06:35:52.000Z","name":"Britney Boyer","mobile_number":"936-736-9229","email_id":"Derick_Simonis83@gmail.com","dop":"2025-06-18","serial_number":"1060705733169913","imei1":"1060705733169913","imei2":"1060705733169913","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:35:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170336,"job_number":"JOB_170336","tr_customer_id":170353,"tr_customer_product_id":170343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:52.000Z","modified_at":"2026-01-29T06:36:28.000Z","name":"Sherman Block","mobile_number":"631-567-8905","email_id":"Emerson21@gmail.com","dop":"2025-06-18","serial_number":"10316307221729","imei1":"10316307221729","imei2":"10316307221729","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:36:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170335,"job_number":"JOB_170335","tr_customer_id":170352,"tr_customer_product_id":170342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:51.000Z","modified_at":"2026-01-29T06:35:51.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10856121769214","imei1":"10856121769214","imei2":"10856121769214","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170317,"job_number":"JOB_170317","tr_customer_id":170334,"tr_customer_product_id":170324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:22:55.000Z","modified_at":"2026-01-29T06:22:55.000Z","name":"Dharitri Dutta","mobile_number":"7029773404","email_id":"bodhan.pothuvaal@hotmail.com","dop":"2026-01-19","serial_number":"945495203650264","imei1":"945495203650264","imei2":"945495203650264","popurl":"www.durgeshwari-kakkar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170316,"job_number":"JOB_170316","tr_customer_id":170333,"tr_customer_product_id":170323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:17:59.000Z","modified_at":"2026-01-29T06:17:59.000Z","name":"Brajesh Varma","mobile_number":"7037232521","email_id":"chanda.talwar@yahoo.co.in","dop":"2026-01-19","serial_number":"706892942434128","imei1":"706892942434128","imei2":"706892942434128","popurl":"www.umang-chaturvedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170315,"job_number":"JOB_170315","tr_customer_id":170332,"tr_customer_product_id":170322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:08:07.000Z","modified_at":"2026-01-29T06:08:07.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2026-01-19","serial_number":"13511800420678","imei1":"13511800420678","imei2":"13511800420678","popurl":"2026-01-19T06:08:04.176679800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:08:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170314,"job_number":"JOB_170314","tr_customer_id":170331,"tr_customer_product_id":170321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:02:17.000Z","modified_at":"2026-01-29T06:02:17.000Z","name":"Dron Reddy","mobile_number":"7034869575","email_id":"chandravati.nehru@yahoo.co.in","dop":"2026-01-19","serial_number":"059444005131417","imei1":"059444005131417","imei2":"059444005131417","popurl":"www.dhananjay-reddy.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:02:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170313,"job_number":"JOB_170313","tr_customer_id":170330,"tr_customer_product_id":170320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:57:36.000Z","modified_at":"2026-01-29T05:57:36.000Z","name":"veer kumar","mobile_number":"9398102868","email_id":"veer@gmail.com","dop":"2026-01-11","serial_number":"12343223456765432","imei1":"12343223456765432","imei2":"12343223456765432","popurl":"2026-01-11T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170312,"job_number":"JOB_170312","tr_customer_id":170329,"tr_customer_product_id":170319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Donte Schuster","mobile_number":"7056886671","email_id":"eldon.bechtelar@gmail.com","dop":"2026-01-19","serial_number":"986071458169851","imei1":"560922975673975","imei2":"913400530238079","popurl":"www.manie-murphy.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170311,"job_number":"JOB_170311","tr_customer_id":170328,"tr_customer_product_id":170318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Terra Batz","mobile_number":"7065942000","email_id":"dillon.cormier@hotmail.com","dop":"2026-01-19","serial_number":"360326519033902","imei1":"833717706004840","imei2":"518190593381939","popurl":"www.carlita-stamm.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170310,"job_number":"JOB_170310","tr_customer_id":170327,"tr_customer_product_id":170317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Cori Bahringer","mobile_number":"7015609745","email_id":"paola.aufderhar@gmail.com","dop":"2026-01-19","serial_number":"062382101570858","imei1":"107256484287444","imei2":"759968193356360","popurl":"www.cruz-ruecker.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170309,"job_number":"JOB_170309","tr_customer_id":170326,"tr_customer_product_id":170316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Marcos Bernhard","mobile_number":"7093341698","email_id":"peggy.nolan@hotmail.com","dop":"2026-01-19","serial_number":"872892873464589","imei1":"656320435657996","imei2":"579243516072405","popurl":"www.bernardina-farrell.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170308,"job_number":"JOB_170308","tr_customer_id":170325,"tr_customer_product_id":170315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Leroy Reichel","mobile_number":"7096262834","email_id":"lemuel.goodwin@yahoo.com","dop":"2026-01-19","serial_number":"113690943917920","imei1":"573989202481299","imei2":"493240038896145","popurl":"www.michaele-trantow.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170307,"job_number":"JOB_170307","tr_customer_id":170324,"tr_customer_product_id":170314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Octavio Hilll","mobile_number":"7070346459","email_id":"richard.thompson@hotmail.com","dop":"2026-01-19","serial_number":"315777018232010","imei1":"858636238195406","imei2":"687490805977002","popurl":"www.amanda-braun.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170306,"job_number":"JOB_170306","tr_customer_id":170323,"tr_customer_product_id":170313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Fermina McLaughlin","mobile_number":"7017166496","email_id":"rosendo.balistreri@hotmail.com","dop":"2026-01-19","serial_number":"072056892191034","imei1":"790721180190395","imei2":"805483436630756","popurl":"www.wayne-torp.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170305,"job_number":"JOB_170305","tr_customer_id":170322,"tr_customer_product_id":170312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Kimberly Glover","mobile_number":"7095559611","email_id":"cary.farrell@gmail.com","dop":"2026-01-19","serial_number":"239556247015289","imei1":"301960567483025","imei2":"128441512416247","popurl":"www.adelaide-schaefer.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170304,"job_number":"JOB_170304","tr_customer_id":170321,"tr_customer_product_id":170311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Zackary Wolff","mobile_number":"7042601363","email_id":"foster.mcglynn@gmail.com","dop":"2026-01-19","serial_number":"465575730158631","imei1":"021192744336210","imei2":"021057683656422","popurl":"www.randal-turner.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170303,"job_number":"JOB_170303","tr_customer_id":170320,"tr_customer_product_id":170310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:35.000Z","modified_at":"2026-01-29T05:48:35.000Z","name":"Estell Goyette","mobile_number":"7076879395","email_id":"jerrod.miller@hotmail.com","dop":"2026-01-19","serial_number":"525133618426072","imei1":"252597024711472","imei2":"150861370405568","popurl":"www.osvaldo-barrows.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170302,"job_number":"JOB_170302","tr_customer_id":170319,"tr_customer_product_id":170309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Julius Daugherty","mobile_number":"7068994163","email_id":"ryann.hand@yahoo.com","dop":"2026-01-19","serial_number":"115363344515312","imei1":"703158220144090","imei2":"214864755915204","popurl":"www.freida-mueller.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170301,"job_number":"JOB_170301","tr_customer_id":170318,"tr_customer_product_id":170308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Shanae Nienow","mobile_number":"7085477286","email_id":"bebe.collins@gmail.com","dop":"2026-01-19","serial_number":"333881492313480","imei1":"465199716601108","imei2":"190637435307858","popurl":"www.cinderella-abernathy.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170300,"job_number":"JOB_170300","tr_customer_id":170317,"tr_customer_product_id":170307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Dorthea Bode","mobile_number":"7028156604","email_id":"lizabeth.kreiger@yahoo.com","dop":"2026-01-19","serial_number":"014277701229923","imei1":"496340704994249","imei2":"093038207032628","popurl":"www.freeman-gulgowski.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170299,"job_number":"JOB_170299","tr_customer_id":170316,"tr_customer_product_id":170306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Krystin Kuhic","mobile_number":"7073314363","email_id":"amparo.howe@gmail.com","dop":"2026-01-19","serial_number":"405554517896442","imei1":"849844372020304","imei2":"401806640799600","popurl":"www.jacqulyn-stark.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170298,"job_number":"JOB_170298","tr_customer_id":170315,"tr_customer_product_id":170305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Judson Lebsack","mobile_number":"7047802957","email_id":"leon.schamberger@yahoo.com","dop":"2026-01-19","serial_number":"007111435469463","imei1":"942630586541499","imei2":"256068166300666","popurl":"www.todd-wehner.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170297,"job_number":"JOB_170297","tr_customer_id":170314,"tr_customer_product_id":170304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Wilbur Walker","mobile_number":"7071289746","email_id":"kip.rau@yahoo.com","dop":"2026-01-19","serial_number":"994703034336346","imei1":"698413656866811","imei2":"565237069743950","popurl":"www.cassandra-douglas.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170296,"job_number":"JOB_170296","tr_customer_id":170313,"tr_customer_product_id":170303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Cecily Conroy","mobile_number":"7090037166","email_id":"avery.klein@gmail.com","dop":"2026-01-19","serial_number":"054405971580322","imei1":"679615245379949","imei2":"975504407308938","popurl":"www.reginald-williamson.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170295,"job_number":"JOB_170295","tr_customer_id":170312,"tr_customer_product_id":170302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Corrin Emard","mobile_number":"7035854600","email_id":"rhea.grady@yahoo.com","dop":"2026-01-19","serial_number":"703029191701704","imei1":"039399364369762","imei2":"386766186332312","popurl":"www.arica-christiansen.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170294,"job_number":"JOB_170294","tr_customer_id":170311,"tr_customer_product_id":170301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Melissia Heathcote","mobile_number":"7049912515","email_id":"hipolito.okeefe@hotmail.com","dop":"2026-01-19","serial_number":"920398109443780","imei1":"299409222664093","imei2":"661756859460322","popurl":"www.nicolette-hansen.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170293,"job_number":"JOB_170293","tr_customer_id":170310,"tr_customer_product_id":170300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Gale Windler","mobile_number":"7053187120","email_id":"virgil.jacobson@gmail.com","dop":"2026-01-19","serial_number":"546650878449800","imei1":"654676504441541","imei2":"054634256245915","popurl":"www.fidela-muller.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170292,"job_number":"JOB_170292","tr_customer_id":170309,"tr_customer_product_id":170299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Wilburn Kutch","mobile_number":"7059269789","email_id":"diedra.dubuque@gmail.com","dop":"2026-01-19","serial_number":"792149224110826","imei1":"224341792702478","imei2":"686155765699649","popurl":"www.sol-ruecker.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170291,"job_number":"JOB_170291","tr_customer_id":170308,"tr_customer_product_id":170298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Ligia Powlowski","mobile_number":"7052117223","email_id":"nakia.skiles@hotmail.com","dop":"2026-01-19","serial_number":"734089455529193","imei1":"817252341842789","imei2":"122537213300785","popurl":"www.yen-jerde.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170290,"job_number":"JOB_170290","tr_customer_id":170307,"tr_customer_product_id":170297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Thanh Lueilwitz","mobile_number":"7073544974","email_id":"bobby.dicki@yahoo.com","dop":"2026-01-19","serial_number":"301518552424284","imei1":"893663339624586","imei2":"795915710844668","popurl":"www.gertrude-oconnell.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170289,"job_number":"JOB_170289","tr_customer_id":170306,"tr_customer_product_id":170296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Beau Kling","mobile_number":"7069866035","email_id":"kelsi.runolfsson@yahoo.com","dop":"2026-01-19","serial_number":"290742738273944","imei1":"668260766835625","imei2":"652104689973897","popurl":"www.bennie-bartoletti.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170288,"job_number":"JOB_170288","tr_customer_id":170305,"tr_customer_product_id":170295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Garfield Koch","mobile_number":"7054113851","email_id":"jarrett.hartmann@hotmail.com","dop":"2026-01-19","serial_number":"759466932485178","imei1":"112079791017813","imei2":"004672035246440","popurl":"www.oswaldo-pagac.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170287,"job_number":"JOB_170287","tr_customer_id":170304,"tr_customer_product_id":170294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Rolland Batz","mobile_number":"7086908465","email_id":"cordell.rodriguez@yahoo.com","dop":"2026-01-19","serial_number":"561496191451956","imei1":"004520205915341","imei2":"051969360351284","popurl":"www.benedict-waelchi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170286,"job_number":"JOB_170286","tr_customer_id":170303,"tr_customer_product_id":170293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Shayla Kessler","mobile_number":"7086168202","email_id":"aleen.kunde@gmail.com","dop":"2026-01-19","serial_number":"236372367591240","imei1":"334285666363360","imei2":"018877848468158","popurl":"www.stephen-blick.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170285,"job_number":"JOB_170285","tr_customer_id":170302,"tr_customer_product_id":170292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Broderick Smith","mobile_number":"7001351483","email_id":"cary.mccullough@hotmail.com","dop":"2026-01-19","serial_number":"320773034943050","imei1":"114223627161612","imei2":"107464813860199","popurl":"www.chu-renner.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170284,"job_number":"JOB_170284","tr_customer_id":170301,"tr_customer_product_id":170291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Leatrice Kling","mobile_number":"7057861642","email_id":"evette.bechtelar@yahoo.com","dop":"2026-01-19","serial_number":"211730052522536","imei1":"412751570164251","imei2":"304744183682637","popurl":"www.cassaundra-schmitt.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170283,"job_number":"JOB_170283","tr_customer_id":170300,"tr_customer_product_id":170290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Isidra Bernier","mobile_number":"7011875783","email_id":"kelley.rohan@hotmail.com","dop":"2026-01-19","serial_number":"081477794363547","imei1":"300507865461477","imei2":"746794430713661","popurl":"www.eldora-quitzon.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170282,"job_number":"JOB_170282","tr_customer_id":170299,"tr_customer_product_id":170289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Violette Zboncak","mobile_number":"7054325873","email_id":"jon.beatty@yahoo.com","dop":"2026-01-19","serial_number":"113313770878779","imei1":"172401667657537","imei2":"410626337285531","popurl":"www.randall-thompson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170281,"job_number":"JOB_170281","tr_customer_id":170298,"tr_customer_product_id":170288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Gerardo Lynch","mobile_number":"7052894028","email_id":"beatris.herman@yahoo.com","dop":"2026-01-19","serial_number":"991354659847131","imei1":"211131001419487","imei2":"732099870144335","popurl":"www.donya-wilkinson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170280,"job_number":"JOB_170280","tr_customer_id":170297,"tr_customer_product_id":170287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Launa Koelpin","mobile_number":"7019276649","email_id":"bart.dach@gmail.com","dop":"2026-01-19","serial_number":"111678387215629","imei1":"699233265636085","imei2":"389383014734706","popurl":"www.briana-hessel.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170279,"job_number":"JOB_170279","tr_customer_id":170296,"tr_customer_product_id":170286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Quinn Ankunding","mobile_number":"7078393695","email_id":"kurt.simonis@gmail.com","dop":"2026-01-19","serial_number":"585745996333988","imei1":"365102360124660","imei2":"290343825323120","popurl":"www.tuan-towne.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170278,"job_number":"JOB_170278","tr_customer_id":170295,"tr_customer_product_id":170285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Shanice Gutmann","mobile_number":"7057570768","email_id":"howard.murray@gmail.com","dop":"2026-01-19","serial_number":"133040382899834","imei1":"656152903691011","imei2":"097861798104938","popurl":"www.bong-johnson.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170277,"job_number":"JOB_170277","tr_customer_id":170294,"tr_customer_product_id":170284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Rosario Gleason","mobile_number":"7026928337","email_id":"ezra.hoeger@gmail.com","dop":"2026-01-19","serial_number":"714493037194091","imei1":"161475230192910","imei2":"237466804490015","popurl":"www.devin-keebler.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170276,"job_number":"JOB_170276","tr_customer_id":170293,"tr_customer_product_id":170283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Gil Little","mobile_number":"7005177573","email_id":"jerry.ratke@yahoo.com","dop":"2026-01-19","serial_number":"428147030483039","imei1":"451809402685655","imei2":"838329545950033","popurl":"www.valery-hickle.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170275,"job_number":"JOB_170275","tr_customer_id":170292,"tr_customer_product_id":170282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Rashad Streich","mobile_number":"7034316350","email_id":"devon.abshire@gmail.com","dop":"2026-01-19","serial_number":"074453291653388","imei1":"673519097646997","imei2":"954744911420191","popurl":"www.ivory-legros.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170274,"job_number":"JOB_170274","tr_customer_id":170291,"tr_customer_product_id":170281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Ariel Bernhard","mobile_number":"7091816373","email_id":"brandee.kemmer@yahoo.com","dop":"2026-01-19","serial_number":"663775890199765","imei1":"255542807658649","imei2":"840539096445094","popurl":"www.nga-kuhlman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170273,"job_number":"JOB_170273","tr_customer_id":170290,"tr_customer_product_id":170280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Bud Huel","mobile_number":"7068666049","email_id":"gaylene.price@yahoo.com","dop":"2026-01-19","serial_number":"047974297491639","imei1":"964610923672523","imei2":"323467555465233","popurl":"www.gerard-bashirian.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170272,"job_number":"JOB_170272","tr_customer_id":170289,"tr_customer_product_id":170279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:31.000Z","modified_at":"2026-01-29T05:48:31.000Z","name":"Susann Morar","mobile_number":"7021494068","email_id":"cecile.wiegand@yahoo.com","dop":"2026-01-19","serial_number":"158927685212213","imei1":"618188655915409","imei2":"265084974638323","popurl":"www.brenton-kunze.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170271,"job_number":"JOB_170271","tr_customer_id":170288,"tr_customer_product_id":170278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:31.000Z","modified_at":"2026-01-29T05:48:31.000Z","name":"Viki Leffler","mobile_number":"7040592842","email_id":"rigoberto.hodkiewicz@yahoo.com","dop":"2026-01-19","serial_number":"136593909292199","imei1":"469284031195261","imei2":"663408731276343","popurl":"www.archie-kozey.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170270,"job_number":"JOB_170270","tr_customer_id":170287,"tr_customer_product_id":170277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:31.000Z","modified_at":"2026-01-29T05:48:31.000Z","name":"Leopoldo Metz","mobile_number":"7056154650","email_id":"cedrick.kuhlman@yahoo.com","dop":"2026-01-19","serial_number":"382261397670933","imei1":"686808815643621","imei2":"991708990793421","popurl":"www.enrique-parisian.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170269,"job_number":"JOB_170269","tr_customer_id":170286,"tr_customer_product_id":170276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Chia Stokes","mobile_number":"7086481035","email_id":"leah.torp@yahoo.com","dop":"2026-01-19","serial_number":"740412324822571","imei1":"250445028212868","imei2":"523833711067033","popurl":"www.carl-hane.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170268,"job_number":"JOB_170268","tr_customer_id":170285,"tr_customer_product_id":170275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Dudley Parisian","mobile_number":"7006955607","email_id":"raphael.barton@hotmail.com","dop":"2026-01-19","serial_number":"399692295167685","imei1":"275440972100049","imei2":"836293278474897","popurl":"www.tammara-lang.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170267,"job_number":"JOB_170267","tr_customer_id":170284,"tr_customer_product_id":170274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Nu Hilll","mobile_number":"7012124385","email_id":"lucien.borer@gmail.com","dop":"2026-01-19","serial_number":"376314463825753","imei1":"553148262147938","imei2":"794406810841490","popurl":"www.pearl-satterfield.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170266,"job_number":"JOB_170266","tr_customer_id":170283,"tr_customer_product_id":170273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Alethea Kuvalis","mobile_number":"7053110000","email_id":"randall.rau@gmail.com","dop":"2026-01-19","serial_number":"484432184152380","imei1":"191393928705824","imei2":"777880831535541","popurl":"www.edison-predovic.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170265,"job_number":"JOB_170265","tr_customer_id":170282,"tr_customer_product_id":170272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Aubrey Gottlieb","mobile_number":"7010486455","email_id":"constance.mcdermott@hotmail.com","dop":"2026-01-19","serial_number":"278272999895817","imei1":"173192041728762","imei2":"027527426271741","popurl":"www.adelina-glover.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170264,"job_number":"JOB_170264","tr_customer_id":170281,"tr_customer_product_id":170271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Dorene Hammes","mobile_number":"7040009863","email_id":"colin.herman@yahoo.com","dop":"2026-01-19","serial_number":"615679501143379","imei1":"757008604094661","imei2":"965959708832096","popurl":"www.keesha-dach.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170263,"job_number":"JOB_170263","tr_customer_id":170280,"tr_customer_product_id":170270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Columbus O'Kon","mobile_number":"7000415323","email_id":"alberta.roberts@yahoo.com","dop":"2026-01-19","serial_number":"138553713980597","imei1":"281583572359640","imei2":"304285439128757","popurl":"www.kymberly-bechtelar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170262,"job_number":"JOB_170262","tr_customer_id":170279,"tr_customer_product_id":170269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Franklin Crooks","mobile_number":"7094377777","email_id":"cordell.greenfelder@yahoo.com","dop":"2026-01-19","serial_number":"620523949014325","imei1":"373651855507247","imei2":"134866534333791","popurl":"www.myrna-farrell.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170261,"job_number":"JOB_170261","tr_customer_id":170278,"tr_customer_product_id":170268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Elissa Crist","mobile_number":"7038856749","email_id":"warren.skiles@yahoo.com","dop":"2026-01-19","serial_number":"954973640377620","imei1":"828260409651650","imei2":"645711122930752","popurl":"www.joyce-frami.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170260,"job_number":"JOB_170260","tr_customer_id":170277,"tr_customer_product_id":170267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Desmond Price","mobile_number":"7033875383","email_id":"sarina.gorczany@gmail.com","dop":"2026-01-19","serial_number":"455424103027929","imei1":"900833817247677","imei2":"969999656496338","popurl":"www.tod-luettgen.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170259,"job_number":"JOB_170259","tr_customer_id":170276,"tr_customer_product_id":170266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Claudine Swift","mobile_number":"7023796523","email_id":"lurlene.hilll@yahoo.com","dop":"2026-01-19","serial_number":"652439642084903","imei1":"150928357402321","imei2":"838988491570929","popurl":"www.trenton-hoeger.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170258,"job_number":"JOB_170258","tr_customer_id":170275,"tr_customer_product_id":170265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Blaine Koss","mobile_number":"7099437200","email_id":"quiana.lueilwitz@hotmail.com","dop":"2026-01-19","serial_number":"521418201569197","imei1":"555246561444916","imei2":"641329924661925","popurl":"www.mardell-welch.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170257,"job_number":"JOB_170257","tr_customer_id":170274,"tr_customer_product_id":170264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Wilbur Schroeder","mobile_number":"7058480818","email_id":"rosina.jones@gmail.com","dop":"2026-01-19","serial_number":"653189068748251","imei1":"841498737012002","imei2":"064810199562801","popurl":"www.keenan-dooley.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170256,"job_number":"JOB_170256","tr_customer_id":170273,"tr_customer_product_id":170263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Cristi White","mobile_number":"7085500721","email_id":"elisa.hirthe@yahoo.com","dop":"2026-01-19","serial_number":"825123777768932","imei1":"687426411502932","imei2":"824387845415695","popurl":"www.galen-watsica.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170255,"job_number":"JOB_170255","tr_customer_id":170272,"tr_customer_product_id":170262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Alvin Conroy","mobile_number":"7077100482","email_id":"malia.walter@gmail.com","dop":"2026-01-19","serial_number":"943033844192086","imei1":"882972683114668","imei2":"560033161829803","popurl":"www.kenna-rice.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170254,"job_number":"JOB_170254","tr_customer_id":170271,"tr_customer_product_id":170261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Creola Bradtke","mobile_number":"7033148032","email_id":"rico.ebert@yahoo.com","dop":"2026-01-19","serial_number":"184754830996755","imei1":"135117381731041","imei2":"652897875624613","popurl":"www.davis-romaguera.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170253,"job_number":"JOB_170253","tr_customer_id":170270,"tr_customer_product_id":170260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Andria Reinger","mobile_number":"7049706800","email_id":"foster.herman@hotmail.com","dop":"2026-01-19","serial_number":"252772070797147","imei1":"549954692664623","imei2":"509503807632421","popurl":"www.tristan-rohan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170252,"job_number":"JOB_170252","tr_customer_id":170269,"tr_customer_product_id":170259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Hector Mayert","mobile_number":"7000067769","email_id":"karin.cormier@yahoo.com","dop":"2026-01-19","serial_number":"101963705060146","imei1":"188986013689175","imei2":"371523801056063","popurl":"www.wyatt-gleichner.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170251,"job_number":"JOB_170251","tr_customer_id":170268,"tr_customer_product_id":170258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Takako Harvey","mobile_number":"7075139015","email_id":"elease.osinski@yahoo.com","dop":"2026-01-19","serial_number":"566475336942803","imei1":"584350034680843","imei2":"041126346336279","popurl":"www.amos-kihn.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170250,"job_number":"JOB_170250","tr_customer_id":170267,"tr_customer_product_id":170257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Jeremy Douglas","mobile_number":"7020119602","email_id":"ira.toy@yahoo.com","dop":"2026-01-19","serial_number":"384872070076189","imei1":"564258331463972","imei2":"085278075055009","popurl":"www.curtis-medhurst.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170249,"job_number":"JOB_170249","tr_customer_id":170266,"tr_customer_product_id":170256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Jeneva Gutmann","mobile_number":"7051585591","email_id":"rodger.king@hotmail.com","dop":"2026-01-19","serial_number":"912060662832802","imei1":"488904204192327","imei2":"567495526836807","popurl":"www.moira-gulgowski.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170248,"job_number":"JOB_170248","tr_customer_id":170265,"tr_customer_product_id":170255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Josephina Hilpert","mobile_number":"7054172155","email_id":"bambi.welch@gmail.com","dop":"2026-01-19","serial_number":"962736970665202","imei1":"474371224125685","imei2":"289043046269861","popurl":"www.newton-kohler.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170247,"job_number":"JOB_170247","tr_customer_id":170264,"tr_customer_product_id":170254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Fabian Rogahn","mobile_number":"7085466827","email_id":"zelma.quitzon@gmail.com","dop":"2026-01-19","serial_number":"850559854879572","imei1":"903521674044926","imei2":"038596223035113","popurl":"www.deanne-torphy.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170246,"job_number":"JOB_170246","tr_customer_id":170263,"tr_customer_product_id":170253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Leigh Leffler","mobile_number":"7023494932","email_id":"elin.howell@gmail.com","dop":"2026-01-19","serial_number":"589264318857867","imei1":"200586495551914","imei2":"431114446632498","popurl":"www.adolfo-kunze.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170245,"job_number":"JOB_170245","tr_customer_id":170262,"tr_customer_product_id":170252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Sharyl Cummerata","mobile_number":"7070253948","email_id":"branden.becker@yahoo.com","dop":"2026-01-19","serial_number":"233206572760965","imei1":"707061874175435","imei2":"589928904627287","popurl":"www.louie-bauch.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170244,"job_number":"JOB_170244","tr_customer_id":170261,"tr_customer_product_id":170251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Angelyn Dooley","mobile_number":"7061461129","email_id":"pedro.marvin@gmail.com","dop":"2026-01-19","serial_number":"452032612133165","imei1":"559206740453246","imei2":"207471890302768","popurl":"www.gerard-kuhic.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170243,"job_number":"JOB_170243","tr_customer_id":170260,"tr_customer_product_id":170250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Lewis Johnston","mobile_number":"7094208443","email_id":"aja.sawayn@hotmail.com","dop":"2026-01-19","serial_number":"131230129459942","imei1":"025304491659747","imei2":"902681255883198","popurl":"www.lucas-prosacco.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170242,"job_number":"JOB_170242","tr_customer_id":170259,"tr_customer_product_id":170249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Lavette Huel","mobile_number":"7020968239","email_id":"chas.medhurst@hotmail.com","dop":"2026-01-19","serial_number":"589474559718762","imei1":"425468965770591","imei2":"296928363006821","popurl":"www.dorian-oconner.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170241,"job_number":"JOB_170241","tr_customer_id":170258,"tr_customer_product_id":170248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Florencia Kreiger","mobile_number":"7077887898","email_id":"malcom.cronin@gmail.com","dop":"2026-01-19","serial_number":"311006737465354","imei1":"715439860866496","imei2":"649302465989372","popurl":"www.winston-hoppe.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170240,"job_number":"JOB_170240","tr_customer_id":170257,"tr_customer_product_id":170247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Nickolas Weimann","mobile_number":"7093581638","email_id":"awilda.sawayn@yahoo.com","dop":"2026-01-19","serial_number":"101153590011072","imei1":"166656357351732","imei2":"389371791577826","popurl":"www.bong-okon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170239,"job_number":"JOB_170239","tr_customer_id":170256,"tr_customer_product_id":170246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Hayley Schowalter","mobile_number":"7022998802","email_id":"junior.white@gmail.com","dop":"2026-01-19","serial_number":"210971507849559","imei1":"202835066949078","imei2":"538271499790282","popurl":"www.leonarda-nicolas.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170238,"job_number":"JOB_170238","tr_customer_id":170255,"tr_customer_product_id":170245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Vi Grady","mobile_number":"7055471855","email_id":"lucien.green@hotmail.com","dop":"2026-01-19","serial_number":"107810911840661","imei1":"053152890367488","imei2":"265316909129822","popurl":"www.nathaniel-rath.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170237,"job_number":"JOB_170237","tr_customer_id":170254,"tr_customer_product_id":170244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Spencer Raynor","mobile_number":"7059441638","email_id":"zane.turner@hotmail.com","dop":"2026-01-19","serial_number":"958340763900306","imei1":"518891813416819","imei2":"445176252269607","popurl":"www.jerrell-schowalter.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170236,"job_number":"JOB_170236","tr_customer_id":170253,"tr_customer_product_id":170243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Amos Wyman","mobile_number":"7051301548","email_id":"edwin.tromp@hotmail.com","dop":"2026-01-19","serial_number":"929316672467096","imei1":"023799191245043","imei2":"551596693549773","popurl":"www.simon-schuster.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170235,"job_number":"JOB_170235","tr_customer_id":170252,"tr_customer_product_id":170242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Brock Rippin","mobile_number":"7018396582","email_id":"kennith.hand@gmail.com","dop":"2026-01-19","serial_number":"321216827512652","imei1":"979503815262283","imei2":"177238354959110","popurl":"www.lovie-herman.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170234,"job_number":"JOB_170234","tr_customer_id":170251,"tr_customer_product_id":170241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Stephani Schimmel","mobile_number":"7040016503","email_id":"celia.spencer@yahoo.com","dop":"2026-01-19","serial_number":"948611560897978","imei1":"995614146597753","imei2":"296746578266108","popurl":"www.hertha-hauck.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170233,"job_number":"JOB_170233","tr_customer_id":170250,"tr_customer_product_id":170240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Noel Becker","mobile_number":"7090324337","email_id":"ilse.mccullough@hotmail.com","dop":"2026-01-19","serial_number":"043988326612868","imei1":"174036313485590","imei2":"123128261742204","popurl":"www.rudy-nicolas.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170232,"job_number":"JOB_170232","tr_customer_id":170249,"tr_customer_product_id":170239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Basil Weber","mobile_number":"7056331788","email_id":"darrin.krajcik@gmail.com","dop":"2026-01-19","serial_number":"814686544162195","imei1":"392840382561529","imei2":"588696317677403","popurl":"www.dia-raynor.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170231,"job_number":"JOB_170231","tr_customer_id":170248,"tr_customer_product_id":170238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Deneen Schaefer","mobile_number":"7042301198","email_id":"margarette.crona@yahoo.com","dop":"2026-01-19","serial_number":"943266893741394","imei1":"466261641029135","imei2":"362463481624836","popurl":"www.forest-senger.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170230,"job_number":"JOB_170230","tr_customer_id":170247,"tr_customer_product_id":170237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Tiffani O'Reilly","mobile_number":"7093165858","email_id":"andre.johnson@gmail.com","dop":"2026-01-19","serial_number":"340665457787737","imei1":"722507410891080","imei2":"114545239349483","popurl":"www.lesley-jacobi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170229,"job_number":"JOB_170229","tr_customer_id":170246,"tr_customer_product_id":170236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Loyd Bernier","mobile_number":"7059942123","email_id":"armand.rutherford@hotmail.com","dop":"2026-01-19","serial_number":"893940628483506","imei1":"494002875673185","imei2":"791618318319657","popurl":"www.devorah-wyman.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170228,"job_number":"JOB_170228","tr_customer_id":170245,"tr_customer_product_id":170235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Porsha Braun","mobile_number":"7044490785","email_id":"galen.haley@yahoo.com","dop":"2026-01-19","serial_number":"349391363271139","imei1":"001137163421768","imei2":"024035365952399","popurl":"www.dwight-pouros.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170227,"job_number":"JOB_170227","tr_customer_id":170244,"tr_customer_product_id":170234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Ted D'Amore","mobile_number":"7025302013","email_id":"jackson.kreiger@yahoo.com","dop":"2026-01-19","serial_number":"469962355039832","imei1":"926574318548762","imei2":"355073763224486","popurl":"www.cleo-stracke.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170226,"job_number":"JOB_170226","tr_customer_id":170243,"tr_customer_product_id":170233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Tyrone Johnston","mobile_number":"7010542277","email_id":"britta.kessler@gmail.com","dop":"2026-01-19","serial_number":"496733144744161","imei1":"277731885006461","imei2":"178749463554094","popurl":"www.brenton-grant.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170225,"job_number":"JOB_170225","tr_customer_id":170242,"tr_customer_product_id":170232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Holley Schowalter","mobile_number":"7002039594","email_id":"arnold.aufderhar@yahoo.com","dop":"2026-01-19","serial_number":"471105183868605","imei1":"045570237491908","imei2":"349747981733279","popurl":"www.guillermina-wuckert.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170224,"job_number":"JOB_170224","tr_customer_id":170241,"tr_customer_product_id":170231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Esperanza Luettgen","mobile_number":"7073288083","email_id":"jennette.koch@hotmail.com","dop":"2026-01-19","serial_number":"446498257308002","imei1":"913856754915822","imei2":"562456480434160","popurl":"www.lindsey-lubowitz.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170223,"job_number":"JOB_170223","tr_customer_id":170240,"tr_customer_product_id":170230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Shemika Miller","mobile_number":"7089046215","email_id":"zola.weissnat@hotmail.com","dop":"2026-01-19","serial_number":"371154345167432","imei1":"510849773235687","imei2":"865703871847804","popurl":"www.lin-ernser.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170222,"job_number":"JOB_170222","tr_customer_id":170239,"tr_customer_product_id":170229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Marni Rau","mobile_number":"7041293254","email_id":"nathalie.emard@yahoo.com","dop":"2026-01-19","serial_number":"180581046522869","imei1":"632188882202833","imei2":"602710944438569","popurl":"www.hobert-shanahan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170221,"job_number":"JOB_170221","tr_customer_id":170238,"tr_customer_product_id":170228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Walter Lang","mobile_number":"7035772490","email_id":"johnie.renner@gmail.com","dop":"2026-01-19","serial_number":"742275585473763","imei1":"105360820550351","imei2":"432091736323913","popurl":"www.heath-reinger.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170220,"job_number":"JOB_170220","tr_customer_id":170236,"tr_customer_product_id":170226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Jaquelyn Larson","mobile_number":"7064888463","email_id":"romaine.schmidt@hotmail.com","dop":"2026-01-19","serial_number":"773366278280310","imei1":"170911266100788","imei2":"817151465171760","popurl":"www.kathi-bashirian.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170219,"job_number":"JOB_170219","tr_customer_id":170237,"tr_customer_product_id":170227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Osvaldo Jerde","mobile_number":"7055007069","email_id":"dell.dooley@hotmail.com","dop":"2026-01-19","serial_number":"904570095669522","imei1":"287955200431046","imei2":"093293884433160","popurl":"www.forest-bailey.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170218,"job_number":"JOB_170218","tr_customer_id":170235,"tr_customer_product_id":170225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Mickey McDermott","mobile_number":"7044214377","email_id":"hettie.schultz@gmail.com","dop":"2026-01-19","serial_number":"618241303926546","imei1":"582538028283710","imei2":"812232289371416","popurl":"www.stacy-russel.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170217,"job_number":"JOB_170217","tr_customer_id":170234,"tr_customer_product_id":170224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Jonathon Heller","mobile_number":"7041702890","email_id":"camie.kihn@yahoo.com","dop":"2026-01-19","serial_number":"083391448195476","imei1":"664192220803144","imei2":"282327820991273","popurl":"www.doug-schoen.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170216,"job_number":"JOB_170216","tr_customer_id":170233,"tr_customer_product_id":170223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Willian Gleason","mobile_number":"7040709820","email_id":"nelly.king@hotmail.com","dop":"2026-01-19","serial_number":"595546995583586","imei1":"899482708143404","imei2":"169129188635019","popurl":"www.emogene-muller.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170215,"job_number":"JOB_170215","tr_customer_id":170232,"tr_customer_product_id":170222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Ophelia Schinner","mobile_number":"7022044343","email_id":"hassan.glover@gmail.com","dop":"2026-01-19","serial_number":"914027609499283","imei1":"706965255470998","imei2":"029690803656320","popurl":"www.jeremy-streich.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170214,"job_number":"JOB_170214","tr_customer_id":170231,"tr_customer_product_id":170221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Lemuel Graham","mobile_number":"7031720015","email_id":"geoffrey.kohler@yahoo.com","dop":"2026-01-19","serial_number":"201326228201942","imei1":"800128561983084","imei2":"894603301513740","popurl":"www.doretta-yundt.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170213,"job_number":"JOB_170213","tr_customer_id":170230,"tr_customer_product_id":170220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Albert Bruen","mobile_number":"7067370160","email_id":"modesta.schinner@yahoo.com","dop":"2026-01-19","serial_number":"788933616861179","imei1":"511324452900780","imei2":"917067342738088","popurl":"www.yuko-mcdermott.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170212,"job_number":"JOB_170212","tr_customer_id":170229,"tr_customer_product_id":170219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:36:30.000Z","modified_at":"2026-01-29T05:36:30.000Z","name":"Libbie Keebler","mobile_number":"333-598-3808","email_id":"Mabelle.Miller@hotmail.com","dop":"2025-04-06","serial_number":"16537321253497456","imei1":"16537321253497456","imei2":"16537321253497456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:36:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170211,"job_number":"JOB_170211","tr_customer_id":170228,"tr_customer_product_id":170218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:36:29.000Z","modified_at":"2026-01-29T05:37:04.000Z","name":"Meagan Schaefer","mobile_number":"863-586-8628","email_id":"Alicia92@hotmail.com","dop":"2025-04-06","serial_number":"17631928186345","imei1":"17631928186345","imei2":"17631928186345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170210,"job_number":"JOB_170210","tr_customer_id":170227,"tr_customer_product_id":170217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:36:29.000Z","modified_at":"2026-01-29T05:36:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17561133055717","imei1":"17561133055717","imei2":"17561133055717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:36:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170209,"job_number":"JOB_170209","tr_customer_id":170226,"tr_customer_product_id":170216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:48.000Z","modified_at":"2026-01-29T05:35:48.000Z","name":"Tyreek Jacobson","mobile_number":"930-868-3905","email_id":"Holden6@hotmail.com","dop":"2025-04-06","serial_number":"13824853662455968","imei1":"13824853662455968","imei2":"13824853662455968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170208,"job_number":"JOB_170208","tr_customer_id":170225,"tr_customer_product_id":170215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:46.000Z","modified_at":"2026-01-29T05:36:22.000Z","name":"Laisha Botsford","mobile_number":"486-674-0169","email_id":"Lilliana.Grady86@yahoo.com","dop":"2025-04-06","serial_number":"19521776007117","imei1":"19521776007117","imei2":"19521776007117","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170207,"job_number":"JOB_170207","tr_customer_id":170224,"tr_customer_product_id":170214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:46.000Z","modified_at":"2026-01-29T05:35:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10274896426100","imei1":"10274896426100","imei2":"10274896426100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170206,"job_number":"JOB_170206","tr_customer_id":170223,"tr_customer_product_id":170213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:04.000Z","modified_at":"2026-01-29T05:35:04.000Z","name":"Darrion Kozey","mobile_number":"588-201-3797","email_id":"Richmond.Reinger@yahoo.com","dop":"2025-04-06","serial_number":"14582513913738704","imei1":"14582513913738704","imei2":"14582513913738704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170205,"job_number":"JOB_170205","tr_customer_id":170222,"tr_customer_product_id":170212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:03.000Z","modified_at":"2026-01-29T05:35:39.000Z","name":"Maegan Nolan","mobile_number":"473-311-8315","email_id":"Mariane43@hotmail.com","dop":"2025-04-06","serial_number":"13634145667307","imei1":"13634145667307","imei2":"13634145667307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170204,"job_number":"JOB_170204","tr_customer_id":170221,"tr_customer_product_id":170211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:03.000Z","modified_at":"2026-01-29T05:35:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16317495981557","imei1":"16317495981557","imei2":"16317495981557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170203,"job_number":"JOB_170203","tr_customer_id":170220,"tr_customer_product_id":170210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Teodoro Mertz","mobile_number":"7080081334","email_id":"glady.roberts@hotmail.com","dop":"2026-01-19","serial_number":"257966550364025","imei1":"010774829577335","imei2":"424251811115573","popurl":"www.etta-hammes.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170202,"job_number":"JOB_170202","tr_customer_id":170219,"tr_customer_product_id":170209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Ali Krajcik","mobile_number":"7070210978","email_id":"claude.marks@gmail.com","dop":"2026-01-19","serial_number":"566857283444400","imei1":"893816487869827","imei2":"988916068718383","popurl":"www.eli-pollich.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170200,"job_number":"JOB_170200","tr_customer_id":170217,"tr_customer_product_id":170207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Keren Vandervort","mobile_number":"7016611304","email_id":"junior.huel@yahoo.com","dop":"2026-01-19","serial_number":"855772320972979","imei1":"072206601964536","imei2":"515369842438752","popurl":"www.vita-kiehn.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170195,"job_number":"JOB_170195","tr_customer_id":170212,"tr_customer_product_id":170202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Adrianna Mohr","mobile_number":"7006815969","email_id":"vicenta.shanahan@hotmail.com","dop":"2026-01-19","serial_number":"696627622222377","imei1":"758946644000502","imei2":"044592208007460","popurl":"www.genia-connelly.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170194,"job_number":"JOB_170194","tr_customer_id":170211,"tr_customer_product_id":170201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Shaunta Kerluke","mobile_number":"7096743832","email_id":"shane.ledner@hotmail.com","dop":"2026-01-19","serial_number":"930616476723905","imei1":"703296338363976","imei2":"411675745899151","popurl":"www.jamal-green.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170193,"job_number":"JOB_170193","tr_customer_id":170210,"tr_customer_product_id":170200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Mara Goldner","mobile_number":"7099840348","email_id":"jacinto.mills@hotmail.com","dop":"2026-01-19","serial_number":"411820229868816","imei1":"325852625517677","imei2":"918718043689024","popurl":"www.mickey-runolfsdottir.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170192,"job_number":"JOB_170192","tr_customer_id":170209,"tr_customer_product_id":170199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Johnson Fritsch","mobile_number":"7094416521","email_id":"eric.gutkowski@yahoo.com","dop":"2026-01-19","serial_number":"527337101827418","imei1":"801268078604025","imei2":"195986011100836","popurl":"www.dione-brekke.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170191,"job_number":"JOB_170191","tr_customer_id":170208,"tr_customer_product_id":170198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Brenton Jerde","mobile_number":"7029466862","email_id":"zane.beier@yahoo.com","dop":"2026-01-19","serial_number":"284478695957991","imei1":"907372693052073","imei2":"065997887346674","popurl":"www.trey-prohaska.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170190,"job_number":"JOB_170190","tr_customer_id":170207,"tr_customer_product_id":170197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Sandra Nader","mobile_number":"7027122938","email_id":"trenton.deckow@hotmail.com","dop":"2026-01-19","serial_number":"960151578625596","imei1":"261219034925918","imei2":"710762509060247","popurl":"www.hassan-borer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170189,"job_number":"JOB_170189","tr_customer_id":170206,"tr_customer_product_id":170196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Merle Vandervort","mobile_number":"7027088728","email_id":"carina.gulgowski@hotmail.com","dop":"2026-01-19","serial_number":"269133326184491","imei1":"473766819248759","imei2":"516865209155111","popurl":"www.elden-kassulke.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170187,"job_number":"JOB_170187","tr_customer_id":170204,"tr_customer_product_id":170194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Franklyn McCullough","mobile_number":"7015874224","email_id":"jeremy.mcdermott@hotmail.com","dop":"2026-01-19","serial_number":"408991990502381","imei1":"537855977020547","imei2":"294087964856779","popurl":"www.doris-glover.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170186,"job_number":"JOB_170186","tr_customer_id":170203,"tr_customer_product_id":170193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Virgie Bayer","mobile_number":"7052676524","email_id":"jeffry.hammes@gmail.com","dop":"2026-01-19","serial_number":"258697975427608","imei1":"648626550074182","imei2":"132336005297838","popurl":"www.emerald-howell.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170185,"job_number":"JOB_170185","tr_customer_id":170202,"tr_customer_product_id":170192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Lavera Ritchie","mobile_number":"7050740236","email_id":"zack.morissette@yahoo.com","dop":"2026-01-19","serial_number":"902593860076450","imei1":"125117727673984","imei2":"057224463685136","popurl":"www.hilario-boehm.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170183,"job_number":"JOB_170183","tr_customer_id":170200,"tr_customer_product_id":170190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Frankie Veum","mobile_number":"7077706900","email_id":"ali.ondricka@hotmail.com","dop":"2026-01-19","serial_number":"022276152650084","imei1":"930493278393418","imei2":"946274536120247","popurl":"www.hermelinda-rath.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170182,"job_number":"JOB_170182","tr_customer_id":170199,"tr_customer_product_id":170189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Robt Lind","mobile_number":"7012761193","email_id":"dexter.hartmann@hotmail.com","dop":"2026-01-19","serial_number":"866996484480033","imei1":"342001239174758","imei2":"584804169047624","popurl":"www.albert-wilkinson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170181,"job_number":"JOB_170181","tr_customer_id":170198,"tr_customer_product_id":170188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Scot Collins","mobile_number":"7001509751","email_id":"marshall.hauck@yahoo.com","dop":"2026-01-19","serial_number":"035775542138682","imei1":"180520080387448","imei2":"147703922720161","popurl":"www.gregorio-dicki.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170180,"job_number":"JOB_170180","tr_customer_id":170197,"tr_customer_product_id":170187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Angel Wisoky","mobile_number":"7039526077","email_id":"krystyna.orn@yahoo.com","dop":"2026-01-19","serial_number":"475022420553739","imei1":"171603904199394","imei2":"239468795842844","popurl":"www.laticia-schowalter.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170179,"job_number":"JOB_170179","tr_customer_id":170196,"tr_customer_product_id":170186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Raphael Collier","mobile_number":"7002588450","email_id":"shamika.wehner@gmail.com","dop":"2026-01-19","serial_number":"365397063222001","imei1":"496677852016942","imei2":"343943356484650","popurl":"www.raul-dietrich.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170178,"job_number":"JOB_170178","tr_customer_id":170194,"tr_customer_product_id":170184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:52.000Z","modified_at":"2026-01-29T05:34:52.000Z","name":"Gregg Watsica","mobile_number":"7052160671","email_id":"aurore.bode@yahoo.com","dop":"2026-01-19","serial_number":"894351220996722","imei1":"006593672504426","imei2":"815235739304448","popurl":"www.jesica-cronin.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170177,"job_number":"JOB_170177","tr_customer_id":170195,"tr_customer_product_id":170185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:52.000Z","modified_at":"2026-01-29T05:34:52.000Z","name":"Rob Hintz","mobile_number":"7035166335","email_id":"trey.runolfsson@gmail.com","dop":"2026-01-19","serial_number":"655335391288894","imei1":"613492205532227","imei2":"232929543754821","popurl":"www.lesley-howell.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170175,"job_number":"JOB_170175","tr_customer_id":170192,"tr_customer_product_id":170182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:52.000Z","modified_at":"2026-01-29T05:34:52.000Z","name":"Art Zulauf","mobile_number":"7002171093","email_id":"clarissa.conn@hotmail.com","dop":"2026-01-19","serial_number":"297629132505454","imei1":"365179481433088","imei2":"395976257102523","popurl":"www.mitch-bailey.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170173,"job_number":"JOB_170173","tr_customer_id":170190,"tr_customer_product_id":170180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Frankie Borer","mobile_number":"7072692832","email_id":"glayds.carter@hotmail.com","dop":"2026-01-19","serial_number":"115875048037110","imei1":"441646074202699","imei2":"994800307573010","popurl":"www.robyn-beatty.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170168,"job_number":"JOB_170168","tr_customer_id":170185,"tr_customer_product_id":170175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Otha Bernier","mobile_number":"7018885113","email_id":"billy.stoltenberg@yahoo.com","dop":"2026-01-19","serial_number":"389961325088501","imei1":"712502540661022","imei2":"255797542092011","popurl":"www.delpha-smith.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170167,"job_number":"JOB_170167","tr_customer_id":170184,"tr_customer_product_id":170174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Rebekah Beahan","mobile_number":"7035742682","email_id":"adam.nienow@hotmail.com","dop":"2026-01-19","serial_number":"745760556428682","imei1":"455525227879351","imei2":"951041960995206","popurl":"www.gabriel-bayer.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170164,"job_number":"JOB_170164","tr_customer_id":170181,"tr_customer_product_id":170171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Jonelle Klocko","mobile_number":"7048265002","email_id":"tiara.padberg@yahoo.com","dop":"2026-01-19","serial_number":"228118469768664","imei1":"919151887827122","imei2":"631683307038891","popurl":"www.lynette-parisian.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170161,"job_number":"JOB_170161","tr_customer_id":170178,"tr_customer_product_id":170168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Dave Barton","mobile_number":"7054604363","email_id":"merlyn.considine@gmail.com","dop":"2026-01-19","serial_number":"133754245307686","imei1":"233312839185082","imei2":"626708762756189","popurl":"www.lynette-ritchie.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170160,"job_number":"JOB_170160","tr_customer_id":170177,"tr_customer_product_id":170167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Florance Predovic","mobile_number":"7096786166","email_id":"myrta.brown@gmail.com","dop":"2026-01-19","serial_number":"081168216538352","imei1":"441244422022332","imei2":"384656051872938","popurl":"www.stephanie-mante.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170159,"job_number":"JOB_170159","tr_customer_id":170176,"tr_customer_product_id":170166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Rudolf Rodriguez","mobile_number":"7039995742","email_id":"elvia.funk@hotmail.com","dop":"2026-01-19","serial_number":"242749064105965","imei1":"222561025414443","imei2":"808902081726739","popurl":"www.russell-padberg.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170156,"job_number":"JOB_170156","tr_customer_id":170173,"tr_customer_product_id":170163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Deeann Lueilwitz","mobile_number":"7000095225","email_id":"dannie.aufderhar@gmail.com","dop":"2026-01-19","serial_number":"734396947902275","imei1":"191661230487182","imei2":"874206157315772","popurl":"www.raymundo-gleichner.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170155,"job_number":"JOB_170155","tr_customer_id":170172,"tr_customer_product_id":170162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Peter Strosin","mobile_number":"7053723878","email_id":"antonia.gulgowski@gmail.com","dop":"2026-01-19","serial_number":"882859625055584","imei1":"848875892299538","imei2":"927166387545854","popurl":"www.louella-oreilly.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170153,"job_number":"JOB_170153","tr_customer_id":170170,"tr_customer_product_id":170160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Elwood Hickle","mobile_number":"7018262131","email_id":"bryce.dicki@hotmail.com","dop":"2026-01-19","serial_number":"059432894744626","imei1":"540484997535339","imei2":"966407735436446","popurl":"www.lilia-corwin.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170152,"job_number":"JOB_170152","tr_customer_id":170169,"tr_customer_product_id":170159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Wesley Wuckert","mobile_number":"7024604146","email_id":"nicholas.pagac@hotmail.com","dop":"2026-01-19","serial_number":"376606416051975","imei1":"113955156066774","imei2":"035005471882259","popurl":"www.damion-gutkowski.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170151,"job_number":"JOB_170151","tr_customer_id":170168,"tr_customer_product_id":170158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Mariella Collier","mobile_number":"7000022110","email_id":"alfonso.davis@hotmail.com","dop":"2026-01-19","serial_number":"833286205913040","imei1":"242474703887033","imei2":"942448992639882","popurl":"www.evelin-considine.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170150,"job_number":"JOB_170150","tr_customer_id":170167,"tr_customer_product_id":170157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Simonne Rogahn","mobile_number":"7046970877","email_id":"frederick.klein@hotmail.com","dop":"2026-01-19","serial_number":"807416161090568","imei1":"703543043452060","imei2":"233629490053099","popurl":"www.darryl-bergstrom.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170149,"job_number":"JOB_170149","tr_customer_id":170166,"tr_customer_product_id":170156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Kirk Kreiger","mobile_number":"7035806184","email_id":"jesse.cartwright@gmail.com","dop":"2026-01-19","serial_number":"874626696862079","imei1":"519035174253206","imei2":"265933440380059","popurl":"www.dierdre-muller.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170148,"job_number":"JOB_170148","tr_customer_id":170165,"tr_customer_product_id":170155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Yadira Upton","mobile_number":"7048794777","email_id":"irvin.kutch@yahoo.com","dop":"2026-01-19","serial_number":"410972370424697","imei1":"078643356514278","imei2":"892209840163632","popurl":"www.diann-harris.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170147,"job_number":"JOB_170147","tr_customer_id":170164,"tr_customer_product_id":170154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:48.000Z","modified_at":"2026-01-29T05:34:48.000Z","name":"Ignacio Donnelly","mobile_number":"7084184791","email_id":"waldo.gleichner@yahoo.com","dop":"2026-01-19","serial_number":"963412747552259","imei1":"971142090541697","imei2":"604051429757817","popurl":"www.lane-walsh.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170146,"job_number":"JOB_170146","tr_customer_id":170163,"tr_customer_product_id":170153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:48.000Z","modified_at":"2026-01-29T05:34:48.000Z","name":"Dewayne Erdman","mobile_number":"7030370487","email_id":"arlyne.hand@hotmail.com","dop":"2026-01-19","serial_number":"098829065653119","imei1":"504408521882558","imei2":"214225027358401","popurl":"www.zachary-dicki.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170145,"job_number":"JOB_170145","tr_customer_id":170162,"tr_customer_product_id":170152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:48.000Z","modified_at":"2026-01-29T05:34:48.000Z","name":"Oma Kris","mobile_number":"7087336186","email_id":"dorene.johns@yahoo.com","dop":"2026-01-19","serial_number":"795773481174834","imei1":"657132377848392","imei2":"553427137964735","popurl":"www.deon-grady.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170143,"job_number":"JOB_170143","tr_customer_id":170160,"tr_customer_product_id":170150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Bernetta Schumm","mobile_number":"7074171809","email_id":"clinton.sauer@yahoo.com","dop":"2026-01-19","serial_number":"264545792506379","imei1":"780197290642320","imei2":"515838340988710","popurl":"www.vinnie-carter.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170142,"job_number":"JOB_170142","tr_customer_id":170159,"tr_customer_product_id":170149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Rod Murray","mobile_number":"7078241403","email_id":"myles.okeefe@hotmail.com","dop":"2026-01-19","serial_number":"715797514403483","imei1":"458726082752992","imei2":"811096422918993","popurl":"www.ellis-hessel.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170141,"job_number":"JOB_170141","tr_customer_id":170158,"tr_customer_product_id":170148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Sherice Schaden","mobile_number":"7070250616","email_id":"eldon.mann@hotmail.com","dop":"2026-01-19","serial_number":"591030857229123","imei1":"909128399698045","imei2":"776866600626652","popurl":"www.javier-hirthe.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170140,"job_number":"JOB_170140","tr_customer_id":170157,"tr_customer_product_id":170147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Kina Oberbrunner","mobile_number":"7050500725","email_id":"lilian.bergstrom@gmail.com","dop":"2026-01-19","serial_number":"729355777351377","imei1":"633601704309389","imei2":"821036601253040","popurl":"www.kareem-stehr.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170139,"job_number":"JOB_170139","tr_customer_id":170156,"tr_customer_product_id":170146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Sheryll Roberts","mobile_number":"7066407099","email_id":"dillon.hammes@yahoo.com","dop":"2026-01-19","serial_number":"083669247668013","imei1":"879367248367880","imei2":"753360822015545","popurl":"www.forest-schumm.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170138,"job_number":"JOB_170138","tr_customer_id":170155,"tr_customer_product_id":170145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Na Connelly","mobile_number":"7022030315","email_id":"melonie.farrell@hotmail.com","dop":"2026-01-19","serial_number":"494850587113059","imei1":"841716178739898","imei2":"791888896548785","popurl":"www.alden-stoltenberg.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170137,"job_number":"JOB_170137","tr_customer_id":170154,"tr_customer_product_id":170144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Earle Yundt","mobile_number":"7038088096","email_id":"louetta.west@hotmail.com","dop":"2026-01-19","serial_number":"289688478587446","imei1":"503717768812734","imei2":"686103186396232","popurl":"www.lenora-stamm.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170136,"job_number":"JOB_170136","tr_customer_id":170153,"tr_customer_product_id":170143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Romeo Hermann","mobile_number":"7098466731","email_id":"sook.borer@hotmail.com","dop":"2026-01-19","serial_number":"446716482990167","imei1":"941734509717234","imei2":"013473444757851","popurl":"www.jeff-thompson.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170135,"job_number":"JOB_170135","tr_customer_id":170152,"tr_customer_product_id":170142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Magaret Orn","mobile_number":"7094285782","email_id":"victor.prohaska@hotmail.com","dop":"2026-01-19","serial_number":"867038359066668","imei1":"663378556594185","imei2":"915358945445974","popurl":"www.lynwood-dibbert.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170134,"job_number":"JOB_170134","tr_customer_id":170151,"tr_customer_product_id":170141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Nicholas Mann","mobile_number":"7049439514","email_id":"jamie.nolan@yahoo.com","dop":"2026-01-19","serial_number":"335502909755838","imei1":"530329350041440","imei2":"871356817984986","popurl":"www.kaitlin-turner.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170132,"job_number":"JOB_170132","tr_customer_id":170149,"tr_customer_product_id":170139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Sammy Toy","mobile_number":"7053214545","email_id":"chelsie.maggio@gmail.com","dop":"2026-01-19","serial_number":"052144706608728","imei1":"158718404043463","imei2":"641913851060150","popurl":"www.ernestina-rohan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170131,"job_number":"JOB_170131","tr_customer_id":170148,"tr_customer_product_id":170138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Ronald Shanahan","mobile_number":"7017619266","email_id":"melvin.lueilwitz@hotmail.com","dop":"2026-01-19","serial_number":"996023808558148","imei1":"701659339205798","imei2":"777756934171624","popurl":"www.lanita-white.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170130,"job_number":"JOB_170130","tr_customer_id":170147,"tr_customer_product_id":170137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Michaele Torp","mobile_number":"7008466807","email_id":"anglea.murphy@gmail.com","dop":"2026-01-19","serial_number":"201222226587651","imei1":"403699186426363","imei2":"399975174960955","popurl":"www.luba-ohara.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170129,"job_number":"JOB_170129","tr_customer_id":170146,"tr_customer_product_id":170136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Lesley Herzog","mobile_number":"7092505323","email_id":"hortense.lockman@hotmail.com","dop":"2026-01-19","serial_number":"247017482715954","imei1":"145049471155287","imei2":"454837346949920","popurl":"www.shameka-hammes.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170127,"job_number":"JOB_170127","tr_customer_id":170144,"tr_customer_product_id":170134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Demetrius Wisozk","mobile_number":"7003714203","email_id":"cathie.robel@hotmail.com","dop":"2026-01-19","serial_number":"684422314951074","imei1":"810729037499027","imei2":"376795426634857","popurl":"www.audrey-tillman.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170126,"job_number":"JOB_170126","tr_customer_id":170143,"tr_customer_product_id":170133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Rayford Rowe","mobile_number":"7030552072","email_id":"nakisha.goyette@gmail.com","dop":"2026-01-19","serial_number":"571117012921224","imei1":"459758782255139","imei2":"814346347356559","popurl":"www.sidney-cronin.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170124,"job_number":"JOB_170124","tr_customer_id":170141,"tr_customer_product_id":170131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Dorthy Lesch","mobile_number":"7023990804","email_id":"rosaria.ferry@yahoo.com","dop":"2026-01-19","serial_number":"587061789909037","imei1":"191532086863173","imei2":"045600577717171","popurl":"www.mitchel-yost.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170123,"job_number":"JOB_170123","tr_customer_id":170140,"tr_customer_product_id":170130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Mathew Parker","mobile_number":"7011685916","email_id":"tamica.yost@yahoo.com","dop":"2026-01-19","serial_number":"993966339214398","imei1":"449261436859162","imei2":"364092332632470","popurl":"www.ernesto-luettgen.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170122,"job_number":"JOB_170122","tr_customer_id":170139,"tr_customer_product_id":170129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Tommy Witting","mobile_number":"7070342056","email_id":"kory.bashirian@yahoo.com","dop":"2026-01-19","serial_number":"872358208120781","imei1":"220502342585437","imei2":"787055755713510","popurl":"www.aline-rowe.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170120,"job_number":"JOB_170120","tr_customer_id":170137,"tr_customer_product_id":170127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Anya Braun","mobile_number":"7011017484","email_id":"robbyn.marks@yahoo.com","dop":"2026-01-19","serial_number":"853442598438649","imei1":"522258776211542","imei2":"903444213148814","popurl":"www.hai-dibbert.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170119,"job_number":"JOB_170119","tr_customer_id":170136,"tr_customer_product_id":170126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Dario Hyatt","mobile_number":"7035075862","email_id":"duane.gorczany@gmail.com","dop":"2026-01-19","serial_number":"475786755446236","imei1":"851059287978101","imei2":"558210867899747","popurl":"www.tynisha-mcclure.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170117,"job_number":"JOB_170117","tr_customer_id":170134,"tr_customer_product_id":170124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Ethan Conn","mobile_number":"7018365754","email_id":"melvina.goodwin@hotmail.com","dop":"2026-01-19","serial_number":"968946009278006","imei1":"871343777068626","imei2":"853618837564621","popurl":"www.francesco-nikolaus.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170116,"job_number":"JOB_170116","tr_customer_id":170133,"tr_customer_product_id":170123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Blake Hoeger","mobile_number":"7056201307","email_id":"elroy.glover@yahoo.com","dop":"2026-01-19","serial_number":"747906301730079","imei1":"123765457449246","imei2":"524224954655081","popurl":"www.jae-kutch.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170114,"job_number":"JOB_170114","tr_customer_id":170131,"tr_customer_product_id":170121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:44.000Z","modified_at":"2026-01-29T05:34:44.000Z","name":"Yolanda Luettgen","mobile_number":"7029414401","email_id":"renata.windler@gmail.com","dop":"2026-01-19","serial_number":"259510094291768","imei1":"963232990401961","imei2":"748083918429044","popurl":"www.arlen-oconner.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170113,"job_number":"JOB_170113","tr_customer_id":170130,"tr_customer_product_id":170120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Jamel Kautzer","mobile_number":"7074242420","email_id":"roman.kuhn@gmail.com","dop":"2026-01-19","serial_number":"116761198144715","imei1":"008987442726444","imei2":"491283302611861","popurl":"www.jarred-nicolas.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170111,"job_number":"JOB_170111","tr_customer_id":170128,"tr_customer_product_id":170118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Marhta Gutmann","mobile_number":"7084825500","email_id":"cory.stark@yahoo.com","dop":"2026-01-19","serial_number":"159506114992362","imei1":"996490114489996","imei2":"075194986131691","popurl":"www.deadra-torp.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170110,"job_number":"JOB_170110","tr_customer_id":170127,"tr_customer_product_id":170117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Josiah Murray","mobile_number":"7015463645","email_id":"pat.sporer@hotmail.com","dop":"2026-01-19","serial_number":"916771939383097","imei1":"044050186125616","imei2":"403864503743931","popurl":"www.socorro-heaney.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170109,"job_number":"JOB_170109","tr_customer_id":170126,"tr_customer_product_id":170116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Jamie Lesch","mobile_number":"7007295861","email_id":"britt.oberbrunner@gmail.com","dop":"2026-01-19","serial_number":"942390214270973","imei1":"355491507732615","imei2":"294603664991773","popurl":"www.ryan-flatley.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170108,"job_number":"JOB_170108","tr_customer_id":170125,"tr_customer_product_id":170115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Jake Ferry","mobile_number":"7040877155","email_id":"marivel.stracke@yahoo.com","dop":"2026-01-19","serial_number":"807523303177321","imei1":"395308237474740","imei2":"439663713664202","popurl":"www.alisia-casper.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170107,"job_number":"JOB_170107","tr_customer_id":170124,"tr_customer_product_id":170114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Florida Mann","mobile_number":"7031155873","email_id":"hung.durgan@gmail.com","dop":"2026-01-19","serial_number":"263981510145910","imei1":"430492554064491","imei2":"520899703820156","popurl":"www.stephanie-langworth.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170105,"job_number":"JOB_170105","tr_customer_id":170123,"tr_customer_product_id":170113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Vance Conn","mobile_number":"7078935003","email_id":"dorine.deckow@gmail.com","dop":"2026-01-19","serial_number":"824141496680211","imei1":"435551315720134","imei2":"306772142899246","popurl":"www.yesenia-moen.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170104,"job_number":"JOB_170104","tr_customer_id":170121,"tr_customer_product_id":170111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Shemeka Konopelski","mobile_number":"7068432392","email_id":"ben.ortiz@hotmail.com","dop":"2026-01-19","serial_number":"111939494622416","imei1":"588506820130283","imei2":"876477157204946","popurl":"www.belinda-tillman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170103,"job_number":"JOB_170103","tr_customer_id":170120,"tr_customer_product_id":170110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:33:21.000Z","modified_at":"2026-01-29T05:33:21.000Z","name":"Scottie Morar","mobile_number":"986-546-3563","email_id":"Deion31@gmail.com","dop":"2025-04-06","serial_number":"10214013136574962","imei1":"10214013136574962","imei2":"10214013136574962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:33:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170102,"job_number":"JOB_170102","tr_customer_id":170119,"tr_customer_product_id":170109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:33:20.000Z","modified_at":"2026-01-29T05:33:58.000Z","name":"Manley Littel","mobile_number":"765-309-0306","email_id":"Leda.Rogahn@gmail.com","dop":"2025-04-06","serial_number":"19384564227598","imei1":"19384564227598","imei2":"19384564227598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:33:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170101,"job_number":"JOB_170101","tr_customer_id":170118,"tr_customer_product_id":170108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:32:35.000Z","modified_at":"2026-01-29T05:32:35.000Z","name":"Everett Wolff","mobile_number":"522-392-2016","email_id":"Esmeralda.Schmidt99@hotmail.com","dop":"2025-04-06","serial_number":"17752045343165536","imei1":"17752045343165536","imei2":"17752045343165536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:32:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170100,"job_number":"JOB_170100","tr_customer_id":170117,"tr_customer_product_id":170107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:32:34.000Z","modified_at":"2026-01-29T05:33:12.000Z","name":"Pasquale Fay","mobile_number":"533-322-6936","email_id":"Karina49@hotmail.com","dop":"2025-04-06","serial_number":"11208618268516","imei1":"11208618268516","imei2":"11208618268516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:33:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170099,"job_number":"JOB_170099","tr_customer_id":170116,"tr_customer_product_id":170106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:31:49.000Z","modified_at":"2026-01-29T05:31:49.000Z","name":"Maybelle Jaskolski","mobile_number":"632-851-4534","email_id":"Wayne.Predovic@gmail.com","dop":"2025-04-06","serial_number":"11225324344334598","imei1":"11225324344334598","imei2":"11225324344334598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:31:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170098,"job_number":"JOB_170098","tr_customer_id":170115,"tr_customer_product_id":170105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:31:48.000Z","modified_at":"2026-01-29T05:32:27.000Z","name":"Woodrow Beier","mobile_number":"928-596-3966","email_id":"Murray.Bayer3@hotmail.com","dop":"2025-04-06","serial_number":"14849700272956","imei1":"14849700272956","imei2":"14849700272956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:32:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170097,"job_number":"JOB_170097","tr_customer_id":170114,"tr_customer_product_id":170104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:29:32.000Z","modified_at":"2026-01-29T05:29:32.000Z","name":"Maryetta Boehm","mobile_number":"7017800939","email_id":"lizzette.mckenzie@gmail.com","dop":"2026-01-19","serial_number":"466775417237750","imei1":"579050702278771","imei2":"854786880215774","popurl":"www.marget-hickle.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170096,"job_number":"JOB_170096","tr_customer_id":170113,"tr_customer_product_id":170103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:31.000Z","modified_at":"2026-01-29T05:27:31.000Z","name":"Theodore Marvin","mobile_number":"270-774-0335","email_id":"Jan.Hoppe9@gmail.com","dop":"2025-04-06","serial_number":"12346774641211792","imei1":"12346774641211792","imei2":"12346774641211792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170095,"job_number":"JOB_170095","tr_customer_id":170112,"tr_customer_product_id":170102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:30.000Z","modified_at":"2026-01-29T05:28:08.000Z","name":"Jakayla Klein","mobile_number":"853-328-8115","email_id":"Stan_Sauer@hotmail.com","dop":"2025-04-06","serial_number":"12958949156481","imei1":"12958949156481","imei2":"12958949156481","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:28:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170094,"job_number":"JOB_170094","tr_customer_id":170111,"tr_customer_product_id":170101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:08.000Z","modified_at":"2026-01-29T05:27:08.000Z","name":"Erwin Beahan","mobile_number":"398-315-6549","email_id":"Lenora.Walker@hotmail.com","dop":"2025-04-06","serial_number":"10263264556686756","imei1":"10263264556686756","imei2":"10263264556686756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170093,"job_number":"JOB_170093","tr_customer_id":170110,"tr_customer_product_id":170100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:06.000Z","modified_at":"2026-01-29T05:27:47.000Z","name":"Karl Feest","mobile_number":"218-426-7707","email_id":"Maria.Kiehn66@gmail.com","dop":"2025-04-06","serial_number":"15789162376807","imei1":"15789162376807","imei2":"15789162376807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:27:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170092,"job_number":"JOB_170092","tr_customer_id":170109,"tr_customer_product_id":170099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:15:14.000Z","modified_at":"2026-01-29T05:15:14.000Z","name":"Acharyanandana Chaturvedi","mobile_number":"7002014268","email_id":"subhasini.khanna@yahoo.co.in","dop":"2026-01-19","serial_number":"127061244556375","imei1":"127061244556375","imei2":"127061244556375","popurl":"www.shashikala-kocchar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:15:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170091,"job_number":"JOB_170091","tr_customer_id":170108,"tr_customer_product_id":170098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:09:05.000Z","modified_at":"2026-01-29T05:09:13.000Z","name":"Clemmie Torphy","mobile_number":"534-238-1767","email_id":"Kelton26@gmail.com","dop":"2025-07-01","serial_number":"109357137151501","imei1":"109357137151501","imei2":"109357137151501","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170090,"job_number":"JOB_170090","tr_customer_id":170107,"tr_customer_product_id":170097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:09:04.000Z","modified_at":"2026-01-29T05:09:04.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103500580065617","imei1":"103500580065617","imei2":"103500580065617","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:09:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170089,"job_number":"JOB_170089","tr_customer_id":170106,"tr_customer_product_id":170096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:08:53.000Z","modified_at":"2026-01-29T05:09:02.000Z","name":"Kasey Kling","mobile_number":"415-986-1278","email_id":"Carrie_Hagenes@yahoo.com","dop":"2025-07-01","serial_number":"107601715293569","imei1":"107601715293569","imei2":"107601715293569","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:09:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170088,"job_number":"JOB_170088","tr_customer_id":170105,"tr_customer_product_id":170095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:08:53.000Z","modified_at":"2026-01-29T05:08:53.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101397703177975","imei1":"101397703177975","imei2":"101397703177975","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:08:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170087,"job_number":"JOB_170087","tr_customer_id":170104,"tr_customer_product_id":170094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:03:47.000Z","modified_at":"2026-01-29T05:03:47.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-19","serial_number":"27106990847514","imei1":"27106990847514","imei2":"27106990847514","popurl":"2026-01-19T05:03:47.346258629Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:03:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170086,"job_number":"JOB_170086","tr_customer_id":170103,"tr_customer_product_id":170093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:03:19.000Z","modified_at":"2026-01-29T05:03:19.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-19","serial_number":"26203262889575","imei1":"26203262889575","imei2":"26203262889575","popurl":"2026-01-19T05:03:18.686727126Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:03:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170083,"job_number":"JOB_170083","tr_customer_id":170100,"tr_customer_product_id":170090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:46.000Z","modified_at":"2026-01-29T04:25:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26559086427593","imei1":"26559086427593","imei2":"26559086427593","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170082,"job_number":"JOB_170082","tr_customer_id":170099,"tr_customer_product_id":170089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:45.000Z","modified_at":"2026-01-29T04:24:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38705468704814","imei1":"38705468704814","imei2":"38705468704814","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170081,"job_number":"JOB_170081","tr_customer_id":170098,"tr_customer_product_id":170088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:45.000Z","modified_at":"2026-01-29T04:24:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31823070311431","imei1":"31823070311431","imei2":"31823070311431","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170080,"job_number":"JOB_170080","tr_customer_id":170097,"tr_customer_product_id":170087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:45.000Z","modified_at":"2026-01-29T04:24:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39263213036163","imei1":"39263213036163","imei2":"39263213036163","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170079,"job_number":"JOB_170079","tr_customer_id":170096,"tr_customer_product_id":170086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:44.000Z","modified_at":"2026-01-29T04:24:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"98417105285089","imei1":"98417105285089","imei2":"98417105285089","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170078,"job_number":"JOB_170078","tr_customer_id":170095,"tr_customer_product_id":170085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:44.000Z","modified_at":"2026-01-29T04:24:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90655526949378","imei1":"90655526949378","imei2":"90655526949378","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170077,"job_number":"JOB_170077","tr_customer_id":170094,"tr_customer_product_id":170084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:44.000Z","modified_at":"2026-01-29T04:24:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59504424488692","imei1":"59504424488692","imei2":"59504424488692","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170076,"job_number":"JOB_170076","tr_customer_id":170093,"tr_customer_product_id":170083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69378142966940","imei1":"69378142966940","imei2":"69378142966940","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:24:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170075,"job_number":"JOB_170075","tr_customer_id":170092,"tr_customer_product_id":170082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54338572207443","imei1":"54338572207443","imei2":"54338572207443","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170074,"job_number":"JOB_170074","tr_customer_id":170091,"tr_customer_product_id":170081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14826939783532","imei1":"14826939783532","imei2":"14826939783532","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170073,"job_number":"JOB_170073","tr_customer_id":170090,"tr_customer_product_id":170080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"89557250189927","imei1":"89557250189927","imei2":"89557250189927","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170072,"job_number":"JOB_170072","tr_customer_id":170089,"tr_customer_product_id":170079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:12.000Z","modified_at":"2026-01-29T04:24:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12208933587131","imei1":"12208933587131","imei2":"12208933587131","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170071,"job_number":"JOB_170071","tr_customer_id":170088,"tr_customer_product_id":170078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:12.000Z","modified_at":"2026-01-29T04:24:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28724397917824","imei1":"28724397917824","imei2":"28724397917824","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170070,"job_number":"JOB_170070","tr_customer_id":170087,"tr_customer_product_id":170077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:12.000Z","modified_at":"2026-01-29T04:24:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97460499699716","imei1":"97460499699716","imei2":"97460499699716","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170069,"job_number":"JOB_170069","tr_customer_id":170086,"tr_customer_product_id":170076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:41.000Z","modified_at":"2026-01-29T04:24:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26862563788762","imei1":"26862563788762","imei2":"26862563788762","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:24:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170068,"job_number":"JOB_170068","tr_customer_id":170085,"tr_customer_product_id":170075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:41.000Z","modified_at":"2026-01-29T04:23:41.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18229715259307","imei1":"18229715259307","imei2":"18229715259307","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170067,"job_number":"JOB_170067","tr_customer_id":170084,"tr_customer_product_id":170074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:40.000Z","modified_at":"2026-01-29T04:23:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92767950644837","imei1":"92767950644837","imei2":"92767950644837","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170066,"job_number":"JOB_170066","tr_customer_id":170083,"tr_customer_product_id":170073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:40.000Z","modified_at":"2026-01-29T04:23:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31270802365495","imei1":"31270802365495","imei2":"31270802365495","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170065,"job_number":"JOB_170065","tr_customer_id":170082,"tr_customer_product_id":170072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:40.000Z","modified_at":"2026-01-29T04:23:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93791321431375","imei1":"93791321431375","imei2":"93791321431375","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170064,"job_number":"JOB_170064","tr_customer_id":170081,"tr_customer_product_id":170071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:39.000Z","modified_at":"2026-01-29T04:23:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93056327496200","imei1":"93056327496200","imei2":"93056327496200","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170063,"job_number":"JOB_170063","tr_customer_id":170080,"tr_customer_product_id":170070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:39.000Z","modified_at":"2026-01-29T04:23:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61742922570869","imei1":"61742922570869","imei2":"61742922570869","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170062,"job_number":"JOB_170062","tr_customer_id":170079,"tr_customer_product_id":170069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:20:43.000Z","modified_at":"2026-01-29T04:20:43.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"preethi.sathya@gmail.com","dop":"2025-12-09","serial_number":"10605741295101","imei1":"10605741295101","imei2":"10605741295101","popurl":"2025-12-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170060,"job_number":"JOB_170060","tr_customer_id":170077,"tr_customer_product_id":170067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:54.000Z","modified_at":"2026-01-29T04:20:29.000Z","name":"Hollis O'Hara","mobile_number":"500-509-7416","email_id":"Abbie_Collier14@hotmail.com","dop":"2000-01-31","serial_number":"10361432768092","imei1":"10361432768092","imei2":"10361432768092","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:20:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170058,"job_number":"JOB_170058","tr_customer_id":170075,"tr_customer_product_id":170065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:27.000Z","modified_at":"2026-01-29T04:19:27.000Z","name":"Jamarcus Schmitt","mobile_number":"413-229-5689","email_id":"Imelda_Bednar38@hotmail.com","dop":"2025-04-06","serial_number":"15619569772936880","imei1":"15619569772936880","imei2":"15619569772936880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170057,"job_number":"JOB_170057","tr_customer_id":170074,"tr_customer_product_id":170064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:26.000Z","modified_at":"2026-01-29T04:20:01.000Z","name":"Ava Langworth","mobile_number":"266-435-3231","email_id":"Keshawn.OReilly34@hotmail.com","dop":"2025-04-06","serial_number":"10034916946918","imei1":"10034916946918","imei2":"10034916946918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170056,"job_number":"JOB_170056","tr_customer_id":170073,"tr_customer_product_id":170063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:25.000Z","modified_at":"2026-01-29T04:19:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19335030462768","imei1":"19335030462768","imei2":"19335030462768","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170055,"job_number":"JOB_170055","tr_customer_id":170072,"tr_customer_product_id":170062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:21.000Z","modified_at":"2026-01-29T04:19:21.000Z","name":"Tyler Witting","mobile_number":"919-947-9150","email_id":"Maryam16@hotmail.com","dop":"2025-04-06","serial_number":"18160876903515956","imei1":"18160876903515956","imei2":"18160876903515956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170054,"job_number":"JOB_170054","tr_customer_id":170071,"tr_customer_product_id":170061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:20.000Z","modified_at":"2026-01-29T04:19:57.000Z","name":"Dashawn Kihn","mobile_number":"920-344-4539","email_id":"Philip_Stehr@yahoo.com","dop":"2025-04-06","serial_number":"17406246446877","imei1":"17406246446877","imei2":"17406246446877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170053,"job_number":"JOB_170053","tr_customer_id":170070,"tr_customer_product_id":170060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:20.000Z","modified_at":"2026-01-29T04:19:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16570668237798","imei1":"16570668237798","imei2":"16570668237798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170052,"job_number":"JOB_170052","tr_customer_id":170069,"tr_customer_product_id":170059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:19.000Z","modified_at":"2026-01-29T04:19:19.000Z","name":"Brain Lang","mobile_number":"594-849-9001","email_id":"Anabel.Botsford@gmail.com","dop":"2025-04-06","serial_number":"13596958877133660","imei1":"13596958877133660","imei2":"13596958877133660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170051,"job_number":"JOB_170051","tr_customer_id":170068,"tr_customer_product_id":170058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:18.000Z","modified_at":"2026-01-29T04:19:51.000Z","name":"Hallie Kling","mobile_number":"598-997-1551","email_id":"Jaquan_Ward15@gmail.com","dop":"2025-04-06","serial_number":"10219727070223","imei1":"10219727070223","imei2":"10219727070223","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170050,"job_number":"JOB_170050","tr_customer_id":170067,"tr_customer_product_id":170057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:18.000Z","modified_at":"2026-01-29T04:19:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19293730852996","imei1":"19293730852996","imei2":"19293730852996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170049,"job_number":"JOB_170049","tr_customer_id":170066,"tr_customer_product_id":170056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:16.000Z","modified_at":"2026-01-29T04:19:16.000Z","name":"Carlotta Ward","mobile_number":"352-533-4840","email_id":"Lessie_Tillman@gmail.com","dop":"2025-04-06","serial_number":"14248802048586536","imei1":"14248802048586536","imei2":"14248802048586536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170048,"job_number":"JOB_170048","tr_customer_id":170065,"tr_customer_product_id":170055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:15.000Z","modified_at":"2026-01-29T04:19:52.000Z","name":"Golda Satterfield","mobile_number":"303-320-5882","email_id":"Wade.Ruecker@yahoo.com","dop":"2025-04-06","serial_number":"15874632796157","imei1":"15874632796157","imei2":"15874632796157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170047,"job_number":"JOB_170047","tr_customer_id":170064,"tr_customer_product_id":170054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:14.000Z","modified_at":"2026-01-29T04:19:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11163741540531","imei1":"11163741540531","imei2":"11163741540531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170045,"job_number":"JOB_170045","tr_customer_id":170062,"tr_customer_product_id":170052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:12.000Z","modified_at":"2026-01-29T04:19:47.000Z","name":"Thelma Heaney","mobile_number":"297-654-4992","email_id":"Isidro.Conn59@gmail.com","dop":"2000-01-31","serial_number":"10829444433916","imei1":"10829444433916","imei2":"10829444433916","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170044,"job_number":"JOB_170044","tr_customer_id":170061,"tr_customer_product_id":170051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:11.000Z","modified_at":"2026-01-29T04:19:11.000Z","name":"Delta Dare","mobile_number":"971-424-5135","email_id":"Kara23@hotmail.com","dop":"2025-04-06","serial_number":"13717379560690216","imei1":"13717379560690216","imei2":"13717379560690216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170042,"job_number":"JOB_170042","tr_customer_id":170059,"tr_customer_product_id":170049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:10.000Z","modified_at":"2026-01-29T04:19:45.000Z","name":"Esta Spencer","mobile_number":"319-934-9516","email_id":"Guido.Reynolds@gmail.com","dop":"2025-04-06","serial_number":"18972699094695","imei1":"18972699094695","imei2":"18972699094695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170041,"job_number":"JOB_170041","tr_customer_id":170058,"tr_customer_product_id":170048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:10.000Z","modified_at":"2026-01-29T04:19:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12346224454851","imei1":"12346224454851","imei2":"12346224454851","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170040,"job_number":"JOB_170040","tr_customer_id":170057,"tr_customer_product_id":170047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:01.000Z","modified_at":"2026-01-29T04:19:01.000Z","name":"Dulce Turcotte","mobile_number":"627-644-7517","email_id":"Meredith_Mosciski97@gmail.com","dop":"2025-04-06","serial_number":"11308045440720300","imei1":"11308045440720300","imei2":"11308045440720300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170039,"job_number":"JOB_170039","tr_customer_id":170056,"tr_customer_product_id":170046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:59.000Z","modified_at":"2026-01-29T04:19:39.000Z","name":"Carmelo Anderson","mobile_number":"755-997-8585","email_id":"Marcel_Vandervort@hotmail.com","dop":"2025-04-06","serial_number":"15998312547573","imei1":"15998312547573","imei2":"15998312547573","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170038,"job_number":"JOB_170038","tr_customer_id":170055,"tr_customer_product_id":170045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:59.000Z","modified_at":"2026-01-29T04:18:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13136422782999","imei1":"13136422782999","imei2":"13136422782999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170037,"job_number":"JOB_170037","tr_customer_id":170054,"tr_customer_product_id":170044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:47.000Z","modified_at":"2026-01-29T04:18:47.000Z","name":"Otto Upton","mobile_number":"718-817-5286","email_id":"Nikita.Stehr40@hotmail.com","dop":"2025-04-06","serial_number":"12402780473306932","imei1":"12402780473306932","imei2":"12402780473306932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170036,"job_number":"JOB_170036","tr_customer_id":170053,"tr_customer_product_id":170043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:46.000Z","modified_at":"2026-01-29T04:19:23.000Z","name":"Dusty Wuckert","mobile_number":"267-421-8892","email_id":"Jermey_Stracke@hotmail.com","dop":"2025-04-06","serial_number":"16394810867233","imei1":"16394810867233","imei2":"16394810867233","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170035,"job_number":"JOB_170035","tr_customer_id":170052,"tr_customer_product_id":170042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:46.000Z","modified_at":"2026-01-29T04:18:46.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"12048314724048","imei1":"12048314724048","imei2":"12048314724048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170034,"job_number":"JOB_170034","tr_customer_id":170051,"tr_customer_product_id":170041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:44.000Z","modified_at":"2026-01-29T04:18:44.000Z","name":"Selmer Macejkovic","mobile_number":"353-579-4056","email_id":"Cassidy44@yahoo.com","dop":"2025-04-06","serial_number":"15208412121779964","imei1":"15208412121779964","imei2":"15208412121779964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170033,"job_number":"JOB_170033","tr_customer_id":170050,"tr_customer_product_id":170040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:43.000Z","modified_at":"2026-01-29T04:19:18.000Z","name":"Juvenal Von","mobile_number":"483-561-4875","email_id":"Mozelle.Emard@yahoo.com","dop":"2025-04-06","serial_number":"17528798658860","imei1":"17528798658860","imei2":"17528798658860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170032,"job_number":"JOB_170032","tr_customer_id":170049,"tr_customer_product_id":170039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:43.000Z","modified_at":"2026-01-29T04:18:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16936680577744","imei1":"16936680577744","imei2":"16936680577744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170030,"job_number":"JOB_170030","tr_customer_id":170047,"tr_customer_product_id":170037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:39.000Z","modified_at":"2026-01-29T04:18:39.000Z","name":"Jesse Lindgren","mobile_number":"840-897-8086","email_id":"Gertrude_Feil@hotmail.com","dop":"2025-04-06","serial_number":"19863142606345120","imei1":"19863142606345120","imei2":"19863142606345120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170029,"job_number":"JOB_170029","tr_customer_id":170046,"tr_customer_product_id":170036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:38.000Z","modified_at":"2026-01-29T04:18:38.000Z","name":"Casandra Rowe","mobile_number":"434-701-1275","email_id":"Garrick79@gmail.com","dop":"2025-04-06","serial_number":"15486414409544662","imei1":"15486414409544662","imei2":"15486414409544662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170028,"job_number":"JOB_170028","tr_customer_id":170045,"tr_customer_product_id":170035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:37.000Z","modified_at":"2026-01-29T04:19:11.000Z","name":"Cade Bergnaum","mobile_number":"853-540-3165","email_id":"Nicolette.Smith85@hotmail.com","dop":"2025-04-06","serial_number":"10361662978660","imei1":"10361662978660","imei2":"10361662978660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170027,"job_number":"JOB_170027","tr_customer_id":170044,"tr_customer_product_id":170034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:37.000Z","modified_at":"2026-01-29T04:18:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18269106291722","imei1":"18269106291722","imei2":"18269106291722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170026,"job_number":"JOB_170026","tr_customer_id":170043,"tr_customer_product_id":170033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:36.000Z","modified_at":"2026-01-29T04:19:13.000Z","name":"Cletus Jacobson","mobile_number":"950-983-8531","email_id":"Linnea_Quigley@yahoo.com","dop":"2025-04-06","serial_number":"13032975833520","imei1":"13032975833520","imei2":"13032975833520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170025,"job_number":"JOB_170025","tr_customer_id":170042,"tr_customer_product_id":170032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:36.000Z","modified_at":"2026-01-29T04:18:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19567663308904","imei1":"19567663308904","imei2":"19567663308904","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170021,"job_number":"JOB_170021","tr_customer_id":170038,"tr_customer_product_id":170028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:31.000Z","modified_at":"2026-01-29T04:18:31.000Z","name":"Isai Reichel","mobile_number":"341-862-5299","email_id":"Alfonzo31@gmail.com","dop":"2025-04-06","serial_number":"12233201586587286","imei1":"12233201586587286","imei2":"12233201586587286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170019,"job_number":"JOB_170019","tr_customer_id":170036,"tr_customer_product_id":170026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:30.000Z","modified_at":"2026-01-29T04:19:07.000Z","name":"Maudie King","mobile_number":"952-444-1324","email_id":"Elwin_Jones@yahoo.com","dop":"2025-04-06","serial_number":"13991901028666","imei1":"13991901028666","imei2":"13991901028666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170018,"job_number":"JOB_170018","tr_customer_id":170035,"tr_customer_product_id":170025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:30.000Z","modified_at":"2026-01-29T04:18:30.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10333081235751","imei1":"10333081235751","imei2":"10333081235751","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170017,"job_number":"JOB_170017","tr_customer_id":170034,"tr_customer_product_id":170024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:29.000Z","modified_at":"2026-01-29T04:18:29.000Z","name":"Isai Zboncak","mobile_number":"512-467-1207","email_id":"Malcolm.Durgan15@gmail.com","dop":"2025-04-06","serial_number":"19091436100148980","imei1":"19091436100148980","imei2":"19091436100148980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170016,"job_number":"JOB_170016","tr_customer_id":170033,"tr_customer_product_id":170023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:29.000Z","modified_at":"2026-01-29T04:19:04.000Z","name":"Marcus Streich","mobile_number":"816-947-3974","email_id":"Easton78@gmail.com","dop":"2000-01-31","serial_number":"10301099483968","imei1":"10301099483968","imei2":"10301099483968","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170014,"job_number":"JOB_170014","tr_customer_id":170031,"tr_customer_product_id":170021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:28.000Z","modified_at":"2026-01-29T04:19:03.000Z","name":"Eleanore Gleichner","mobile_number":"620-533-0505","email_id":"Doug_Gibson48@hotmail.com","dop":"2025-04-06","serial_number":"10409692299107","imei1":"10409692299107","imei2":"10409692299107","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170013,"job_number":"JOB_170013","tr_customer_id":170030,"tr_customer_product_id":170020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:28.000Z","modified_at":"2026-01-29T04:18:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18166799809930","imei1":"18166799809930","imei2":"18166799809930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170007,"job_number":"JOB_170007","tr_customer_id":170024,"tr_customer_product_id":170014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:12.000Z","modified_at":"2026-01-29T04:18:12.000Z","name":"Haleigh Glover","mobile_number":"652-273-9084","email_id":"Serenity.Paucek42@gmail.com","dop":"2025-04-06","serial_number":"13173861116338296","imei1":"13173861116338296","imei2":"13173861116338296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170006,"job_number":"JOB_170006","tr_customer_id":170023,"tr_customer_product_id":170013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:11.000Z","modified_at":"2026-01-29T04:18:51.000Z","name":"Westley Kuhic","mobile_number":"689-658-4855","email_id":"Wilton_Price39@hotmail.com","dop":"2025-04-06","serial_number":"13760095678159","imei1":"13760095678159","imei2":"13760095678159","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170005,"job_number":"JOB_170005","tr_customer_id":170022,"tr_customer_product_id":170012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:11.000Z","modified_at":"2026-01-29T04:18:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11252590444425","imei1":"11252590444425","imei2":"11252590444425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170001,"job_number":"JOB_170001","tr_customer_id":170018,"tr_customer_product_id":170008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:02.000Z","modified_at":"2026-01-29T04:18:02.000Z","name":"Theresa Green","mobile_number":"897-805-8431","email_id":"Emmy25@gmail.com","dop":"2025-04-06","serial_number":"11137089850184800","imei1":"11137089850184800","imei2":"11137089850184800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170000,"job_number":"JOB_170000","tr_customer_id":170017,"tr_customer_product_id":170007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:02.000Z","modified_at":"2026-01-29T04:18:02.000Z","name":"Arno Auer","mobile_number":"772-468-7279","email_id":"Aniyah.Tillman@yahoo.com","dop":"2025-04-06","serial_number":"16702733351902096","imei1":"16702733351902096","imei2":"16702733351902096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169999,"job_number":"JOB_169999","tr_customer_id":170016,"tr_customer_product_id":170006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:02.000Z","modified_at":"2026-01-29T04:18:02.000Z","name":"Lucie Goyette","mobile_number":"484-258-5676","email_id":"Candelario.Kessler28@yahoo.com","dop":"2025-04-06","serial_number":"11748011688107488","imei1":"11748011688107488","imei2":"11748011688107488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169998,"job_number":"JOB_169998","tr_customer_id":170015,"tr_customer_product_id":170005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:01.000Z","modified_at":"2026-01-29T04:18:38.000Z","name":"Willow Wiegand","mobile_number":"441-385-4383","email_id":"Justen_Prosacco23@yahoo.com","dop":"2025-04-06","serial_number":"17864770685625","imei1":"17864770685625","imei2":"17864770685625","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169997,"job_number":"JOB_169997","tr_customer_id":170014,"tr_customer_product_id":170004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:01.000Z","modified_at":"2026-01-29T04:18:01.000Z","name":"Donnie Rippin","mobile_number":"751-369-7144","email_id":"Moshe_Wisoky@yahoo.com","dop":"2025-04-06","serial_number":"17941153908569654","imei1":"17941153908569654","imei2":"17941153908569654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169996,"job_number":"JOB_169996","tr_customer_id":170013,"tr_customer_product_id":170003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:01.000Z","modified_at":"2026-01-29T04:18:40.000Z","name":"Devonte Johnston","mobile_number":"393-715-9726","email_id":"Amaya_Tremblay0@yahoo.com","dop":"2025-04-06","serial_number":"18034841745832","imei1":"18034841745832","imei2":"18034841745832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169995,"job_number":"JOB_169995","tr_customer_id":170012,"tr_customer_product_id":170002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:01.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"13651484288758","imei1":"13651484288758","imei2":"13651484288758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169994,"job_number":"JOB_169994","tr_customer_id":170011,"tr_customer_product_id":170001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:36.000Z","name":"Cristal Mann","mobile_number":"311-582-4108","email_id":"Cyril_Adams6@hotmail.com","dop":"2025-04-06","serial_number":"17185245559827","imei1":"17185245559827","imei2":"17185245559827","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169993,"job_number":"JOB_169993","tr_customer_id":170010,"tr_customer_product_id":170000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"28764031525642","imei1":"28764031525642","imei2":"28764031525642","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169992,"job_number":"JOB_169992","tr_customer_id":170009,"tr_customer_product_id":169999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13676563880234","imei1":"13676563880234","imei2":"13676563880234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169991,"job_number":"JOB_169991","tr_customer_id":170008,"tr_customer_product_id":169998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10873400051463","imei1":"10873400051463","imei2":"10873400051463","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169987,"job_number":"JOB_169987","tr_customer_id":170005,"tr_customer_product_id":169994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:18:38.000Z","name":"Kaitlyn Mraz","mobile_number":"472-710-8519","email_id":"Daron.Wiegand38@yahoo.com","dop":"2025-04-06","serial_number":"15736519075263","imei1":"15736519075263","imei2":"15736519075263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169986,"job_number":"JOB_169986","tr_customer_id":170003,"tr_customer_product_id":169993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:17:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15199399382074","imei1":"15199399382074","imei2":"15199399382074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169984,"job_number":"JOB_169984","tr_customer_id":170001,"tr_customer_product_id":169991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:18:34.000Z","name":"Presley Graham","mobile_number":"808-734-3980","email_id":"Ezekiel.Lesch@gmail.com","dop":"2026-01-04","serial_number":"15857222908621","imei1":"15857222908621","imei2":"15857222908621","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169983,"job_number":"JOB_169983","tr_customer_id":170000,"tr_customer_product_id":169990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:58.000Z","modified_at":"2026-01-29T04:17:58.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15240351894540","imei1":"15240351894540","imei2":"15240351894540","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169982,"job_number":"JOB_169982","tr_customer_id":169999,"tr_customer_product_id":169989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:58.000Z","modified_at":"2026-01-29T04:17:58.000Z","name":"Isabell Stroman","mobile_number":"412-452-2381","email_id":"Anya_Orn@hotmail.com","dop":"2025-04-06","serial_number":"13127050337010392","imei1":"13127050337010392","imei2":"13127050337010392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169981,"job_number":"JOB_169981","tr_customer_id":169998,"tr_customer_product_id":169988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:17:57.000Z","name":"Roscoe Wolf","mobile_number":"586-961-2040","email_id":"Freddy26@hotmail.com","dop":"2025-04-06","serial_number":"11243190297393252","imei1":"11243190297393252","imei2":"11243190297393252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169980,"job_number":"JOB_169980","tr_customer_id":169997,"tr_customer_product_id":169987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:18:31.000Z","name":"Julius Pagac","mobile_number":"421-452-0383","email_id":"Yesenia.Nolan34@hotmail.com","dop":"2025-04-06","serial_number":"14658148056864","imei1":"14658148056864","imei2":"14658148056864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169978,"job_number":"JOB_169978","tr_customer_id":169995,"tr_customer_product_id":169985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:17:57.000Z","name":"Jeramie Borer","mobile_number":"717-444-2614","email_id":"Valentin53@hotmail.com","dop":"2025-05-30","serial_number":"1366895474168729","imei1":"1366895474168729","imei2":"1366895474168729","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169977,"job_number":"JOB_169977","tr_customer_id":169994,"tr_customer_product_id":169984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:17:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17560182260872","imei1":"17560182260872","imei2":"17560182260872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169975,"job_number":"JOB_169975","tr_customer_id":169992,"tr_customer_product_id":169982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:18:32.000Z","name":"Troy Hauck","mobile_number":"809-729-7952","email_id":"Mayra.Osinski@gmail.com","dop":"2025-04-06","serial_number":"12374181624890","imei1":"12374181624890","imei2":"12374181624890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169974,"job_number":"JOB_169974","tr_customer_id":169991,"tr_customer_product_id":169981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:17:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13438763165786","imei1":"13438763165786","imei2":"13438763165786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169973,"job_number":"JOB_169973","tr_customer_id":169990,"tr_customer_product_id":169980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:55.000Z","modified_at":"2026-01-29T04:17:55.000Z","name":"Maud Willms","mobile_number":"531-916-9431","email_id":"Brett.Hessel@gmail.com","dop":"2025-05-30","serial_number":"19047804443738","imei1":"19047804443738","imei2":"19047804443738","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169972,"job_number":"JOB_169972","tr_customer_id":169989,"tr_customer_product_id":169979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:54.000Z","modified_at":"2026-01-29T04:18:12.000Z","name":"Kellie Cole","mobile_number":"231-606-7005","email_id":"Jarret88@yahoo.com","dop":"2025-05-30","serial_number":"15258879062250","imei1":"15258879062250","imei2":"15258879062250","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169971,"job_number":"JOB_169971","tr_customer_id":169988,"tr_customer_product_id":169978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:53.000Z","modified_at":"2026-01-29T04:17:53.000Z","name":"Derrick Terry","mobile_number":"688-773-2017","email_id":"Percival87@yahoo.com","dop":"2025-04-06","serial_number":"18769623652511530","imei1":"18769623652511530","imei2":"18769623652511530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169970,"job_number":"JOB_169970","tr_customer_id":169987,"tr_customer_product_id":169977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:52.000Z","modified_at":"2026-01-29T04:18:29.000Z","name":"Shea O'Hara","mobile_number":"502-953-5353","email_id":"Boris.Ledner@yahoo.com","dop":"2025-04-06","serial_number":"19129954802912","imei1":"19129954802912","imei2":"19129954802912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169969,"job_number":"JOB_169969","tr_customer_id":169986,"tr_customer_product_id":169976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:51.000Z","modified_at":"2026-01-29T04:17:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12070621903777","imei1":"12070621903777","imei2":"12070621903777","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169968,"job_number":"JOB_169968","tr_customer_id":169985,"tr_customer_product_id":169975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:49.000Z","modified_at":"2026-01-29T04:17:49.000Z","name":"Ebony Parisian","mobile_number":"895-882-8668","email_id":"Sedrick41@yahoo.com","dop":"2025-04-06","serial_number":"17429089838740596","imei1":"17429089838740596","imei2":"17429089838740596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169966,"job_number":"JOB_169966","tr_customer_id":169983,"tr_customer_product_id":169973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:48.000Z","modified_at":"2026-01-29T04:18:23.000Z","name":"Shad Hodkiewicz","mobile_number":"372-548-9865","email_id":"Veronica45@hotmail.com","dop":"2025-04-06","serial_number":"14474555501728","imei1":"14474555501728","imei2":"14474555501728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169964,"job_number":"JOB_169964","tr_customer_id":169981,"tr_customer_product_id":169971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16489268563937","imei1":"16489268563937","imei2":"16489268563937","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169961,"job_number":"JOB_169961","tr_customer_id":169978,"tr_customer_product_id":169968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Tommie Sauer","mobile_number":"682-387-7272","email_id":"Emiliano76@hotmail.com","dop":"2025-04-06","serial_number":"16683896035858156","imei1":"16683896035858156","imei2":"16683896035858156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169959,"job_number":"JOB_169959","tr_customer_id":169976,"tr_customer_product_id":169966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:17:46.000Z","name":"Fanny Shields","mobile_number":"938-931-7489","email_id":"Kristoffer_Considine6@hotmail.com","dop":"2025-04-06","serial_number":"13996429550028526","imei1":"13996429550028526","imei2":"13996429550028526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169958,"job_number":"JOB_169958","tr_customer_id":169975,"tr_customer_product_id":169965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:18:22.000Z","name":"Quinten Kub","mobile_number":"302-782-6955","email_id":"Marjory_Erdman@yahoo.com","dop":"2000-01-31","serial_number":"10838461623847","imei1":"10838461623847","imei2":"10838461623847","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169955,"job_number":"JOB_169955","tr_customer_id":169972,"tr_customer_product_id":169962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:18:21.000Z","name":"Sierra Schuppe","mobile_number":"273-923-7056","email_id":"Leanne27@yahoo.com","dop":"2025-04-06","serial_number":"10661380483898","imei1":"10661380483898","imei2":"10661380483898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169954,"job_number":"JOB_169954","tr_customer_id":169971,"tr_customer_product_id":169961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:17:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13135699846297","imei1":"13135699846297","imei2":"13135699846297","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169953,"job_number":"JOB_169953","tr_customer_id":169970,"tr_customer_product_id":169960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:18:22.000Z","name":"Amiya O'Kon","mobile_number":"239-812-1027","email_id":"Davonte_Lakin46@gmail.com","dop":"2025-04-06","serial_number":"19396588408992","imei1":"19396588408992","imei2":"19396588408992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169952,"job_number":"JOB_169952","tr_customer_id":169969,"tr_customer_product_id":169959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:17:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13991298792295","imei1":"13991298792295","imei2":"13991298792295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169951,"job_number":"JOB_169951","tr_customer_id":169968,"tr_customer_product_id":169958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:28.000Z","modified_at":"2026-01-29T04:17:28.000Z","name":"Blanca Murazik","mobile_number":"287-201-7312","email_id":"Jennings10@gmail.com","dop":"2025-04-06","serial_number":"11241529073060320","imei1":"11241529073060320","imei2":"11241529073060320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169950,"job_number":"JOB_169950","tr_customer_id":169967,"tr_customer_product_id":169957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:27.000Z","modified_at":"2026-01-29T04:18:01.000Z","name":"Rosalyn DuBuque","mobile_number":"423-544-5691","email_id":"Donna44@yahoo.com","dop":"2025-04-06","serial_number":"17003397822707","imei1":"17003397822707","imei2":"17003397822707","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169949,"job_number":"JOB_169949","tr_customer_id":169966,"tr_customer_product_id":169956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:27.000Z","modified_at":"2026-01-29T04:17:27.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13938280362099","imei1":"13938280362099","imei2":"13938280362099","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169948,"job_number":"JOB_169948","tr_customer_id":169965,"tr_customer_product_id":169955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:24.000Z","modified_at":"2026-01-29T04:17:24.000Z","name":"Johnson Cartwright","mobile_number":"293-616-5525","email_id":"Lauren90@hotmail.com","dop":"2025-04-06","serial_number":"12137245612803680","imei1":"12137245612803680","imei2":"12137245612803680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169947,"job_number":"JOB_169947","tr_customer_id":169964,"tr_customer_product_id":169954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:22.000Z","modified_at":"2026-01-29T04:18:03.000Z","name":"Kaelyn Lang","mobile_number":"641-801-2874","email_id":"Laurel40@yahoo.com","dop":"2025-04-06","serial_number":"18600707518512","imei1":"18600707518512","imei2":"18600707518512","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169946,"job_number":"JOB_169946","tr_customer_id":169963,"tr_customer_product_id":169953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:22.000Z","modified_at":"2026-01-29T04:17:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11636781794539","imei1":"11636781794539","imei2":"11636781794539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169945,"job_number":"JOB_169945","tr_customer_id":169962,"tr_customer_product_id":169952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:18.000Z","modified_at":"2026-01-29T04:17:18.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"29473598651057","imei1":"29473598651057","imei2":"29473598651057","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169944,"job_number":"JOB_169944","tr_customer_id":169961,"tr_customer_product_id":169951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:17.000Z","modified_at":"2026-01-29T04:17:51.000Z","name":"Gerhard Wiza","mobile_number":"243-901-5465","email_id":"Gina_Bins20@gmail.com","dop":"2026-01-04","serial_number":"12364460992685","imei1":"12364460992685","imei2":"12364460992685","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169943,"job_number":"JOB_169943","tr_customer_id":169960,"tr_customer_product_id":169950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:17.000Z","modified_at":"2026-01-29T04:17:17.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18269688819306","imei1":"18269688819306","imei2":"18269688819306","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169942,"job_number":"JOB_169942","tr_customer_id":169959,"tr_customer_product_id":169949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:15.000Z","modified_at":"2026-01-29T04:17:15.000Z","name":"Christina Fisher","mobile_number":"233-337-6786","email_id":"Genesis15@hotmail.com","dop":"2025-04-06","serial_number":"10851852586991604","imei1":"10851852586991604","imei2":"10851852586991604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169941,"job_number":"JOB_169941","tr_customer_id":169958,"tr_customer_product_id":169948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:14.000Z","modified_at":"2026-01-29T04:17:14.000Z","name":"Hayley Rice","mobile_number":"402-654-1383","email_id":"Rogers.Gutkowski@gmail.com","dop":"2025-04-06","serial_number":"16407734138657324","imei1":"16407734138657324","imei2":"16407734138657324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169940,"job_number":"JOB_169940","tr_customer_id":169957,"tr_customer_product_id":169947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:14.000Z","modified_at":"2026-01-29T04:17:14.000Z","name":"Tomas Jones","mobile_number":"963-869-7612","email_id":"Dean.Predovic67@hotmail.com","dop":"2025-04-06","serial_number":"11853819722048202","imei1":"11853819722048202","imei2":"11853819722048202","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169939,"job_number":"JOB_169939","tr_customer_id":169956,"tr_customer_product_id":169946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:14.000Z","modified_at":"2026-01-29T04:17:49.000Z","name":"Ricky Spencer","mobile_number":"364-548-6366","email_id":"Jennie.Hermiston54@hotmail.com","dop":"2025-04-06","serial_number":"18592851673821","imei1":"18592851673821","imei2":"18592851673821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169938,"job_number":"JOB_169938","tr_customer_id":169955,"tr_customer_product_id":169945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19878340438041","imei1":"19878340438041","imei2":"19878340438041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169937,"job_number":"JOB_169937","tr_customer_id":169954,"tr_customer_product_id":169944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:52.000Z","name":"Max Stracke","mobile_number":"714-460-4984","email_id":"Antonina_Turner70@gmail.com","dop":"2025-04-06","serial_number":"17500054701634","imei1":"17500054701634","imei2":"17500054701634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169936,"job_number":"JOB_169936","tr_customer_id":169953,"tr_customer_product_id":169943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:51.000Z","name":"Moses Medhurst","mobile_number":"303-974-7661","email_id":"Lilliana.Hane@yahoo.com","dop":"2025-04-06","serial_number":"18989444265023","imei1":"18989444265023","imei2":"18989444265023","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169935,"job_number":"JOB_169935","tr_customer_id":169952,"tr_customer_product_id":169942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18182378173943","imei1":"18182378173943","imei2":"18182378173943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169934,"job_number":"JOB_169934","tr_customer_id":169951,"tr_customer_product_id":169941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11438072933999","imei1":"11438072933999","imei2":"11438072933999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169933,"job_number":"JOB_169933","tr_customer_id":169950,"tr_customer_product_id":169940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:07.000Z","modified_at":"2026-01-29T04:17:07.000Z","name":"Raphael Collins","mobile_number":"936-970-6712","email_id":"Rebekah.Kuhlman16@gmail.com","dop":"2025-04-06","serial_number":"13216219847530868","imei1":"13216219847530868","imei2":"13216219847530868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169932,"job_number":"JOB_169932","tr_customer_id":169949,"tr_customer_product_id":169939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:06.000Z","modified_at":"2026-01-29T04:17:40.000Z","name":"Antoinette Cummings","mobile_number":"930-330-6029","email_id":"Libbie9@yahoo.com","dop":"2025-04-06","serial_number":"15906011632020","imei1":"15906011632020","imei2":"15906011632020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169931,"job_number":"JOB_169931","tr_customer_id":169948,"tr_customer_product_id":169938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:05.000Z","modified_at":"2026-01-29T04:17:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12472772312416","imei1":"12472772312416","imei2":"12472772312416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169930,"job_number":"JOB_169930","tr_customer_id":169947,"tr_customer_product_id":169937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:03.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11087117570789","imei2":"11087117570789","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169929,"job_number":"JOB_169929","tr_customer_id":169946,"tr_customer_product_id":169936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:03.000Z","modified_at":"2026-01-29T04:17:03.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19276057056292","imei2":"19276057056292","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169926,"job_number":"JOB_169926","tr_customer_id":169943,"tr_customer_product_id":169933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:51.000Z","modified_at":"2026-01-29T04:16:51.000Z","name":"Friedrich Conroy","mobile_number":"889-488-0858","email_id":"Zachary_Sporer@yahoo.com","dop":"2025-06-18","serial_number":"1067788577784827","imei1":"1067788577784827","imei2":"1067788577784827","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169925,"job_number":"JOB_169925","tr_customer_id":169942,"tr_customer_product_id":169932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:51.000Z","modified_at":"2026-01-29T04:17:25.000Z","name":"Gloria D'Amore","mobile_number":"949-247-9045","email_id":"Fred.Beer72@yahoo.com","dop":"2025-06-18","serial_number":"10192293493305","imei1":"10192293493305","imei2":"10192293493305","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169924,"job_number":"JOB_169924","tr_customer_id":169941,"tr_customer_product_id":169931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:50.000Z","modified_at":"2026-01-29T04:16:50.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10073147389813","imei1":"10073147389813","imei2":"10073147389813","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169923,"job_number":"JOB_169923","tr_customer_id":169940,"tr_customer_product_id":169930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:50.000Z","modified_at":"2026-01-29T04:17:00.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13629311360527","imei2":"13629311360527","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169922,"job_number":"JOB_169922","tr_customer_id":169939,"tr_customer_product_id":169929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:50.000Z","modified_at":"2026-01-29T04:16:50.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16399240615138","imei2":"16399240615138","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169921,"job_number":"JOB_169921","tr_customer_id":169938,"tr_customer_product_id":169928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:47.000Z","modified_at":"2026-01-29T04:16:47.000Z","name":"Ressie Bergnaum","mobile_number":"415-766-0961","email_id":"Hosea_Schneider69@gmail.com","dop":"2025-04-06","serial_number":"10877755317220514","imei1":"10877755317220514","imei2":"10877755317220514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169920,"job_number":"JOB_169920","tr_customer_id":169937,"tr_customer_product_id":169927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:46.000Z","modified_at":"2026-01-29T04:17:20.000Z","name":"Holly Bins","mobile_number":"572-633-6555","email_id":"Keely_Conn71@gmail.com","dop":"2025-04-06","serial_number":"10446319433056","imei1":"10446319433056","imei2":"10446319433056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169919,"job_number":"JOB_169919","tr_customer_id":169936,"tr_customer_product_id":169926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:46.000Z","modified_at":"2026-01-29T04:16:46.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"15782736781614","imei1":"15782736781614","imei2":"15782736781614","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169917,"job_number":"JOB_169917","tr_customer_id":169934,"tr_customer_product_id":169924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:37.000Z","modified_at":"2026-01-29T04:16:46.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17103157280969","imei2":"17103157280969","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169916,"job_number":"JOB_169916","tr_customer_id":169933,"tr_customer_product_id":169923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Sydni Senger","mobile_number":"869-282-7747","email_id":"Maci_Gerlach59@hotmail.com","dop":"2025-04-06","serial_number":"18415754176926830","imei1":"18415754176926830","imei2":"18415754176926830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169915,"job_number":"JOB_169915","tr_customer_id":169932,"tr_customer_product_id":169922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12803020310911","imei2":"12803020310911","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169914,"job_number":"JOB_169914","tr_customer_id":169931,"tr_customer_product_id":169921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"101462564205490","imei1":"101462564205490","imei2":"101462564205490","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169912,"job_number":"JOB_169912","tr_customer_id":169929,"tr_customer_product_id":169919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:35.000Z","modified_at":"2026-01-29T04:17:12.000Z","name":"Giovanna Lesch","mobile_number":"372-977-5907","email_id":"Iva.Nienow@hotmail.com","dop":"2025-04-06","serial_number":"11872920056391","imei1":"11872920056391","imei2":"11872920056391","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169911,"job_number":"JOB_169911","tr_customer_id":169928,"tr_customer_product_id":169918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:35.000Z","modified_at":"2026-01-29T04:17:09.000Z","name":"Krystel Dickinson","mobile_number":"781-254-4256","email_id":"Serena_Kris@hotmail.com","dop":"2026-01-04","serial_number":"17397854504903","imei1":"17397854504903","imei2":"17397854504903","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169910,"job_number":"JOB_169910","tr_customer_id":169927,"tr_customer_product_id":169917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:34.000Z","modified_at":"2026-01-29T04:16:34.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14302233343511","imei1":"14302233343511","imei2":"14302233343511","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169909,"job_number":"JOB_169909","tr_customer_id":169926,"tr_customer_product_id":169916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:34.000Z","modified_at":"2026-01-29T04:16:34.000Z","name":"Sarai Friesen","mobile_number":"719-677-8126","email_id":"Calista59@yahoo.com","dop":"2025-04-06","serial_number":"14026021872485694","imei1":"14026021872485694","imei2":"14026021872485694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169908,"job_number":"JOB_169908","tr_customer_id":169925,"tr_customer_product_id":169915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:32.000Z","modified_at":"2026-01-29T04:17:09.000Z","name":"Conor O'Conner","mobile_number":"738-971-8590","email_id":"Peyton18@gmail.com","dop":"2025-04-06","serial_number":"10334667608357","imei1":"10334667608357","imei2":"10334667608357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169907,"job_number":"JOB_169907","tr_customer_id":169924,"tr_customer_product_id":169914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:32.000Z","modified_at":"2026-01-29T04:16:32.000Z","name":"Demetrius D'Amore","mobile_number":"362-947-9683","email_id":"Perry_Kozey17@yahoo.com","dop":"2025-04-06","serial_number":"11484159943619490","imei1":"11484159943619490","imei2":"11484159943619490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169905,"job_number":"JOB_169905","tr_customer_id":169922,"tr_customer_product_id":169912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:31.000Z","modified_at":"2026-01-29T04:17:06.000Z","name":"Wendell Rath","mobile_number":"605-906-2935","email_id":"Vickie_Veum21@yahoo.com","dop":"2025-04-06","serial_number":"15766957779037","imei1":"15766957779037","imei2":"15766957779037","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169904,"job_number":"JOB_169904","tr_customer_id":169921,"tr_customer_product_id":169911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:30.000Z","modified_at":"2026-01-29T04:16:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11673376810277","imei1":"11673376810277","imei2":"11673376810277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169903,"job_number":"JOB_169903","tr_customer_id":169920,"tr_customer_product_id":169910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:28.000Z","modified_at":"2026-01-29T04:16:28.000Z","name":"Elijah Walter","mobile_number":"476-770-1837","email_id":"Fernando.Kirlin26@gmail.com","dop":"2025-04-06","serial_number":"11410915776276976","imei1":"11410915776276976","imei2":"11410915776276976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169902,"job_number":"JOB_169902","tr_customer_id":169919,"tr_customer_product_id":169909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:26.000Z","modified_at":"2026-01-29T04:16:26.000Z","name":"Lois Marks","mobile_number":"764-967-8562","email_id":"Carlie.Schumm@yahoo.com","dop":"2025-04-06","serial_number":"14440004652815754","imei1":"14440004652815754","imei2":"14440004652815754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169901,"job_number":"JOB_169901","tr_customer_id":169918,"tr_customer_product_id":169908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:26.000Z","modified_at":"2026-01-29T04:17:05.000Z","name":"Sallie Welch","mobile_number":"565-547-3229","email_id":"Graham9@hotmail.com","dop":"2025-04-06","serial_number":"15451720619746","imei1":"15451720619746","imei2":"15451720619746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169900,"job_number":"JOB_169900","tr_customer_id":169917,"tr_customer_product_id":169907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:26.000Z","modified_at":"2026-01-29T04:16:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16898380037762","imei1":"16898380037762","imei2":"16898380037762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169899,"job_number":"JOB_169899","tr_customer_id":169916,"tr_customer_product_id":169906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:25.000Z","modified_at":"2026-01-29T04:16:25.000Z","name":"Jayde Glover","mobile_number":"634-373-0219","email_id":"Jarred.Feil17@hotmail.com","dop":"2025-04-06","serial_number":"15932062647888252","imei1":"15932062647888252","imei2":"15932062647888252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169898,"job_number":"JOB_169898","tr_customer_id":169915,"tr_customer_product_id":169905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:25.000Z","modified_at":"2026-01-29T04:17:05.000Z","name":"Lupe Rippin","mobile_number":"435-423-9993","email_id":"Caden26@hotmail.com","dop":"2025-04-06","serial_number":"11434318738488","imei1":"11434318738488","imei2":"11434318738488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169897,"job_number":"JOB_169897","tr_customer_id":169914,"tr_customer_product_id":169904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:25.000Z","modified_at":"2026-01-29T04:16:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14289345962544","imei1":"14289345962544","imei2":"14289345962544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169896,"job_number":"JOB_169896","tr_customer_id":169913,"tr_customer_product_id":169903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:24.000Z","modified_at":"2026-01-29T04:16:24.000Z","name":"Karl Abbott","mobile_number":"703-729-7463","email_id":"Emilio79@hotmail.com","dop":"2025-04-06","serial_number":"14506814694084636","imei1":"14506814694084636","imei2":"14506814694084636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169895,"job_number":"JOB_169895","tr_customer_id":169912,"tr_customer_product_id":169902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:24.000Z","modified_at":"2026-01-29T04:16:58.000Z","name":"Katelyn Gottlieb","mobile_number":"545-282-3114","email_id":"Helene_Rosenbaum@yahoo.com","dop":"2025-04-06","serial_number":"14798629558442","imei1":"14798629558442","imei2":"14798629558442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169894,"job_number":"JOB_169894","tr_customer_id":169911,"tr_customer_product_id":169901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:23.000Z","modified_at":"2026-01-29T04:16:59.000Z","name":"Austin Roberts","mobile_number":"349-791-0104","email_id":"Deion36@hotmail.com","dop":"2025-04-06","serial_number":"13826216054609","imei1":"13826216054609","imei2":"13826216054609","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169893,"job_number":"JOB_169893","tr_customer_id":169910,"tr_customer_product_id":169900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:23.000Z","modified_at":"2026-01-29T04:16:23.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12923627457681","imei1":"12923627457681","imei2":"12923627457681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169892,"job_number":"JOB_169892","tr_customer_id":169909,"tr_customer_product_id":169899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:21.000Z","modified_at":"2026-01-29T04:16:21.000Z","name":"Eleonore Nitzsche","mobile_number":"398-329-9801","email_id":"Angelica_Weissnat@gmail.com","dop":"2025-04-06","serial_number":"12749404775768988","imei1":"12749404775768988","imei2":"12749404775768988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169891,"job_number":"JOB_169891","tr_customer_id":169908,"tr_customer_product_id":169898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:20.000Z","modified_at":"2026-01-29T04:16:57.000Z","name":"Rosie Nader","mobile_number":"407-966-6139","email_id":"Joyce.Rodriguez55@gmail.com","dop":"2025-04-06","serial_number":"13990803166248","imei1":"13990803166248","imei2":"13990803166248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169889,"job_number":"JOB_169889","tr_customer_id":169906,"tr_customer_product_id":169896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:12.000Z","modified_at":"2026-01-29T04:16:12.000Z","name":"Rupert Cronin","mobile_number":"620-842-1122","email_id":"Wilson_Gutkowski13@yahoo.com","dop":"2025-04-06","serial_number":"11997571758332780","imei1":"11997571758332780","imei2":"11997571758332780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169888,"job_number":"JOB_169888","tr_customer_id":169905,"tr_customer_product_id":169895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:11.000Z","modified_at":"2026-01-29T04:16:49.000Z","name":"Lonny O'Hara","mobile_number":"647-705-0848","email_id":"Lorenz63@hotmail.com","dop":"2025-04-06","serial_number":"19106745851574","imei1":"19106745851574","imei2":"19106745851574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169887,"job_number":"JOB_169887","tr_customer_id":169904,"tr_customer_product_id":169894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:10.000Z","modified_at":"2026-01-29T04:16:10.000Z","name":"Minnie Streich","mobile_number":"683-999-8265","email_id":"Donavon48@gmail.com","dop":"2025-06-18","serial_number":"1012382214566289","imei1":"1012382214566289","imei2":"1012382214566289","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169886,"job_number":"JOB_169886","tr_customer_id":169903,"tr_customer_product_id":169893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:09.000Z","modified_at":"2026-01-29T04:16:44.000Z","name":"Colin Towne","mobile_number":"629-800-7332","email_id":"Nicola.Jacobs@gmail.com","dop":"2025-06-18","serial_number":"10262731369748","imei1":"10262731369748","imei2":"10262731369748","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169885,"job_number":"JOB_169885","tr_customer_id":169902,"tr_customer_product_id":169892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:09.000Z","modified_at":"2026-01-29T04:16:09.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10561216161403","imei1":"10561216161403","imei2":"10561216161403","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169884,"job_number":"JOB_169884","tr_customer_id":169901,"tr_customer_product_id":169891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:07.000Z","modified_at":"2026-01-29T04:16:16.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"45654946781158","imei1":"45654946781158","imei2":"45654946781158","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169883,"job_number":"JOB_169883","tr_customer_id":169900,"tr_customer_product_id":169890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:06.000Z","modified_at":"2026-01-29T04:16:06.000Z","name":"Madelynn Waelchi","mobile_number":"699-759-6036","email_id":"Max_Muller@yahoo.com","dop":"2025-04-06","serial_number":"13740624223962302","imei1":"13740624223962302","imei2":"13740624223962302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169882,"job_number":"JOB_169882","tr_customer_id":169899,"tr_customer_product_id":169889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:05.000Z","modified_at":"2026-01-29T04:16:39.000Z","name":"Alberta Schaefer","mobile_number":"331-960-4694","email_id":"Lowell_Witting22@hotmail.com","dop":"2025-04-06","serial_number":"17242679401128","imei1":"17242679401128","imei2":"17242679401128","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169881,"job_number":"JOB_169881","tr_customer_id":169898,"tr_customer_product_id":169888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:04.000Z","modified_at":"2026-01-29T04:16:04.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"12070682964530","imei1":"12070682964530","imei2":"12070682964530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169880,"job_number":"JOB_169880","tr_customer_id":169897,"tr_customer_product_id":169887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:03.000Z","modified_at":"2026-01-29T04:16:03.000Z","name":"Marjory Prosacco","mobile_number":"699-267-2209","email_id":"Zula39@gmail.com","dop":"2025-04-06","serial_number":"16395387356944346","imei1":"16395387356944346","imei2":"16395387356944346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169879,"job_number":"JOB_169879","tr_customer_id":169896,"tr_customer_product_id":169886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:01.000Z","modified_at":"2026-01-29T04:16:37.000Z","name":"Melany Schaden","mobile_number":"488-655-8092","email_id":"Cindy_Jakubowski89@hotmail.com","dop":"2025-04-06","serial_number":"13869223701753","imei1":"13869223701753","imei2":"13869223701753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169878,"job_number":"JOB_169878","tr_customer_id":169895,"tr_customer_product_id":169885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:15:56.000Z","modified_at":"2026-01-29T04:16:05.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"61615467745554","imei1":"61615467745554","imei2":"61615467745554","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169877,"job_number":"JOB_169877","tr_customer_id":169894,"tr_customer_product_id":169884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:13:59.000Z","modified_at":"2026-01-29T04:13:59.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2026-01-19","serial_number":"13511700420678","imei1":"13511700420678","imei2":"13511700420678","popurl":"2026-01-19T04:13:56.241282Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:13:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169876,"job_number":"JOB_169876","tr_customer_id":169893,"tr_customer_product_id":169883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:26:23.000Z","modified_at":"2026-01-29T03:26:23.000Z","name":"Mercedes Mosciski","mobile_number":"923-418-2490","email_id":"Carrie_Bogisich@hotmail.com","dop":"2025-04-06","serial_number":"13521082425397300","imei1":"13521082425397300","imei2":"13521082425397300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169875,"job_number":"JOB_169875","tr_customer_id":169892,"tr_customer_product_id":169882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:26:22.000Z","modified_at":"2026-01-29T03:26:57.000Z","name":"Lupe Welch","mobile_number":"490-980-7594","email_id":"Adella63@gmail.com","dop":"2025-04-06","serial_number":"13920192643004","imei1":"13920192643004","imei2":"13920192643004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T03:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169874,"job_number":"JOB_169874","tr_customer_id":169891,"tr_customer_product_id":169881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:26:21.000Z","modified_at":"2026-01-29T03:26:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10673562968699","imei1":"10673562968699","imei2":"10673562968699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169873,"job_number":"JOB_169873","tr_customer_id":169890,"tr_customer_product_id":169880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:25:40.000Z","modified_at":"2026-01-29T03:25:40.000Z","name":"Mittie Balistreri","mobile_number":"618-238-8878","email_id":"Shakira15@gmail.com","dop":"2025-04-06","serial_number":"14916434383650400","imei1":"14916434383650400","imei2":"14916434383650400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:25:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169872,"job_number":"JOB_169872","tr_customer_id":169889,"tr_customer_product_id":169879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:25:39.000Z","modified_at":"2026-01-29T03:26:14.000Z","name":"Joey Gaylord","mobile_number":"517-628-5442","email_id":"Leonor_Friesen@hotmail.com","dop":"2025-04-06","serial_number":"11422722848889","imei1":"11422722848889","imei2":"11422722848889","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T03:26:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169871,"job_number":"JOB_169871","tr_customer_id":169888,"tr_customer_product_id":169878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:25:39.000Z","modified_at":"2026-01-29T03:25:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11809280576004","imei1":"11809280576004","imei2":"11809280576004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:25:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169870,"job_number":"JOB_169870","tr_customer_id":169887,"tr_customer_product_id":169877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:24:58.000Z","modified_at":"2026-01-29T03:24:58.000Z","name":"Fatima Cummerata","mobile_number":"876-508-4980","email_id":"Maryse25@gmail.com","dop":"2025-04-06","serial_number":"15477188232281228","imei1":"15477188232281228","imei2":"15477188232281228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:24:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169869,"job_number":"JOB_169869","tr_customer_id":169886,"tr_customer_product_id":169876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:24:57.000Z","modified_at":"2026-01-29T03:25:32.000Z","name":"Orpha Schamberger","mobile_number":"635-981-4238","email_id":"Emmy_Strosin47@hotmail.com","dop":"2025-04-06","serial_number":"11604588538358","imei1":"11604588538358","imei2":"11604588538358","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T03:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169868,"job_number":"JOB_169868","tr_customer_id":169885,"tr_customer_product_id":169875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:24:56.000Z","modified_at":"2026-01-29T03:24:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11745469378024","imei1":"11745469378024","imei2":"11745469378024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:24:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169867,"job_number":"JOB_169867","tr_customer_id":169884,"tr_customer_product_id":169874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T02:31:40.000Z","modified_at":"2026-01-29T02:31:41.000Z","name":"vedika singh","mobile_number":"9000000002","email_id":"vedika@gmail.com","dop":"2026-01-19","serial_number":"19280180958991","imei1":"19280180958991","imei2":"19280180958991","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T02:31:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169866,"job_number":"JOB_169866","tr_customer_id":169883,"tr_customer_product_id":169873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T02:31:38.000Z","modified_at":"2026-01-29T02:31:40.000Z","name":"ved singh","mobile_number":"9000000001","email_id":"ved@gmail.com","dop":"2026-01-19","serial_number":"14686990491718","imei1":"14686990491718","imei2":"14686990491718","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T02:31:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169865,"job_number":"JOB_169865","tr_customer_id":169882,"tr_customer_product_id":169872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T02:31:36.000Z","modified_at":"2026-01-29T02:31:38.000Z","name":"navin singh","mobile_number":"9000000000","email_id":"navin@gmail.com","dop":"2026-01-19","serial_number":"19774602002980","imei1":"19774602002980","imei2":"19774602002980","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T02:31:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169864,"job_number":"JOB_169864","tr_customer_id":169881,"tr_customer_product_id":169871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T02:17:01.000Z","modified_at":"2026-01-29T02:17:03.000Z","name":"Bhargav Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"15571746267895","imei1":"15571746267895","imei2":"15571746267895","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T02:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169863,"job_number":"JOB_169863","tr_customer_id":169880,"tr_customer_product_id":169870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:51:47.000Z","modified_at":"2026-01-29T01:51:47.000Z","name":"Bhooshit Ahluwalia","mobile_number":"7068428475","email_id":"bakula.arora@hotmail.com","dop":"2026-01-19","serial_number":"295825705730767","imei1":"295825705730767","imei2":"295825705730767","popurl":"www.sanjay-dutta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T01:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169862,"job_number":"JOB_169862","tr_customer_id":169879,"tr_customer_product_id":169869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:18:00.000Z","modified_at":"2026-01-29T01:18:00.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-19","serial_number":"78925764368475","imei1":"78925764368475","imei2":"78925764368475","popurl":"2026-01-19T01:18:00.226792700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T01:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169861,"job_number":"JOB_169861","tr_customer_id":169878,"tr_customer_product_id":169868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:17:53.000Z","modified_at":"2026-01-29T07:50:20.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-19","serial_number":"78920578946848","imei1":"78920578946848","imei2":"78920578946848","popurl":"2026-01-19T01:17:52.735271800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-29T07:50:20.000Z","assigned_to":17,"mst_warrenty_status_code":"IW"},{"id":169860,"job_number":"JOB_169860","tr_customer_id":169877,"tr_customer_product_id":169867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:17:20.000Z","modified_at":"2026-01-29T01:17:20.000Z","name":"Trilochana Gill","mobile_number":"7092945714","email_id":"dev.ganaka@yahoo.co.in","dop":"2026-01-19","serial_number":"483237302467988","imei1":"483237302467988","imei2":"483237302467988","popurl":"www.rageswari-bhattathiri.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T01:17:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169859,"job_number":"JOB_169859","tr_customer_id":169876,"tr_customer_product_id":169866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:17:19.000Z","modified_at":"2026-01-29T07:50:13.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-19","serial_number":"19920302988473","imei1":"19920302988473","imei2":"19920302988473","popurl":"2026-01-19T01:17:18.375227600Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-29T07:50:13.000Z","assigned_to":17,"mst_warrenty_status_code":"IW"},{"id":170411,"job_number":"JOB_170411","tr_customer_id":170428,"tr_customer_product_id":170418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:25.000Z","modified_at":"2026-01-29T06:50:25.000Z","name":"Enoch Schulist","mobile_number":"219-219-6550","email_id":"Kellie.Cronin@hotmail.com","dop":"2000-01-31","serial_number":"1046919848290472","imei1":"1046919848290472","imei2":"1046919848290472","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170409,"job_number":"JOB_170409","tr_customer_id":170426,"tr_customer_product_id":170416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:24.000Z","modified_at":"2026-01-29T06:50:24.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10594816478675","imei1":"10594816478675","imei2":"10594816478675","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170405,"job_number":"JOB_170405","tr_customer_id":170422,"tr_customer_product_id":170412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:39.000Z","modified_at":"2026-01-29T06:49:39.000Z","name":"Freeman Dickens","mobile_number":"614-949-6620","email_id":"Hope33@hotmail.com","dop":"2000-01-31","serial_number":"1046560680313165","imei1":"1046560680313165","imei2":"1046560680313165","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170403,"job_number":"JOB_170403","tr_customer_id":170420,"tr_customer_product_id":170410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:38.000Z","modified_at":"2026-01-29T06:49:38.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10942710777095","imei1":"10942710777095","imei2":"10942710777095","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170402,"job_number":"JOB_170402","tr_customer_id":170419,"tr_customer_product_id":170409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:53.000Z","modified_at":"2026-01-29T06:48:53.000Z","name":"Leda Ferry","mobile_number":"860-899-8473","email_id":"Gloria48@hotmail.com","dop":"2000-01-31","serial_number":"1065945309649281","imei1":"1065945309649281","imei2":"1065945309649281","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170400,"job_number":"JOB_170400","tr_customer_id":170417,"tr_customer_product_id":170407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:52.000Z","modified_at":"2026-01-29T06:48:52.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10137181032428","imei1":"10137181032428","imei2":"10137181032428","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170396,"job_number":"JOB_170396","tr_customer_id":170413,"tr_customer_product_id":170403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:07.000Z","modified_at":"2026-01-29T06:48:07.000Z","name":"Bobby Goodwin","mobile_number":"938-388-5703","email_id":"Bettye_Weber@gmail.com","dop":"2000-01-31","serial_number":"1002269612563443","imei1":"1002269612563443","imei2":"1002269612563443","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170394,"job_number":"JOB_170394","tr_customer_id":170411,"tr_customer_product_id":170401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:05.000Z","modified_at":"2026-01-29T06:48:05.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10040564136257","imei1":"10040564136257","imei2":"10040564136257","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170061,"job_number":"JOB_170061","tr_customer_id":170078,"tr_customer_product_id":170068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:55.000Z","modified_at":"2026-01-29T04:19:55.000Z","name":"Burnice Tromp","mobile_number":"206-221-6239","email_id":"Jasen.Harvey@hotmail.com","dop":"2000-01-31","serial_number":"1030163097598711","imei1":"1030163097598711","imei2":"1030163097598711","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:55.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170059,"job_number":"JOB_170059","tr_customer_id":170076,"tr_customer_product_id":170066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:54.000Z","modified_at":"2026-01-29T04:19:54.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10006257632907","imei1":"10006257632907","imei2":"10006257632907","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:54.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170046,"job_number":"JOB_170046","tr_customer_id":170063,"tr_customer_product_id":170053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:13.000Z","modified_at":"2026-01-29T04:19:13.000Z","name":"Imogene Parker","mobile_number":"952-922-4274","email_id":"Asia_Borer@hotmail.com","dop":"2000-01-31","serial_number":"1051265970680909","imei1":"1051265970680909","imei2":"1051265970680909","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170043,"job_number":"JOB_170043","tr_customer_id":170060,"tr_customer_product_id":170050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:11.000Z","modified_at":"2026-01-29T04:19:11.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10411503339546","imei1":"10411503339546","imei2":"10411503339546","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170020,"job_number":"JOB_170020","tr_customer_id":170037,"tr_customer_product_id":170027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:30.000Z","modified_at":"2026-01-29T04:18:30.000Z","name":"Jonas Nolan","mobile_number":"810-555-0144","email_id":"Issac81@gmail.com","dop":"2000-01-31","serial_number":"1033403239328929","imei1":"1033403239328929","imei2":"1033403239328929","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170015,"job_number":"JOB_170015","tr_customer_id":170032,"tr_customer_product_id":170022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:29.000Z","modified_at":"2026-01-29T04:18:29.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10739704061138","imei1":"10739704061138","imei2":"10739704061138","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169967,"job_number":"JOB_169967","tr_customer_id":169984,"tr_customer_product_id":169974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:48.000Z","modified_at":"2026-01-29T04:17:48.000Z","name":"Dock Raynor","mobile_number":"653-907-7882","email_id":"Laury.Goldner54@hotmail.com","dop":"2000-01-31","serial_number":"1095767801177090","imei1":"1095767801177090","imei2":"1095767801177090","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169956,"job_number":"JOB_169956","tr_customer_id":169973,"tr_customer_product_id":169963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:17:46.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10712940788540","imei1":"10712940788540","imei2":"10712940788540","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_151330"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 280ms
Mean size per request: 1014B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMzh9.mdUyWbaRjHCGV-7lQOMVD7BWT_OFVDfZUamUaWe45K0
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Cache-Control no-cache
Postman-Token 9b4154ca-3aa5-4a9b-8999-ee8fcbceaa2f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 27
Request Body
{"searchText":"JOB_170669"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1014
ETag W/"3f6-MhxcY3zf8bpwJ2df8gLA5Zqv5cc"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":170669,"job_number":"JOB_170669","tr_customer_id":170686,"tr_customer_product_id":170676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:34:00.000Z","modified_at":"2026-01-29T14:34:00.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16821902115578","imei2":"16821902115578","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:34:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_151330' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_151330
Response Information
Response Code: 200 - OK
Mean time per request: 285ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMzh9.mdUyWbaRjHCGV-7lQOMVD7BWT_OFVDfZUamUaWe45K0
Connection keep-alive
Content-Length 0
Content-Type text/plain
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5e8a65ce-49ed-43ea-be69-f4d5d162d5c4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 644cc7a2-597e-44d0-b50f-2fa57a795c78
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{"username":"iamsup","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-/LQBGY5DTQbc2uKDq0ctpjaRa2E"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:01 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNDF9.SIwWTSMYQ-Uc2u0ttmxjqRTU54HxOz6m78bI4Hxa3Pg"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNDF9.SIwWTSMYQ-Uc2u0ttmxjqRTU54HxOz6m78bI4Hxa3Pg
Connection keep-alive
If-None-Match W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ecb706ed-bedb-4d51-b0c0-5051cb05b484
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f2-c13JZaMe1DjPAjwqciA/I1tIi4k"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 329ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNDF9.SIwWTSMYQ-Uc2u0ttmxjqRTU54HxOz6m78bI4Hxa3Pg
Connection keep-alive
If-None-Match W/"f2-c13JZaMe1DjPAjwqciA/I1tIi4k"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f42d233b-5f04-428d-a390-f26c70edd1f3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-LTrA9eogExeuyiDoOB7QSekL25M"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":574},{"label":"Pending for repair","key":"pending_for_repair","count":4},{"label":"Pending for delivery","key":"pending_for_delivery","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 319ms
Mean size per request: 557.79KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNDF9.SIwWTSMYQ-Uc2u0ttmxjqRTU54HxOz6m78bI4Hxa3Pg
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a93368f9-1094-49ed-83c6-0af5258ea307
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"8b72e-L0njJKWKTP2b/fj1UC1mdnBJE1c"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 29 Jan 2026 14:34:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":169856,"job_number":"JOB_169856","tr_customer_id":169873,"tr_customer_product_id":169863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T23:45:49.000Z","modified_at":"2026-01-28T23:45:49.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-18","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-18T23:45:48.998308266Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T23:45:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169858,"job_number":"JOB_169858","tr_customer_id":169875,"tr_customer_product_id":169865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T23:48:19.000Z","modified_at":"2026-01-28T23:48:19.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-18","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-18T23:48:18.916903686Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T23:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169860,"job_number":"JOB_169860","tr_customer_id":169877,"tr_customer_product_id":169867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:17:20.000Z","modified_at":"2026-01-29T01:17:20.000Z","name":"Trilochana Gill","mobile_number":"7092945714","email_id":"dev.ganaka@yahoo.co.in","dop":"2026-01-19","serial_number":"483237302467988","imei1":"483237302467988","imei2":"483237302467988","popurl":"www.rageswari-bhattathiri.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T01:17:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169862,"job_number":"JOB_169862","tr_customer_id":169879,"tr_customer_product_id":169869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:18:00.000Z","modified_at":"2026-01-29T01:18:00.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-19","serial_number":"78925764368475","imei1":"78925764368475","imei2":"78925764368475","popurl":"2026-01-19T01:18:00.226792700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T01:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169863,"job_number":"JOB_169863","tr_customer_id":169880,"tr_customer_product_id":169870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:51:47.000Z","modified_at":"2026-01-29T01:51:47.000Z","name":"Bhooshit Ahluwalia","mobile_number":"7068428475","email_id":"bakula.arora@hotmail.com","dop":"2026-01-19","serial_number":"295825705730767","imei1":"295825705730767","imei2":"295825705730767","popurl":"www.sanjay-dutta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T01:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169868,"job_number":"JOB_169868","tr_customer_id":169885,"tr_customer_product_id":169875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:24:56.000Z","modified_at":"2026-01-29T03:24:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11745469378024","imei1":"11745469378024","imei2":"11745469378024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:24:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169870,"job_number":"JOB_169870","tr_customer_id":169887,"tr_customer_product_id":169877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:24:58.000Z","modified_at":"2026-01-29T03:24:58.000Z","name":"Fatima Cummerata","mobile_number":"876-508-4980","email_id":"Maryse25@gmail.com","dop":"2025-04-06","serial_number":"15477188232281228","imei1":"15477188232281228","imei2":"15477188232281228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:24:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169871,"job_number":"JOB_169871","tr_customer_id":169888,"tr_customer_product_id":169878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:25:39.000Z","modified_at":"2026-01-29T03:25:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11809280576004","imei1":"11809280576004","imei2":"11809280576004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:25:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169873,"job_number":"JOB_169873","tr_customer_id":169890,"tr_customer_product_id":169880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:25:40.000Z","modified_at":"2026-01-29T03:25:40.000Z","name":"Mittie Balistreri","mobile_number":"618-238-8878","email_id":"Shakira15@gmail.com","dop":"2025-04-06","serial_number":"14916434383650400","imei1":"14916434383650400","imei2":"14916434383650400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:25:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169874,"job_number":"JOB_169874","tr_customer_id":169891,"tr_customer_product_id":169881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:26:21.000Z","modified_at":"2026-01-29T03:26:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10673562968699","imei1":"10673562968699","imei2":"10673562968699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169876,"job_number":"JOB_169876","tr_customer_id":169893,"tr_customer_product_id":169883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:26:23.000Z","modified_at":"2026-01-29T03:26:23.000Z","name":"Mercedes Mosciski","mobile_number":"923-418-2490","email_id":"Carrie_Bogisich@hotmail.com","dop":"2025-04-06","serial_number":"13521082425397300","imei1":"13521082425397300","imei2":"13521082425397300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169877,"job_number":"JOB_169877","tr_customer_id":169894,"tr_customer_product_id":169884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:13:59.000Z","modified_at":"2026-01-29T04:13:59.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2026-01-19","serial_number":"13511700420678","imei1":"13511700420678","imei2":"13511700420678","popurl":"2026-01-19T04:13:56.241282Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:13:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169880,"job_number":"JOB_169880","tr_customer_id":169897,"tr_customer_product_id":169887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:03.000Z","modified_at":"2026-01-29T04:16:03.000Z","name":"Marjory Prosacco","mobile_number":"699-267-2209","email_id":"Zula39@gmail.com","dop":"2025-04-06","serial_number":"16395387356944346","imei1":"16395387356944346","imei2":"16395387356944346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169881,"job_number":"JOB_169881","tr_customer_id":169898,"tr_customer_product_id":169888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:04.000Z","modified_at":"2026-01-29T04:16:04.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"12070682964530","imei1":"12070682964530","imei2":"12070682964530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169883,"job_number":"JOB_169883","tr_customer_id":169900,"tr_customer_product_id":169890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:06.000Z","modified_at":"2026-01-29T04:16:06.000Z","name":"Madelynn Waelchi","mobile_number":"699-759-6036","email_id":"Max_Muller@yahoo.com","dop":"2025-04-06","serial_number":"13740624223962302","imei1":"13740624223962302","imei2":"13740624223962302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169885,"job_number":"JOB_169885","tr_customer_id":169902,"tr_customer_product_id":169892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:09.000Z","modified_at":"2026-01-29T04:16:09.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10561216161403","imei1":"10561216161403","imei2":"10561216161403","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169887,"job_number":"JOB_169887","tr_customer_id":169904,"tr_customer_product_id":169894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:10.000Z","modified_at":"2026-01-29T04:16:10.000Z","name":"Minnie Streich","mobile_number":"683-999-8265","email_id":"Donavon48@gmail.com","dop":"2025-06-18","serial_number":"1012382214566289","imei1":"1012382214566289","imei2":"1012382214566289","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169889,"job_number":"JOB_169889","tr_customer_id":169906,"tr_customer_product_id":169896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:12.000Z","modified_at":"2026-01-29T04:16:12.000Z","name":"Rupert Cronin","mobile_number":"620-842-1122","email_id":"Wilson_Gutkowski13@yahoo.com","dop":"2025-04-06","serial_number":"11997571758332780","imei1":"11997571758332780","imei2":"11997571758332780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169892,"job_number":"JOB_169892","tr_customer_id":169909,"tr_customer_product_id":169899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:21.000Z","modified_at":"2026-01-29T04:16:21.000Z","name":"Eleonore Nitzsche","mobile_number":"398-329-9801","email_id":"Angelica_Weissnat@gmail.com","dop":"2025-04-06","serial_number":"12749404775768988","imei1":"12749404775768988","imei2":"12749404775768988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169893,"job_number":"JOB_169893","tr_customer_id":169910,"tr_customer_product_id":169900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:23.000Z","modified_at":"2026-01-29T04:16:23.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12923627457681","imei1":"12923627457681","imei2":"12923627457681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169896,"job_number":"JOB_169896","tr_customer_id":169913,"tr_customer_product_id":169903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:24.000Z","modified_at":"2026-01-29T04:16:24.000Z","name":"Karl Abbott","mobile_number":"703-729-7463","email_id":"Emilio79@hotmail.com","dop":"2025-04-06","serial_number":"14506814694084636","imei1":"14506814694084636","imei2":"14506814694084636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169897,"job_number":"JOB_169897","tr_customer_id":169914,"tr_customer_product_id":169904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:25.000Z","modified_at":"2026-01-29T04:16:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14289345962544","imei1":"14289345962544","imei2":"14289345962544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169899,"job_number":"JOB_169899","tr_customer_id":169916,"tr_customer_product_id":169906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:25.000Z","modified_at":"2026-01-29T04:16:25.000Z","name":"Jayde Glover","mobile_number":"634-373-0219","email_id":"Jarred.Feil17@hotmail.com","dop":"2025-04-06","serial_number":"15932062647888252","imei1":"15932062647888252","imei2":"15932062647888252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169900,"job_number":"JOB_169900","tr_customer_id":169917,"tr_customer_product_id":169907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:26.000Z","modified_at":"2026-01-29T04:16:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16898380037762","imei1":"16898380037762","imei2":"16898380037762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169902,"job_number":"JOB_169902","tr_customer_id":169919,"tr_customer_product_id":169909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:26.000Z","modified_at":"2026-01-29T04:16:26.000Z","name":"Lois Marks","mobile_number":"764-967-8562","email_id":"Carlie.Schumm@yahoo.com","dop":"2025-04-06","serial_number":"14440004652815754","imei1":"14440004652815754","imei2":"14440004652815754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169903,"job_number":"JOB_169903","tr_customer_id":169920,"tr_customer_product_id":169910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:28.000Z","modified_at":"2026-01-29T04:16:28.000Z","name":"Elijah Walter","mobile_number":"476-770-1837","email_id":"Fernando.Kirlin26@gmail.com","dop":"2025-04-06","serial_number":"11410915776276976","imei1":"11410915776276976","imei2":"11410915776276976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169904,"job_number":"JOB_169904","tr_customer_id":169921,"tr_customer_product_id":169911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:30.000Z","modified_at":"2026-01-29T04:16:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11673376810277","imei1":"11673376810277","imei2":"11673376810277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169907,"job_number":"JOB_169907","tr_customer_id":169924,"tr_customer_product_id":169914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:32.000Z","modified_at":"2026-01-29T04:16:32.000Z","name":"Demetrius D'Amore","mobile_number":"362-947-9683","email_id":"Perry_Kozey17@yahoo.com","dop":"2025-04-06","serial_number":"11484159943619490","imei1":"11484159943619490","imei2":"11484159943619490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169909,"job_number":"JOB_169909","tr_customer_id":169926,"tr_customer_product_id":169916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:34.000Z","modified_at":"2026-01-29T04:16:34.000Z","name":"Sarai Friesen","mobile_number":"719-677-8126","email_id":"Calista59@yahoo.com","dop":"2025-04-06","serial_number":"14026021872485694","imei1":"14026021872485694","imei2":"14026021872485694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169910,"job_number":"JOB_169910","tr_customer_id":169927,"tr_customer_product_id":169917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:34.000Z","modified_at":"2026-01-29T04:16:34.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14302233343511","imei1":"14302233343511","imei2":"14302233343511","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169914,"job_number":"JOB_169914","tr_customer_id":169931,"tr_customer_product_id":169921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"101462564205490","imei1":"101462564205490","imei2":"101462564205490","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169915,"job_number":"JOB_169915","tr_customer_id":169932,"tr_customer_product_id":169922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12803020310911","imei2":"12803020310911","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169916,"job_number":"JOB_169916","tr_customer_id":169933,"tr_customer_product_id":169923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Sydni Senger","mobile_number":"869-282-7747","email_id":"Maci_Gerlach59@hotmail.com","dop":"2025-04-06","serial_number":"18415754176926830","imei1":"18415754176926830","imei2":"18415754176926830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169919,"job_number":"JOB_169919","tr_customer_id":169936,"tr_customer_product_id":169926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:46.000Z","modified_at":"2026-01-29T04:16:46.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"15782736781614","imei1":"15782736781614","imei2":"15782736781614","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169921,"job_number":"JOB_169921","tr_customer_id":169938,"tr_customer_product_id":169928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:47.000Z","modified_at":"2026-01-29T04:16:47.000Z","name":"Ressie Bergnaum","mobile_number":"415-766-0961","email_id":"Hosea_Schneider69@gmail.com","dop":"2025-04-06","serial_number":"10877755317220514","imei1":"10877755317220514","imei2":"10877755317220514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169922,"job_number":"JOB_169922","tr_customer_id":169939,"tr_customer_product_id":169929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:50.000Z","modified_at":"2026-01-29T04:16:50.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16399240615138","imei2":"16399240615138","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169924,"job_number":"JOB_169924","tr_customer_id":169941,"tr_customer_product_id":169931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:50.000Z","modified_at":"2026-01-29T04:16:50.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10073147389813","imei1":"10073147389813","imei2":"10073147389813","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169926,"job_number":"JOB_169926","tr_customer_id":169943,"tr_customer_product_id":169933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:51.000Z","modified_at":"2026-01-29T04:16:51.000Z","name":"Friedrich Conroy","mobile_number":"889-488-0858","email_id":"Zachary_Sporer@yahoo.com","dop":"2025-06-18","serial_number":"1067788577784827","imei1":"1067788577784827","imei2":"1067788577784827","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169929,"job_number":"JOB_169929","tr_customer_id":169946,"tr_customer_product_id":169936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:03.000Z","modified_at":"2026-01-29T04:17:03.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19276057056292","imei2":"19276057056292","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169931,"job_number":"JOB_169931","tr_customer_id":169948,"tr_customer_product_id":169938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:05.000Z","modified_at":"2026-01-29T04:17:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12472772312416","imei1":"12472772312416","imei2":"12472772312416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169933,"job_number":"JOB_169933","tr_customer_id":169950,"tr_customer_product_id":169940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:07.000Z","modified_at":"2026-01-29T04:17:07.000Z","name":"Raphael Collins","mobile_number":"936-970-6712","email_id":"Rebekah.Kuhlman16@gmail.com","dop":"2025-04-06","serial_number":"13216219847530868","imei1":"13216219847530868","imei2":"13216219847530868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169934,"job_number":"JOB_169934","tr_customer_id":169951,"tr_customer_product_id":169941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11438072933999","imei1":"11438072933999","imei2":"11438072933999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169935,"job_number":"JOB_169935","tr_customer_id":169952,"tr_customer_product_id":169942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18182378173943","imei1":"18182378173943","imei2":"18182378173943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169938,"job_number":"JOB_169938","tr_customer_id":169955,"tr_customer_product_id":169945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19878340438041","imei1":"19878340438041","imei2":"19878340438041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169940,"job_number":"JOB_169940","tr_customer_id":169957,"tr_customer_product_id":169947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:14.000Z","modified_at":"2026-01-29T04:17:14.000Z","name":"Tomas Jones","mobile_number":"963-869-7612","email_id":"Dean.Predovic67@hotmail.com","dop":"2025-04-06","serial_number":"11853819722048202","imei1":"11853819722048202","imei2":"11853819722048202","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169941,"job_number":"JOB_169941","tr_customer_id":169958,"tr_customer_product_id":169948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:14.000Z","modified_at":"2026-01-29T04:17:14.000Z","name":"Hayley Rice","mobile_number":"402-654-1383","email_id":"Rogers.Gutkowski@gmail.com","dop":"2025-04-06","serial_number":"16407734138657324","imei1":"16407734138657324","imei2":"16407734138657324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169942,"job_number":"JOB_169942","tr_customer_id":169959,"tr_customer_product_id":169949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:15.000Z","modified_at":"2026-01-29T04:17:15.000Z","name":"Christina Fisher","mobile_number":"233-337-6786","email_id":"Genesis15@hotmail.com","dop":"2025-04-06","serial_number":"10851852586991604","imei1":"10851852586991604","imei2":"10851852586991604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169943,"job_number":"JOB_169943","tr_customer_id":169960,"tr_customer_product_id":169950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:17.000Z","modified_at":"2026-01-29T04:17:17.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18269688819306","imei1":"18269688819306","imei2":"18269688819306","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169945,"job_number":"JOB_169945","tr_customer_id":169962,"tr_customer_product_id":169952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:18.000Z","modified_at":"2026-01-29T04:17:18.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"29473598651057","imei1":"29473598651057","imei2":"29473598651057","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169946,"job_number":"JOB_169946","tr_customer_id":169963,"tr_customer_product_id":169953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:22.000Z","modified_at":"2026-01-29T04:17:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11636781794539","imei1":"11636781794539","imei2":"11636781794539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169948,"job_number":"JOB_169948","tr_customer_id":169965,"tr_customer_product_id":169955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:24.000Z","modified_at":"2026-01-29T04:17:24.000Z","name":"Johnson Cartwright","mobile_number":"293-616-5525","email_id":"Lauren90@hotmail.com","dop":"2025-04-06","serial_number":"12137245612803680","imei1":"12137245612803680","imei2":"12137245612803680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169949,"job_number":"JOB_169949","tr_customer_id":169966,"tr_customer_product_id":169956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:27.000Z","modified_at":"2026-01-29T04:17:27.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13938280362099","imei1":"13938280362099","imei2":"13938280362099","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169951,"job_number":"JOB_169951","tr_customer_id":169968,"tr_customer_product_id":169958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:28.000Z","modified_at":"2026-01-29T04:17:28.000Z","name":"Blanca Murazik","mobile_number":"287-201-7312","email_id":"Jennings10@gmail.com","dop":"2025-04-06","serial_number":"11241529073060320","imei1":"11241529073060320","imei2":"11241529073060320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169952,"job_number":"JOB_169952","tr_customer_id":169969,"tr_customer_product_id":169959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:17:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13991298792295","imei1":"13991298792295","imei2":"13991298792295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169954,"job_number":"JOB_169954","tr_customer_id":169971,"tr_customer_product_id":169961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:17:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13135699846297","imei1":"13135699846297","imei2":"13135699846297","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169959,"job_number":"JOB_169959","tr_customer_id":169976,"tr_customer_product_id":169966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:17:46.000Z","name":"Fanny Shields","mobile_number":"938-931-7489","email_id":"Kristoffer_Considine6@hotmail.com","dop":"2025-04-06","serial_number":"13996429550028526","imei1":"13996429550028526","imei2":"13996429550028526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169961,"job_number":"JOB_169961","tr_customer_id":169978,"tr_customer_product_id":169968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Tommie Sauer","mobile_number":"682-387-7272","email_id":"Emiliano76@hotmail.com","dop":"2025-04-06","serial_number":"16683896035858156","imei1":"16683896035858156","imei2":"16683896035858156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169964,"job_number":"JOB_169964","tr_customer_id":169981,"tr_customer_product_id":169971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16489268563937","imei1":"16489268563937","imei2":"16489268563937","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169968,"job_number":"JOB_169968","tr_customer_id":169985,"tr_customer_product_id":169975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:49.000Z","modified_at":"2026-01-29T04:17:49.000Z","name":"Ebony Parisian","mobile_number":"895-882-8668","email_id":"Sedrick41@yahoo.com","dop":"2025-04-06","serial_number":"17429089838740596","imei1":"17429089838740596","imei2":"17429089838740596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169969,"job_number":"JOB_169969","tr_customer_id":169986,"tr_customer_product_id":169976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:51.000Z","modified_at":"2026-01-29T04:17:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12070621903777","imei1":"12070621903777","imei2":"12070621903777","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169971,"job_number":"JOB_169971","tr_customer_id":169988,"tr_customer_product_id":169978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:53.000Z","modified_at":"2026-01-29T04:17:53.000Z","name":"Derrick Terry","mobile_number":"688-773-2017","email_id":"Percival87@yahoo.com","dop":"2025-04-06","serial_number":"18769623652511530","imei1":"18769623652511530","imei2":"18769623652511530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169973,"job_number":"JOB_169973","tr_customer_id":169990,"tr_customer_product_id":169980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:55.000Z","modified_at":"2026-01-29T04:17:55.000Z","name":"Maud Willms","mobile_number":"531-916-9431","email_id":"Brett.Hessel@gmail.com","dop":"2025-05-30","serial_number":"19047804443738","imei1":"19047804443738","imei2":"19047804443738","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169974,"job_number":"JOB_169974","tr_customer_id":169991,"tr_customer_product_id":169981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:17:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13438763165786","imei1":"13438763165786","imei2":"13438763165786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169977,"job_number":"JOB_169977","tr_customer_id":169994,"tr_customer_product_id":169984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:17:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17560182260872","imei1":"17560182260872","imei2":"17560182260872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169978,"job_number":"JOB_169978","tr_customer_id":169995,"tr_customer_product_id":169985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:17:57.000Z","name":"Jeramie Borer","mobile_number":"717-444-2614","email_id":"Valentin53@hotmail.com","dop":"2025-05-30","serial_number":"1366895474168729","imei1":"1366895474168729","imei2":"1366895474168729","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169981,"job_number":"JOB_169981","tr_customer_id":169998,"tr_customer_product_id":169988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:17:57.000Z","name":"Roscoe Wolf","mobile_number":"586-961-2040","email_id":"Freddy26@hotmail.com","dop":"2025-04-06","serial_number":"11243190297393252","imei1":"11243190297393252","imei2":"11243190297393252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169982,"job_number":"JOB_169982","tr_customer_id":169999,"tr_customer_product_id":169989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:58.000Z","modified_at":"2026-01-29T04:17:58.000Z","name":"Isabell Stroman","mobile_number":"412-452-2381","email_id":"Anya_Orn@hotmail.com","dop":"2025-04-06","serial_number":"13127050337010392","imei1":"13127050337010392","imei2":"13127050337010392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169983,"job_number":"JOB_169983","tr_customer_id":170000,"tr_customer_product_id":169990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:58.000Z","modified_at":"2026-01-29T04:17:58.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15240351894540","imei1":"15240351894540","imei2":"15240351894540","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169986,"job_number":"JOB_169986","tr_customer_id":170003,"tr_customer_product_id":169993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:17:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15199399382074","imei1":"15199399382074","imei2":"15199399382074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169991,"job_number":"JOB_169991","tr_customer_id":170008,"tr_customer_product_id":169998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10873400051463","imei1":"10873400051463","imei2":"10873400051463","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169992,"job_number":"JOB_169992","tr_customer_id":170009,"tr_customer_product_id":169999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13676563880234","imei1":"13676563880234","imei2":"13676563880234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169993,"job_number":"JOB_169993","tr_customer_id":170010,"tr_customer_product_id":170000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"28764031525642","imei1":"28764031525642","imei2":"28764031525642","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169995,"job_number":"JOB_169995","tr_customer_id":170012,"tr_customer_product_id":170002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:01.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"13651484288758","imei1":"13651484288758","imei2":"13651484288758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169997,"job_number":"JOB_169997","tr_customer_id":170014,"tr_customer_product_id":170004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:01.000Z","modified_at":"2026-01-29T04:18:01.000Z","name":"Donnie Rippin","mobile_number":"751-369-7144","email_id":"Moshe_Wisoky@yahoo.com","dop":"2025-04-06","serial_number":"17941153908569654","imei1":"17941153908569654","imei2":"17941153908569654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169999,"job_number":"JOB_169999","tr_customer_id":170016,"tr_customer_product_id":170006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:02.000Z","modified_at":"2026-01-29T04:18:02.000Z","name":"Lucie Goyette","mobile_number":"484-258-5676","email_id":"Candelario.Kessler28@yahoo.com","dop":"2025-04-06","serial_number":"11748011688107488","imei1":"11748011688107488","imei2":"11748011688107488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170000,"job_number":"JOB_170000","tr_customer_id":170017,"tr_customer_product_id":170007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:02.000Z","modified_at":"2026-01-29T04:18:02.000Z","name":"Arno Auer","mobile_number":"772-468-7279","email_id":"Aniyah.Tillman@yahoo.com","dop":"2025-04-06","serial_number":"16702733351902096","imei1":"16702733351902096","imei2":"16702733351902096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170001,"job_number":"JOB_170001","tr_customer_id":170018,"tr_customer_product_id":170008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:02.000Z","modified_at":"2026-01-29T04:18:02.000Z","name":"Theresa Green","mobile_number":"897-805-8431","email_id":"Emmy25@gmail.com","dop":"2025-04-06","serial_number":"11137089850184800","imei1":"11137089850184800","imei2":"11137089850184800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170005,"job_number":"JOB_170005","tr_customer_id":170022,"tr_customer_product_id":170012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:11.000Z","modified_at":"2026-01-29T04:18:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11252590444425","imei1":"11252590444425","imei2":"11252590444425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170007,"job_number":"JOB_170007","tr_customer_id":170024,"tr_customer_product_id":170014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:12.000Z","modified_at":"2026-01-29T04:18:12.000Z","name":"Haleigh Glover","mobile_number":"652-273-9084","email_id":"Serenity.Paucek42@gmail.com","dop":"2025-04-06","serial_number":"13173861116338296","imei1":"13173861116338296","imei2":"13173861116338296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170013,"job_number":"JOB_170013","tr_customer_id":170030,"tr_customer_product_id":170020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:28.000Z","modified_at":"2026-01-29T04:18:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18166799809930","imei1":"18166799809930","imei2":"18166799809930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170017,"job_number":"JOB_170017","tr_customer_id":170034,"tr_customer_product_id":170024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:29.000Z","modified_at":"2026-01-29T04:18:29.000Z","name":"Isai Zboncak","mobile_number":"512-467-1207","email_id":"Malcolm.Durgan15@gmail.com","dop":"2025-04-06","serial_number":"19091436100148980","imei1":"19091436100148980","imei2":"19091436100148980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170018,"job_number":"JOB_170018","tr_customer_id":170035,"tr_customer_product_id":170025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:30.000Z","modified_at":"2026-01-29T04:18:30.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10333081235751","imei1":"10333081235751","imei2":"10333081235751","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170021,"job_number":"JOB_170021","tr_customer_id":170038,"tr_customer_product_id":170028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:31.000Z","modified_at":"2026-01-29T04:18:31.000Z","name":"Isai Reichel","mobile_number":"341-862-5299","email_id":"Alfonzo31@gmail.com","dop":"2025-04-06","serial_number":"12233201586587286","imei1":"12233201586587286","imei2":"12233201586587286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170025,"job_number":"JOB_170025","tr_customer_id":170042,"tr_customer_product_id":170032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:36.000Z","modified_at":"2026-01-29T04:18:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19567663308904","imei1":"19567663308904","imei2":"19567663308904","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170027,"job_number":"JOB_170027","tr_customer_id":170044,"tr_customer_product_id":170034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:37.000Z","modified_at":"2026-01-29T04:18:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18269106291722","imei1":"18269106291722","imei2":"18269106291722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170029,"job_number":"JOB_170029","tr_customer_id":170046,"tr_customer_product_id":170036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:38.000Z","modified_at":"2026-01-29T04:18:38.000Z","name":"Casandra Rowe","mobile_number":"434-701-1275","email_id":"Garrick79@gmail.com","dop":"2025-04-06","serial_number":"15486414409544662","imei1":"15486414409544662","imei2":"15486414409544662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170030,"job_number":"JOB_170030","tr_customer_id":170047,"tr_customer_product_id":170037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:39.000Z","modified_at":"2026-01-29T04:18:39.000Z","name":"Jesse Lindgren","mobile_number":"840-897-8086","email_id":"Gertrude_Feil@hotmail.com","dop":"2025-04-06","serial_number":"19863142606345120","imei1":"19863142606345120","imei2":"19863142606345120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170032,"job_number":"JOB_170032","tr_customer_id":170049,"tr_customer_product_id":170039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:43.000Z","modified_at":"2026-01-29T04:18:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16936680577744","imei1":"16936680577744","imei2":"16936680577744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170034,"job_number":"JOB_170034","tr_customer_id":170051,"tr_customer_product_id":170041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:44.000Z","modified_at":"2026-01-29T04:18:44.000Z","name":"Selmer Macejkovic","mobile_number":"353-579-4056","email_id":"Cassidy44@yahoo.com","dop":"2025-04-06","serial_number":"15208412121779964","imei1":"15208412121779964","imei2":"15208412121779964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170035,"job_number":"JOB_170035","tr_customer_id":170052,"tr_customer_product_id":170042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:46.000Z","modified_at":"2026-01-29T04:18:46.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"12048314724048","imei1":"12048314724048","imei2":"12048314724048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170037,"job_number":"JOB_170037","tr_customer_id":170054,"tr_customer_product_id":170044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:47.000Z","modified_at":"2026-01-29T04:18:47.000Z","name":"Otto Upton","mobile_number":"718-817-5286","email_id":"Nikita.Stehr40@hotmail.com","dop":"2025-04-06","serial_number":"12402780473306932","imei1":"12402780473306932","imei2":"12402780473306932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170038,"job_number":"JOB_170038","tr_customer_id":170055,"tr_customer_product_id":170045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:59.000Z","modified_at":"2026-01-29T04:18:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13136422782999","imei1":"13136422782999","imei2":"13136422782999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170040,"job_number":"JOB_170040","tr_customer_id":170057,"tr_customer_product_id":170047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:01.000Z","modified_at":"2026-01-29T04:19:01.000Z","name":"Dulce Turcotte","mobile_number":"627-644-7517","email_id":"Meredith_Mosciski97@gmail.com","dop":"2025-04-06","serial_number":"11308045440720300","imei1":"11308045440720300","imei2":"11308045440720300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170041,"job_number":"JOB_170041","tr_customer_id":170058,"tr_customer_product_id":170048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:10.000Z","modified_at":"2026-01-29T04:19:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12346224454851","imei1":"12346224454851","imei2":"12346224454851","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170044,"job_number":"JOB_170044","tr_customer_id":170061,"tr_customer_product_id":170051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:11.000Z","modified_at":"2026-01-29T04:19:11.000Z","name":"Delta Dare","mobile_number":"971-424-5135","email_id":"Kara23@hotmail.com","dop":"2025-04-06","serial_number":"13717379560690216","imei1":"13717379560690216","imei2":"13717379560690216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170047,"job_number":"JOB_170047","tr_customer_id":170064,"tr_customer_product_id":170054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:14.000Z","modified_at":"2026-01-29T04:19:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11163741540531","imei1":"11163741540531","imei2":"11163741540531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170049,"job_number":"JOB_170049","tr_customer_id":170066,"tr_customer_product_id":170056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:16.000Z","modified_at":"2026-01-29T04:19:16.000Z","name":"Carlotta Ward","mobile_number":"352-533-4840","email_id":"Lessie_Tillman@gmail.com","dop":"2025-04-06","serial_number":"14248802048586536","imei1":"14248802048586536","imei2":"14248802048586536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170050,"job_number":"JOB_170050","tr_customer_id":170067,"tr_customer_product_id":170057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:18.000Z","modified_at":"2026-01-29T04:19:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19293730852996","imei1":"19293730852996","imei2":"19293730852996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170052,"job_number":"JOB_170052","tr_customer_id":170069,"tr_customer_product_id":170059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:19.000Z","modified_at":"2026-01-29T04:19:19.000Z","name":"Brain Lang","mobile_number":"594-849-9001","email_id":"Anabel.Botsford@gmail.com","dop":"2025-04-06","serial_number":"13596958877133660","imei1":"13596958877133660","imei2":"13596958877133660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170053,"job_number":"JOB_170053","tr_customer_id":170070,"tr_customer_product_id":170060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:20.000Z","modified_at":"2026-01-29T04:19:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16570668237798","imei1":"16570668237798","imei2":"16570668237798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170055,"job_number":"JOB_170055","tr_customer_id":170072,"tr_customer_product_id":170062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:21.000Z","modified_at":"2026-01-29T04:19:21.000Z","name":"Tyler Witting","mobile_number":"919-947-9150","email_id":"Maryam16@hotmail.com","dop":"2025-04-06","serial_number":"18160876903515956","imei1":"18160876903515956","imei2":"18160876903515956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170056,"job_number":"JOB_170056","tr_customer_id":170073,"tr_customer_product_id":170063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:25.000Z","modified_at":"2026-01-29T04:19:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19335030462768","imei1":"19335030462768","imei2":"19335030462768","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170058,"job_number":"JOB_170058","tr_customer_id":170075,"tr_customer_product_id":170065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:27.000Z","modified_at":"2026-01-29T04:19:27.000Z","name":"Jamarcus Schmitt","mobile_number":"413-229-5689","email_id":"Imelda_Bednar38@hotmail.com","dop":"2025-04-06","serial_number":"15619569772936880","imei1":"15619569772936880","imei2":"15619569772936880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170062,"job_number":"JOB_170062","tr_customer_id":170079,"tr_customer_product_id":170069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:20:43.000Z","modified_at":"2026-01-29T04:20:43.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"preethi.sathya@gmail.com","dop":"2025-12-09","serial_number":"10605741295101","imei1":"10605741295101","imei2":"10605741295101","popurl":"2025-12-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170063,"job_number":"JOB_170063","tr_customer_id":170080,"tr_customer_product_id":170070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:39.000Z","modified_at":"2026-01-29T04:23:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61742922570869","imei1":"61742922570869","imei2":"61742922570869","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170064,"job_number":"JOB_170064","tr_customer_id":170081,"tr_customer_product_id":170071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:39.000Z","modified_at":"2026-01-29T04:23:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93056327496200","imei1":"93056327496200","imei2":"93056327496200","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170065,"job_number":"JOB_170065","tr_customer_id":170082,"tr_customer_product_id":170072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:40.000Z","modified_at":"2026-01-29T04:23:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93791321431375","imei1":"93791321431375","imei2":"93791321431375","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170066,"job_number":"JOB_170066","tr_customer_id":170083,"tr_customer_product_id":170073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:40.000Z","modified_at":"2026-01-29T04:23:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31270802365495","imei1":"31270802365495","imei2":"31270802365495","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170067,"job_number":"JOB_170067","tr_customer_id":170084,"tr_customer_product_id":170074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:40.000Z","modified_at":"2026-01-29T04:23:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92767950644837","imei1":"92767950644837","imei2":"92767950644837","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170068,"job_number":"JOB_170068","tr_customer_id":170085,"tr_customer_product_id":170075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:41.000Z","modified_at":"2026-01-29T04:23:41.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18229715259307","imei1":"18229715259307","imei2":"18229715259307","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170070,"job_number":"JOB_170070","tr_customer_id":170087,"tr_customer_product_id":170077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:12.000Z","modified_at":"2026-01-29T04:24:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97460499699716","imei1":"97460499699716","imei2":"97460499699716","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170071,"job_number":"JOB_170071","tr_customer_id":170088,"tr_customer_product_id":170078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:12.000Z","modified_at":"2026-01-29T04:24:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28724397917824","imei1":"28724397917824","imei2":"28724397917824","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170072,"job_number":"JOB_170072","tr_customer_id":170089,"tr_customer_product_id":170079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:12.000Z","modified_at":"2026-01-29T04:24:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12208933587131","imei1":"12208933587131","imei2":"12208933587131","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170073,"job_number":"JOB_170073","tr_customer_id":170090,"tr_customer_product_id":170080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"89557250189927","imei1":"89557250189927","imei2":"89557250189927","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170074,"job_number":"JOB_170074","tr_customer_id":170091,"tr_customer_product_id":170081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14826939783532","imei1":"14826939783532","imei2":"14826939783532","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170075,"job_number":"JOB_170075","tr_customer_id":170092,"tr_customer_product_id":170082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54338572207443","imei1":"54338572207443","imei2":"54338572207443","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170077,"job_number":"JOB_170077","tr_customer_id":170094,"tr_customer_product_id":170084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:44.000Z","modified_at":"2026-01-29T04:24:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59504424488692","imei1":"59504424488692","imei2":"59504424488692","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170078,"job_number":"JOB_170078","tr_customer_id":170095,"tr_customer_product_id":170085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:44.000Z","modified_at":"2026-01-29T04:24:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90655526949378","imei1":"90655526949378","imei2":"90655526949378","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170079,"job_number":"JOB_170079","tr_customer_id":170096,"tr_customer_product_id":170086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:44.000Z","modified_at":"2026-01-29T04:24:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"98417105285089","imei1":"98417105285089","imei2":"98417105285089","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170080,"job_number":"JOB_170080","tr_customer_id":170097,"tr_customer_product_id":170087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:45.000Z","modified_at":"2026-01-29T04:24:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39263213036163","imei1":"39263213036163","imei2":"39263213036163","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170081,"job_number":"JOB_170081","tr_customer_id":170098,"tr_customer_product_id":170088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:45.000Z","modified_at":"2026-01-29T04:24:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31823070311431","imei1":"31823070311431","imei2":"31823070311431","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170082,"job_number":"JOB_170082","tr_customer_id":170099,"tr_customer_product_id":170089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:45.000Z","modified_at":"2026-01-29T04:24:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38705468704814","imei1":"38705468704814","imei2":"38705468704814","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170086,"job_number":"JOB_170086","tr_customer_id":170103,"tr_customer_product_id":170093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:03:19.000Z","modified_at":"2026-01-29T05:03:19.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-19","serial_number":"26203262889575","imei1":"26203262889575","imei2":"26203262889575","popurl":"2026-01-19T05:03:18.686727126Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:03:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170087,"job_number":"JOB_170087","tr_customer_id":170104,"tr_customer_product_id":170094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:03:47.000Z","modified_at":"2026-01-29T05:03:47.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-19","serial_number":"27106990847514","imei1":"27106990847514","imei2":"27106990847514","popurl":"2026-01-19T05:03:47.346258629Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:03:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170088,"job_number":"JOB_170088","tr_customer_id":170105,"tr_customer_product_id":170095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:08:53.000Z","modified_at":"2026-01-29T05:08:53.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101397703177975","imei1":"101397703177975","imei2":"101397703177975","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:08:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170090,"job_number":"JOB_170090","tr_customer_id":170107,"tr_customer_product_id":170097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:09:04.000Z","modified_at":"2026-01-29T05:09:04.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103500580065617","imei1":"103500580065617","imei2":"103500580065617","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:09:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170092,"job_number":"JOB_170092","tr_customer_id":170109,"tr_customer_product_id":170099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:15:14.000Z","modified_at":"2026-01-29T05:15:14.000Z","name":"Acharyanandana Chaturvedi","mobile_number":"7002014268","email_id":"subhasini.khanna@yahoo.co.in","dop":"2026-01-19","serial_number":"127061244556375","imei1":"127061244556375","imei2":"127061244556375","popurl":"www.shashikala-kocchar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:15:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170094,"job_number":"JOB_170094","tr_customer_id":170111,"tr_customer_product_id":170101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:08.000Z","modified_at":"2026-01-29T05:27:08.000Z","name":"Erwin Beahan","mobile_number":"398-315-6549","email_id":"Lenora.Walker@hotmail.com","dop":"2025-04-06","serial_number":"10263264556686756","imei1":"10263264556686756","imei2":"10263264556686756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170096,"job_number":"JOB_170096","tr_customer_id":170113,"tr_customer_product_id":170103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:31.000Z","modified_at":"2026-01-29T05:27:31.000Z","name":"Theodore Marvin","mobile_number":"270-774-0335","email_id":"Jan.Hoppe9@gmail.com","dop":"2025-04-06","serial_number":"12346774641211792","imei1":"12346774641211792","imei2":"12346774641211792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170097,"job_number":"JOB_170097","tr_customer_id":170114,"tr_customer_product_id":170104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:29:32.000Z","modified_at":"2026-01-29T05:29:32.000Z","name":"Maryetta Boehm","mobile_number":"7017800939","email_id":"lizzette.mckenzie@gmail.com","dop":"2026-01-19","serial_number":"466775417237750","imei1":"579050702278771","imei2":"854786880215774","popurl":"www.marget-hickle.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170099,"job_number":"JOB_170099","tr_customer_id":170116,"tr_customer_product_id":170106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:31:49.000Z","modified_at":"2026-01-29T05:31:49.000Z","name":"Maybelle Jaskolski","mobile_number":"632-851-4534","email_id":"Wayne.Predovic@gmail.com","dop":"2025-04-06","serial_number":"11225324344334598","imei1":"11225324344334598","imei2":"11225324344334598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:31:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170101,"job_number":"JOB_170101","tr_customer_id":170118,"tr_customer_product_id":170108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:32:35.000Z","modified_at":"2026-01-29T05:32:35.000Z","name":"Everett Wolff","mobile_number":"522-392-2016","email_id":"Esmeralda.Schmidt99@hotmail.com","dop":"2025-04-06","serial_number":"17752045343165536","imei1":"17752045343165536","imei2":"17752045343165536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:32:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170103,"job_number":"JOB_170103","tr_customer_id":170120,"tr_customer_product_id":170110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:33:21.000Z","modified_at":"2026-01-29T05:33:21.000Z","name":"Scottie Morar","mobile_number":"986-546-3563","email_id":"Deion31@gmail.com","dop":"2025-04-06","serial_number":"10214013136574962","imei1":"10214013136574962","imei2":"10214013136574962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:33:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170104,"job_number":"JOB_170104","tr_customer_id":170121,"tr_customer_product_id":170111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Shemeka Konopelski","mobile_number":"7068432392","email_id":"ben.ortiz@hotmail.com","dop":"2026-01-19","serial_number":"111939494622416","imei1":"588506820130283","imei2":"876477157204946","popurl":"www.belinda-tillman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170105,"job_number":"JOB_170105","tr_customer_id":170123,"tr_customer_product_id":170113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Vance Conn","mobile_number":"7078935003","email_id":"dorine.deckow@gmail.com","dop":"2026-01-19","serial_number":"824141496680211","imei1":"435551315720134","imei2":"306772142899246","popurl":"www.yesenia-moen.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170107,"job_number":"JOB_170107","tr_customer_id":170124,"tr_customer_product_id":170114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Florida Mann","mobile_number":"7031155873","email_id":"hung.durgan@gmail.com","dop":"2026-01-19","serial_number":"263981510145910","imei1":"430492554064491","imei2":"520899703820156","popurl":"www.stephanie-langworth.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170108,"job_number":"JOB_170108","tr_customer_id":170125,"tr_customer_product_id":170115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Jake Ferry","mobile_number":"7040877155","email_id":"marivel.stracke@yahoo.com","dop":"2026-01-19","serial_number":"807523303177321","imei1":"395308237474740","imei2":"439663713664202","popurl":"www.alisia-casper.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170109,"job_number":"JOB_170109","tr_customer_id":170126,"tr_customer_product_id":170116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Jamie Lesch","mobile_number":"7007295861","email_id":"britt.oberbrunner@gmail.com","dop":"2026-01-19","serial_number":"942390214270973","imei1":"355491507732615","imei2":"294603664991773","popurl":"www.ryan-flatley.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170110,"job_number":"JOB_170110","tr_customer_id":170127,"tr_customer_product_id":170117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Josiah Murray","mobile_number":"7015463645","email_id":"pat.sporer@hotmail.com","dop":"2026-01-19","serial_number":"916771939383097","imei1":"044050186125616","imei2":"403864503743931","popurl":"www.socorro-heaney.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170111,"job_number":"JOB_170111","tr_customer_id":170128,"tr_customer_product_id":170118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Marhta Gutmann","mobile_number":"7084825500","email_id":"cory.stark@yahoo.com","dop":"2026-01-19","serial_number":"159506114992362","imei1":"996490114489996","imei2":"075194986131691","popurl":"www.deadra-torp.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170113,"job_number":"JOB_170113","tr_customer_id":170130,"tr_customer_product_id":170120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Jamel Kautzer","mobile_number":"7074242420","email_id":"roman.kuhn@gmail.com","dop":"2026-01-19","serial_number":"116761198144715","imei1":"008987442726444","imei2":"491283302611861","popurl":"www.jarred-nicolas.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170114,"job_number":"JOB_170114","tr_customer_id":170131,"tr_customer_product_id":170121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:44.000Z","modified_at":"2026-01-29T05:34:44.000Z","name":"Yolanda Luettgen","mobile_number":"7029414401","email_id":"renata.windler@gmail.com","dop":"2026-01-19","serial_number":"259510094291768","imei1":"963232990401961","imei2":"748083918429044","popurl":"www.arlen-oconner.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170116,"job_number":"JOB_170116","tr_customer_id":170133,"tr_customer_product_id":170123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Blake Hoeger","mobile_number":"7056201307","email_id":"elroy.glover@yahoo.com","dop":"2026-01-19","serial_number":"747906301730079","imei1":"123765457449246","imei2":"524224954655081","popurl":"www.jae-kutch.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170117,"job_number":"JOB_170117","tr_customer_id":170134,"tr_customer_product_id":170124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Ethan Conn","mobile_number":"7018365754","email_id":"melvina.goodwin@hotmail.com","dop":"2026-01-19","serial_number":"968946009278006","imei1":"871343777068626","imei2":"853618837564621","popurl":"www.francesco-nikolaus.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170119,"job_number":"JOB_170119","tr_customer_id":170136,"tr_customer_product_id":170126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Dario Hyatt","mobile_number":"7035075862","email_id":"duane.gorczany@gmail.com","dop":"2026-01-19","serial_number":"475786755446236","imei1":"851059287978101","imei2":"558210867899747","popurl":"www.tynisha-mcclure.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170120,"job_number":"JOB_170120","tr_customer_id":170137,"tr_customer_product_id":170127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Anya Braun","mobile_number":"7011017484","email_id":"robbyn.marks@yahoo.com","dop":"2026-01-19","serial_number":"853442598438649","imei1":"522258776211542","imei2":"903444213148814","popurl":"www.hai-dibbert.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170122,"job_number":"JOB_170122","tr_customer_id":170139,"tr_customer_product_id":170129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Tommy Witting","mobile_number":"7070342056","email_id":"kory.bashirian@yahoo.com","dop":"2026-01-19","serial_number":"872358208120781","imei1":"220502342585437","imei2":"787055755713510","popurl":"www.aline-rowe.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170123,"job_number":"JOB_170123","tr_customer_id":170140,"tr_customer_product_id":170130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Mathew Parker","mobile_number":"7011685916","email_id":"tamica.yost@yahoo.com","dop":"2026-01-19","serial_number":"993966339214398","imei1":"449261436859162","imei2":"364092332632470","popurl":"www.ernesto-luettgen.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170124,"job_number":"JOB_170124","tr_customer_id":170141,"tr_customer_product_id":170131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Dorthy Lesch","mobile_number":"7023990804","email_id":"rosaria.ferry@yahoo.com","dop":"2026-01-19","serial_number":"587061789909037","imei1":"191532086863173","imei2":"045600577717171","popurl":"www.mitchel-yost.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170126,"job_number":"JOB_170126","tr_customer_id":170143,"tr_customer_product_id":170133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Rayford Rowe","mobile_number":"7030552072","email_id":"nakisha.goyette@gmail.com","dop":"2026-01-19","serial_number":"571117012921224","imei1":"459758782255139","imei2":"814346347356559","popurl":"www.sidney-cronin.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170127,"job_number":"JOB_170127","tr_customer_id":170144,"tr_customer_product_id":170134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Demetrius Wisozk","mobile_number":"7003714203","email_id":"cathie.robel@hotmail.com","dop":"2026-01-19","serial_number":"684422314951074","imei1":"810729037499027","imei2":"376795426634857","popurl":"www.audrey-tillman.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170129,"job_number":"JOB_170129","tr_customer_id":170146,"tr_customer_product_id":170136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Lesley Herzog","mobile_number":"7092505323","email_id":"hortense.lockman@hotmail.com","dop":"2026-01-19","serial_number":"247017482715954","imei1":"145049471155287","imei2":"454837346949920","popurl":"www.shameka-hammes.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170130,"job_number":"JOB_170130","tr_customer_id":170147,"tr_customer_product_id":170137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Michaele Torp","mobile_number":"7008466807","email_id":"anglea.murphy@gmail.com","dop":"2026-01-19","serial_number":"201222226587651","imei1":"403699186426363","imei2":"399975174960955","popurl":"www.luba-ohara.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170131,"job_number":"JOB_170131","tr_customer_id":170148,"tr_customer_product_id":170138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Ronald Shanahan","mobile_number":"7017619266","email_id":"melvin.lueilwitz@hotmail.com","dop":"2026-01-19","serial_number":"996023808558148","imei1":"701659339205798","imei2":"777756934171624","popurl":"www.lanita-white.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170132,"job_number":"JOB_170132","tr_customer_id":170149,"tr_customer_product_id":170139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Sammy Toy","mobile_number":"7053214545","email_id":"chelsie.maggio@gmail.com","dop":"2026-01-19","serial_number":"052144706608728","imei1":"158718404043463","imei2":"641913851060150","popurl":"www.ernestina-rohan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170134,"job_number":"JOB_170134","tr_customer_id":170151,"tr_customer_product_id":170141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Nicholas Mann","mobile_number":"7049439514","email_id":"jamie.nolan@yahoo.com","dop":"2026-01-19","serial_number":"335502909755838","imei1":"530329350041440","imei2":"871356817984986","popurl":"www.kaitlin-turner.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170135,"job_number":"JOB_170135","tr_customer_id":170152,"tr_customer_product_id":170142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Magaret Orn","mobile_number":"7094285782","email_id":"victor.prohaska@hotmail.com","dop":"2026-01-19","serial_number":"867038359066668","imei1":"663378556594185","imei2":"915358945445974","popurl":"www.lynwood-dibbert.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170136,"job_number":"JOB_170136","tr_customer_id":170153,"tr_customer_product_id":170143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Romeo Hermann","mobile_number":"7098466731","email_id":"sook.borer@hotmail.com","dop":"2026-01-19","serial_number":"446716482990167","imei1":"941734509717234","imei2":"013473444757851","popurl":"www.jeff-thompson.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170137,"job_number":"JOB_170137","tr_customer_id":170154,"tr_customer_product_id":170144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Earle Yundt","mobile_number":"7038088096","email_id":"louetta.west@hotmail.com","dop":"2026-01-19","serial_number":"289688478587446","imei1":"503717768812734","imei2":"686103186396232","popurl":"www.lenora-stamm.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170138,"job_number":"JOB_170138","tr_customer_id":170155,"tr_customer_product_id":170145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Na Connelly","mobile_number":"7022030315","email_id":"melonie.farrell@hotmail.com","dop":"2026-01-19","serial_number":"494850587113059","imei1":"841716178739898","imei2":"791888896548785","popurl":"www.alden-stoltenberg.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170139,"job_number":"JOB_170139","tr_customer_id":170156,"tr_customer_product_id":170146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Sheryll Roberts","mobile_number":"7066407099","email_id":"dillon.hammes@yahoo.com","dop":"2026-01-19","serial_number":"083669247668013","imei1":"879367248367880","imei2":"753360822015545","popurl":"www.forest-schumm.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170140,"job_number":"JOB_170140","tr_customer_id":170157,"tr_customer_product_id":170147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Kina Oberbrunner","mobile_number":"7050500725","email_id":"lilian.bergstrom@gmail.com","dop":"2026-01-19","serial_number":"729355777351377","imei1":"633601704309389","imei2":"821036601253040","popurl":"www.kareem-stehr.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170141,"job_number":"JOB_170141","tr_customer_id":170158,"tr_customer_product_id":170148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Sherice Schaden","mobile_number":"7070250616","email_id":"eldon.mann@hotmail.com","dop":"2026-01-19","serial_number":"591030857229123","imei1":"909128399698045","imei2":"776866600626652","popurl":"www.javier-hirthe.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170142,"job_number":"JOB_170142","tr_customer_id":170159,"tr_customer_product_id":170149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Rod Murray","mobile_number":"7078241403","email_id":"myles.okeefe@hotmail.com","dop":"2026-01-19","serial_number":"715797514403483","imei1":"458726082752992","imei2":"811096422918993","popurl":"www.ellis-hessel.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170143,"job_number":"JOB_170143","tr_customer_id":170160,"tr_customer_product_id":170150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Bernetta Schumm","mobile_number":"7074171809","email_id":"clinton.sauer@yahoo.com","dop":"2026-01-19","serial_number":"264545792506379","imei1":"780197290642320","imei2":"515838340988710","popurl":"www.vinnie-carter.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170145,"job_number":"JOB_170145","tr_customer_id":170162,"tr_customer_product_id":170152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:48.000Z","modified_at":"2026-01-29T05:34:48.000Z","name":"Oma Kris","mobile_number":"7087336186","email_id":"dorene.johns@yahoo.com","dop":"2026-01-19","serial_number":"795773481174834","imei1":"657132377848392","imei2":"553427137964735","popurl":"www.deon-grady.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170146,"job_number":"JOB_170146","tr_customer_id":170163,"tr_customer_product_id":170153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:48.000Z","modified_at":"2026-01-29T05:34:48.000Z","name":"Dewayne Erdman","mobile_number":"7030370487","email_id":"arlyne.hand@hotmail.com","dop":"2026-01-19","serial_number":"098829065653119","imei1":"504408521882558","imei2":"214225027358401","popurl":"www.zachary-dicki.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170147,"job_number":"JOB_170147","tr_customer_id":170164,"tr_customer_product_id":170154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:48.000Z","modified_at":"2026-01-29T05:34:48.000Z","name":"Ignacio Donnelly","mobile_number":"7084184791","email_id":"waldo.gleichner@yahoo.com","dop":"2026-01-19","serial_number":"963412747552259","imei1":"971142090541697","imei2":"604051429757817","popurl":"www.lane-walsh.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170148,"job_number":"JOB_170148","tr_customer_id":170165,"tr_customer_product_id":170155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Yadira Upton","mobile_number":"7048794777","email_id":"irvin.kutch@yahoo.com","dop":"2026-01-19","serial_number":"410972370424697","imei1":"078643356514278","imei2":"892209840163632","popurl":"www.diann-harris.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170149,"job_number":"JOB_170149","tr_customer_id":170166,"tr_customer_product_id":170156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Kirk Kreiger","mobile_number":"7035806184","email_id":"jesse.cartwright@gmail.com","dop":"2026-01-19","serial_number":"874626696862079","imei1":"519035174253206","imei2":"265933440380059","popurl":"www.dierdre-muller.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170150,"job_number":"JOB_170150","tr_customer_id":170167,"tr_customer_product_id":170157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Simonne Rogahn","mobile_number":"7046970877","email_id":"frederick.klein@hotmail.com","dop":"2026-01-19","serial_number":"807416161090568","imei1":"703543043452060","imei2":"233629490053099","popurl":"www.darryl-bergstrom.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170151,"job_number":"JOB_170151","tr_customer_id":170168,"tr_customer_product_id":170158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Mariella Collier","mobile_number":"7000022110","email_id":"alfonso.davis@hotmail.com","dop":"2026-01-19","serial_number":"833286205913040","imei1":"242474703887033","imei2":"942448992639882","popurl":"www.evelin-considine.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170152,"job_number":"JOB_170152","tr_customer_id":170169,"tr_customer_product_id":170159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Wesley Wuckert","mobile_number":"7024604146","email_id":"nicholas.pagac@hotmail.com","dop":"2026-01-19","serial_number":"376606416051975","imei1":"113955156066774","imei2":"035005471882259","popurl":"www.damion-gutkowski.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170153,"job_number":"JOB_170153","tr_customer_id":170170,"tr_customer_product_id":170160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Elwood Hickle","mobile_number":"7018262131","email_id":"bryce.dicki@hotmail.com","dop":"2026-01-19","serial_number":"059432894744626","imei1":"540484997535339","imei2":"966407735436446","popurl":"www.lilia-corwin.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170155,"job_number":"JOB_170155","tr_customer_id":170172,"tr_customer_product_id":170162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Peter Strosin","mobile_number":"7053723878","email_id":"antonia.gulgowski@gmail.com","dop":"2026-01-19","serial_number":"882859625055584","imei1":"848875892299538","imei2":"927166387545854","popurl":"www.louella-oreilly.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170156,"job_number":"JOB_170156","tr_customer_id":170173,"tr_customer_product_id":170163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Deeann Lueilwitz","mobile_number":"7000095225","email_id":"dannie.aufderhar@gmail.com","dop":"2026-01-19","serial_number":"734396947902275","imei1":"191661230487182","imei2":"874206157315772","popurl":"www.raymundo-gleichner.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170159,"job_number":"JOB_170159","tr_customer_id":170176,"tr_customer_product_id":170166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Rudolf Rodriguez","mobile_number":"7039995742","email_id":"elvia.funk@hotmail.com","dop":"2026-01-19","serial_number":"242749064105965","imei1":"222561025414443","imei2":"808902081726739","popurl":"www.russell-padberg.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170160,"job_number":"JOB_170160","tr_customer_id":170177,"tr_customer_product_id":170167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Florance Predovic","mobile_number":"7096786166","email_id":"myrta.brown@gmail.com","dop":"2026-01-19","serial_number":"081168216538352","imei1":"441244422022332","imei2":"384656051872938","popurl":"www.stephanie-mante.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170161,"job_number":"JOB_170161","tr_customer_id":170178,"tr_customer_product_id":170168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Dave Barton","mobile_number":"7054604363","email_id":"merlyn.considine@gmail.com","dop":"2026-01-19","serial_number":"133754245307686","imei1":"233312839185082","imei2":"626708762756189","popurl":"www.lynette-ritchie.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170164,"job_number":"JOB_170164","tr_customer_id":170181,"tr_customer_product_id":170171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Jonelle Klocko","mobile_number":"7048265002","email_id":"tiara.padberg@yahoo.com","dop":"2026-01-19","serial_number":"228118469768664","imei1":"919151887827122","imei2":"631683307038891","popurl":"www.lynette-parisian.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170167,"job_number":"JOB_170167","tr_customer_id":170184,"tr_customer_product_id":170174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Rebekah Beahan","mobile_number":"7035742682","email_id":"adam.nienow@hotmail.com","dop":"2026-01-19","serial_number":"745760556428682","imei1":"455525227879351","imei2":"951041960995206","popurl":"www.gabriel-bayer.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170168,"job_number":"JOB_170168","tr_customer_id":170185,"tr_customer_product_id":170175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Otha Bernier","mobile_number":"7018885113","email_id":"billy.stoltenberg@yahoo.com","dop":"2026-01-19","serial_number":"389961325088501","imei1":"712502540661022","imei2":"255797542092011","popurl":"www.delpha-smith.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170173,"job_number":"JOB_170173","tr_customer_id":170190,"tr_customer_product_id":170180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Frankie Borer","mobile_number":"7072692832","email_id":"glayds.carter@hotmail.com","dop":"2026-01-19","serial_number":"115875048037110","imei1":"441646074202699","imei2":"994800307573010","popurl":"www.robyn-beatty.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170175,"job_number":"JOB_170175","tr_customer_id":170192,"tr_customer_product_id":170182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:52.000Z","modified_at":"2026-01-29T05:34:52.000Z","name":"Art Zulauf","mobile_number":"7002171093","email_id":"clarissa.conn@hotmail.com","dop":"2026-01-19","serial_number":"297629132505454","imei1":"365179481433088","imei2":"395976257102523","popurl":"www.mitch-bailey.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170177,"job_number":"JOB_170177","tr_customer_id":170195,"tr_customer_product_id":170185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:52.000Z","modified_at":"2026-01-29T05:34:52.000Z","name":"Rob Hintz","mobile_number":"7035166335","email_id":"trey.runolfsson@gmail.com","dop":"2026-01-19","serial_number":"655335391288894","imei1":"613492205532227","imei2":"232929543754821","popurl":"www.lesley-howell.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170178,"job_number":"JOB_170178","tr_customer_id":170194,"tr_customer_product_id":170184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:52.000Z","modified_at":"2026-01-29T05:34:52.000Z","name":"Gregg Watsica","mobile_number":"7052160671","email_id":"aurore.bode@yahoo.com","dop":"2026-01-19","serial_number":"894351220996722","imei1":"006593672504426","imei2":"815235739304448","popurl":"www.jesica-cronin.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170179,"job_number":"JOB_170179","tr_customer_id":170196,"tr_customer_product_id":170186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Raphael Collier","mobile_number":"7002588450","email_id":"shamika.wehner@gmail.com","dop":"2026-01-19","serial_number":"365397063222001","imei1":"496677852016942","imei2":"343943356484650","popurl":"www.raul-dietrich.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170180,"job_number":"JOB_170180","tr_customer_id":170197,"tr_customer_product_id":170187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Angel Wisoky","mobile_number":"7039526077","email_id":"krystyna.orn@yahoo.com","dop":"2026-01-19","serial_number":"475022420553739","imei1":"171603904199394","imei2":"239468795842844","popurl":"www.laticia-schowalter.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170181,"job_number":"JOB_170181","tr_customer_id":170198,"tr_customer_product_id":170188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Scot Collins","mobile_number":"7001509751","email_id":"marshall.hauck@yahoo.com","dop":"2026-01-19","serial_number":"035775542138682","imei1":"180520080387448","imei2":"147703922720161","popurl":"www.gregorio-dicki.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170182,"job_number":"JOB_170182","tr_customer_id":170199,"tr_customer_product_id":170189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Robt Lind","mobile_number":"7012761193","email_id":"dexter.hartmann@hotmail.com","dop":"2026-01-19","serial_number":"866996484480033","imei1":"342001239174758","imei2":"584804169047624","popurl":"www.albert-wilkinson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170183,"job_number":"JOB_170183","tr_customer_id":170200,"tr_customer_product_id":170190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Frankie Veum","mobile_number":"7077706900","email_id":"ali.ondricka@hotmail.com","dop":"2026-01-19","serial_number":"022276152650084","imei1":"930493278393418","imei2":"946274536120247","popurl":"www.hermelinda-rath.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170185,"job_number":"JOB_170185","tr_customer_id":170202,"tr_customer_product_id":170192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Lavera Ritchie","mobile_number":"7050740236","email_id":"zack.morissette@yahoo.com","dop":"2026-01-19","serial_number":"902593860076450","imei1":"125117727673984","imei2":"057224463685136","popurl":"www.hilario-boehm.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170186,"job_number":"JOB_170186","tr_customer_id":170203,"tr_customer_product_id":170193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Virgie Bayer","mobile_number":"7052676524","email_id":"jeffry.hammes@gmail.com","dop":"2026-01-19","serial_number":"258697975427608","imei1":"648626550074182","imei2":"132336005297838","popurl":"www.emerald-howell.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170187,"job_number":"JOB_170187","tr_customer_id":170204,"tr_customer_product_id":170194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Franklyn McCullough","mobile_number":"7015874224","email_id":"jeremy.mcdermott@hotmail.com","dop":"2026-01-19","serial_number":"408991990502381","imei1":"537855977020547","imei2":"294087964856779","popurl":"www.doris-glover.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170189,"job_number":"JOB_170189","tr_customer_id":170206,"tr_customer_product_id":170196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Merle Vandervort","mobile_number":"7027088728","email_id":"carina.gulgowski@hotmail.com","dop":"2026-01-19","serial_number":"269133326184491","imei1":"473766819248759","imei2":"516865209155111","popurl":"www.elden-kassulke.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170190,"job_number":"JOB_170190","tr_customer_id":170207,"tr_customer_product_id":170197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Sandra Nader","mobile_number":"7027122938","email_id":"trenton.deckow@hotmail.com","dop":"2026-01-19","serial_number":"960151578625596","imei1":"261219034925918","imei2":"710762509060247","popurl":"www.hassan-borer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170191,"job_number":"JOB_170191","tr_customer_id":170208,"tr_customer_product_id":170198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Brenton Jerde","mobile_number":"7029466862","email_id":"zane.beier@yahoo.com","dop":"2026-01-19","serial_number":"284478695957991","imei1":"907372693052073","imei2":"065997887346674","popurl":"www.trey-prohaska.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170192,"job_number":"JOB_170192","tr_customer_id":170209,"tr_customer_product_id":170199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Johnson Fritsch","mobile_number":"7094416521","email_id":"eric.gutkowski@yahoo.com","dop":"2026-01-19","serial_number":"527337101827418","imei1":"801268078604025","imei2":"195986011100836","popurl":"www.dione-brekke.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170193,"job_number":"JOB_170193","tr_customer_id":170210,"tr_customer_product_id":170200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Mara Goldner","mobile_number":"7099840348","email_id":"jacinto.mills@hotmail.com","dop":"2026-01-19","serial_number":"411820229868816","imei1":"325852625517677","imei2":"918718043689024","popurl":"www.mickey-runolfsdottir.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170194,"job_number":"JOB_170194","tr_customer_id":170211,"tr_customer_product_id":170201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Shaunta Kerluke","mobile_number":"7096743832","email_id":"shane.ledner@hotmail.com","dop":"2026-01-19","serial_number":"930616476723905","imei1":"703296338363976","imei2":"411675745899151","popurl":"www.jamal-green.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170195,"job_number":"JOB_170195","tr_customer_id":170212,"tr_customer_product_id":170202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Adrianna Mohr","mobile_number":"7006815969","email_id":"vicenta.shanahan@hotmail.com","dop":"2026-01-19","serial_number":"696627622222377","imei1":"758946644000502","imei2":"044592208007460","popurl":"www.genia-connelly.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170200,"job_number":"JOB_170200","tr_customer_id":170217,"tr_customer_product_id":170207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Keren Vandervort","mobile_number":"7016611304","email_id":"junior.huel@yahoo.com","dop":"2026-01-19","serial_number":"855772320972979","imei1":"072206601964536","imei2":"515369842438752","popurl":"www.vita-kiehn.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170202,"job_number":"JOB_170202","tr_customer_id":170219,"tr_customer_product_id":170209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Ali Krajcik","mobile_number":"7070210978","email_id":"claude.marks@gmail.com","dop":"2026-01-19","serial_number":"566857283444400","imei1":"893816487869827","imei2":"988916068718383","popurl":"www.eli-pollich.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170203,"job_number":"JOB_170203","tr_customer_id":170220,"tr_customer_product_id":170210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Teodoro Mertz","mobile_number":"7080081334","email_id":"glady.roberts@hotmail.com","dop":"2026-01-19","serial_number":"257966550364025","imei1":"010774829577335","imei2":"424251811115573","popurl":"www.etta-hammes.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170204,"job_number":"JOB_170204","tr_customer_id":170221,"tr_customer_product_id":170211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:03.000Z","modified_at":"2026-01-29T05:35:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16317495981557","imei1":"16317495981557","imei2":"16317495981557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170206,"job_number":"JOB_170206","tr_customer_id":170223,"tr_customer_product_id":170213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:04.000Z","modified_at":"2026-01-29T05:35:04.000Z","name":"Darrion Kozey","mobile_number":"588-201-3797","email_id":"Richmond.Reinger@yahoo.com","dop":"2025-04-06","serial_number":"14582513913738704","imei1":"14582513913738704","imei2":"14582513913738704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170207,"job_number":"JOB_170207","tr_customer_id":170224,"tr_customer_product_id":170214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:46.000Z","modified_at":"2026-01-29T05:35:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10274896426100","imei1":"10274896426100","imei2":"10274896426100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170209,"job_number":"JOB_170209","tr_customer_id":170226,"tr_customer_product_id":170216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:48.000Z","modified_at":"2026-01-29T05:35:48.000Z","name":"Tyreek Jacobson","mobile_number":"930-868-3905","email_id":"Holden6@hotmail.com","dop":"2025-04-06","serial_number":"13824853662455968","imei1":"13824853662455968","imei2":"13824853662455968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170210,"job_number":"JOB_170210","tr_customer_id":170227,"tr_customer_product_id":170217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:36:29.000Z","modified_at":"2026-01-29T05:36:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17561133055717","imei1":"17561133055717","imei2":"17561133055717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:36:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170212,"job_number":"JOB_170212","tr_customer_id":170229,"tr_customer_product_id":170219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:36:30.000Z","modified_at":"2026-01-29T05:36:30.000Z","name":"Libbie Keebler","mobile_number":"333-598-3808","email_id":"Mabelle.Miller@hotmail.com","dop":"2025-04-06","serial_number":"16537321253497456","imei1":"16537321253497456","imei2":"16537321253497456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:36:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170213,"job_number":"JOB_170213","tr_customer_id":170230,"tr_customer_product_id":170220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Albert Bruen","mobile_number":"7067370160","email_id":"modesta.schinner@yahoo.com","dop":"2026-01-19","serial_number":"788933616861179","imei1":"511324452900780","imei2":"917067342738088","popurl":"www.yuko-mcdermott.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170214,"job_number":"JOB_170214","tr_customer_id":170231,"tr_customer_product_id":170221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Lemuel Graham","mobile_number":"7031720015","email_id":"geoffrey.kohler@yahoo.com","dop":"2026-01-19","serial_number":"201326228201942","imei1":"800128561983084","imei2":"894603301513740","popurl":"www.doretta-yundt.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170215,"job_number":"JOB_170215","tr_customer_id":170232,"tr_customer_product_id":170222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Ophelia Schinner","mobile_number":"7022044343","email_id":"hassan.glover@gmail.com","dop":"2026-01-19","serial_number":"914027609499283","imei1":"706965255470998","imei2":"029690803656320","popurl":"www.jeremy-streich.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170216,"job_number":"JOB_170216","tr_customer_id":170233,"tr_customer_product_id":170223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Willian Gleason","mobile_number":"7040709820","email_id":"nelly.king@hotmail.com","dop":"2026-01-19","serial_number":"595546995583586","imei1":"899482708143404","imei2":"169129188635019","popurl":"www.emogene-muller.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170217,"job_number":"JOB_170217","tr_customer_id":170234,"tr_customer_product_id":170224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Jonathon Heller","mobile_number":"7041702890","email_id":"camie.kihn@yahoo.com","dop":"2026-01-19","serial_number":"083391448195476","imei1":"664192220803144","imei2":"282327820991273","popurl":"www.doug-schoen.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170218,"job_number":"JOB_170218","tr_customer_id":170235,"tr_customer_product_id":170225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Mickey McDermott","mobile_number":"7044214377","email_id":"hettie.schultz@gmail.com","dop":"2026-01-19","serial_number":"618241303926546","imei1":"582538028283710","imei2":"812232289371416","popurl":"www.stacy-russel.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170219,"job_number":"JOB_170219","tr_customer_id":170237,"tr_customer_product_id":170227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Osvaldo Jerde","mobile_number":"7055007069","email_id":"dell.dooley@hotmail.com","dop":"2026-01-19","serial_number":"904570095669522","imei1":"287955200431046","imei2":"093293884433160","popurl":"www.forest-bailey.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170220,"job_number":"JOB_170220","tr_customer_id":170236,"tr_customer_product_id":170226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Jaquelyn Larson","mobile_number":"7064888463","email_id":"romaine.schmidt@hotmail.com","dop":"2026-01-19","serial_number":"773366278280310","imei1":"170911266100788","imei2":"817151465171760","popurl":"www.kathi-bashirian.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170221,"job_number":"JOB_170221","tr_customer_id":170238,"tr_customer_product_id":170228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Walter Lang","mobile_number":"7035772490","email_id":"johnie.renner@gmail.com","dop":"2026-01-19","serial_number":"742275585473763","imei1":"105360820550351","imei2":"432091736323913","popurl":"www.heath-reinger.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170222,"job_number":"JOB_170222","tr_customer_id":170239,"tr_customer_product_id":170229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Marni Rau","mobile_number":"7041293254","email_id":"nathalie.emard@yahoo.com","dop":"2026-01-19","serial_number":"180581046522869","imei1":"632188882202833","imei2":"602710944438569","popurl":"www.hobert-shanahan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170223,"job_number":"JOB_170223","tr_customer_id":170240,"tr_customer_product_id":170230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Shemika Miller","mobile_number":"7089046215","email_id":"zola.weissnat@hotmail.com","dop":"2026-01-19","serial_number":"371154345167432","imei1":"510849773235687","imei2":"865703871847804","popurl":"www.lin-ernser.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170224,"job_number":"JOB_170224","tr_customer_id":170241,"tr_customer_product_id":170231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Esperanza Luettgen","mobile_number":"7073288083","email_id":"jennette.koch@hotmail.com","dop":"2026-01-19","serial_number":"446498257308002","imei1":"913856754915822","imei2":"562456480434160","popurl":"www.lindsey-lubowitz.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170225,"job_number":"JOB_170225","tr_customer_id":170242,"tr_customer_product_id":170232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Holley Schowalter","mobile_number":"7002039594","email_id":"arnold.aufderhar@yahoo.com","dop":"2026-01-19","serial_number":"471105183868605","imei1":"045570237491908","imei2":"349747981733279","popurl":"www.guillermina-wuckert.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170226,"job_number":"JOB_170226","tr_customer_id":170243,"tr_customer_product_id":170233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Tyrone Johnston","mobile_number":"7010542277","email_id":"britta.kessler@gmail.com","dop":"2026-01-19","serial_number":"496733144744161","imei1":"277731885006461","imei2":"178749463554094","popurl":"www.brenton-grant.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170227,"job_number":"JOB_170227","tr_customer_id":170244,"tr_customer_product_id":170234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Ted D'Amore","mobile_number":"7025302013","email_id":"jackson.kreiger@yahoo.com","dop":"2026-01-19","serial_number":"469962355039832","imei1":"926574318548762","imei2":"355073763224486","popurl":"www.cleo-stracke.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170228,"job_number":"JOB_170228","tr_customer_id":170245,"tr_customer_product_id":170235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Porsha Braun","mobile_number":"7044490785","email_id":"galen.haley@yahoo.com","dop":"2026-01-19","serial_number":"349391363271139","imei1":"001137163421768","imei2":"024035365952399","popurl":"www.dwight-pouros.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170229,"job_number":"JOB_170229","tr_customer_id":170246,"tr_customer_product_id":170236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Loyd Bernier","mobile_number":"7059942123","email_id":"armand.rutherford@hotmail.com","dop":"2026-01-19","serial_number":"893940628483506","imei1":"494002875673185","imei2":"791618318319657","popurl":"www.devorah-wyman.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170230,"job_number":"JOB_170230","tr_customer_id":170247,"tr_customer_product_id":170237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Tiffani O'Reilly","mobile_number":"7093165858","email_id":"andre.johnson@gmail.com","dop":"2026-01-19","serial_number":"340665457787737","imei1":"722507410891080","imei2":"114545239349483","popurl":"www.lesley-jacobi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170231,"job_number":"JOB_170231","tr_customer_id":170248,"tr_customer_product_id":170238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Deneen Schaefer","mobile_number":"7042301198","email_id":"margarette.crona@yahoo.com","dop":"2026-01-19","serial_number":"943266893741394","imei1":"466261641029135","imei2":"362463481624836","popurl":"www.forest-senger.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170232,"job_number":"JOB_170232","tr_customer_id":170249,"tr_customer_product_id":170239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Basil Weber","mobile_number":"7056331788","email_id":"darrin.krajcik@gmail.com","dop":"2026-01-19","serial_number":"814686544162195","imei1":"392840382561529","imei2":"588696317677403","popurl":"www.dia-raynor.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170233,"job_number":"JOB_170233","tr_customer_id":170250,"tr_customer_product_id":170240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Noel Becker","mobile_number":"7090324337","email_id":"ilse.mccullough@hotmail.com","dop":"2026-01-19","serial_number":"043988326612868","imei1":"174036313485590","imei2":"123128261742204","popurl":"www.rudy-nicolas.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170234,"job_number":"JOB_170234","tr_customer_id":170251,"tr_customer_product_id":170241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Stephani Schimmel","mobile_number":"7040016503","email_id":"celia.spencer@yahoo.com","dop":"2026-01-19","serial_number":"948611560897978","imei1":"995614146597753","imei2":"296746578266108","popurl":"www.hertha-hauck.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170235,"job_number":"JOB_170235","tr_customer_id":170252,"tr_customer_product_id":170242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Brock Rippin","mobile_number":"7018396582","email_id":"kennith.hand@gmail.com","dop":"2026-01-19","serial_number":"321216827512652","imei1":"979503815262283","imei2":"177238354959110","popurl":"www.lovie-herman.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170236,"job_number":"JOB_170236","tr_customer_id":170253,"tr_customer_product_id":170243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Amos Wyman","mobile_number":"7051301548","email_id":"edwin.tromp@hotmail.com","dop":"2026-01-19","serial_number":"929316672467096","imei1":"023799191245043","imei2":"551596693549773","popurl":"www.simon-schuster.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170237,"job_number":"JOB_170237","tr_customer_id":170254,"tr_customer_product_id":170244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Spencer Raynor","mobile_number":"7059441638","email_id":"zane.turner@hotmail.com","dop":"2026-01-19","serial_number":"958340763900306","imei1":"518891813416819","imei2":"445176252269607","popurl":"www.jerrell-schowalter.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170238,"job_number":"JOB_170238","tr_customer_id":170255,"tr_customer_product_id":170245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Vi Grady","mobile_number":"7055471855","email_id":"lucien.green@hotmail.com","dop":"2026-01-19","serial_number":"107810911840661","imei1":"053152890367488","imei2":"265316909129822","popurl":"www.nathaniel-rath.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170239,"job_number":"JOB_170239","tr_customer_id":170256,"tr_customer_product_id":170246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Hayley Schowalter","mobile_number":"7022998802","email_id":"junior.white@gmail.com","dop":"2026-01-19","serial_number":"210971507849559","imei1":"202835066949078","imei2":"538271499790282","popurl":"www.leonarda-nicolas.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170240,"job_number":"JOB_170240","tr_customer_id":170257,"tr_customer_product_id":170247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Nickolas Weimann","mobile_number":"7093581638","email_id":"awilda.sawayn@yahoo.com","dop":"2026-01-19","serial_number":"101153590011072","imei1":"166656357351732","imei2":"389371791577826","popurl":"www.bong-okon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170241,"job_number":"JOB_170241","tr_customer_id":170258,"tr_customer_product_id":170248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Florencia Kreiger","mobile_number":"7077887898","email_id":"malcom.cronin@gmail.com","dop":"2026-01-19","serial_number":"311006737465354","imei1":"715439860866496","imei2":"649302465989372","popurl":"www.winston-hoppe.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170242,"job_number":"JOB_170242","tr_customer_id":170259,"tr_customer_product_id":170249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Lavette Huel","mobile_number":"7020968239","email_id":"chas.medhurst@hotmail.com","dop":"2026-01-19","serial_number":"589474559718762","imei1":"425468965770591","imei2":"296928363006821","popurl":"www.dorian-oconner.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170243,"job_number":"JOB_170243","tr_customer_id":170260,"tr_customer_product_id":170250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Lewis Johnston","mobile_number":"7094208443","email_id":"aja.sawayn@hotmail.com","dop":"2026-01-19","serial_number":"131230129459942","imei1":"025304491659747","imei2":"902681255883198","popurl":"www.lucas-prosacco.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170244,"job_number":"JOB_170244","tr_customer_id":170261,"tr_customer_product_id":170251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Angelyn Dooley","mobile_number":"7061461129","email_id":"pedro.marvin@gmail.com","dop":"2026-01-19","serial_number":"452032612133165","imei1":"559206740453246","imei2":"207471890302768","popurl":"www.gerard-kuhic.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170245,"job_number":"JOB_170245","tr_customer_id":170262,"tr_customer_product_id":170252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Sharyl Cummerata","mobile_number":"7070253948","email_id":"branden.becker@yahoo.com","dop":"2026-01-19","serial_number":"233206572760965","imei1":"707061874175435","imei2":"589928904627287","popurl":"www.louie-bauch.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170246,"job_number":"JOB_170246","tr_customer_id":170263,"tr_customer_product_id":170253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Leigh Leffler","mobile_number":"7023494932","email_id":"elin.howell@gmail.com","dop":"2026-01-19","serial_number":"589264318857867","imei1":"200586495551914","imei2":"431114446632498","popurl":"www.adolfo-kunze.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170247,"job_number":"JOB_170247","tr_customer_id":170264,"tr_customer_product_id":170254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Fabian Rogahn","mobile_number":"7085466827","email_id":"zelma.quitzon@gmail.com","dop":"2026-01-19","serial_number":"850559854879572","imei1":"903521674044926","imei2":"038596223035113","popurl":"www.deanne-torphy.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170248,"job_number":"JOB_170248","tr_customer_id":170265,"tr_customer_product_id":170255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Josephina Hilpert","mobile_number":"7054172155","email_id":"bambi.welch@gmail.com","dop":"2026-01-19","serial_number":"962736970665202","imei1":"474371224125685","imei2":"289043046269861","popurl":"www.newton-kohler.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170249,"job_number":"JOB_170249","tr_customer_id":170266,"tr_customer_product_id":170256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Jeneva Gutmann","mobile_number":"7051585591","email_id":"rodger.king@hotmail.com","dop":"2026-01-19","serial_number":"912060662832802","imei1":"488904204192327","imei2":"567495526836807","popurl":"www.moira-gulgowski.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170250,"job_number":"JOB_170250","tr_customer_id":170267,"tr_customer_product_id":170257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Jeremy Douglas","mobile_number":"7020119602","email_id":"ira.toy@yahoo.com","dop":"2026-01-19","serial_number":"384872070076189","imei1":"564258331463972","imei2":"085278075055009","popurl":"www.curtis-medhurst.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170251,"job_number":"JOB_170251","tr_customer_id":170268,"tr_customer_product_id":170258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Takako Harvey","mobile_number":"7075139015","email_id":"elease.osinski@yahoo.com","dop":"2026-01-19","serial_number":"566475336942803","imei1":"584350034680843","imei2":"041126346336279","popurl":"www.amos-kihn.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170252,"job_number":"JOB_170252","tr_customer_id":170269,"tr_customer_product_id":170259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Hector Mayert","mobile_number":"7000067769","email_id":"karin.cormier@yahoo.com","dop":"2026-01-19","serial_number":"101963705060146","imei1":"188986013689175","imei2":"371523801056063","popurl":"www.wyatt-gleichner.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170253,"job_number":"JOB_170253","tr_customer_id":170270,"tr_customer_product_id":170260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Andria Reinger","mobile_number":"7049706800","email_id":"foster.herman@hotmail.com","dop":"2026-01-19","serial_number":"252772070797147","imei1":"549954692664623","imei2":"509503807632421","popurl":"www.tristan-rohan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170254,"job_number":"JOB_170254","tr_customer_id":170271,"tr_customer_product_id":170261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Creola Bradtke","mobile_number":"7033148032","email_id":"rico.ebert@yahoo.com","dop":"2026-01-19","serial_number":"184754830996755","imei1":"135117381731041","imei2":"652897875624613","popurl":"www.davis-romaguera.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170255,"job_number":"JOB_170255","tr_customer_id":170272,"tr_customer_product_id":170262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Alvin Conroy","mobile_number":"7077100482","email_id":"malia.walter@gmail.com","dop":"2026-01-19","serial_number":"943033844192086","imei1":"882972683114668","imei2":"560033161829803","popurl":"www.kenna-rice.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170256,"job_number":"JOB_170256","tr_customer_id":170273,"tr_customer_product_id":170263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Cristi White","mobile_number":"7085500721","email_id":"elisa.hirthe@yahoo.com","dop":"2026-01-19","serial_number":"825123777768932","imei1":"687426411502932","imei2":"824387845415695","popurl":"www.galen-watsica.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170257,"job_number":"JOB_170257","tr_customer_id":170274,"tr_customer_product_id":170264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Wilbur Schroeder","mobile_number":"7058480818","email_id":"rosina.jones@gmail.com","dop":"2026-01-19","serial_number":"653189068748251","imei1":"841498737012002","imei2":"064810199562801","popurl":"www.keenan-dooley.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170258,"job_number":"JOB_170258","tr_customer_id":170275,"tr_customer_product_id":170265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Blaine Koss","mobile_number":"7099437200","email_id":"quiana.lueilwitz@hotmail.com","dop":"2026-01-19","serial_number":"521418201569197","imei1":"555246561444916","imei2":"641329924661925","popurl":"www.mardell-welch.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170259,"job_number":"JOB_170259","tr_customer_id":170276,"tr_customer_product_id":170266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Claudine Swift","mobile_number":"7023796523","email_id":"lurlene.hilll@yahoo.com","dop":"2026-01-19","serial_number":"652439642084903","imei1":"150928357402321","imei2":"838988491570929","popurl":"www.trenton-hoeger.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170260,"job_number":"JOB_170260","tr_customer_id":170277,"tr_customer_product_id":170267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Desmond Price","mobile_number":"7033875383","email_id":"sarina.gorczany@gmail.com","dop":"2026-01-19","serial_number":"455424103027929","imei1":"900833817247677","imei2":"969999656496338","popurl":"www.tod-luettgen.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170261,"job_number":"JOB_170261","tr_customer_id":170278,"tr_customer_product_id":170268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Elissa Crist","mobile_number":"7038856749","email_id":"warren.skiles@yahoo.com","dop":"2026-01-19","serial_number":"954973640377620","imei1":"828260409651650","imei2":"645711122930752","popurl":"www.joyce-frami.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170262,"job_number":"JOB_170262","tr_customer_id":170279,"tr_customer_product_id":170269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Franklin Crooks","mobile_number":"7094377777","email_id":"cordell.greenfelder@yahoo.com","dop":"2026-01-19","serial_number":"620523949014325","imei1":"373651855507247","imei2":"134866534333791","popurl":"www.myrna-farrell.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170263,"job_number":"JOB_170263","tr_customer_id":170280,"tr_customer_product_id":170270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Columbus O'Kon","mobile_number":"7000415323","email_id":"alberta.roberts@yahoo.com","dop":"2026-01-19","serial_number":"138553713980597","imei1":"281583572359640","imei2":"304285439128757","popurl":"www.kymberly-bechtelar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170264,"job_number":"JOB_170264","tr_customer_id":170281,"tr_customer_product_id":170271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Dorene Hammes","mobile_number":"7040009863","email_id":"colin.herman@yahoo.com","dop":"2026-01-19","serial_number":"615679501143379","imei1":"757008604094661","imei2":"965959708832096","popurl":"www.keesha-dach.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170265,"job_number":"JOB_170265","tr_customer_id":170282,"tr_customer_product_id":170272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Aubrey Gottlieb","mobile_number":"7010486455","email_id":"constance.mcdermott@hotmail.com","dop":"2026-01-19","serial_number":"278272999895817","imei1":"173192041728762","imei2":"027527426271741","popurl":"www.adelina-glover.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170266,"job_number":"JOB_170266","tr_customer_id":170283,"tr_customer_product_id":170273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Alethea Kuvalis","mobile_number":"7053110000","email_id":"randall.rau@gmail.com","dop":"2026-01-19","serial_number":"484432184152380","imei1":"191393928705824","imei2":"777880831535541","popurl":"www.edison-predovic.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170267,"job_number":"JOB_170267","tr_customer_id":170284,"tr_customer_product_id":170274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Nu Hilll","mobile_number":"7012124385","email_id":"lucien.borer@gmail.com","dop":"2026-01-19","serial_number":"376314463825753","imei1":"553148262147938","imei2":"794406810841490","popurl":"www.pearl-satterfield.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170268,"job_number":"JOB_170268","tr_customer_id":170285,"tr_customer_product_id":170275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Dudley Parisian","mobile_number":"7006955607","email_id":"raphael.barton@hotmail.com","dop":"2026-01-19","serial_number":"399692295167685","imei1":"275440972100049","imei2":"836293278474897","popurl":"www.tammara-lang.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170269,"job_number":"JOB_170269","tr_customer_id":170286,"tr_customer_product_id":170276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Chia Stokes","mobile_number":"7086481035","email_id":"leah.torp@yahoo.com","dop":"2026-01-19","serial_number":"740412324822571","imei1":"250445028212868","imei2":"523833711067033","popurl":"www.carl-hane.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170270,"job_number":"JOB_170270","tr_customer_id":170287,"tr_customer_product_id":170277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:31.000Z","modified_at":"2026-01-29T05:48:31.000Z","name":"Leopoldo Metz","mobile_number":"7056154650","email_id":"cedrick.kuhlman@yahoo.com","dop":"2026-01-19","serial_number":"382261397670933","imei1":"686808815643621","imei2":"991708990793421","popurl":"www.enrique-parisian.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170271,"job_number":"JOB_170271","tr_customer_id":170288,"tr_customer_product_id":170278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:31.000Z","modified_at":"2026-01-29T05:48:31.000Z","name":"Viki Leffler","mobile_number":"7040592842","email_id":"rigoberto.hodkiewicz@yahoo.com","dop":"2026-01-19","serial_number":"136593909292199","imei1":"469284031195261","imei2":"663408731276343","popurl":"www.archie-kozey.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170272,"job_number":"JOB_170272","tr_customer_id":170289,"tr_customer_product_id":170279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:31.000Z","modified_at":"2026-01-29T05:48:31.000Z","name":"Susann Morar","mobile_number":"7021494068","email_id":"cecile.wiegand@yahoo.com","dop":"2026-01-19","serial_number":"158927685212213","imei1":"618188655915409","imei2":"265084974638323","popurl":"www.brenton-kunze.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170273,"job_number":"JOB_170273","tr_customer_id":170290,"tr_customer_product_id":170280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Bud Huel","mobile_number":"7068666049","email_id":"gaylene.price@yahoo.com","dop":"2026-01-19","serial_number":"047974297491639","imei1":"964610923672523","imei2":"323467555465233","popurl":"www.gerard-bashirian.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170274,"job_number":"JOB_170274","tr_customer_id":170291,"tr_customer_product_id":170281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Ariel Bernhard","mobile_number":"7091816373","email_id":"brandee.kemmer@yahoo.com","dop":"2026-01-19","serial_number":"663775890199765","imei1":"255542807658649","imei2":"840539096445094","popurl":"www.nga-kuhlman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170275,"job_number":"JOB_170275","tr_customer_id":170292,"tr_customer_product_id":170282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Rashad Streich","mobile_number":"7034316350","email_id":"devon.abshire@gmail.com","dop":"2026-01-19","serial_number":"074453291653388","imei1":"673519097646997","imei2":"954744911420191","popurl":"www.ivory-legros.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170276,"job_number":"JOB_170276","tr_customer_id":170293,"tr_customer_product_id":170283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Gil Little","mobile_number":"7005177573","email_id":"jerry.ratke@yahoo.com","dop":"2026-01-19","serial_number":"428147030483039","imei1":"451809402685655","imei2":"838329545950033","popurl":"www.valery-hickle.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170277,"job_number":"JOB_170277","tr_customer_id":170294,"tr_customer_product_id":170284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Rosario Gleason","mobile_number":"7026928337","email_id":"ezra.hoeger@gmail.com","dop":"2026-01-19","serial_number":"714493037194091","imei1":"161475230192910","imei2":"237466804490015","popurl":"www.devin-keebler.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170278,"job_number":"JOB_170278","tr_customer_id":170295,"tr_customer_product_id":170285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Shanice Gutmann","mobile_number":"7057570768","email_id":"howard.murray@gmail.com","dop":"2026-01-19","serial_number":"133040382899834","imei1":"656152903691011","imei2":"097861798104938","popurl":"www.bong-johnson.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170279,"job_number":"JOB_170279","tr_customer_id":170296,"tr_customer_product_id":170286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Quinn Ankunding","mobile_number":"7078393695","email_id":"kurt.simonis@gmail.com","dop":"2026-01-19","serial_number":"585745996333988","imei1":"365102360124660","imei2":"290343825323120","popurl":"www.tuan-towne.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170280,"job_number":"JOB_170280","tr_customer_id":170297,"tr_customer_product_id":170287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Launa Koelpin","mobile_number":"7019276649","email_id":"bart.dach@gmail.com","dop":"2026-01-19","serial_number":"111678387215629","imei1":"699233265636085","imei2":"389383014734706","popurl":"www.briana-hessel.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170281,"job_number":"JOB_170281","tr_customer_id":170298,"tr_customer_product_id":170288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Gerardo Lynch","mobile_number":"7052894028","email_id":"beatris.herman@yahoo.com","dop":"2026-01-19","serial_number":"991354659847131","imei1":"211131001419487","imei2":"732099870144335","popurl":"www.donya-wilkinson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170282,"job_number":"JOB_170282","tr_customer_id":170299,"tr_customer_product_id":170289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Violette Zboncak","mobile_number":"7054325873","email_id":"jon.beatty@yahoo.com","dop":"2026-01-19","serial_number":"113313770878779","imei1":"172401667657537","imei2":"410626337285531","popurl":"www.randall-thompson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170283,"job_number":"JOB_170283","tr_customer_id":170300,"tr_customer_product_id":170290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Isidra Bernier","mobile_number":"7011875783","email_id":"kelley.rohan@hotmail.com","dop":"2026-01-19","serial_number":"081477794363547","imei1":"300507865461477","imei2":"746794430713661","popurl":"www.eldora-quitzon.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170284,"job_number":"JOB_170284","tr_customer_id":170301,"tr_customer_product_id":170291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Leatrice Kling","mobile_number":"7057861642","email_id":"evette.bechtelar@yahoo.com","dop":"2026-01-19","serial_number":"211730052522536","imei1":"412751570164251","imei2":"304744183682637","popurl":"www.cassaundra-schmitt.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170285,"job_number":"JOB_170285","tr_customer_id":170302,"tr_customer_product_id":170292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Broderick Smith","mobile_number":"7001351483","email_id":"cary.mccullough@hotmail.com","dop":"2026-01-19","serial_number":"320773034943050","imei1":"114223627161612","imei2":"107464813860199","popurl":"www.chu-renner.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170286,"job_number":"JOB_170286","tr_customer_id":170303,"tr_customer_product_id":170293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Shayla Kessler","mobile_number":"7086168202","email_id":"aleen.kunde@gmail.com","dop":"2026-01-19","serial_number":"236372367591240","imei1":"334285666363360","imei2":"018877848468158","popurl":"www.stephen-blick.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170287,"job_number":"JOB_170287","tr_customer_id":170304,"tr_customer_product_id":170294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Rolland Batz","mobile_number":"7086908465","email_id":"cordell.rodriguez@yahoo.com","dop":"2026-01-19","serial_number":"561496191451956","imei1":"004520205915341","imei2":"051969360351284","popurl":"www.benedict-waelchi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170288,"job_number":"JOB_170288","tr_customer_id":170305,"tr_customer_product_id":170295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Garfield Koch","mobile_number":"7054113851","email_id":"jarrett.hartmann@hotmail.com","dop":"2026-01-19","serial_number":"759466932485178","imei1":"112079791017813","imei2":"004672035246440","popurl":"www.oswaldo-pagac.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170289,"job_number":"JOB_170289","tr_customer_id":170306,"tr_customer_product_id":170296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Beau Kling","mobile_number":"7069866035","email_id":"kelsi.runolfsson@yahoo.com","dop":"2026-01-19","serial_number":"290742738273944","imei1":"668260766835625","imei2":"652104689973897","popurl":"www.bennie-bartoletti.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170290,"job_number":"JOB_170290","tr_customer_id":170307,"tr_customer_product_id":170297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Thanh Lueilwitz","mobile_number":"7073544974","email_id":"bobby.dicki@yahoo.com","dop":"2026-01-19","serial_number":"301518552424284","imei1":"893663339624586","imei2":"795915710844668","popurl":"www.gertrude-oconnell.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170291,"job_number":"JOB_170291","tr_customer_id":170308,"tr_customer_product_id":170298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Ligia Powlowski","mobile_number":"7052117223","email_id":"nakia.skiles@hotmail.com","dop":"2026-01-19","serial_number":"734089455529193","imei1":"817252341842789","imei2":"122537213300785","popurl":"www.yen-jerde.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170292,"job_number":"JOB_170292","tr_customer_id":170309,"tr_customer_product_id":170299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Wilburn Kutch","mobile_number":"7059269789","email_id":"diedra.dubuque@gmail.com","dop":"2026-01-19","serial_number":"792149224110826","imei1":"224341792702478","imei2":"686155765699649","popurl":"www.sol-ruecker.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170293,"job_number":"JOB_170293","tr_customer_id":170310,"tr_customer_product_id":170300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Gale Windler","mobile_number":"7053187120","email_id":"virgil.jacobson@gmail.com","dop":"2026-01-19","serial_number":"546650878449800","imei1":"654676504441541","imei2":"054634256245915","popurl":"www.fidela-muller.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170294,"job_number":"JOB_170294","tr_customer_id":170311,"tr_customer_product_id":170301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Melissia Heathcote","mobile_number":"7049912515","email_id":"hipolito.okeefe@hotmail.com","dop":"2026-01-19","serial_number":"920398109443780","imei1":"299409222664093","imei2":"661756859460322","popurl":"www.nicolette-hansen.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170295,"job_number":"JOB_170295","tr_customer_id":170312,"tr_customer_product_id":170302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Corrin Emard","mobile_number":"7035854600","email_id":"rhea.grady@yahoo.com","dop":"2026-01-19","serial_number":"703029191701704","imei1":"039399364369762","imei2":"386766186332312","popurl":"www.arica-christiansen.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170296,"job_number":"JOB_170296","tr_customer_id":170313,"tr_customer_product_id":170303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Cecily Conroy","mobile_number":"7090037166","email_id":"avery.klein@gmail.com","dop":"2026-01-19","serial_number":"054405971580322","imei1":"679615245379949","imei2":"975504407308938","popurl":"www.reginald-williamson.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170297,"job_number":"JOB_170297","tr_customer_id":170314,"tr_customer_product_id":170304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Wilbur Walker","mobile_number":"7071289746","email_id":"kip.rau@yahoo.com","dop":"2026-01-19","serial_number":"994703034336346","imei1":"698413656866811","imei2":"565237069743950","popurl":"www.cassandra-douglas.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170298,"job_number":"JOB_170298","tr_customer_id":170315,"tr_customer_product_id":170305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Judson Lebsack","mobile_number":"7047802957","email_id":"leon.schamberger@yahoo.com","dop":"2026-01-19","serial_number":"007111435469463","imei1":"942630586541499","imei2":"256068166300666","popurl":"www.todd-wehner.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170299,"job_number":"JOB_170299","tr_customer_id":170316,"tr_customer_product_id":170306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Krystin Kuhic","mobile_number":"7073314363","email_id":"amparo.howe@gmail.com","dop":"2026-01-19","serial_number":"405554517896442","imei1":"849844372020304","imei2":"401806640799600","popurl":"www.jacqulyn-stark.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170300,"job_number":"JOB_170300","tr_customer_id":170317,"tr_customer_product_id":170307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Dorthea Bode","mobile_number":"7028156604","email_id":"lizabeth.kreiger@yahoo.com","dop":"2026-01-19","serial_number":"014277701229923","imei1":"496340704994249","imei2":"093038207032628","popurl":"www.freeman-gulgowski.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170301,"job_number":"JOB_170301","tr_customer_id":170318,"tr_customer_product_id":170308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Shanae Nienow","mobile_number":"7085477286","email_id":"bebe.collins@gmail.com","dop":"2026-01-19","serial_number":"333881492313480","imei1":"465199716601108","imei2":"190637435307858","popurl":"www.cinderella-abernathy.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170302,"job_number":"JOB_170302","tr_customer_id":170319,"tr_customer_product_id":170309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Julius Daugherty","mobile_number":"7068994163","email_id":"ryann.hand@yahoo.com","dop":"2026-01-19","serial_number":"115363344515312","imei1":"703158220144090","imei2":"214864755915204","popurl":"www.freida-mueller.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170303,"job_number":"JOB_170303","tr_customer_id":170320,"tr_customer_product_id":170310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:35.000Z","modified_at":"2026-01-29T05:48:35.000Z","name":"Estell Goyette","mobile_number":"7076879395","email_id":"jerrod.miller@hotmail.com","dop":"2026-01-19","serial_number":"525133618426072","imei1":"252597024711472","imei2":"150861370405568","popurl":"www.osvaldo-barrows.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170304,"job_number":"JOB_170304","tr_customer_id":170321,"tr_customer_product_id":170311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Zackary Wolff","mobile_number":"7042601363","email_id":"foster.mcglynn@gmail.com","dop":"2026-01-19","serial_number":"465575730158631","imei1":"021192744336210","imei2":"021057683656422","popurl":"www.randal-turner.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170305,"job_number":"JOB_170305","tr_customer_id":170322,"tr_customer_product_id":170312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Kimberly Glover","mobile_number":"7095559611","email_id":"cary.farrell@gmail.com","dop":"2026-01-19","serial_number":"239556247015289","imei1":"301960567483025","imei2":"128441512416247","popurl":"www.adelaide-schaefer.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170306,"job_number":"JOB_170306","tr_customer_id":170323,"tr_customer_product_id":170313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Fermina McLaughlin","mobile_number":"7017166496","email_id":"rosendo.balistreri@hotmail.com","dop":"2026-01-19","serial_number":"072056892191034","imei1":"790721180190395","imei2":"805483436630756","popurl":"www.wayne-torp.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170307,"job_number":"JOB_170307","tr_customer_id":170324,"tr_customer_product_id":170314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Octavio Hilll","mobile_number":"7070346459","email_id":"richard.thompson@hotmail.com","dop":"2026-01-19","serial_number":"315777018232010","imei1":"858636238195406","imei2":"687490805977002","popurl":"www.amanda-braun.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170308,"job_number":"JOB_170308","tr_customer_id":170325,"tr_customer_product_id":170315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Leroy Reichel","mobile_number":"7096262834","email_id":"lemuel.goodwin@yahoo.com","dop":"2026-01-19","serial_number":"113690943917920","imei1":"573989202481299","imei2":"493240038896145","popurl":"www.michaele-trantow.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170309,"job_number":"JOB_170309","tr_customer_id":170326,"tr_customer_product_id":170316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Marcos Bernhard","mobile_number":"7093341698","email_id":"peggy.nolan@hotmail.com","dop":"2026-01-19","serial_number":"872892873464589","imei1":"656320435657996","imei2":"579243516072405","popurl":"www.bernardina-farrell.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170310,"job_number":"JOB_170310","tr_customer_id":170327,"tr_customer_product_id":170317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Cori Bahringer","mobile_number":"7015609745","email_id":"paola.aufderhar@gmail.com","dop":"2026-01-19","serial_number":"062382101570858","imei1":"107256484287444","imei2":"759968193356360","popurl":"www.cruz-ruecker.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170311,"job_number":"JOB_170311","tr_customer_id":170328,"tr_customer_product_id":170318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Terra Batz","mobile_number":"7065942000","email_id":"dillon.cormier@hotmail.com","dop":"2026-01-19","serial_number":"360326519033902","imei1":"833717706004840","imei2":"518190593381939","popurl":"www.carlita-stamm.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170312,"job_number":"JOB_170312","tr_customer_id":170329,"tr_customer_product_id":170319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Donte Schuster","mobile_number":"7056886671","email_id":"eldon.bechtelar@gmail.com","dop":"2026-01-19","serial_number":"986071458169851","imei1":"560922975673975","imei2":"913400530238079","popurl":"www.manie-murphy.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170313,"job_number":"JOB_170313","tr_customer_id":170330,"tr_customer_product_id":170320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:57:36.000Z","modified_at":"2026-01-29T05:57:36.000Z","name":"veer kumar","mobile_number":"9398102868","email_id":"veer@gmail.com","dop":"2026-01-11","serial_number":"12343223456765432","imei1":"12343223456765432","imei2":"12343223456765432","popurl":"2026-01-11T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170314,"job_number":"JOB_170314","tr_customer_id":170331,"tr_customer_product_id":170321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:02:17.000Z","modified_at":"2026-01-29T06:02:17.000Z","name":"Dron Reddy","mobile_number":"7034869575","email_id":"chandravati.nehru@yahoo.co.in","dop":"2026-01-19","serial_number":"059444005131417","imei1":"059444005131417","imei2":"059444005131417","popurl":"www.dhananjay-reddy.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:02:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170315,"job_number":"JOB_170315","tr_customer_id":170332,"tr_customer_product_id":170322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:08:07.000Z","modified_at":"2026-01-29T06:08:07.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2026-01-19","serial_number":"13511800420678","imei1":"13511800420678","imei2":"13511800420678","popurl":"2026-01-19T06:08:04.176679800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:08:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170316,"job_number":"JOB_170316","tr_customer_id":170333,"tr_customer_product_id":170323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:17:59.000Z","modified_at":"2026-01-29T06:17:59.000Z","name":"Brajesh Varma","mobile_number":"7037232521","email_id":"chanda.talwar@yahoo.co.in","dop":"2026-01-19","serial_number":"706892942434128","imei1":"706892942434128","imei2":"706892942434128","popurl":"www.umang-chaturvedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170317,"job_number":"JOB_170317","tr_customer_id":170334,"tr_customer_product_id":170324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:22:55.000Z","modified_at":"2026-01-29T06:22:55.000Z","name":"Dharitri Dutta","mobile_number":"7029773404","email_id":"bodhan.pothuvaal@hotmail.com","dop":"2026-01-19","serial_number":"945495203650264","imei1":"945495203650264","imei2":"945495203650264","popurl":"www.durgeshwari-kakkar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170335,"job_number":"JOB_170335","tr_customer_id":170352,"tr_customer_product_id":170342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:51.000Z","modified_at":"2026-01-29T06:35:51.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10856121769214","imei1":"10856121769214","imei2":"10856121769214","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170337,"job_number":"JOB_170337","tr_customer_id":170354,"tr_customer_product_id":170344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:52.000Z","modified_at":"2026-01-29T06:35:52.000Z","name":"Britney Boyer","mobile_number":"936-736-9229","email_id":"Derick_Simonis83@gmail.com","dop":"2025-06-18","serial_number":"1060705733169913","imei1":"1060705733169913","imei2":"1060705733169913","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:35:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170339,"job_number":"JOB_170339","tr_customer_id":170356,"tr_customer_product_id":170346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:00.000Z","modified_at":"2026-01-29T06:36:00.000Z","name":"Darlene Mayer","mobile_number":"455-205-3827","email_id":"Jadon.Gaylord33@yahoo.com","dop":"2025-04-06","serial_number":"18172264101396828","imei1":"18172264101396828","imei2":"18172264101396828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170340,"job_number":"JOB_170340","tr_customer_id":170357,"tr_customer_product_id":170347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:35.000Z","modified_at":"2026-01-29T06:36:35.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10276504604543","imei1":"10276504604543","imei2":"10276504604543","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:36:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170342,"job_number":"JOB_170342","tr_customer_id":170359,"tr_customer_product_id":170349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:36.000Z","modified_at":"2026-01-29T06:36:36.000Z","name":"Roy Keeling","mobile_number":"283-823-6410","email_id":"Walton.Wisoky50@gmail.com","dop":"2025-06-18","serial_number":"1013664490259973","imei1":"1013664490259973","imei2":"1013664490259973","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:36:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170343,"job_number":"JOB_170343","tr_customer_id":170360,"tr_customer_product_id":170350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:02.000Z","modified_at":"2026-01-29T06:37:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15522363055902","imei1":"15522363055902","imei2":"15522363055902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170345,"job_number":"JOB_170345","tr_customer_id":170362,"tr_customer_product_id":170352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:03.000Z","modified_at":"2026-01-29T06:37:04.000Z","name":"Alexa Crooks","mobile_number":"725-380-5649","email_id":"Jennyfer84@gmail.com","dop":"2025-04-06","serial_number":"18407784815935784","imei1":"18407784815935784","imei2":"18407784815935784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170346,"job_number":"JOB_170346","tr_customer_id":170363,"tr_customer_product_id":170353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:46.000Z","modified_at":"2026-01-29T06:37:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15855807980150","imei1":"15855807980150","imei2":"15855807980150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170348,"job_number":"JOB_170348","tr_customer_id":170365,"tr_customer_product_id":170355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:48.000Z","modified_at":"2026-01-29T06:37:48.000Z","name":"Jeanie Crist","mobile_number":"584-251-9509","email_id":"Assunta86@gmail.com","dop":"2025-04-06","serial_number":"10715964929387842","imei1":"10715964929387842","imei2":"10715964929387842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170349,"job_number":"JOB_170349","tr_customer_id":170366,"tr_customer_product_id":170356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:31.000Z","modified_at":"2026-01-29T06:38:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16037824530219","imei1":"16037824530219","imei2":"16037824530219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:38:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170351,"job_number":"JOB_170351","tr_customer_id":170368,"tr_customer_product_id":170358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:33.000Z","modified_at":"2026-01-29T06:38:33.000Z","name":"Vallie Durgan","mobile_number":"902-443-2582","email_id":"Mason_Rutherford@yahoo.com","dop":"2025-04-06","serial_number":"19835579645295650","imei1":"19835579645295650","imei2":"19835579645295650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:38:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170352,"job_number":"JOB_170352","tr_customer_id":170369,"tr_customer_product_id":170359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:47.000Z","modified_at":"2026-01-29T06:38:47.000Z","name":"Atreyi Rana","mobile_number":"7083087604","email_id":"vidhya.bhat@hotmail.com","dop":"2026-01-19","serial_number":"706941820273780","imei1":"706941820273780","imei2":"706941820273780","popurl":"www.gaurang-naik.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:38:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170353,"job_number":"JOB_170353","tr_customer_id":170370,"tr_customer_product_id":170360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:39:25.000Z","modified_at":"2026-01-29T06:39:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19568621313003","imei1":"19568621313003","imei2":"19568621313003","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:39:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170355,"job_number":"JOB_170355","tr_customer_id":170372,"tr_customer_product_id":170362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:39:26.000Z","modified_at":"2026-01-29T06:39:26.000Z","name":"Libby Torp","mobile_number":"288-373-3904","email_id":"Brown.Little1@yahoo.com","dop":"2025-04-06","serial_number":"18091890734912620","imei1":"18091890734912620","imei2":"18091890734912620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:39:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170356,"job_number":"JOB_170356","tr_customer_id":170373,"tr_customer_product_id":170363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:10.000Z","modified_at":"2026-01-29T06:40:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12207671801424","imei1":"12207671801424","imei2":"12207671801424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170358,"job_number":"JOB_170358","tr_customer_id":170375,"tr_customer_product_id":170365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:12.000Z","modified_at":"2026-01-29T06:40:12.000Z","name":"Liana Harvey","mobile_number":"408-925-4854","email_id":"Alison_Koepp@gmail.com","dop":"2025-04-06","serial_number":"17423739786054996","imei1":"17423739786054996","imei2":"17423739786054996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170359,"job_number":"JOB_170359","tr_customer_id":170376,"tr_customer_product_id":170366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:56.000Z","modified_at":"2026-01-29T06:40:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12208140426477","imei1":"12208140426477","imei2":"12208140426477","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170361,"job_number":"JOB_170361","tr_customer_id":170378,"tr_customer_product_id":170368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:57.000Z","modified_at":"2026-01-29T06:40:57.000Z","name":"Newell Lowe","mobile_number":"686-637-0679","email_id":"Vella.Kuhlman@hotmail.com","dop":"2025-04-06","serial_number":"10645713143187366","imei1":"10645713143187366","imei2":"10645713143187366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170363,"job_number":"JOB_170363","tr_customer_id":170380,"tr_customer_product_id":170370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:47.000Z","modified_at":"2026-01-29T06:41:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15855265716463","imei1":"15855265716463","imei2":"15855265716463","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:41:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170365,"job_number":"JOB_170365","tr_customer_id":170382,"tr_customer_product_id":170372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:49.000Z","modified_at":"2026-01-29T06:41:49.000Z","name":"Coy Dickens","mobile_number":"523-221-0909","email_id":"Luella_Wilkinson3@yahoo.com","dop":"2025-04-06","serial_number":"16780419753845036","imei1":"16780419753845036","imei2":"16780419753845036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:41:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170367,"job_number":"JOB_170367","tr_customer_id":170384,"tr_customer_product_id":170374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:42:38.000Z","modified_at":"2026-01-29T06:42:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11661249578121","imei1":"11661249578121","imei2":"11661249578121","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:42:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170369,"job_number":"JOB_170369","tr_customer_id":170386,"tr_customer_product_id":170376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:42:39.000Z","modified_at":"2026-01-29T06:42:39.000Z","name":"Elyssa Gaylord","mobile_number":"913-445-2459","email_id":"Erwin19@hotmail.com","dop":"2025-04-06","serial_number":"14369738604398470","imei1":"14369738604398470","imei2":"14369738604398470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170370,"job_number":"JOB_170370","tr_customer_id":170387,"tr_customer_product_id":170377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:23.000Z","modified_at":"2026-01-29T06:43:23.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14953346028155","imei2":"14953346028155","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170372,"job_number":"JOB_170372","tr_customer_id":170389,"tr_customer_product_id":170379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:28.000Z","modified_at":"2026-01-29T06:43:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18444745092848","imei1":"18444745092848","imei2":"18444745092848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170374,"job_number":"JOB_170374","tr_customer_id":170391,"tr_customer_product_id":170381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:30.000Z","modified_at":"2026-01-29T06:43:30.000Z","name":"Elise Langworth","mobile_number":"506-789-5136","email_id":"Cordia_OKon@yahoo.com","dop":"2025-04-06","serial_number":"13668979298666100","imei1":"13668979298666100","imei2":"13668979298666100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170375,"job_number":"JOB_170375","tr_customer_id":170392,"tr_customer_product_id":170382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:37.000Z","modified_at":"2026-01-29T06:43:37.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14176198100525","imei2":"14176198100525","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170377,"job_number":"JOB_170377","tr_customer_id":170394,"tr_customer_product_id":170384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:51.000Z","modified_at":"2026-01-29T06:43:51.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14983278150615","imei2":"14983278150615","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170380,"job_number":"JOB_170380","tr_customer_id":170397,"tr_customer_product_id":170387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:45:09.000Z","modified_at":"2026-01-29T06:45:09.000Z","name":"Winona Pouros","mobile_number":"473-755-4357","email_id":"Naomi14@gmail.com","dop":"2025-04-06","serial_number":"13217274141320578","imei1":"13217274141320578","imei2":"13217274141320578","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:45:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170381,"job_number":"JOB_170381","tr_customer_id":170398,"tr_customer_product_id":170388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:25.000Z","modified_at":"2026-01-29T06:46:25.000Z","name":"Shresth Naik","mobile_number":"7096770820","email_id":"dharani.gill@gmail.com","dop":"2026-01-19","serial_number":"647276168264212","imei1":"647276168264212","imei2":"647276168264212","popurl":"www.prem-desai.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170382,"job_number":"JOB_170382","tr_customer_id":170399,"tr_customer_product_id":170389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:29.000Z","modified_at":"2026-01-29T06:46:29.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17680172698670","imei1":"17680172698670","imei2":"17680172698670","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170384,"job_number":"JOB_170384","tr_customer_id":170401,"tr_customer_product_id":170391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:47.000Z","modified_at":"2026-01-29T06:46:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10870358707358","imei1":"10870358707358","imei2":"10870358707358","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170386,"job_number":"JOB_170386","tr_customer_id":170403,"tr_customer_product_id":170393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:49.000Z","modified_at":"2026-01-29T06:46:49.000Z","name":"Kurtis O'Hara","mobile_number":"552-370-2299","email_id":"Alden_Price@hotmail.com","dop":"2025-04-06","serial_number":"18333736871994510","imei1":"18333736871994510","imei2":"18333736871994510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170387,"job_number":"JOB_170387","tr_customer_id":170404,"tr_customer_product_id":170394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:13.000Z","modified_at":"2026-01-29T06:47:13.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"13725543893783","imei1":"13725543893783","imei2":"13725543893783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170389,"job_number":"JOB_170389","tr_customer_id":170406,"tr_customer_product_id":170396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:32.000Z","modified_at":"2026-01-29T06:47:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19445917856710","imei1":"19445917856710","imei2":"19445917856710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170391,"job_number":"JOB_170391","tr_customer_id":170408,"tr_customer_product_id":170398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:34.000Z","modified_at":"2026-01-29T06:47:34.000Z","name":"Dane Hoppe","mobile_number":"749-448-7419","email_id":"Annalise.Daugherty53@gmail.com","dop":"2025-04-06","serial_number":"11354351697475178","imei1":"11354351697475178","imei2":"11354351697475178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170392,"job_number":"JOB_170392","tr_customer_id":170409,"tr_customer_product_id":170399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:56.000Z","modified_at":"2026-01-29T06:47:56.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"19847883260012","imei1":"19847883260012","imei2":"19847883260012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170397,"job_number":"JOB_170397","tr_customer_id":170414,"tr_customer_product_id":170404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:17.000Z","modified_at":"2026-01-29T06:48:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11242676978023","imei1":"11242676978023","imei2":"11242676978023","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170399,"job_number":"JOB_170399","tr_customer_id":170416,"tr_customer_product_id":170406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:19.000Z","modified_at":"2026-01-29T06:48:19.000Z","name":"Kristin Sipes","mobile_number":"704-939-2871","email_id":"Royal_Miller@yahoo.com","dop":"2025-04-06","serial_number":"12721076683349210","imei1":"12721076683349210","imei2":"12721076683349210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170406,"job_number":"JOB_170406","tr_customer_id":170423,"tr_customer_product_id":170413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:59.000Z","modified_at":"2026-01-29T06:49:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14669517761007","imei1":"14669517761007","imei2":"14669517761007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170408,"job_number":"JOB_170408","tr_customer_id":170425,"tr_customer_product_id":170415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:01.000Z","modified_at":"2026-01-29T06:50:01.000Z","name":"Heidi Brown","mobile_number":"904-681-5044","email_id":"Ceasar83@gmail.com","dop":"2025-04-06","serial_number":"13280798662547044","imei1":"13280798662547044","imei2":"13280798662547044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170412,"job_number":"JOB_170412","tr_customer_id":170429,"tr_customer_product_id":170419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:52.000Z","modified_at":"2026-01-29T06:50:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12487628971591","imei1":"12487628971591","imei2":"12487628971591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170414,"job_number":"JOB_170414","tr_customer_id":170431,"tr_customer_product_id":170421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:53.000Z","modified_at":"2026-01-29T06:50:53.000Z","name":"Queenie Schaden","mobile_number":"652-476-2967","email_id":"Zachary_Moore58@yahoo.com","dop":"2025-04-06","serial_number":"18537303171912784","imei1":"18537303171912784","imei2":"18537303171912784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170415,"job_number":"JOB_170415","tr_customer_id":170432,"tr_customer_product_id":170422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:51:43.000Z","modified_at":"2026-01-29T06:51:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15987695788168","imei1":"15987695788168","imei2":"15987695788168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170417,"job_number":"JOB_170417","tr_customer_id":170434,"tr_customer_product_id":170424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:51:45.000Z","modified_at":"2026-01-29T06:51:45.000Z","name":"Ona Toy","mobile_number":"970-382-0624","email_id":"Lilly_Bode19@gmail.com","dop":"2025-04-06","serial_number":"10138149216530896","imei1":"10138149216530896","imei2":"10138149216530896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:51:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170418,"job_number":"JOB_170418","tr_customer_id":170435,"tr_customer_product_id":170425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:09.000Z","modified_at":"2026-01-29T06:55:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10353172608729","imei1":"10353172608729","imei2":"10353172608729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170420,"job_number":"JOB_170420","tr_customer_id":170437,"tr_customer_product_id":170427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:11.000Z","modified_at":"2026-01-29T06:55:11.000Z","name":"Karelle Schroeder","mobile_number":"331-848-5054","email_id":"Dave_Stracke70@yahoo.com","dop":"2025-04-06","serial_number":"17895068214493260","imei1":"17895068214493260","imei2":"17895068214493260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170421,"job_number":"JOB_170421","tr_customer_id":170438,"tr_customer_product_id":170428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:56.000Z","modified_at":"2026-01-29T06:55:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13702350431528","imei1":"13702350431528","imei2":"13702350431528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170423,"job_number":"JOB_170423","tr_customer_id":170440,"tr_customer_product_id":170430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:57.000Z","modified_at":"2026-01-29T06:55:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15812020335789","imei1":"15812020335789","imei2":"15812020335789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170425,"job_number":"JOB_170425","tr_customer_id":170442,"tr_customer_product_id":170432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:58.000Z","modified_at":"2026-01-29T06:55:58.000Z","name":"Chauncey Runolfsson","mobile_number":"776-260-9651","email_id":"Andreanne_Stracke@gmail.com","dop":"2025-04-06","serial_number":"11741818876965598","imei1":"11741818876965598","imei2":"11741818876965598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170426,"job_number":"JOB_170426","tr_customer_id":170443,"tr_customer_product_id":170433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:59.000Z","modified_at":"2026-01-29T06:55:59.000Z","name":"Bria Leannon","mobile_number":"489-802-1287","email_id":"Chauncey_Dietrich63@gmail.com","dop":"2025-04-06","serial_number":"18153099437377484","imei1":"18153099437377484","imei2":"18153099437377484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170428,"job_number":"JOB_170428","tr_customer_id":170445,"tr_customer_product_id":170435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:04.000Z","modified_at":"2026-01-29T06:56:04.000Z","name":"Era Langosh","mobile_number":"535-387-8739","email_id":"Crystel_Cruickshank@yahoo.com","dop":"2025-04-06","serial_number":"18551971805714256","imei1":"18551971805714256","imei2":"18551971805714256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170430,"job_number":"JOB_170430","tr_customer_id":170447,"tr_customer_product_id":170437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:18.000Z","modified_at":"2026-01-29T06:56:18.000Z","name":"Mona Heaney","mobile_number":"821-325-9141","email_id":"Vallie63@gmail.com","dop":"2025-04-06","serial_number":"18494932092494360","imei1":"18494932092494360","imei2":"18494932092494360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170431,"job_number":"JOB_170431","tr_customer_id":170448,"tr_customer_product_id":170438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:44.000Z","modified_at":"2026-01-29T06:56:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16199929190824","imei1":"16199929190824","imei2":"16199929190824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170433,"job_number":"JOB_170433","tr_customer_id":170450,"tr_customer_product_id":170440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:46.000Z","modified_at":"2026-01-29T06:56:46.000Z","name":"Winfield Kerluke","mobile_number":"262-518-2098","email_id":"Braeden_Yundt42@yahoo.com","dop":"2025-04-06","serial_number":"10043849112111964","imei1":"10043849112111964","imei2":"10043849112111964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170434,"job_number":"JOB_170434","tr_customer_id":170451,"tr_customer_product_id":170441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:48.000Z","modified_at":"2026-01-29T06:56:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17419896394536","imei1":"17419896394536","imei2":"17419896394536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170436,"job_number":"JOB_170436","tr_customer_id":170453,"tr_customer_product_id":170443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:49.000Z","modified_at":"2026-01-29T06:56:49.000Z","name":"Raoul Kuhlman","mobile_number":"356-544-5923","email_id":"Mayra.Johnson@yahoo.com","dop":"2025-04-06","serial_number":"12562659490599182","imei1":"12562659490599182","imei2":"12562659490599182","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170437,"job_number":"JOB_170437","tr_customer_id":170454,"tr_customer_product_id":170444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:57:37.000Z","modified_at":"2026-01-29T06:57:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12745808333016","imei1":"12745808333016","imei2":"12745808333016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170439,"job_number":"JOB_170439","tr_customer_id":170456,"tr_customer_product_id":170446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:57:38.000Z","modified_at":"2026-01-29T06:57:38.000Z","name":"Roel Tillman","mobile_number":"311-505-6960","email_id":"Lavon90@yahoo.com","dop":"2025-04-06","serial_number":"13433899235445894","imei1":"13433899235445894","imei2":"13433899235445894","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170440,"job_number":"JOB_170440","tr_customer_id":170457,"tr_customer_product_id":170447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:21.000Z","modified_at":"2026-01-29T07:00:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17900992143091","imei1":"17900992143091","imei2":"17900992143091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170442,"job_number":"JOB_170442","tr_customer_id":170459,"tr_customer_product_id":170449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:23.000Z","modified_at":"2026-01-29T07:00:23.000Z","name":"Alvena Crist","mobile_number":"368-433-0509","email_id":"Adeline.Carroll@gmail.com","dop":"2025-04-06","serial_number":"10878890550692228","imei1":"10878890550692228","imei2":"10878890550692228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:00:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170444,"job_number":"JOB_170444","tr_customer_id":170461,"tr_customer_product_id":170451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:27.000Z","modified_at":"2026-01-29T07:00:27.000Z","name":"Carmela MacGyver","mobile_number":"266-774-7517","email_id":"Trace22@gmail.com","dop":"2025-04-06","serial_number":"15197690667528036","imei1":"15197690667528036","imei2":"15197690667528036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170445,"job_number":"JOB_170445","tr_customer_id":170462,"tr_customer_product_id":170452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:09.000Z","modified_at":"2026-01-29T07:01:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17956609760043","imei1":"17956609760043","imei2":"17956609760043","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170447,"job_number":"JOB_170447","tr_customer_id":170464,"tr_customer_product_id":170454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:10.000Z","modified_at":"2026-01-29T07:01:10.000Z","name":"Victoria Pfannerstill","mobile_number":"546-856-8212","email_id":"Nicholaus_Konopelski94@yahoo.com","dop":"2025-04-06","serial_number":"14543151397922404","imei1":"14543151397922404","imei2":"14543151397922404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170448,"job_number":"JOB_170448","tr_customer_id":170465,"tr_customer_product_id":170455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:55.000Z","modified_at":"2026-01-29T07:01:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17411536850453","imei1":"17411536850453","imei2":"17411536850453","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170450,"job_number":"JOB_170450","tr_customer_id":170467,"tr_customer_product_id":170457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:57.000Z","modified_at":"2026-01-29T07:01:57.000Z","name":"Travis Kilback","mobile_number":"245-744-6615","email_id":"Joey.Considine23@gmail.com","dop":"2025-04-06","serial_number":"17716187716120820","imei1":"17716187716120820","imei2":"17716187716120820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170451,"job_number":"JOB_170451","tr_customer_id":170468,"tr_customer_product_id":170458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:25.000Z","modified_at":"2026-01-29T07:10:25.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"10593676716794","imei1":"10593676716794","imei2":"10593676716794","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:10:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170453,"job_number":"JOB_170453","tr_customer_id":170470,"tr_customer_product_id":170460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:41.000Z","modified_at":"2026-01-29T07:10:41.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"10919082835236","imei1":"10919082835236","imei2":"10919082835236","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:10:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170455,"job_number":"JOB_170455","tr_customer_id":170472,"tr_customer_product_id":170462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:56.000Z","modified_at":"2026-01-29T07:10:56.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"15613900543394","imei1":"15613900543394","imei2":"15613900543394","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:10:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170457,"job_number":"JOB_170457","tr_customer_id":170474,"tr_customer_product_id":170464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:24:23.000Z","modified_at":"2026-01-29T07:24:23.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"19691618055896","imei1":"19691618055896","imei2":"119691618055896","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170458,"job_number":"JOB_170458","tr_customer_id":170475,"tr_customer_product_id":170465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:33:37.000Z","modified_at":"2026-01-29T07:33:37.000Z","name":"Kamala Kakkar","mobile_number":"7030157418","email_id":"gandharv.mehrotra@yahoo.co.in","dop":"2026-01-19","serial_number":"983519147373699","imei1":"983519147373699","imei2":"983519147373699","popurl":"www.chitrali-iyer.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:33:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170461,"job_number":"JOB_170461","tr_customer_id":170478,"tr_customer_product_id":170468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:42:19.000Z","modified_at":"2026-01-29T07:42:19.000Z","name":"Swara Ahluwalia","mobile_number":"7096046573","email_id":"pushti.nayar@gmail.com","dop":"2026-01-19","serial_number":"787116735846000","imei1":"787116735846000","imei2":"787116735846000","popurl":"www.ambar-panicker.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170467,"job_number":"JOB_170467","tr_customer_id":170484,"tr_customer_product_id":170474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:00.000Z","modified_at":"2026-01-29T07:57:00.000Z","name":"Pascale Haley","mobile_number":"455-509-9022","email_id":"Ruby43@hotmail.com","dop":"2025-04-06","serial_number":"14373098808279600","imei1":"14373098808279600","imei2":"14373098808279600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170469,"job_number":"JOB_170469","tr_customer_id":170486,"tr_customer_product_id":170476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:38.000Z","modified_at":"2026-01-29T07:57:38.000Z","name":"Ramona Brekke","mobile_number":"783-990-5641","email_id":"Palma_Weimann39@gmail.com","dop":"2025-04-06","serial_number":"12422512076616136","imei1":"12422512076616136","imei2":"12422512076616136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170471,"job_number":"JOB_170471","tr_customer_id":170488,"tr_customer_product_id":170478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:47.000Z","modified_at":"2026-01-29T07:57:47.000Z","name":"Devan Leuschke","mobile_number":"262-820-7320","email_id":"Horacio.Hartmann@hotmail.com","dop":"2025-04-06","serial_number":"12096401794029758","imei1":"12096401794029758","imei2":"12096401794029758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170475,"job_number":"JOB_170475","tr_customer_id":170492,"tr_customer_product_id":170482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:33.000Z","modified_at":"2026-01-29T07:58:33.000Z","name":"Robert Beahan","mobile_number":"476-879-6737","email_id":"Jalon_Kreiger@hotmail.com","dop":"2025-04-06","serial_number":"10286485922550454","imei1":"10286485922550454","imei2":"10286485922550454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170477,"job_number":"JOB_170477","tr_customer_id":170494,"tr_customer_product_id":170484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:43.000Z","modified_at":"2026-01-29T07:58:43.000Z","name":"Neha Cronin","mobile_number":"448-524-8683","email_id":"Jamar.Rogahn88@yahoo.com","dop":"2025-04-06","serial_number":"10871124116045736","imei1":"10871124116045736","imei2":"10871124116045736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170478,"job_number":"JOB_170478","tr_customer_id":170495,"tr_customer_product_id":170485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:35.000Z","modified_at":"2026-01-29T08:33:35.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"14443094780437","imei1":"14443094780437","imei2":"14443094780437","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:33:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170480,"job_number":"JOB_170480","tr_customer_id":170497,"tr_customer_product_id":170487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:43.000Z","modified_at":"2026-01-29T08:33:43.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatinsh12@gmail.com","dop":"2026-01-23","serial_number":"14372247011439","imei1":"14372247011439","imei2":"14372247011439","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170482,"job_number":"JOB_170482","tr_customer_id":170499,"tr_customer_product_id":170489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:52.000Z","modified_at":"2026-01-29T08:33:52.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"14504202781821","imei1":"14504202781821","imei2":"14504202781821","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170484,"job_number":"JOB_170484","tr_customer_id":170501,"tr_customer_product_id":170491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:44:19.000Z","modified_at":"2026-01-29T08:44:19.000Z","name":"Nyasia Greenholt","mobile_number":"402-796-7619","email_id":"Jose_Mueller@yahoo.com","dop":"2026-01-23","serial_number":"16583482488738","imei1":"16583482488738","imei2":"16583482488738","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:44:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170487,"job_number":"JOB_170487","tr_customer_id":170504,"tr_customer_product_id":170494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:31:12.000Z","modified_at":"2026-01-29T09:31:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12182427394346","imei1":"12182427394346","imei2":"12182427394346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:31:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170489,"job_number":"JOB_170489","tr_customer_id":170506,"tr_customer_product_id":170496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:31:14.000Z","modified_at":"2026-01-29T09:31:14.000Z","name":"Eleanora Hermann","mobile_number":"931-229-8276","email_id":"Erna32@gmail.com","dop":"2025-04-06","serial_number":"12163347163196928","imei1":"12163347163196928","imei2":"12163347163196928","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:31:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170490,"job_number":"JOB_170490","tr_customer_id":170507,"tr_customer_product_id":170497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:02.000Z","modified_at":"2026-01-29T09:32:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11962789441695","imei1":"11962789441695","imei2":"11962789441695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170492,"job_number":"JOB_170492","tr_customer_id":170509,"tr_customer_product_id":170499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:04.000Z","modified_at":"2026-01-29T09:32:04.000Z","name":"Dan Larkin","mobile_number":"832-264-6591","email_id":"Sheldon_Anderson@yahoo.com","dop":"2025-04-06","serial_number":"10459889448928188","imei1":"10459889448928188","imei2":"10459889448928188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170493,"job_number":"JOB_170493","tr_customer_id":170510,"tr_customer_product_id":170500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:52.000Z","modified_at":"2026-01-29T09:32:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16704057294280","imei1":"16704057294280","imei2":"16704057294280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170495,"job_number":"JOB_170495","tr_customer_id":170512,"tr_customer_product_id":170502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:53.000Z","modified_at":"2026-01-29T09:32:53.000Z","name":"Bernhard Heaney","mobile_number":"451-908-1369","email_id":"Isabelle_Price@gmail.com","dop":"2025-04-06","serial_number":"12238637914880776","imei1":"12238637914880776","imei2":"12238637914880776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170497,"job_number":"JOB_170497","tr_customer_id":170514,"tr_customer_product_id":170504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:45:07.000Z","modified_at":"2026-01-29T09:45:07.000Z","name":"Lorna Toy","mobile_number":"317-272-0077","email_id":"Zoila.Lakin@gmail.com","dop":"2026-01-23","serial_number":"15878897486017","imei1":"15878897486017","imei2":"15878897486017","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:45:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170498,"job_number":"JOB_170498","tr_customer_id":170515,"tr_customer_product_id":170505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:46:20.000Z","modified_at":"2026-01-29T09:46:20.000Z","name":"Imelda Pagac","mobile_number":"438-253-9465","email_id":"Reina12@yahoo.com","dop":"2026-01-23","serial_number":"15790119862263","imei1":"15790119862263","imei2":"15790119862263","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170499,"job_number":"JOB_170499","tr_customer_id":170516,"tr_customer_product_id":170506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:46:45.000Z","modified_at":"2026-01-29T09:46:45.000Z","name":"Gerardo Larkin","mobile_number":"462-208-3593","email_id":"Cesar_Dickens35@gmail.com","dop":"2026-01-23","serial_number":"11999782266327","imei1":"11999782266327","imei2":"11999782266327","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170500,"job_number":"JOB_170500","tr_customer_id":170517,"tr_customer_product_id":170507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:53:22.000Z","modified_at":"2026-01-29T09:53:22.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"18857077553165","imei1":"18857077553165","imei2":"18857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:53:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170501,"job_number":"JOB_170501","tr_customer_id":170518,"tr_customer_product_id":170508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:58:06.000Z","modified_at":"2026-01-29T09:58:06.000Z","name":"Bhushit Nambeesan","mobile_number":"7032420332","email_id":"hari.tagore@gmail.com","dop":"2026-01-19","serial_number":"270179718665005","imei1":"270179718665005","imei2":"270179718665005","popurl":"www.rajinder-nayar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170502,"job_number":"JOB_170502","tr_customer_id":170519,"tr_customer_product_id":170509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:58:39.000Z","modified_at":"2026-01-29T09:58:39.000Z","name":"veer kumar","mobile_number":"9398102868","email_id":"veer@gmail.com","dop":"2026-01-11","serial_number":"12343223456765432","imei1":"13343223456765437","imei2":"13343223456765437","popurl":"2026-01-11T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170503,"job_number":"JOB_170503","tr_customer_id":170520,"tr_customer_product_id":170510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:33:27.000Z","modified_at":"2026-01-29T10:33:27.000Z","name":"Jatin Jasani","mobile_number":"7507331188","email_id":"saurabh.jasani@gmail.com","dop":"2026-01-19","serial_number":"12308877001005","imei1":"12308877001005","imei2":"12308877001005","popurl":"2026-01-19T10:33:26.676455238Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170504,"job_number":"JOB_170504","tr_customer_id":170521,"tr_customer_product_id":170511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:34:59.000Z","modified_at":"2026-01-29T10:34:59.000Z","name":"Newname lastname","mobile_number":"68555305710","email_id":"pravalikabariki2tt13@gmail.com","dop":"2025-02-13","serial_number":"104426212713358","imei1":"104426212713358","imei2":"104426212713358","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170505,"job_number":"JOB_170505","tr_customer_id":170522,"tr_customer_product_id":170512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:53:51.000Z","modified_at":"2026-01-29T10:53:51.000Z","name":"Giriraj Nehru","mobile_number":"7035374466","email_id":"rajendra.acharya@hotmail.com","dop":"2026-01-19","serial_number":"994897353497024","imei1":"994897353497024","imei2":"994897353497024","popurl":"www.adityanandana-pillai.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:53:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170506,"job_number":"JOB_170506","tr_customer_id":170523,"tr_customer_product_id":170513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:58:37.000Z","modified_at":"2026-01-29T10:58:37.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-19","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-19T10:58:28.191709007Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170507,"job_number":"JOB_170507","tr_customer_id":170524,"tr_customer_product_id":170514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:58:38.000Z","modified_at":"2026-01-29T10:58:38.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-19","serial_number":"46234996938486","imei1":"46234996938486","imei2":"46234996938486","popurl":"2026-01-19T10:58:28.194453550Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170508,"job_number":"JOB_170508","tr_customer_id":170525,"tr_customer_product_id":170515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:58:50.000Z","modified_at":"2026-01-29T10:58:50.000Z","name":"Dev Iyengar","mobile_number":"8606776917","email_id":"jahnu.dubashi@yahoo.co.in","dop":"2026-01-19","serial_number":"19475080550896","imei1":"19475080550896","imei2":"19475080550896","popurl":"www.baalagopaal-bharadwaj.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170509,"job_number":"JOB_170509","tr_customer_id":170526,"tr_customer_product_id":170516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:08:15.000Z","modified_at":"2026-01-29T11:08:15.000Z","name":"Kartik Chopra","mobile_number":"7030240308","email_id":"kashyapi.khatri@hotmail.com","dop":"2026-01-19","serial_number":"236569941816667","imei1":"236569941816667","imei2":"236569941816667","popurl":"www.pushti-guha.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:08:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170511,"job_number":"JOB_170511","tr_customer_id":170528,"tr_customer_product_id":170518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:22:13.000Z","modified_at":"2026-01-29T11:22:13.000Z","name":"Manikya Chopra","mobile_number":"7032366380","email_id":"meghnad.patel@hotmail.com","dop":"2026-01-19","serial_number":"105719811067502","imei1":"105719811067502","imei2":"105719811067502","popurl":"www.divjot-talwar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:22:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170512,"job_number":"JOB_170512","tr_customer_id":170529,"tr_customer_product_id":170519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:22:20.000Z","modified_at":"2026-01-29T11:22:20.000Z","name":"Mandakini Gandhi","mobile_number":"7005985961","email_id":"anal.shukla@yahoo.co.in","dop":"2026-01-19","serial_number":"657148622683390","imei1":"657148622683390","imei2":"657148622683390","popurl":"www.anal-jain.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:22:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170513,"job_number":"JOB_170513","tr_customer_id":170530,"tr_customer_product_id":170520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:08.000Z","modified_at":"2026-01-29T11:35:08.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11897275204948","imei1":"11897275204948","imei2":"11897275204948","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170515,"job_number":"JOB_170515","tr_customer_id":170532,"tr_customer_product_id":170522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:09.000Z","modified_at":"2026-01-29T11:35:09.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"73803080638811","imei1":"73803080638811","imei2":"73803080638811","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170516,"job_number":"JOB_170516","tr_customer_id":170533,"tr_customer_product_id":170523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:21.000Z","modified_at":"2026-01-29T11:35:21.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14066071322122","imei1":"14066071322122","imei2":"14066071322122","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170518,"job_number":"JOB_170518","tr_customer_id":170535,"tr_customer_product_id":170525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:21.000Z","modified_at":"2026-01-29T11:35:21.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11964579188926","imei1":"11964579188926","imei2":"11964579188926","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170519,"job_number":"JOB_170519","tr_customer_id":170536,"tr_customer_product_id":170526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:50.000Z","modified_at":"2026-01-29T11:35:50.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12733231512576","imei1":"12733231512576","imei2":"12733231512576","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170520,"job_number":"JOB_170520","tr_customer_id":170537,"tr_customer_product_id":170527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:51.000Z","modified_at":"2026-01-29T11:35:51.000Z","name":"Sammy Miller","mobile_number":"240-579-5402","email_id":"Gerard.Prosacco@gmail.com","dop":"2026-01-04","serial_number":"13124607067875","imei1":"13124607067875","imei2":"13124607067875","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170521,"job_number":"JOB_170521","tr_customer_id":170538,"tr_customer_product_id":170528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:51.000Z","modified_at":"2026-01-29T11:35:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"21148268148501","imei1":"21148268148501","imei2":"21148268148501","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170522,"job_number":"JOB_170522","tr_customer_id":170539,"tr_customer_product_id":170529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:03.000Z","modified_at":"2026-01-29T11:51:03.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19344968030446","imei1":"19344968030446","imei2":"19344968030446","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170524,"job_number":"JOB_170524","tr_customer_id":170541,"tr_customer_product_id":170531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:04.000Z","modified_at":"2026-01-29T11:51:04.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"82623406654472","imei1":"82623406654472","imei2":"82623406654472","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170525,"job_number":"JOB_170525","tr_customer_id":170542,"tr_customer_product_id":170532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:16.000Z","modified_at":"2026-01-29T11:51:16.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10539951757375","imei1":"10539951757375","imei2":"10539951757375","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170527,"job_number":"JOB_170527","tr_customer_id":170544,"tr_customer_product_id":170534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:17.000Z","modified_at":"2026-01-29T11:51:17.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51487600308758","imei1":"51487600308758","imei2":"51487600308758","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170528,"job_number":"JOB_170528","tr_customer_id":170545,"tr_customer_product_id":170535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:29.000Z","modified_at":"2026-01-29T11:51:29.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11364612926593","imei1":"11364612926593","imei2":"11364612926593","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170530,"job_number":"JOB_170530","tr_customer_id":170547,"tr_customer_product_id":170537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:30.000Z","modified_at":"2026-01-29T11:51:30.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"99920633052438","imei1":"99920633052438","imei2":"99920633052438","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170531,"job_number":"JOB_170531","tr_customer_id":170548,"tr_customer_product_id":170538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:56:54.000Z","modified_at":"2026-01-29T11:56:54.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14271308685112","imei1":"14271308685112","imei2":"14271308685112","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170533,"job_number":"JOB_170533","tr_customer_id":170550,"tr_customer_product_id":170540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:56:55.000Z","modified_at":"2026-01-29T11:56:55.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"63867555085082","imei1":"63867555085082","imei2":"63867555085082","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170534,"job_number":"JOB_170534","tr_customer_id":170551,"tr_customer_product_id":170541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:08.000Z","modified_at":"2026-01-29T11:57:08.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11838655015818","imei1":"11838655015818","imei2":"11838655015818","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170536,"job_number":"JOB_170536","tr_customer_id":170553,"tr_customer_product_id":170543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:08.000Z","modified_at":"2026-01-29T11:57:08.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"57997310469576","imei1":"57997310469576","imei2":"57997310469576","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170537,"job_number":"JOB_170537","tr_customer_id":170554,"tr_customer_product_id":170544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:20.000Z","modified_at":"2026-01-29T11:57:20.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10411358947544","imei1":"10411358947544","imei2":"10411358947544","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170539,"job_number":"JOB_170539","tr_customer_id":170556,"tr_customer_product_id":170546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:21.000Z","modified_at":"2026-01-29T11:57:21.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"95577275655207","imei1":"95577275655207","imei2":"95577275655207","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170540,"job_number":"JOB_170540","tr_customer_id":170557,"tr_customer_product_id":170547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:01:46.000Z","modified_at":"2026-01-29T12:01:46.000Z","name":"Paramartha Acharya","mobile_number":"7075611374","email_id":"indira.joshi@yahoo.co.in","dop":"2026-01-19","serial_number":"066833272319913","imei1":"066833272319913","imei2":"066833272319913","popurl":"www.mina-agarwal.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:01:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170541,"job_number":"JOB_170541","tr_customer_id":170558,"tr_customer_product_id":170548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:30.000Z","modified_at":"2026-01-29T12:08:30.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10607057464470","imei1":"10607057464470","imei2":"10607057464470","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170543,"job_number":"JOB_170543","tr_customer_id":170560,"tr_customer_product_id":170550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:31.000Z","modified_at":"2026-01-29T12:08:31.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"53986320780911","imei1":"53986320780911","imei2":"53986320780911","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170544,"job_number":"JOB_170544","tr_customer_id":170561,"tr_customer_product_id":170551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:43.000Z","modified_at":"2026-01-29T12:08:43.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18134080865144","imei1":"18134080865144","imei2":"18134080865144","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170546,"job_number":"JOB_170546","tr_customer_id":170563,"tr_customer_product_id":170553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:44.000Z","modified_at":"2026-01-29T12:08:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19123522122975","imei1":"19123522122975","imei2":"19123522122975","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170547,"job_number":"JOB_170547","tr_customer_id":170564,"tr_customer_product_id":170554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:55.000Z","modified_at":"2026-01-29T12:08:55.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14974535054062","imei1":"14974535054062","imei2":"14974535054062","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170549,"job_number":"JOB_170549","tr_customer_id":170566,"tr_customer_product_id":170556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:56.000Z","modified_at":"2026-01-29T12:08:56.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"68884399312617","imei1":"68884399312617","imei2":"68884399312617","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170552,"job_number":"JOB_170552","tr_customer_id":170569,"tr_customer_product_id":170559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Nidhish P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"36857077553165","imei1":"36857077553165","imei2":"36857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170553,"job_number":"JOB_170553","tr_customer_id":170570,"tr_customer_product_id":170560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Ajit P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"93857077553165","imei1":"93857077553165","imei2":"93857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170554,"job_number":"JOB_170554","tr_customer_id":170571,"tr_customer_product_id":170561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Roshan P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"25857077553165","imei1":"25857077553165","imei2":"25857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170555,"job_number":"JOB_170555","tr_customer_id":170572,"tr_customer_product_id":170562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"16357077553165","imei1":"16357077553165","imei2":"16357077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170556,"job_number":"JOB_170556","tr_customer_id":170573,"tr_customer_product_id":170563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Sudam P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"17257077553165","imei1":"17257077553165","imei2":"17257077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170557,"job_number":"JOB_170557","tr_customer_id":170574,"tr_customer_product_id":170564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:34.000Z","modified_at":"2026-01-29T12:22:34.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19852270702376","imei1":"19852270702376","imei2":"19852270702376","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170559,"job_number":"JOB_170559","tr_customer_id":170576,"tr_customer_product_id":170566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:35.000Z","modified_at":"2026-01-29T12:22:35.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"50302547820553","imei1":"50302547820553","imei2":"50302547820553","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170560,"job_number":"JOB_170560","tr_customer_id":170577,"tr_customer_product_id":170567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:48.000Z","modified_at":"2026-01-29T12:22:48.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17135188746991","imei1":"17135188746991","imei2":"17135188746991","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170562,"job_number":"JOB_170562","tr_customer_id":170579,"tr_customer_product_id":170569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:48.000Z","modified_at":"2026-01-29T12:22:48.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16620338405473","imei1":"16620338405473","imei2":"16620338405473","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170563,"job_number":"JOB_170563","tr_customer_id":170580,"tr_customer_product_id":170570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:23:00.000Z","modified_at":"2026-01-29T12:23:00.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15857532110722","imei1":"15857532110722","imei2":"15857532110722","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:23:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170565,"job_number":"JOB_170565","tr_customer_id":170582,"tr_customer_product_id":170572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:23:01.000Z","modified_at":"2026-01-29T12:23:01.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"106842557277893","imei1":"106842557277893","imei2":"106842557277893","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:23:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170566,"job_number":"JOB_170566","tr_customer_id":170583,"tr_customer_product_id":170573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:23.000Z","modified_at":"2026-01-29T12:25:23.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12418718612898","imei1":"12418718612898","imei2":"12418718612898","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170568,"job_number":"JOB_170568","tr_customer_id":170585,"tr_customer_product_id":170575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:24.000Z","modified_at":"2026-01-29T12:25:24.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"25890562595419","imei1":"25890562595419","imei2":"25890562595419","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170569,"job_number":"JOB_170569","tr_customer_id":170586,"tr_customer_product_id":170576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:36.000Z","modified_at":"2026-01-29T12:25:36.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10557207415583","imei1":"10557207415583","imei2":"10557207415583","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170571,"job_number":"JOB_170571","tr_customer_id":170588,"tr_customer_product_id":170578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:37.000Z","modified_at":"2026-01-29T12:25:37.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"65194808903664","imei1":"65194808903664","imei2":"65194808903664","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170572,"job_number":"JOB_170572","tr_customer_id":170589,"tr_customer_product_id":170579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:49.000Z","modified_at":"2026-01-29T12:25:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19376722880369","imei1":"19376722880369","imei2":"19376722880369","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170574,"job_number":"JOB_170574","tr_customer_id":170591,"tr_customer_product_id":170581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:50.000Z","modified_at":"2026-01-29T12:25:50.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"27208133878736","imei1":"27208133878736","imei2":"27208133878736","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170577,"job_number":"JOB_170577","tr_customer_id":170594,"tr_customer_product_id":170584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:02:46.000Z","modified_at":"2026-01-29T13:02:46.000Z","name":"Rohan Johar","mobile_number":"7018972615","email_id":"manikya.somayaji@hotmail.com","dop":"2026-01-19","serial_number":"485879120274246","imei1":"485879120274246","imei2":"485879120274246","popurl":"www.naveen-pothuvaal.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:02:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170578,"job_number":"JOB_170578","tr_customer_id":170595,"tr_customer_product_id":170585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:32.000Z","modified_at":"2026-01-29T13:03:32.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14481599718290","imei1":"14481599718290","imei2":"14481599718290","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170580,"job_number":"JOB_170580","tr_customer_id":170597,"tr_customer_product_id":170587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:33.000Z","modified_at":"2026-01-29T13:03:33.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"55459891588674","imei1":"55459891588674","imei2":"55459891588674","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170581,"job_number":"JOB_170581","tr_customer_id":170598,"tr_customer_product_id":170588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:44.000Z","modified_at":"2026-01-29T13:03:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18543401995104","imei1":"18543401995104","imei2":"18543401995104","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170583,"job_number":"JOB_170583","tr_customer_id":170600,"tr_customer_product_id":170590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:44.000Z","modified_at":"2026-01-29T13:03:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51593891280494","imei1":"51593891280494","imei2":"51593891280494","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170584,"job_number":"JOB_170584","tr_customer_id":170601,"tr_customer_product_id":170591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:55.000Z","modified_at":"2026-01-29T13:03:55.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15710936490561","imei1":"15710936490561","imei2":"15710936490561","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170586,"job_number":"JOB_170586","tr_customer_id":170603,"tr_customer_product_id":170593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:56.000Z","modified_at":"2026-01-29T13:03:56.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"106188952658294","imei1":"106188952658294","imei2":"106188952658294","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170587,"job_number":"JOB_170587","tr_customer_id":170604,"tr_customer_product_id":170594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:11:01.000Z","modified_at":"2026-01-29T13:11:01.000Z","name":"Anamika Tagore","mobile_number":"7090685677","email_id":"devani.embranthiri@gmail.com","dop":"2026-01-19","serial_number":"081482321366832","imei1":"081482321366832","imei2":"081482321366832","popurl":"www.atreyi-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:11:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170588,"job_number":"JOB_170588","tr_customer_id":170605,"tr_customer_product_id":170595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:13:50.000Z","modified_at":"2026-01-29T13:13:50.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17470816007528","imei1":"17470816007528","imei2":"17470816007528","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:13:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170590,"job_number":"JOB_170590","tr_customer_id":170607,"tr_customer_product_id":170597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:13:51.000Z","modified_at":"2026-01-29T13:13:51.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"94810015130408","imei1":"94810015130408","imei2":"94810015130408","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:13:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170591,"job_number":"JOB_170591","tr_customer_id":170608,"tr_customer_product_id":170598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:02.000Z","modified_at":"2026-01-29T13:14:02.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13846949774491","imei1":"13846949774491","imei2":"13846949774491","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170593,"job_number":"JOB_170593","tr_customer_id":170610,"tr_customer_product_id":170600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:02.000Z","modified_at":"2026-01-29T13:14:02.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"34279997832217","imei1":"34279997832217","imei2":"34279997832217","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170594,"job_number":"JOB_170594","tr_customer_id":170611,"tr_customer_product_id":170601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:13.000Z","modified_at":"2026-01-29T13:14:13.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17246229451653","imei1":"17246229451653","imei2":"17246229451653","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170596,"job_number":"JOB_170596","tr_customer_id":170613,"tr_customer_product_id":170603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:14.000Z","modified_at":"2026-01-29T13:14:14.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"101826994044456","imei1":"101826994044456","imei2":"101826994044456","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170597,"job_number":"JOB_170597","tr_customer_id":170614,"tr_customer_product_id":170604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:05.000Z","modified_at":"2026-01-29T13:28:05.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15764276875722","imei1":"15764276875722","imei2":"15764276875722","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170599,"job_number":"JOB_170599","tr_customer_id":170616,"tr_customer_product_id":170606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:05.000Z","modified_at":"2026-01-29T13:28:05.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"39025816593383","imei1":"39025816593383","imei2":"39025816593383","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170600,"job_number":"JOB_170600","tr_customer_id":170617,"tr_customer_product_id":170607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:18.000Z","modified_at":"2026-01-29T13:28:18.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13921813166721","imei1":"13921813166721","imei2":"13921813166721","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170602,"job_number":"JOB_170602","tr_customer_id":170619,"tr_customer_product_id":170609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:18.000Z","modified_at":"2026-01-29T13:28:18.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"81195005187923","imei1":"81195005187923","imei2":"81195005187923","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170603,"job_number":"JOB_170603","tr_customer_id":170620,"tr_customer_product_id":170610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:30.000Z","modified_at":"2026-01-29T13:28:30.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17168215455938","imei1":"17168215455938","imei2":"17168215455938","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170605,"job_number":"JOB_170605","tr_customer_id":170622,"tr_customer_product_id":170612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:31.000Z","modified_at":"2026-01-29T13:28:31.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15252162674181","imei1":"15252162674181","imei2":"15252162674181","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170606,"job_number":"JOB_170606","tr_customer_id":170623,"tr_customer_product_id":170613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:40:11.000Z","modified_at":"2026-01-29T13:40:11.000Z","name":"Carmel Upton","mobile_number":"934-686-6109","email_id":"Ardella0@yahoo.com","dop":"2026-01-19","serial_number":"12800249645231","imei1":"12800249645231","imei2":"12800249645231","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170607,"job_number":"JOB_170607","tr_customer_id":170624,"tr_customer_product_id":170614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:40:16.000Z","modified_at":"2026-01-29T13:40:16.000Z","name":"Conor Rutherford","mobile_number":"236-208-2545","email_id":"May58@yahoo.com","dop":"2026-01-23","serial_number":"18390069402972","imei1":"18390069402972","imei2":"18390069402972","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:40:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170608,"job_number":"JOB_170608","tr_customer_id":170625,"tr_customer_product_id":170615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:41:14.000Z","modified_at":"2026-01-29T13:41:14.000Z","name":"Daren Schamberger","mobile_number":"291-502-9600","email_id":"Demetrius_Beier76@hotmail.com","dop":"2026-01-23","serial_number":"139285000057022","imei1":"139285000057022","imei2":"139285000057022","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:41:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170610,"job_number":"JOB_170610","tr_customer_id":170627,"tr_customer_product_id":170617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:42:39.000Z","modified_at":"2026-01-29T13:42:39.000Z","name":"Ruben Wolff","mobile_number":"998-279-0271","email_id":"Hailie_Connelly93@yahoo.com","dop":"2025-04-13","serial_number":"1009744602322156","imei1":"1009744602322156","imei2":"1009744602322156","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170612,"job_number":"JOB_170612","tr_customer_id":170629,"tr_customer_product_id":170619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:11.000Z","modified_at":"2026-01-29T13:47:11.000Z","name":"Maribel Wolff","mobile_number":"214-481-6880","email_id":"Rosie_Hayes10@hotmail.com","dop":"2025-04-13","serial_number":"1054714305924975","imei1":"1054714305924975","imei2":"1054714305924975","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:47:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170614,"job_number":"JOB_170614","tr_customer_id":170631,"tr_customer_product_id":170621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:38.000Z","modified_at":"2026-01-29T13:47:38.000Z","name":"Lucinda Koelpin","mobile_number":"751-655-1790","email_id":"Deangelo98@gmail.com","dop":"2025-04-13","serial_number":"1037337323091540","imei1":"1037337323091540","imei2":"1037337323091540","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170615,"job_number":"JOB_170615","tr_customer_id":170632,"tr_customer_product_id":170622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:50:35.000Z","modified_at":"2026-01-29T13:50:35.000Z","name":"Dion Batz","mobile_number":"795-535-5219","email_id":"Khalil_Davis@hotmail.com","dop":"2026-01-23","serial_number":"139235630811846","imei1":"139235630811846","imei2":"139235630811846","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170619,"job_number":"JOB_170619","tr_customer_id":170636,"tr_customer_product_id":170626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:17.000Z","modified_at":"2026-01-29T14:09:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59836183781698","imei1":"59836183781698","imei2":"59836183781698","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170620,"job_number":"JOB_170620","tr_customer_id":170637,"tr_customer_product_id":170627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:18.000Z","modified_at":"2026-01-29T14:09:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35629917911906","imei1":"35629917911906","imei2":"35629917911906","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170621,"job_number":"JOB_170621","tr_customer_id":170638,"tr_customer_product_id":170628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:18.000Z","modified_at":"2026-01-29T14:09:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46648017332110","imei1":"46648017332110","imei2":"46648017332110","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170622,"job_number":"JOB_170622","tr_customer_id":170639,"tr_customer_product_id":170629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:18.000Z","modified_at":"2026-01-29T14:09:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37116685992248","imei1":"37116685992248","imei2":"37116685992248","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170623,"job_number":"JOB_170623","tr_customer_id":170640,"tr_customer_product_id":170630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:19.000Z","modified_at":"2026-01-29T14:09:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62790160479191","imei1":"62790160479191","imei2":"62790160479191","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170624,"job_number":"JOB_170624","tr_customer_id":170641,"tr_customer_product_id":170631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:19.000Z","modified_at":"2026-01-29T14:09:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13699333898819","imei1":"13699333898819","imei2":"13699333898819","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170626,"job_number":"JOB_170626","tr_customer_id":170643,"tr_customer_product_id":170633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:34.000Z","modified_at":"2026-01-29T14:09:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13271255174915","imei1":"13271255174915","imei2":"13271255174915","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170628,"job_number":"JOB_170628","tr_customer_id":170645,"tr_customer_product_id":170635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:36.000Z","modified_at":"2026-01-29T14:09:36.000Z","name":"Sabina Russel","mobile_number":"603-905-7728","email_id":"Erick.Green@hotmail.com","dop":"2025-04-06","serial_number":"12765122914716278","imei1":"12765122914716278","imei2":"12765122914716278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170630,"job_number":"JOB_170630","tr_customer_id":170647,"tr_customer_product_id":170637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:42.000Z","modified_at":"2026-01-29T14:09:42.000Z","name":"Sydney Hodkiewicz","mobile_number":"723-344-1980","email_id":"Adrien94@gmail.com","dop":"2025-04-06","serial_number":"10417035467645472","imei1":"10417035467645472","imei2":"10417035467645472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170632,"job_number":"JOB_170632","tr_customer_id":170649,"tr_customer_product_id":170639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:52.000Z","modified_at":"2026-01-29T14:09:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51495525421831","imei1":"51495525421831","imei2":"51495525421831","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170633,"job_number":"JOB_170633","tr_customer_id":170650,"tr_customer_product_id":170640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:53.000Z","modified_at":"2026-01-29T14:09:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64298473275873","imei1":"64298473275873","imei2":"64298473275873","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170634,"job_number":"JOB_170634","tr_customer_id":170651,"tr_customer_product_id":170641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:53.000Z","modified_at":"2026-01-29T14:09:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13241669324108","imei1":"13241669324108","imei2":"13241669324108","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170635,"job_number":"JOB_170635","tr_customer_id":170652,"tr_customer_product_id":170642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:53.000Z","modified_at":"2026-01-29T14:09:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27348167769992","imei1":"27348167769992","imei2":"27348167769992","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170636,"job_number":"JOB_170636","tr_customer_id":170653,"tr_customer_product_id":170643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:54.000Z","modified_at":"2026-01-29T14:09:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11857570018969","imei1":"11857570018969","imei2":"11857570018969","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170637,"job_number":"JOB_170637","tr_customer_id":170654,"tr_customer_product_id":170644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:54.000Z","modified_at":"2026-01-29T14:09:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45530510234866","imei1":"45530510234866","imei2":"45530510234866","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170641,"job_number":"JOB_170641","tr_customer_id":170658,"tr_customer_product_id":170648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:20.000Z","modified_at":"2026-01-29T14:10:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16471020128168","imei1":"16471020128168","imei2":"16471020128168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170643,"job_number":"JOB_170643","tr_customer_id":170660,"tr_customer_product_id":170650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:21.000Z","modified_at":"2026-01-29T14:10:21.000Z","name":"Mabel Von","mobile_number":"545-600-8748","email_id":"Dustin.Littel@gmail.com","dop":"2025-04-06","serial_number":"15696888684715178","imei1":"15696888684715178","imei2":"15696888684715178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170644,"job_number":"JOB_170644","tr_customer_id":170661,"tr_customer_product_id":170651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:27.000Z","modified_at":"2026-01-29T14:10:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80476885755767","imei1":"80476885755767","imei2":"80476885755767","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170645,"job_number":"JOB_170645","tr_customer_id":170662,"tr_customer_product_id":170652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:27.000Z","modified_at":"2026-01-29T14:10:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32205266543222","imei1":"32205266543222","imei2":"32205266543222","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170646,"job_number":"JOB_170646","tr_customer_id":170663,"tr_customer_product_id":170653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:27.000Z","modified_at":"2026-01-29T14:10:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53855674847277","imei1":"53855674847277","imei2":"53855674847277","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170647,"job_number":"JOB_170647","tr_customer_id":170664,"tr_customer_product_id":170654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:28.000Z","modified_at":"2026-01-29T14:10:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87680375735673","imei1":"87680375735673","imei2":"87680375735673","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170648,"job_number":"JOB_170648","tr_customer_id":170665,"tr_customer_product_id":170655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:28.000Z","modified_at":"2026-01-29T14:10:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62451219327262","imei1":"62451219327262","imei2":"62451219327262","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170649,"job_number":"JOB_170649","tr_customer_id":170666,"tr_customer_product_id":170656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:28.000Z","modified_at":"2026-01-29T14:10:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36396773416077","imei1":"36396773416077","imei2":"36396773416077","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170651,"job_number":"JOB_170651","tr_customer_id":170668,"tr_customer_product_id":170658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:11:05.000Z","modified_at":"2026-01-29T14:11:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14497840140645","imei1":"14497840140645","imei2":"14497840140645","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:11:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170653,"job_number":"JOB_170653","tr_customer_id":170670,"tr_customer_product_id":170660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:11:07.000Z","modified_at":"2026-01-29T14:11:07.000Z","name":"Colin Mann","mobile_number":"500-258-1892","email_id":"Chaz.Thompson17@gmail.com","dop":"2025-04-06","serial_number":"15145090007362290","imei1":"15145090007362290","imei2":"15145090007362290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:11:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170663,"job_number":"JOB_170663","tr_customer_id":170680,"tr_customer_product_id":170670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:42.000Z","modified_at":"2026-01-29T14:33:42.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18144335562909","imei1":"18144335562909","imei2":"18144335562909","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170665,"job_number":"JOB_170665","tr_customer_id":170682,"tr_customer_product_id":170672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:43.000Z","modified_at":"2026-01-29T14:33:43.000Z","name":"Jessica Bernhard","mobile_number":"832-560-6687","email_id":"Vernie_Klocko@hotmail.com","dop":"2025-04-06","serial_number":"17593189206573856","imei1":"17593189206573856","imei2":"17593189206573856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170666,"job_number":"JOB_170666","tr_customer_id":170683,"tr_customer_product_id":170673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:44.000Z","modified_at":"2026-01-29T14:33:44.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17620259137506","imei2":"17620259137506","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170668,"job_number":"JOB_170668","tr_customer_id":170685,"tr_customer_product_id":170675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:59.000Z","modified_at":"2026-01-29T14:33:59.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12161447353277","imei2":"12161447353277","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170669,"job_number":"JOB_170669","tr_customer_id":170686,"tr_customer_product_id":170676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:34:00.000Z","modified_at":"2026-01-29T14:34:00.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16821902115578","imei2":"16821902115578","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:34:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169890,"job_number":"JOB_169890","tr_customer_id":169907,"tr_customer_product_id":169897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:18.000Z","modified_at":"2026-01-29T04:16:18.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Catalina_Beer85@hotmail.com","dop":"2025-07-02","serial_number":"11468399750888","imei1":"11468399750888","imei2":"11468399750888","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169913,"job_number":"JOB_169913","tr_customer_id":169930,"tr_customer_product_id":169920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Ronaldo_Kulas@gmail.com","dop":"2025-07-02","serial_number":"16826565478339","imei1":"16826565478339","imei2":"16826565478339","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169927,"job_number":"JOB_169927","tr_customer_id":169944,"tr_customer_product_id":169934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:53.000Z","modified_at":"2026-01-29T04:16:53.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Ralph.Reilly@hotmail.com","dop":"2025-07-02","serial_number":"15208020586693","imei1":"15208020586693","imei2":"15208020586693","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169957,"job_number":"JOB_169957","tr_customer_id":169974,"tr_customer_product_id":169964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:17:46.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"190716491907042","imei1":"190716491907042","imei2":"190716491907042","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169960,"job_number":"JOB_169960","tr_customer_id":169977,"tr_customer_product_id":169967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Johann Dibbert","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"184192556731387","imei1":"184192556731387","imei2":"184192556731387","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169962,"job_number":"JOB_169962","tr_customer_id":169979,"tr_customer_product_id":169969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Calista Schuppe","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"108590264598891","imei1":"108590264598891","imei2":"108590264598891","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169963,"job_number":"JOB_169963","tr_customer_id":169980,"tr_customer_product_id":169970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Lela Boyle","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"113807506462303","imei1":"113807506462303","imei2":"113807506462303","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169979,"job_number":"JOB_169979","tr_customer_id":169996,"tr_customer_product_id":169986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:17:57.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"14778791158538","imei1":"14778791158538","imei2":"14778791158538","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169985,"job_number":"JOB_169985","tr_customer_id":170002,"tr_customer_product_id":169992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:17:59.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"178943905284676","imei1":"178943905284676","imei2":"178943905284676","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169988,"job_number":"JOB_169988","tr_customer_id":170004,"tr_customer_product_id":169995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:17:59.000Z","name":"Cleveland Nader","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"160593098261144","imei1":"160593098261144","imei2":"160593098261144","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169989,"job_number":"JOB_169989","tr_customer_id":170006,"tr_customer_product_id":169996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"Nola Steuber","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"129136019390741","imei1":"129136019390741","imei2":"129136019390741","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169990,"job_number":"JOB_169990","tr_customer_id":170007,"tr_customer_product_id":169997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"Josefina Schuppe","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"188490740819099","imei1":"188490740819099","imei2":"188490740819099","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170002,"job_number":"JOB_170002","tr_customer_id":170019,"tr_customer_product_id":170009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:03.000Z","modified_at":"2026-01-29T04:18:03.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"105825948977618","imei1":"105825948977618","imei2":"105825948977618","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170004,"job_number":"JOB_170004","tr_customer_id":170021,"tr_customer_product_id":170011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:04.000Z","modified_at":"2026-01-29T04:18:04.000Z","name":"Eryn Bruen","mobile_number":"519-308-8273","email_id":"Meggie3@yahoo.com","dop":"2025-06-09","serial_number":"101844397816375","imei1":"101844397816375","imei2":"101844397816375","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170009,"job_number":"JOB_170009","tr_customer_id":170026,"tr_customer_product_id":170016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:19.000Z","modified_at":"2026-01-29T04:18:19.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"105528713661639","imei1":"105528713661639","imei2":"105528713661639","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170011,"job_number":"JOB_170011","tr_customer_id":170028,"tr_customer_product_id":170018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:20.000Z","modified_at":"2026-01-29T04:18:20.000Z","name":"Osborne Baumbach","mobile_number":"269-391-4648","email_id":"Amanda.Schoen6@yahoo.com","dop":"2025-06-09","serial_number":"101461346840938","imei1":"101461346840938","imei2":"101461346840938","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170022,"job_number":"JOB_170022","tr_customer_id":170039,"tr_customer_product_id":170029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:35.000Z","modified_at":"2026-01-29T04:18:35.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"102690346307484","imei1":"102690346307484","imei2":"102690346307484","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170024,"job_number":"JOB_170024","tr_customer_id":170041,"tr_customer_product_id":170031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:36.000Z","modified_at":"2026-01-29T04:18:36.000Z","name":"Lavada Kub","mobile_number":"725-504-9986","email_id":"Quincy46@hotmail.com","dop":"2025-06-09","serial_number":"100552901932869","imei1":"100552901932869","imei2":"100552901932869","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170085,"job_number":"JOB_170085","tr_customer_id":170102,"tr_customer_product_id":170092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:00:51.000Z","modified_at":"2026-01-29T05:00:51.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10286259884544","imei1":"10286259884544","imei2":"10286259884544","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:00:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170322,"job_number":"JOB_170322","tr_customer_id":170339,"tr_customer_product_id":170329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:14.000Z","modified_at":"2026-01-29T06:33:14.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"102303592410008","imei1":"102303592410008","imei2":"102303592410008","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170324,"job_number":"JOB_170324","tr_customer_id":170341,"tr_customer_product_id":170331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:15.000Z","modified_at":"2026-01-29T06:33:15.000Z","name":"Alicia Upton","mobile_number":"814-290-6671","email_id":"Connie.Goodwin66@hotmail.com","dop":"2025-06-09","serial_number":"105069189382942","imei1":"105069189382942","imei2":"105069189382942","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170325,"job_number":"JOB_170325","tr_customer_id":170342,"tr_customer_product_id":170332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:16.000Z","modified_at":"2026-01-29T06:33:16.000Z","name":"Brooke Spencer","mobile_number":"627-430-8736","email_id":"Jacey30@yahoo.com","dop":"2025-06-09","serial_number":"8270962798696557","imei1":"8270962798696557","imei2":"8270962798696557","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170326,"job_number":"JOB_170326","tr_customer_id":170343,"tr_customer_product_id":170333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:33.000Z","modified_at":"2026-01-29T06:33:33.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102172616443770","imei1":"102172616443770","imei2":"102172616443770","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170328,"job_number":"JOB_170328","tr_customer_id":170345,"tr_customer_product_id":170335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:34.000Z","modified_at":"2026-01-29T06:33:34.000Z","name":"Lindsey Hettinger","mobile_number":"393-703-2324","email_id":"Justyn_Jenkins29@hotmail.com","dop":"2025-06-09","serial_number":"102632198232302","imei1":"102632198232302","imei2":"102632198232302","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170329,"job_number":"JOB_170329","tr_customer_id":170346,"tr_customer_product_id":170336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:52.000Z","modified_at":"2026-01-29T06:33:52.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109578000036737","imei1":"109578000036737","imei2":"109578000036737","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170331,"job_number":"JOB_170331","tr_customer_id":170348,"tr_customer_product_id":170338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:52.000Z","modified_at":"2026-01-29T06:33:52.000Z","name":"Jules Zboncak","mobile_number":"455-881-5519","email_id":"Meghan44@gmail.com","dop":"2025-06-09","serial_number":"107302736681477","imei1":"107302736681477","imei2":"107302736681477","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170332,"job_number":"JOB_170332","tr_customer_id":170349,"tr_customer_product_id":170339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:54.000Z","modified_at":"2026-01-29T06:33:54.000Z","name":"Natalia Kessler","mobile_number":"761-543-6488","email_id":"Jade_Satterfield@gmail.com","dop":"2025-06-09","serial_number":"97950778071355780","imei1":"97950778071355780","imei2":"97950778071355780","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170462,"job_number":"JOB_170462","tr_customer_id":170479,"tr_customer_product_id":170469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:44:25.000Z","modified_at":"2026-01-29T07:44:25.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Justus81@hotmail.com","dop":"2025-07-02","serial_number":"16470960202615","imei1":"16470960202615","imei2":"16470960202615","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170463,"job_number":"JOB_170463","tr_customer_id":170480,"tr_customer_product_id":170470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:44:47.000Z","modified_at":"2026-01-29T07:44:47.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Daphnee.Hammes83@hotmail.com","dop":"2025-07-02","serial_number":"13659206069138","imei1":"13659206069138","imei2":"13659206069138","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:44:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170464,"job_number":"JOB_170464","tr_customer_id":170481,"tr_customer_product_id":170471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:45:07.000Z","modified_at":"2026-01-29T07:45:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Athena_Reinger@yahoo.com","dop":"2025-07-02","serial_number":"15409646448622","imei1":"15409646448622","imei2":"15409646448622","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:45:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170510,"job_number":"JOB_170510","tr_customer_id":170527,"tr_customer_product_id":170517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:16:32.000Z","modified_at":"2026-01-29T11:16:32.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"977071610989831","imei1":"977071610989831","imei2":"977071610989831","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:16:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170550,"job_number":"JOB_170550","tr_customer_id":170567,"tr_customer_product_id":170557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:13:23.000Z","modified_at":"2026-01-29T12:13:23.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"9770716109898312","imei1":"9770716109898312","imei2":"9770716109898312","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:13:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170551,"job_number":"JOB_170551","tr_customer_id":170568,"tr_customer_product_id":170558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:16:27.000Z","modified_at":"2026-01-29T12:16:27.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"97707161098983122","imei1":"97707161098983122","imei2":"97707161098983122","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170575,"job_number":"JOB_170575","tr_customer_id":170592,"tr_customer_product_id":170582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:36:37.000Z","modified_at":"2026-01-29T12:36:37.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"10191171314065","imei1":"10191171314065","imei2":"10191171314065","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170654,"job_number":"JOB_170654","tr_customer_id":170671,"tr_customer_product_id":170661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:29:59.000Z","modified_at":"2026-01-29T14:29:59.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"112406510523889","imei1":"112406510523889","imei2":"112406510523889","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:29:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170655,"job_number":"JOB_170655","tr_customer_id":170672,"tr_customer_product_id":170662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:00.000Z","modified_at":"2026-01-29T14:30:00.000Z","name":"Darrick Kessler","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"168539902678161","imei1":"168539902678161","imei2":"168539902678161","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170656,"job_number":"JOB_170656","tr_customer_id":170673,"tr_customer_product_id":170663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:00.000Z","modified_at":"2026-01-29T14:30:00.000Z","name":"Camryn Lakin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114954477026693","imei1":"114954477026693","imei2":"114954477026693","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170657,"job_number":"JOB_170657","tr_customer_id":170674,"tr_customer_product_id":170664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:00.000Z","modified_at":"2026-01-29T14:30:00.000Z","name":"Kaley Koepp","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"169709661148071","imei1":"169709661148071","imei2":"169709661148071","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170658,"job_number":"JOB_170658","tr_customer_id":170675,"tr_customer_product_id":170665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:13.000Z","modified_at":"2026-01-29T14:30:13.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"192051065949516","imei1":"192051065949516","imei2":"192051065949516","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170659,"job_number":"JOB_170659","tr_customer_id":170676,"tr_customer_product_id":170666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:14.000Z","modified_at":"2026-01-29T14:30:14.000Z","name":"Nellie Kemmer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"190504053936811","imei1":"190504053936811","imei2":"190504053936811","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170660,"job_number":"JOB_170660","tr_customer_id":170677,"tr_customer_product_id":170667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:14.000Z","modified_at":"2026-01-29T14:30:14.000Z","name":"Jeremie Lynch","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"135274987984350","imei1":"135274987984350","imei2":"135274987984350","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170661,"job_number":"JOB_170661","tr_customer_id":170678,"tr_customer_product_id":170668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:15.000Z","modified_at":"2026-01-29T14:30:15.000Z","name":"Afton Sanford","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"134477990546568","imei1":"134477990546568","imei2":"134477990546568","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169956,"job_number":"JOB_169956","tr_customer_id":169973,"tr_customer_product_id":169963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:17:46.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10712940788540","imei1":"10712940788540","imei2":"10712940788540","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169967,"job_number":"JOB_169967","tr_customer_id":169984,"tr_customer_product_id":169974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:48.000Z","modified_at":"2026-01-29T04:17:48.000Z","name":"Dock Raynor","mobile_number":"653-907-7882","email_id":"Laury.Goldner54@hotmail.com","dop":"2000-01-31","serial_number":"1095767801177090","imei1":"1095767801177090","imei2":"1095767801177090","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170015,"job_number":"JOB_170015","tr_customer_id":170032,"tr_customer_product_id":170022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:29.000Z","modified_at":"2026-01-29T04:18:29.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10739704061138","imei1":"10739704061138","imei2":"10739704061138","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170020,"job_number":"JOB_170020","tr_customer_id":170037,"tr_customer_product_id":170027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:30.000Z","modified_at":"2026-01-29T04:18:30.000Z","name":"Jonas Nolan","mobile_number":"810-555-0144","email_id":"Issac81@gmail.com","dop":"2000-01-31","serial_number":"1033403239328929","imei1":"1033403239328929","imei2":"1033403239328929","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170043,"job_number":"JOB_170043","tr_customer_id":170060,"tr_customer_product_id":170050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:11.000Z","modified_at":"2026-01-29T04:19:11.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10411503339546","imei1":"10411503339546","imei2":"10411503339546","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170046,"job_number":"JOB_170046","tr_customer_id":170063,"tr_customer_product_id":170053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:13.000Z","modified_at":"2026-01-29T04:19:13.000Z","name":"Imogene Parker","mobile_number":"952-922-4274","email_id":"Asia_Borer@hotmail.com","dop":"2000-01-31","serial_number":"1051265970680909","imei1":"1051265970680909","imei2":"1051265970680909","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170059,"job_number":"JOB_170059","tr_customer_id":170076,"tr_customer_product_id":170066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:54.000Z","modified_at":"2026-01-29T04:19:54.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10006257632907","imei1":"10006257632907","imei2":"10006257632907","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:54.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170061,"job_number":"JOB_170061","tr_customer_id":170078,"tr_customer_product_id":170068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:55.000Z","modified_at":"2026-01-29T04:19:55.000Z","name":"Burnice Tromp","mobile_number":"206-221-6239","email_id":"Jasen.Harvey@hotmail.com","dop":"2000-01-31","serial_number":"1030163097598711","imei1":"1030163097598711","imei2":"1030163097598711","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:55.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170394,"job_number":"JOB_170394","tr_customer_id":170411,"tr_customer_product_id":170401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:05.000Z","modified_at":"2026-01-29T06:48:05.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10040564136257","imei1":"10040564136257","imei2":"10040564136257","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170396,"job_number":"JOB_170396","tr_customer_id":170413,"tr_customer_product_id":170403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:07.000Z","modified_at":"2026-01-29T06:48:07.000Z","name":"Bobby Goodwin","mobile_number":"938-388-5703","email_id":"Bettye_Weber@gmail.com","dop":"2000-01-31","serial_number":"1002269612563443","imei1":"1002269612563443","imei2":"1002269612563443","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170400,"job_number":"JOB_170400","tr_customer_id":170417,"tr_customer_product_id":170407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:52.000Z","modified_at":"2026-01-29T06:48:52.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10137181032428","imei1":"10137181032428","imei2":"10137181032428","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170402,"job_number":"JOB_170402","tr_customer_id":170419,"tr_customer_product_id":170409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:53.000Z","modified_at":"2026-01-29T06:48:53.000Z","name":"Leda Ferry","mobile_number":"860-899-8473","email_id":"Gloria48@hotmail.com","dop":"2000-01-31","serial_number":"1065945309649281","imei1":"1065945309649281","imei2":"1065945309649281","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170403,"job_number":"JOB_170403","tr_customer_id":170420,"tr_customer_product_id":170410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:38.000Z","modified_at":"2026-01-29T06:49:38.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10942710777095","imei1":"10942710777095","imei2":"10942710777095","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170405,"job_number":"JOB_170405","tr_customer_id":170422,"tr_customer_product_id":170412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:39.000Z","modified_at":"2026-01-29T06:49:39.000Z","name":"Freeman Dickens","mobile_number":"614-949-6620","email_id":"Hope33@hotmail.com","dop":"2000-01-31","serial_number":"1046560680313165","imei1":"1046560680313165","imei2":"1046560680313165","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170409,"job_number":"JOB_170409","tr_customer_id":170426,"tr_customer_product_id":170416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:24.000Z","modified_at":"2026-01-29T06:50:24.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10594816478675","imei1":"10594816478675","imei2":"10594816478675","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170411,"job_number":"JOB_170411","tr_customer_id":170428,"tr_customer_product_id":170418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:25.000Z","modified_at":"2026-01-29T06:50:25.000Z","name":"Enoch Schulist","mobile_number":"219-219-6550","email_id":"Kellie.Cronin@hotmail.com","dop":"2000-01-31","serial_number":"1046919848290472","imei1":"1046919848290472","imei2":"1046919848290472","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNDF9.SIwWTSMYQ-Uc2u0ttmxjqRTU54HxOz6m78bI4Hxa3Pg
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token eaf65263-35f5-4bf0-af1d-a64beb3b7e25
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:02 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"job_id":151330,"engineer_id":2}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 265ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNDF9.SIwWTSMYQ-Uc2u0ttmxjqRTU54HxOz6m78bI4Hxa3Pg
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token eecc6a46-dcd8-47f2-a6ac-d18dca939992
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
        	"job_id": 170669,
        	"engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"3faeb-4IFrQYqjzlsjVT/I3jrBtnWPN68"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 322ms
Mean size per request: 556.83KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNDF9.SIwWTSMYQ-Uc2u0ttmxjqRTU54HxOz6m78bI4Hxa3Pg
Connection keep-alive
If-None-Match W/"3faeb-4IFrQYqjzlsjVT/I3jrBtnWPN68"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4767c9c0-2119-4efe-97d1-a14bc2c86158
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"8b356-pinmwTjXqkF5Ijs2f6XJZ9J49CE"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 29 Jan 2026 14:34:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":169856,"job_number":"JOB_169856","tr_customer_id":169873,"tr_customer_product_id":169863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T23:45:49.000Z","modified_at":"2026-01-28T23:45:49.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-18","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-18T23:45:48.998308266Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T23:45:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169858,"job_number":"JOB_169858","tr_customer_id":169875,"tr_customer_product_id":169865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T23:48:19.000Z","modified_at":"2026-01-28T23:48:19.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-18","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-18T23:48:18.916903686Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T23:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169860,"job_number":"JOB_169860","tr_customer_id":169877,"tr_customer_product_id":169867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:17:20.000Z","modified_at":"2026-01-29T01:17:20.000Z","name":"Trilochana Gill","mobile_number":"7092945714","email_id":"dev.ganaka@yahoo.co.in","dop":"2026-01-19","serial_number":"483237302467988","imei1":"483237302467988","imei2":"483237302467988","popurl":"www.rageswari-bhattathiri.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T01:17:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169862,"job_number":"JOB_169862","tr_customer_id":169879,"tr_customer_product_id":169869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:18:00.000Z","modified_at":"2026-01-29T01:18:00.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-19","serial_number":"78925764368475","imei1":"78925764368475","imei2":"78925764368475","popurl":"2026-01-19T01:18:00.226792700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T01:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169863,"job_number":"JOB_169863","tr_customer_id":169880,"tr_customer_product_id":169870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:51:47.000Z","modified_at":"2026-01-29T01:51:47.000Z","name":"Bhooshit Ahluwalia","mobile_number":"7068428475","email_id":"bakula.arora@hotmail.com","dop":"2026-01-19","serial_number":"295825705730767","imei1":"295825705730767","imei2":"295825705730767","popurl":"www.sanjay-dutta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T01:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169868,"job_number":"JOB_169868","tr_customer_id":169885,"tr_customer_product_id":169875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:24:56.000Z","modified_at":"2026-01-29T03:24:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11745469378024","imei1":"11745469378024","imei2":"11745469378024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:24:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169870,"job_number":"JOB_169870","tr_customer_id":169887,"tr_customer_product_id":169877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:24:58.000Z","modified_at":"2026-01-29T03:24:58.000Z","name":"Fatima Cummerata","mobile_number":"876-508-4980","email_id":"Maryse25@gmail.com","dop":"2025-04-06","serial_number":"15477188232281228","imei1":"15477188232281228","imei2":"15477188232281228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:24:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169871,"job_number":"JOB_169871","tr_customer_id":169888,"tr_customer_product_id":169878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:25:39.000Z","modified_at":"2026-01-29T03:25:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11809280576004","imei1":"11809280576004","imei2":"11809280576004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:25:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169873,"job_number":"JOB_169873","tr_customer_id":169890,"tr_customer_product_id":169880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:25:40.000Z","modified_at":"2026-01-29T03:25:40.000Z","name":"Mittie Balistreri","mobile_number":"618-238-8878","email_id":"Shakira15@gmail.com","dop":"2025-04-06","serial_number":"14916434383650400","imei1":"14916434383650400","imei2":"14916434383650400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:25:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169874,"job_number":"JOB_169874","tr_customer_id":169891,"tr_customer_product_id":169881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:26:21.000Z","modified_at":"2026-01-29T03:26:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10673562968699","imei1":"10673562968699","imei2":"10673562968699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169876,"job_number":"JOB_169876","tr_customer_id":169893,"tr_customer_product_id":169883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:26:23.000Z","modified_at":"2026-01-29T03:26:23.000Z","name":"Mercedes Mosciski","mobile_number":"923-418-2490","email_id":"Carrie_Bogisich@hotmail.com","dop":"2025-04-06","serial_number":"13521082425397300","imei1":"13521082425397300","imei2":"13521082425397300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169877,"job_number":"JOB_169877","tr_customer_id":169894,"tr_customer_product_id":169884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:13:59.000Z","modified_at":"2026-01-29T04:13:59.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2026-01-19","serial_number":"13511700420678","imei1":"13511700420678","imei2":"13511700420678","popurl":"2026-01-19T04:13:56.241282Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:13:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169880,"job_number":"JOB_169880","tr_customer_id":169897,"tr_customer_product_id":169887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:03.000Z","modified_at":"2026-01-29T04:16:03.000Z","name":"Marjory Prosacco","mobile_number":"699-267-2209","email_id":"Zula39@gmail.com","dop":"2025-04-06","serial_number":"16395387356944346","imei1":"16395387356944346","imei2":"16395387356944346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169881,"job_number":"JOB_169881","tr_customer_id":169898,"tr_customer_product_id":169888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:04.000Z","modified_at":"2026-01-29T04:16:04.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"12070682964530","imei1":"12070682964530","imei2":"12070682964530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169883,"job_number":"JOB_169883","tr_customer_id":169900,"tr_customer_product_id":169890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:06.000Z","modified_at":"2026-01-29T04:16:06.000Z","name":"Madelynn Waelchi","mobile_number":"699-759-6036","email_id":"Max_Muller@yahoo.com","dop":"2025-04-06","serial_number":"13740624223962302","imei1":"13740624223962302","imei2":"13740624223962302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169885,"job_number":"JOB_169885","tr_customer_id":169902,"tr_customer_product_id":169892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:09.000Z","modified_at":"2026-01-29T04:16:09.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10561216161403","imei1":"10561216161403","imei2":"10561216161403","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169887,"job_number":"JOB_169887","tr_customer_id":169904,"tr_customer_product_id":169894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:10.000Z","modified_at":"2026-01-29T04:16:10.000Z","name":"Minnie Streich","mobile_number":"683-999-8265","email_id":"Donavon48@gmail.com","dop":"2025-06-18","serial_number":"1012382214566289","imei1":"1012382214566289","imei2":"1012382214566289","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169889,"job_number":"JOB_169889","tr_customer_id":169906,"tr_customer_product_id":169896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:12.000Z","modified_at":"2026-01-29T04:16:12.000Z","name":"Rupert Cronin","mobile_number":"620-842-1122","email_id":"Wilson_Gutkowski13@yahoo.com","dop":"2025-04-06","serial_number":"11997571758332780","imei1":"11997571758332780","imei2":"11997571758332780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169892,"job_number":"JOB_169892","tr_customer_id":169909,"tr_customer_product_id":169899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:21.000Z","modified_at":"2026-01-29T04:16:21.000Z","name":"Eleonore Nitzsche","mobile_number":"398-329-9801","email_id":"Angelica_Weissnat@gmail.com","dop":"2025-04-06","serial_number":"12749404775768988","imei1":"12749404775768988","imei2":"12749404775768988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169893,"job_number":"JOB_169893","tr_customer_id":169910,"tr_customer_product_id":169900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:23.000Z","modified_at":"2026-01-29T04:16:23.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12923627457681","imei1":"12923627457681","imei2":"12923627457681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169896,"job_number":"JOB_169896","tr_customer_id":169913,"tr_customer_product_id":169903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:24.000Z","modified_at":"2026-01-29T04:16:24.000Z","name":"Karl Abbott","mobile_number":"703-729-7463","email_id":"Emilio79@hotmail.com","dop":"2025-04-06","serial_number":"14506814694084636","imei1":"14506814694084636","imei2":"14506814694084636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169897,"job_number":"JOB_169897","tr_customer_id":169914,"tr_customer_product_id":169904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:25.000Z","modified_at":"2026-01-29T04:16:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14289345962544","imei1":"14289345962544","imei2":"14289345962544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169899,"job_number":"JOB_169899","tr_customer_id":169916,"tr_customer_product_id":169906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:25.000Z","modified_at":"2026-01-29T04:16:25.000Z","name":"Jayde Glover","mobile_number":"634-373-0219","email_id":"Jarred.Feil17@hotmail.com","dop":"2025-04-06","serial_number":"15932062647888252","imei1":"15932062647888252","imei2":"15932062647888252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169900,"job_number":"JOB_169900","tr_customer_id":169917,"tr_customer_product_id":169907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:26.000Z","modified_at":"2026-01-29T04:16:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16898380037762","imei1":"16898380037762","imei2":"16898380037762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169902,"job_number":"JOB_169902","tr_customer_id":169919,"tr_customer_product_id":169909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:26.000Z","modified_at":"2026-01-29T04:16:26.000Z","name":"Lois Marks","mobile_number":"764-967-8562","email_id":"Carlie.Schumm@yahoo.com","dop":"2025-04-06","serial_number":"14440004652815754","imei1":"14440004652815754","imei2":"14440004652815754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169903,"job_number":"JOB_169903","tr_customer_id":169920,"tr_customer_product_id":169910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:28.000Z","modified_at":"2026-01-29T04:16:28.000Z","name":"Elijah Walter","mobile_number":"476-770-1837","email_id":"Fernando.Kirlin26@gmail.com","dop":"2025-04-06","serial_number":"11410915776276976","imei1":"11410915776276976","imei2":"11410915776276976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169904,"job_number":"JOB_169904","tr_customer_id":169921,"tr_customer_product_id":169911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:30.000Z","modified_at":"2026-01-29T04:16:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11673376810277","imei1":"11673376810277","imei2":"11673376810277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169907,"job_number":"JOB_169907","tr_customer_id":169924,"tr_customer_product_id":169914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:32.000Z","modified_at":"2026-01-29T04:16:32.000Z","name":"Demetrius D'Amore","mobile_number":"362-947-9683","email_id":"Perry_Kozey17@yahoo.com","dop":"2025-04-06","serial_number":"11484159943619490","imei1":"11484159943619490","imei2":"11484159943619490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169909,"job_number":"JOB_169909","tr_customer_id":169926,"tr_customer_product_id":169916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:34.000Z","modified_at":"2026-01-29T04:16:34.000Z","name":"Sarai Friesen","mobile_number":"719-677-8126","email_id":"Calista59@yahoo.com","dop":"2025-04-06","serial_number":"14026021872485694","imei1":"14026021872485694","imei2":"14026021872485694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169910,"job_number":"JOB_169910","tr_customer_id":169927,"tr_customer_product_id":169917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:34.000Z","modified_at":"2026-01-29T04:16:34.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14302233343511","imei1":"14302233343511","imei2":"14302233343511","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169914,"job_number":"JOB_169914","tr_customer_id":169931,"tr_customer_product_id":169921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"101462564205490","imei1":"101462564205490","imei2":"101462564205490","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169915,"job_number":"JOB_169915","tr_customer_id":169932,"tr_customer_product_id":169922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12803020310911","imei2":"12803020310911","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169916,"job_number":"JOB_169916","tr_customer_id":169933,"tr_customer_product_id":169923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Sydni Senger","mobile_number":"869-282-7747","email_id":"Maci_Gerlach59@hotmail.com","dop":"2025-04-06","serial_number":"18415754176926830","imei1":"18415754176926830","imei2":"18415754176926830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169919,"job_number":"JOB_169919","tr_customer_id":169936,"tr_customer_product_id":169926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:46.000Z","modified_at":"2026-01-29T04:16:46.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"15782736781614","imei1":"15782736781614","imei2":"15782736781614","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169921,"job_number":"JOB_169921","tr_customer_id":169938,"tr_customer_product_id":169928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:47.000Z","modified_at":"2026-01-29T04:16:47.000Z","name":"Ressie Bergnaum","mobile_number":"415-766-0961","email_id":"Hosea_Schneider69@gmail.com","dop":"2025-04-06","serial_number":"10877755317220514","imei1":"10877755317220514","imei2":"10877755317220514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169922,"job_number":"JOB_169922","tr_customer_id":169939,"tr_customer_product_id":169929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:50.000Z","modified_at":"2026-01-29T04:16:50.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16399240615138","imei2":"16399240615138","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169924,"job_number":"JOB_169924","tr_customer_id":169941,"tr_customer_product_id":169931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:50.000Z","modified_at":"2026-01-29T04:16:50.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10073147389813","imei1":"10073147389813","imei2":"10073147389813","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169926,"job_number":"JOB_169926","tr_customer_id":169943,"tr_customer_product_id":169933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:51.000Z","modified_at":"2026-01-29T04:16:51.000Z","name":"Friedrich Conroy","mobile_number":"889-488-0858","email_id":"Zachary_Sporer@yahoo.com","dop":"2025-06-18","serial_number":"1067788577784827","imei1":"1067788577784827","imei2":"1067788577784827","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169929,"job_number":"JOB_169929","tr_customer_id":169946,"tr_customer_product_id":169936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:03.000Z","modified_at":"2026-01-29T04:17:03.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19276057056292","imei2":"19276057056292","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169931,"job_number":"JOB_169931","tr_customer_id":169948,"tr_customer_product_id":169938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:05.000Z","modified_at":"2026-01-29T04:17:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12472772312416","imei1":"12472772312416","imei2":"12472772312416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169933,"job_number":"JOB_169933","tr_customer_id":169950,"tr_customer_product_id":169940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:07.000Z","modified_at":"2026-01-29T04:17:07.000Z","name":"Raphael Collins","mobile_number":"936-970-6712","email_id":"Rebekah.Kuhlman16@gmail.com","dop":"2025-04-06","serial_number":"13216219847530868","imei1":"13216219847530868","imei2":"13216219847530868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169934,"job_number":"JOB_169934","tr_customer_id":169951,"tr_customer_product_id":169941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11438072933999","imei1":"11438072933999","imei2":"11438072933999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169935,"job_number":"JOB_169935","tr_customer_id":169952,"tr_customer_product_id":169942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18182378173943","imei1":"18182378173943","imei2":"18182378173943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169938,"job_number":"JOB_169938","tr_customer_id":169955,"tr_customer_product_id":169945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19878340438041","imei1":"19878340438041","imei2":"19878340438041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169940,"job_number":"JOB_169940","tr_customer_id":169957,"tr_customer_product_id":169947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:14.000Z","modified_at":"2026-01-29T04:17:14.000Z","name":"Tomas Jones","mobile_number":"963-869-7612","email_id":"Dean.Predovic67@hotmail.com","dop":"2025-04-06","serial_number":"11853819722048202","imei1":"11853819722048202","imei2":"11853819722048202","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169941,"job_number":"JOB_169941","tr_customer_id":169958,"tr_customer_product_id":169948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:14.000Z","modified_at":"2026-01-29T04:17:14.000Z","name":"Hayley Rice","mobile_number":"402-654-1383","email_id":"Rogers.Gutkowski@gmail.com","dop":"2025-04-06","serial_number":"16407734138657324","imei1":"16407734138657324","imei2":"16407734138657324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169942,"job_number":"JOB_169942","tr_customer_id":169959,"tr_customer_product_id":169949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:15.000Z","modified_at":"2026-01-29T04:17:15.000Z","name":"Christina Fisher","mobile_number":"233-337-6786","email_id":"Genesis15@hotmail.com","dop":"2025-04-06","serial_number":"10851852586991604","imei1":"10851852586991604","imei2":"10851852586991604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169943,"job_number":"JOB_169943","tr_customer_id":169960,"tr_customer_product_id":169950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:17.000Z","modified_at":"2026-01-29T04:17:17.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18269688819306","imei1":"18269688819306","imei2":"18269688819306","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169945,"job_number":"JOB_169945","tr_customer_id":169962,"tr_customer_product_id":169952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:18.000Z","modified_at":"2026-01-29T04:17:18.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"29473598651057","imei1":"29473598651057","imei2":"29473598651057","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169946,"job_number":"JOB_169946","tr_customer_id":169963,"tr_customer_product_id":169953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:22.000Z","modified_at":"2026-01-29T04:17:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11636781794539","imei1":"11636781794539","imei2":"11636781794539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169948,"job_number":"JOB_169948","tr_customer_id":169965,"tr_customer_product_id":169955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:24.000Z","modified_at":"2026-01-29T04:17:24.000Z","name":"Johnson Cartwright","mobile_number":"293-616-5525","email_id":"Lauren90@hotmail.com","dop":"2025-04-06","serial_number":"12137245612803680","imei1":"12137245612803680","imei2":"12137245612803680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169949,"job_number":"JOB_169949","tr_customer_id":169966,"tr_customer_product_id":169956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:27.000Z","modified_at":"2026-01-29T04:17:27.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13938280362099","imei1":"13938280362099","imei2":"13938280362099","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169951,"job_number":"JOB_169951","tr_customer_id":169968,"tr_customer_product_id":169958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:28.000Z","modified_at":"2026-01-29T04:17:28.000Z","name":"Blanca Murazik","mobile_number":"287-201-7312","email_id":"Jennings10@gmail.com","dop":"2025-04-06","serial_number":"11241529073060320","imei1":"11241529073060320","imei2":"11241529073060320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169952,"job_number":"JOB_169952","tr_customer_id":169969,"tr_customer_product_id":169959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:17:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13991298792295","imei1":"13991298792295","imei2":"13991298792295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169954,"job_number":"JOB_169954","tr_customer_id":169971,"tr_customer_product_id":169961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:17:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13135699846297","imei1":"13135699846297","imei2":"13135699846297","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169959,"job_number":"JOB_169959","tr_customer_id":169976,"tr_customer_product_id":169966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:17:46.000Z","name":"Fanny Shields","mobile_number":"938-931-7489","email_id":"Kristoffer_Considine6@hotmail.com","dop":"2025-04-06","serial_number":"13996429550028526","imei1":"13996429550028526","imei2":"13996429550028526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169961,"job_number":"JOB_169961","tr_customer_id":169978,"tr_customer_product_id":169968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Tommie Sauer","mobile_number":"682-387-7272","email_id":"Emiliano76@hotmail.com","dop":"2025-04-06","serial_number":"16683896035858156","imei1":"16683896035858156","imei2":"16683896035858156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169964,"job_number":"JOB_169964","tr_customer_id":169981,"tr_customer_product_id":169971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16489268563937","imei1":"16489268563937","imei2":"16489268563937","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169968,"job_number":"JOB_169968","tr_customer_id":169985,"tr_customer_product_id":169975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:49.000Z","modified_at":"2026-01-29T04:17:49.000Z","name":"Ebony Parisian","mobile_number":"895-882-8668","email_id":"Sedrick41@yahoo.com","dop":"2025-04-06","serial_number":"17429089838740596","imei1":"17429089838740596","imei2":"17429089838740596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169969,"job_number":"JOB_169969","tr_customer_id":169986,"tr_customer_product_id":169976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:51.000Z","modified_at":"2026-01-29T04:17:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12070621903777","imei1":"12070621903777","imei2":"12070621903777","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169971,"job_number":"JOB_169971","tr_customer_id":169988,"tr_customer_product_id":169978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:53.000Z","modified_at":"2026-01-29T04:17:53.000Z","name":"Derrick Terry","mobile_number":"688-773-2017","email_id":"Percival87@yahoo.com","dop":"2025-04-06","serial_number":"18769623652511530","imei1":"18769623652511530","imei2":"18769623652511530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169973,"job_number":"JOB_169973","tr_customer_id":169990,"tr_customer_product_id":169980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:55.000Z","modified_at":"2026-01-29T04:17:55.000Z","name":"Maud Willms","mobile_number":"531-916-9431","email_id":"Brett.Hessel@gmail.com","dop":"2025-05-30","serial_number":"19047804443738","imei1":"19047804443738","imei2":"19047804443738","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169974,"job_number":"JOB_169974","tr_customer_id":169991,"tr_customer_product_id":169981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:17:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13438763165786","imei1":"13438763165786","imei2":"13438763165786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169977,"job_number":"JOB_169977","tr_customer_id":169994,"tr_customer_product_id":169984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:17:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17560182260872","imei1":"17560182260872","imei2":"17560182260872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169978,"job_number":"JOB_169978","tr_customer_id":169995,"tr_customer_product_id":169985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:17:57.000Z","name":"Jeramie Borer","mobile_number":"717-444-2614","email_id":"Valentin53@hotmail.com","dop":"2025-05-30","serial_number":"1366895474168729","imei1":"1366895474168729","imei2":"1366895474168729","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169981,"job_number":"JOB_169981","tr_customer_id":169998,"tr_customer_product_id":169988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:17:57.000Z","name":"Roscoe Wolf","mobile_number":"586-961-2040","email_id":"Freddy26@hotmail.com","dop":"2025-04-06","serial_number":"11243190297393252","imei1":"11243190297393252","imei2":"11243190297393252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169982,"job_number":"JOB_169982","tr_customer_id":169999,"tr_customer_product_id":169989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:58.000Z","modified_at":"2026-01-29T04:17:58.000Z","name":"Isabell Stroman","mobile_number":"412-452-2381","email_id":"Anya_Orn@hotmail.com","dop":"2025-04-06","serial_number":"13127050337010392","imei1":"13127050337010392","imei2":"13127050337010392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169983,"job_number":"JOB_169983","tr_customer_id":170000,"tr_customer_product_id":169990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:58.000Z","modified_at":"2026-01-29T04:17:58.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15240351894540","imei1":"15240351894540","imei2":"15240351894540","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169986,"job_number":"JOB_169986","tr_customer_id":170003,"tr_customer_product_id":169993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:17:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15199399382074","imei1":"15199399382074","imei2":"15199399382074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169991,"job_number":"JOB_169991","tr_customer_id":170008,"tr_customer_product_id":169998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10873400051463","imei1":"10873400051463","imei2":"10873400051463","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169992,"job_number":"JOB_169992","tr_customer_id":170009,"tr_customer_product_id":169999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13676563880234","imei1":"13676563880234","imei2":"13676563880234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169993,"job_number":"JOB_169993","tr_customer_id":170010,"tr_customer_product_id":170000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"28764031525642","imei1":"28764031525642","imei2":"28764031525642","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169995,"job_number":"JOB_169995","tr_customer_id":170012,"tr_customer_product_id":170002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:01.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"13651484288758","imei1":"13651484288758","imei2":"13651484288758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169997,"job_number":"JOB_169997","tr_customer_id":170014,"tr_customer_product_id":170004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:01.000Z","modified_at":"2026-01-29T04:18:01.000Z","name":"Donnie Rippin","mobile_number":"751-369-7144","email_id":"Moshe_Wisoky@yahoo.com","dop":"2025-04-06","serial_number":"17941153908569654","imei1":"17941153908569654","imei2":"17941153908569654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169999,"job_number":"JOB_169999","tr_customer_id":170016,"tr_customer_product_id":170006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:02.000Z","modified_at":"2026-01-29T04:18:02.000Z","name":"Lucie Goyette","mobile_number":"484-258-5676","email_id":"Candelario.Kessler28@yahoo.com","dop":"2025-04-06","serial_number":"11748011688107488","imei1":"11748011688107488","imei2":"11748011688107488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170000,"job_number":"JOB_170000","tr_customer_id":170017,"tr_customer_product_id":170007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:02.000Z","modified_at":"2026-01-29T04:18:02.000Z","name":"Arno Auer","mobile_number":"772-468-7279","email_id":"Aniyah.Tillman@yahoo.com","dop":"2025-04-06","serial_number":"16702733351902096","imei1":"16702733351902096","imei2":"16702733351902096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170001,"job_number":"JOB_170001","tr_customer_id":170018,"tr_customer_product_id":170008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:02.000Z","modified_at":"2026-01-29T04:18:02.000Z","name":"Theresa Green","mobile_number":"897-805-8431","email_id":"Emmy25@gmail.com","dop":"2025-04-06","serial_number":"11137089850184800","imei1":"11137089850184800","imei2":"11137089850184800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170005,"job_number":"JOB_170005","tr_customer_id":170022,"tr_customer_product_id":170012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:11.000Z","modified_at":"2026-01-29T04:18:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11252590444425","imei1":"11252590444425","imei2":"11252590444425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170007,"job_number":"JOB_170007","tr_customer_id":170024,"tr_customer_product_id":170014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:12.000Z","modified_at":"2026-01-29T04:18:12.000Z","name":"Haleigh Glover","mobile_number":"652-273-9084","email_id":"Serenity.Paucek42@gmail.com","dop":"2025-04-06","serial_number":"13173861116338296","imei1":"13173861116338296","imei2":"13173861116338296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170013,"job_number":"JOB_170013","tr_customer_id":170030,"tr_customer_product_id":170020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:28.000Z","modified_at":"2026-01-29T04:18:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18166799809930","imei1":"18166799809930","imei2":"18166799809930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170017,"job_number":"JOB_170017","tr_customer_id":170034,"tr_customer_product_id":170024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:29.000Z","modified_at":"2026-01-29T04:18:29.000Z","name":"Isai Zboncak","mobile_number":"512-467-1207","email_id":"Malcolm.Durgan15@gmail.com","dop":"2025-04-06","serial_number":"19091436100148980","imei1":"19091436100148980","imei2":"19091436100148980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170018,"job_number":"JOB_170018","tr_customer_id":170035,"tr_customer_product_id":170025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:30.000Z","modified_at":"2026-01-29T04:18:30.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10333081235751","imei1":"10333081235751","imei2":"10333081235751","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170021,"job_number":"JOB_170021","tr_customer_id":170038,"tr_customer_product_id":170028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:31.000Z","modified_at":"2026-01-29T04:18:31.000Z","name":"Isai Reichel","mobile_number":"341-862-5299","email_id":"Alfonzo31@gmail.com","dop":"2025-04-06","serial_number":"12233201586587286","imei1":"12233201586587286","imei2":"12233201586587286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170025,"job_number":"JOB_170025","tr_customer_id":170042,"tr_customer_product_id":170032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:36.000Z","modified_at":"2026-01-29T04:18:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19567663308904","imei1":"19567663308904","imei2":"19567663308904","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170027,"job_number":"JOB_170027","tr_customer_id":170044,"tr_customer_product_id":170034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:37.000Z","modified_at":"2026-01-29T04:18:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18269106291722","imei1":"18269106291722","imei2":"18269106291722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170029,"job_number":"JOB_170029","tr_customer_id":170046,"tr_customer_product_id":170036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:38.000Z","modified_at":"2026-01-29T04:18:38.000Z","name":"Casandra Rowe","mobile_number":"434-701-1275","email_id":"Garrick79@gmail.com","dop":"2025-04-06","serial_number":"15486414409544662","imei1":"15486414409544662","imei2":"15486414409544662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170030,"job_number":"JOB_170030","tr_customer_id":170047,"tr_customer_product_id":170037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:39.000Z","modified_at":"2026-01-29T04:18:39.000Z","name":"Jesse Lindgren","mobile_number":"840-897-8086","email_id":"Gertrude_Feil@hotmail.com","dop":"2025-04-06","serial_number":"19863142606345120","imei1":"19863142606345120","imei2":"19863142606345120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170032,"job_number":"JOB_170032","tr_customer_id":170049,"tr_customer_product_id":170039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:43.000Z","modified_at":"2026-01-29T04:18:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16936680577744","imei1":"16936680577744","imei2":"16936680577744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170034,"job_number":"JOB_170034","tr_customer_id":170051,"tr_customer_product_id":170041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:44.000Z","modified_at":"2026-01-29T04:18:44.000Z","name":"Selmer Macejkovic","mobile_number":"353-579-4056","email_id":"Cassidy44@yahoo.com","dop":"2025-04-06","serial_number":"15208412121779964","imei1":"15208412121779964","imei2":"15208412121779964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170035,"job_number":"JOB_170035","tr_customer_id":170052,"tr_customer_product_id":170042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:46.000Z","modified_at":"2026-01-29T04:18:46.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"12048314724048","imei1":"12048314724048","imei2":"12048314724048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170037,"job_number":"JOB_170037","tr_customer_id":170054,"tr_customer_product_id":170044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:47.000Z","modified_at":"2026-01-29T04:18:47.000Z","name":"Otto Upton","mobile_number":"718-817-5286","email_id":"Nikita.Stehr40@hotmail.com","dop":"2025-04-06","serial_number":"12402780473306932","imei1":"12402780473306932","imei2":"12402780473306932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170038,"job_number":"JOB_170038","tr_customer_id":170055,"tr_customer_product_id":170045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:59.000Z","modified_at":"2026-01-29T04:18:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13136422782999","imei1":"13136422782999","imei2":"13136422782999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170040,"job_number":"JOB_170040","tr_customer_id":170057,"tr_customer_product_id":170047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:01.000Z","modified_at":"2026-01-29T04:19:01.000Z","name":"Dulce Turcotte","mobile_number":"627-644-7517","email_id":"Meredith_Mosciski97@gmail.com","dop":"2025-04-06","serial_number":"11308045440720300","imei1":"11308045440720300","imei2":"11308045440720300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170041,"job_number":"JOB_170041","tr_customer_id":170058,"tr_customer_product_id":170048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:10.000Z","modified_at":"2026-01-29T04:19:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12346224454851","imei1":"12346224454851","imei2":"12346224454851","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170044,"job_number":"JOB_170044","tr_customer_id":170061,"tr_customer_product_id":170051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:11.000Z","modified_at":"2026-01-29T04:19:11.000Z","name":"Delta Dare","mobile_number":"971-424-5135","email_id":"Kara23@hotmail.com","dop":"2025-04-06","serial_number":"13717379560690216","imei1":"13717379560690216","imei2":"13717379560690216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170047,"job_number":"JOB_170047","tr_customer_id":170064,"tr_customer_product_id":170054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:14.000Z","modified_at":"2026-01-29T04:19:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11163741540531","imei1":"11163741540531","imei2":"11163741540531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170049,"job_number":"JOB_170049","tr_customer_id":170066,"tr_customer_product_id":170056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:16.000Z","modified_at":"2026-01-29T04:19:16.000Z","name":"Carlotta Ward","mobile_number":"352-533-4840","email_id":"Lessie_Tillman@gmail.com","dop":"2025-04-06","serial_number":"14248802048586536","imei1":"14248802048586536","imei2":"14248802048586536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170050,"job_number":"JOB_170050","tr_customer_id":170067,"tr_customer_product_id":170057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:18.000Z","modified_at":"2026-01-29T04:19:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19293730852996","imei1":"19293730852996","imei2":"19293730852996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170052,"job_number":"JOB_170052","tr_customer_id":170069,"tr_customer_product_id":170059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:19.000Z","modified_at":"2026-01-29T04:19:19.000Z","name":"Brain Lang","mobile_number":"594-849-9001","email_id":"Anabel.Botsford@gmail.com","dop":"2025-04-06","serial_number":"13596958877133660","imei1":"13596958877133660","imei2":"13596958877133660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170053,"job_number":"JOB_170053","tr_customer_id":170070,"tr_customer_product_id":170060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:20.000Z","modified_at":"2026-01-29T04:19:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16570668237798","imei1":"16570668237798","imei2":"16570668237798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170055,"job_number":"JOB_170055","tr_customer_id":170072,"tr_customer_product_id":170062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:21.000Z","modified_at":"2026-01-29T04:19:21.000Z","name":"Tyler Witting","mobile_number":"919-947-9150","email_id":"Maryam16@hotmail.com","dop":"2025-04-06","serial_number":"18160876903515956","imei1":"18160876903515956","imei2":"18160876903515956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170056,"job_number":"JOB_170056","tr_customer_id":170073,"tr_customer_product_id":170063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:25.000Z","modified_at":"2026-01-29T04:19:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19335030462768","imei1":"19335030462768","imei2":"19335030462768","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170058,"job_number":"JOB_170058","tr_customer_id":170075,"tr_customer_product_id":170065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:27.000Z","modified_at":"2026-01-29T04:19:27.000Z","name":"Jamarcus Schmitt","mobile_number":"413-229-5689","email_id":"Imelda_Bednar38@hotmail.com","dop":"2025-04-06","serial_number":"15619569772936880","imei1":"15619569772936880","imei2":"15619569772936880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170062,"job_number":"JOB_170062","tr_customer_id":170079,"tr_customer_product_id":170069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:20:43.000Z","modified_at":"2026-01-29T04:20:43.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"preethi.sathya@gmail.com","dop":"2025-12-09","serial_number":"10605741295101","imei1":"10605741295101","imei2":"10605741295101","popurl":"2025-12-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170063,"job_number":"JOB_170063","tr_customer_id":170080,"tr_customer_product_id":170070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:39.000Z","modified_at":"2026-01-29T04:23:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61742922570869","imei1":"61742922570869","imei2":"61742922570869","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170064,"job_number":"JOB_170064","tr_customer_id":170081,"tr_customer_product_id":170071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:39.000Z","modified_at":"2026-01-29T04:23:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93056327496200","imei1":"93056327496200","imei2":"93056327496200","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170065,"job_number":"JOB_170065","tr_customer_id":170082,"tr_customer_product_id":170072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:40.000Z","modified_at":"2026-01-29T04:23:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93791321431375","imei1":"93791321431375","imei2":"93791321431375","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170066,"job_number":"JOB_170066","tr_customer_id":170083,"tr_customer_product_id":170073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:40.000Z","modified_at":"2026-01-29T04:23:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31270802365495","imei1":"31270802365495","imei2":"31270802365495","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170067,"job_number":"JOB_170067","tr_customer_id":170084,"tr_customer_product_id":170074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:40.000Z","modified_at":"2026-01-29T04:23:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92767950644837","imei1":"92767950644837","imei2":"92767950644837","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170068,"job_number":"JOB_170068","tr_customer_id":170085,"tr_customer_product_id":170075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:41.000Z","modified_at":"2026-01-29T04:23:41.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18229715259307","imei1":"18229715259307","imei2":"18229715259307","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170070,"job_number":"JOB_170070","tr_customer_id":170087,"tr_customer_product_id":170077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:12.000Z","modified_at":"2026-01-29T04:24:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97460499699716","imei1":"97460499699716","imei2":"97460499699716","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170071,"job_number":"JOB_170071","tr_customer_id":170088,"tr_customer_product_id":170078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:12.000Z","modified_at":"2026-01-29T04:24:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28724397917824","imei1":"28724397917824","imei2":"28724397917824","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170072,"job_number":"JOB_170072","tr_customer_id":170089,"tr_customer_product_id":170079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:12.000Z","modified_at":"2026-01-29T04:24:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12208933587131","imei1":"12208933587131","imei2":"12208933587131","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170073,"job_number":"JOB_170073","tr_customer_id":170090,"tr_customer_product_id":170080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"89557250189927","imei1":"89557250189927","imei2":"89557250189927","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170074,"job_number":"JOB_170074","tr_customer_id":170091,"tr_customer_product_id":170081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14826939783532","imei1":"14826939783532","imei2":"14826939783532","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170075,"job_number":"JOB_170075","tr_customer_id":170092,"tr_customer_product_id":170082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54338572207443","imei1":"54338572207443","imei2":"54338572207443","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170077,"job_number":"JOB_170077","tr_customer_id":170094,"tr_customer_product_id":170084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:44.000Z","modified_at":"2026-01-29T04:24:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59504424488692","imei1":"59504424488692","imei2":"59504424488692","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170078,"job_number":"JOB_170078","tr_customer_id":170095,"tr_customer_product_id":170085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:44.000Z","modified_at":"2026-01-29T04:24:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90655526949378","imei1":"90655526949378","imei2":"90655526949378","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170079,"job_number":"JOB_170079","tr_customer_id":170096,"tr_customer_product_id":170086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:44.000Z","modified_at":"2026-01-29T04:24:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"98417105285089","imei1":"98417105285089","imei2":"98417105285089","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170080,"job_number":"JOB_170080","tr_customer_id":170097,"tr_customer_product_id":170087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:45.000Z","modified_at":"2026-01-29T04:24:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39263213036163","imei1":"39263213036163","imei2":"39263213036163","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170081,"job_number":"JOB_170081","tr_customer_id":170098,"tr_customer_product_id":170088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:45.000Z","modified_at":"2026-01-29T04:24:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31823070311431","imei1":"31823070311431","imei2":"31823070311431","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170082,"job_number":"JOB_170082","tr_customer_id":170099,"tr_customer_product_id":170089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:45.000Z","modified_at":"2026-01-29T04:24:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38705468704814","imei1":"38705468704814","imei2":"38705468704814","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170086,"job_number":"JOB_170086","tr_customer_id":170103,"tr_customer_product_id":170093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:03:19.000Z","modified_at":"2026-01-29T05:03:19.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-19","serial_number":"26203262889575","imei1":"26203262889575","imei2":"26203262889575","popurl":"2026-01-19T05:03:18.686727126Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:03:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170087,"job_number":"JOB_170087","tr_customer_id":170104,"tr_customer_product_id":170094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:03:47.000Z","modified_at":"2026-01-29T05:03:47.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-19","serial_number":"27106990847514","imei1":"27106990847514","imei2":"27106990847514","popurl":"2026-01-19T05:03:47.346258629Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:03:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170088,"job_number":"JOB_170088","tr_customer_id":170105,"tr_customer_product_id":170095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:08:53.000Z","modified_at":"2026-01-29T05:08:53.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101397703177975","imei1":"101397703177975","imei2":"101397703177975","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:08:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170090,"job_number":"JOB_170090","tr_customer_id":170107,"tr_customer_product_id":170097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:09:04.000Z","modified_at":"2026-01-29T05:09:04.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103500580065617","imei1":"103500580065617","imei2":"103500580065617","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:09:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170092,"job_number":"JOB_170092","tr_customer_id":170109,"tr_customer_product_id":170099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:15:14.000Z","modified_at":"2026-01-29T05:15:14.000Z","name":"Acharyanandana Chaturvedi","mobile_number":"7002014268","email_id":"subhasini.khanna@yahoo.co.in","dop":"2026-01-19","serial_number":"127061244556375","imei1":"127061244556375","imei2":"127061244556375","popurl":"www.shashikala-kocchar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:15:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170094,"job_number":"JOB_170094","tr_customer_id":170111,"tr_customer_product_id":170101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:08.000Z","modified_at":"2026-01-29T05:27:08.000Z","name":"Erwin Beahan","mobile_number":"398-315-6549","email_id":"Lenora.Walker@hotmail.com","dop":"2025-04-06","serial_number":"10263264556686756","imei1":"10263264556686756","imei2":"10263264556686756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170096,"job_number":"JOB_170096","tr_customer_id":170113,"tr_customer_product_id":170103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:31.000Z","modified_at":"2026-01-29T05:27:31.000Z","name":"Theodore Marvin","mobile_number":"270-774-0335","email_id":"Jan.Hoppe9@gmail.com","dop":"2025-04-06","serial_number":"12346774641211792","imei1":"12346774641211792","imei2":"12346774641211792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170097,"job_number":"JOB_170097","tr_customer_id":170114,"tr_customer_product_id":170104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:29:32.000Z","modified_at":"2026-01-29T05:29:32.000Z","name":"Maryetta Boehm","mobile_number":"7017800939","email_id":"lizzette.mckenzie@gmail.com","dop":"2026-01-19","serial_number":"466775417237750","imei1":"579050702278771","imei2":"854786880215774","popurl":"www.marget-hickle.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170099,"job_number":"JOB_170099","tr_customer_id":170116,"tr_customer_product_id":170106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:31:49.000Z","modified_at":"2026-01-29T05:31:49.000Z","name":"Maybelle Jaskolski","mobile_number":"632-851-4534","email_id":"Wayne.Predovic@gmail.com","dop":"2025-04-06","serial_number":"11225324344334598","imei1":"11225324344334598","imei2":"11225324344334598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:31:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170101,"job_number":"JOB_170101","tr_customer_id":170118,"tr_customer_product_id":170108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:32:35.000Z","modified_at":"2026-01-29T05:32:35.000Z","name":"Everett Wolff","mobile_number":"522-392-2016","email_id":"Esmeralda.Schmidt99@hotmail.com","dop":"2025-04-06","serial_number":"17752045343165536","imei1":"17752045343165536","imei2":"17752045343165536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:32:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170103,"job_number":"JOB_170103","tr_customer_id":170120,"tr_customer_product_id":170110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:33:21.000Z","modified_at":"2026-01-29T05:33:21.000Z","name":"Scottie Morar","mobile_number":"986-546-3563","email_id":"Deion31@gmail.com","dop":"2025-04-06","serial_number":"10214013136574962","imei1":"10214013136574962","imei2":"10214013136574962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:33:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170104,"job_number":"JOB_170104","tr_customer_id":170121,"tr_customer_product_id":170111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Shemeka Konopelski","mobile_number":"7068432392","email_id":"ben.ortiz@hotmail.com","dop":"2026-01-19","serial_number":"111939494622416","imei1":"588506820130283","imei2":"876477157204946","popurl":"www.belinda-tillman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170105,"job_number":"JOB_170105","tr_customer_id":170123,"tr_customer_product_id":170113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Vance Conn","mobile_number":"7078935003","email_id":"dorine.deckow@gmail.com","dop":"2026-01-19","serial_number":"824141496680211","imei1":"435551315720134","imei2":"306772142899246","popurl":"www.yesenia-moen.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170107,"job_number":"JOB_170107","tr_customer_id":170124,"tr_customer_product_id":170114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Florida Mann","mobile_number":"7031155873","email_id":"hung.durgan@gmail.com","dop":"2026-01-19","serial_number":"263981510145910","imei1":"430492554064491","imei2":"520899703820156","popurl":"www.stephanie-langworth.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170108,"job_number":"JOB_170108","tr_customer_id":170125,"tr_customer_product_id":170115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Jake Ferry","mobile_number":"7040877155","email_id":"marivel.stracke@yahoo.com","dop":"2026-01-19","serial_number":"807523303177321","imei1":"395308237474740","imei2":"439663713664202","popurl":"www.alisia-casper.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170109,"job_number":"JOB_170109","tr_customer_id":170126,"tr_customer_product_id":170116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Jamie Lesch","mobile_number":"7007295861","email_id":"britt.oberbrunner@gmail.com","dop":"2026-01-19","serial_number":"942390214270973","imei1":"355491507732615","imei2":"294603664991773","popurl":"www.ryan-flatley.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170110,"job_number":"JOB_170110","tr_customer_id":170127,"tr_customer_product_id":170117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Josiah Murray","mobile_number":"7015463645","email_id":"pat.sporer@hotmail.com","dop":"2026-01-19","serial_number":"916771939383097","imei1":"044050186125616","imei2":"403864503743931","popurl":"www.socorro-heaney.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170111,"job_number":"JOB_170111","tr_customer_id":170128,"tr_customer_product_id":170118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Marhta Gutmann","mobile_number":"7084825500","email_id":"cory.stark@yahoo.com","dop":"2026-01-19","serial_number":"159506114992362","imei1":"996490114489996","imei2":"075194986131691","popurl":"www.deadra-torp.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170113,"job_number":"JOB_170113","tr_customer_id":170130,"tr_customer_product_id":170120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Jamel Kautzer","mobile_number":"7074242420","email_id":"roman.kuhn@gmail.com","dop":"2026-01-19","serial_number":"116761198144715","imei1":"008987442726444","imei2":"491283302611861","popurl":"www.jarred-nicolas.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170114,"job_number":"JOB_170114","tr_customer_id":170131,"tr_customer_product_id":170121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:44.000Z","modified_at":"2026-01-29T05:34:44.000Z","name":"Yolanda Luettgen","mobile_number":"7029414401","email_id":"renata.windler@gmail.com","dop":"2026-01-19","serial_number":"259510094291768","imei1":"963232990401961","imei2":"748083918429044","popurl":"www.arlen-oconner.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170116,"job_number":"JOB_170116","tr_customer_id":170133,"tr_customer_product_id":170123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Blake Hoeger","mobile_number":"7056201307","email_id":"elroy.glover@yahoo.com","dop":"2026-01-19","serial_number":"747906301730079","imei1":"123765457449246","imei2":"524224954655081","popurl":"www.jae-kutch.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170117,"job_number":"JOB_170117","tr_customer_id":170134,"tr_customer_product_id":170124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Ethan Conn","mobile_number":"7018365754","email_id":"melvina.goodwin@hotmail.com","dop":"2026-01-19","serial_number":"968946009278006","imei1":"871343777068626","imei2":"853618837564621","popurl":"www.francesco-nikolaus.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170119,"job_number":"JOB_170119","tr_customer_id":170136,"tr_customer_product_id":170126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Dario Hyatt","mobile_number":"7035075862","email_id":"duane.gorczany@gmail.com","dop":"2026-01-19","serial_number":"475786755446236","imei1":"851059287978101","imei2":"558210867899747","popurl":"www.tynisha-mcclure.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170120,"job_number":"JOB_170120","tr_customer_id":170137,"tr_customer_product_id":170127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Anya Braun","mobile_number":"7011017484","email_id":"robbyn.marks@yahoo.com","dop":"2026-01-19","serial_number":"853442598438649","imei1":"522258776211542","imei2":"903444213148814","popurl":"www.hai-dibbert.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170122,"job_number":"JOB_170122","tr_customer_id":170139,"tr_customer_product_id":170129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Tommy Witting","mobile_number":"7070342056","email_id":"kory.bashirian@yahoo.com","dop":"2026-01-19","serial_number":"872358208120781","imei1":"220502342585437","imei2":"787055755713510","popurl":"www.aline-rowe.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170123,"job_number":"JOB_170123","tr_customer_id":170140,"tr_customer_product_id":170130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Mathew Parker","mobile_number":"7011685916","email_id":"tamica.yost@yahoo.com","dop":"2026-01-19","serial_number":"993966339214398","imei1":"449261436859162","imei2":"364092332632470","popurl":"www.ernesto-luettgen.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170124,"job_number":"JOB_170124","tr_customer_id":170141,"tr_customer_product_id":170131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Dorthy Lesch","mobile_number":"7023990804","email_id":"rosaria.ferry@yahoo.com","dop":"2026-01-19","serial_number":"587061789909037","imei1":"191532086863173","imei2":"045600577717171","popurl":"www.mitchel-yost.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170126,"job_number":"JOB_170126","tr_customer_id":170143,"tr_customer_product_id":170133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Rayford Rowe","mobile_number":"7030552072","email_id":"nakisha.goyette@gmail.com","dop":"2026-01-19","serial_number":"571117012921224","imei1":"459758782255139","imei2":"814346347356559","popurl":"www.sidney-cronin.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170127,"job_number":"JOB_170127","tr_customer_id":170144,"tr_customer_product_id":170134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Demetrius Wisozk","mobile_number":"7003714203","email_id":"cathie.robel@hotmail.com","dop":"2026-01-19","serial_number":"684422314951074","imei1":"810729037499027","imei2":"376795426634857","popurl":"www.audrey-tillman.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170129,"job_number":"JOB_170129","tr_customer_id":170146,"tr_customer_product_id":170136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Lesley Herzog","mobile_number":"7092505323","email_id":"hortense.lockman@hotmail.com","dop":"2026-01-19","serial_number":"247017482715954","imei1":"145049471155287","imei2":"454837346949920","popurl":"www.shameka-hammes.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170130,"job_number":"JOB_170130","tr_customer_id":170147,"tr_customer_product_id":170137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Michaele Torp","mobile_number":"7008466807","email_id":"anglea.murphy@gmail.com","dop":"2026-01-19","serial_number":"201222226587651","imei1":"403699186426363","imei2":"399975174960955","popurl":"www.luba-ohara.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170131,"job_number":"JOB_170131","tr_customer_id":170148,"tr_customer_product_id":170138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Ronald Shanahan","mobile_number":"7017619266","email_id":"melvin.lueilwitz@hotmail.com","dop":"2026-01-19","serial_number":"996023808558148","imei1":"701659339205798","imei2":"777756934171624","popurl":"www.lanita-white.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170132,"job_number":"JOB_170132","tr_customer_id":170149,"tr_customer_product_id":170139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Sammy Toy","mobile_number":"7053214545","email_id":"chelsie.maggio@gmail.com","dop":"2026-01-19","serial_number":"052144706608728","imei1":"158718404043463","imei2":"641913851060150","popurl":"www.ernestina-rohan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170134,"job_number":"JOB_170134","tr_customer_id":170151,"tr_customer_product_id":170141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Nicholas Mann","mobile_number":"7049439514","email_id":"jamie.nolan@yahoo.com","dop":"2026-01-19","serial_number":"335502909755838","imei1":"530329350041440","imei2":"871356817984986","popurl":"www.kaitlin-turner.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170135,"job_number":"JOB_170135","tr_customer_id":170152,"tr_customer_product_id":170142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Magaret Orn","mobile_number":"7094285782","email_id":"victor.prohaska@hotmail.com","dop":"2026-01-19","serial_number":"867038359066668","imei1":"663378556594185","imei2":"915358945445974","popurl":"www.lynwood-dibbert.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170136,"job_number":"JOB_170136","tr_customer_id":170153,"tr_customer_product_id":170143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Romeo Hermann","mobile_number":"7098466731","email_id":"sook.borer@hotmail.com","dop":"2026-01-19","serial_number":"446716482990167","imei1":"941734509717234","imei2":"013473444757851","popurl":"www.jeff-thompson.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170137,"job_number":"JOB_170137","tr_customer_id":170154,"tr_customer_product_id":170144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Earle Yundt","mobile_number":"7038088096","email_id":"louetta.west@hotmail.com","dop":"2026-01-19","serial_number":"289688478587446","imei1":"503717768812734","imei2":"686103186396232","popurl":"www.lenora-stamm.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170138,"job_number":"JOB_170138","tr_customer_id":170155,"tr_customer_product_id":170145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Na Connelly","mobile_number":"7022030315","email_id":"melonie.farrell@hotmail.com","dop":"2026-01-19","serial_number":"494850587113059","imei1":"841716178739898","imei2":"791888896548785","popurl":"www.alden-stoltenberg.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170139,"job_number":"JOB_170139","tr_customer_id":170156,"tr_customer_product_id":170146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Sheryll Roberts","mobile_number":"7066407099","email_id":"dillon.hammes@yahoo.com","dop":"2026-01-19","serial_number":"083669247668013","imei1":"879367248367880","imei2":"753360822015545","popurl":"www.forest-schumm.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170140,"job_number":"JOB_170140","tr_customer_id":170157,"tr_customer_product_id":170147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Kina Oberbrunner","mobile_number":"7050500725","email_id":"lilian.bergstrom@gmail.com","dop":"2026-01-19","serial_number":"729355777351377","imei1":"633601704309389","imei2":"821036601253040","popurl":"www.kareem-stehr.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170141,"job_number":"JOB_170141","tr_customer_id":170158,"tr_customer_product_id":170148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Sherice Schaden","mobile_number":"7070250616","email_id":"eldon.mann@hotmail.com","dop":"2026-01-19","serial_number":"591030857229123","imei1":"909128399698045","imei2":"776866600626652","popurl":"www.javier-hirthe.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170142,"job_number":"JOB_170142","tr_customer_id":170159,"tr_customer_product_id":170149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Rod Murray","mobile_number":"7078241403","email_id":"myles.okeefe@hotmail.com","dop":"2026-01-19","serial_number":"715797514403483","imei1":"458726082752992","imei2":"811096422918993","popurl":"www.ellis-hessel.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170143,"job_number":"JOB_170143","tr_customer_id":170160,"tr_customer_product_id":170150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Bernetta Schumm","mobile_number":"7074171809","email_id":"clinton.sauer@yahoo.com","dop":"2026-01-19","serial_number":"264545792506379","imei1":"780197290642320","imei2":"515838340988710","popurl":"www.vinnie-carter.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170145,"job_number":"JOB_170145","tr_customer_id":170162,"tr_customer_product_id":170152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:48.000Z","modified_at":"2026-01-29T05:34:48.000Z","name":"Oma Kris","mobile_number":"7087336186","email_id":"dorene.johns@yahoo.com","dop":"2026-01-19","serial_number":"795773481174834","imei1":"657132377848392","imei2":"553427137964735","popurl":"www.deon-grady.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170146,"job_number":"JOB_170146","tr_customer_id":170163,"tr_customer_product_id":170153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:48.000Z","modified_at":"2026-01-29T05:34:48.000Z","name":"Dewayne Erdman","mobile_number":"7030370487","email_id":"arlyne.hand@hotmail.com","dop":"2026-01-19","serial_number":"098829065653119","imei1":"504408521882558","imei2":"214225027358401","popurl":"www.zachary-dicki.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170147,"job_number":"JOB_170147","tr_customer_id":170164,"tr_customer_product_id":170154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:48.000Z","modified_at":"2026-01-29T05:34:48.000Z","name":"Ignacio Donnelly","mobile_number":"7084184791","email_id":"waldo.gleichner@yahoo.com","dop":"2026-01-19","serial_number":"963412747552259","imei1":"971142090541697","imei2":"604051429757817","popurl":"www.lane-walsh.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170148,"job_number":"JOB_170148","tr_customer_id":170165,"tr_customer_product_id":170155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Yadira Upton","mobile_number":"7048794777","email_id":"irvin.kutch@yahoo.com","dop":"2026-01-19","serial_number":"410972370424697","imei1":"078643356514278","imei2":"892209840163632","popurl":"www.diann-harris.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170149,"job_number":"JOB_170149","tr_customer_id":170166,"tr_customer_product_id":170156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Kirk Kreiger","mobile_number":"7035806184","email_id":"jesse.cartwright@gmail.com","dop":"2026-01-19","serial_number":"874626696862079","imei1":"519035174253206","imei2":"265933440380059","popurl":"www.dierdre-muller.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170150,"job_number":"JOB_170150","tr_customer_id":170167,"tr_customer_product_id":170157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Simonne Rogahn","mobile_number":"7046970877","email_id":"frederick.klein@hotmail.com","dop":"2026-01-19","serial_number":"807416161090568","imei1":"703543043452060","imei2":"233629490053099","popurl":"www.darryl-bergstrom.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170151,"job_number":"JOB_170151","tr_customer_id":170168,"tr_customer_product_id":170158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Mariella Collier","mobile_number":"7000022110","email_id":"alfonso.davis@hotmail.com","dop":"2026-01-19","serial_number":"833286205913040","imei1":"242474703887033","imei2":"942448992639882","popurl":"www.evelin-considine.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170152,"job_number":"JOB_170152","tr_customer_id":170169,"tr_customer_product_id":170159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Wesley Wuckert","mobile_number":"7024604146","email_id":"nicholas.pagac@hotmail.com","dop":"2026-01-19","serial_number":"376606416051975","imei1":"113955156066774","imei2":"035005471882259","popurl":"www.damion-gutkowski.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170153,"job_number":"JOB_170153","tr_customer_id":170170,"tr_customer_product_id":170160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Elwood Hickle","mobile_number":"7018262131","email_id":"bryce.dicki@hotmail.com","dop":"2026-01-19","serial_number":"059432894744626","imei1":"540484997535339","imei2":"966407735436446","popurl":"www.lilia-corwin.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170155,"job_number":"JOB_170155","tr_customer_id":170172,"tr_customer_product_id":170162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Peter Strosin","mobile_number":"7053723878","email_id":"antonia.gulgowski@gmail.com","dop":"2026-01-19","serial_number":"882859625055584","imei1":"848875892299538","imei2":"927166387545854","popurl":"www.louella-oreilly.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170156,"job_number":"JOB_170156","tr_customer_id":170173,"tr_customer_product_id":170163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Deeann Lueilwitz","mobile_number":"7000095225","email_id":"dannie.aufderhar@gmail.com","dop":"2026-01-19","serial_number":"734396947902275","imei1":"191661230487182","imei2":"874206157315772","popurl":"www.raymundo-gleichner.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170159,"job_number":"JOB_170159","tr_customer_id":170176,"tr_customer_product_id":170166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Rudolf Rodriguez","mobile_number":"7039995742","email_id":"elvia.funk@hotmail.com","dop":"2026-01-19","serial_number":"242749064105965","imei1":"222561025414443","imei2":"808902081726739","popurl":"www.russell-padberg.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170160,"job_number":"JOB_170160","tr_customer_id":170177,"tr_customer_product_id":170167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Florance Predovic","mobile_number":"7096786166","email_id":"myrta.brown@gmail.com","dop":"2026-01-19","serial_number":"081168216538352","imei1":"441244422022332","imei2":"384656051872938","popurl":"www.stephanie-mante.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170161,"job_number":"JOB_170161","tr_customer_id":170178,"tr_customer_product_id":170168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Dave Barton","mobile_number":"7054604363","email_id":"merlyn.considine@gmail.com","dop":"2026-01-19","serial_number":"133754245307686","imei1":"233312839185082","imei2":"626708762756189","popurl":"www.lynette-ritchie.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170164,"job_number":"JOB_170164","tr_customer_id":170181,"tr_customer_product_id":170171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Jonelle Klocko","mobile_number":"7048265002","email_id":"tiara.padberg@yahoo.com","dop":"2026-01-19","serial_number":"228118469768664","imei1":"919151887827122","imei2":"631683307038891","popurl":"www.lynette-parisian.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170167,"job_number":"JOB_170167","tr_customer_id":170184,"tr_customer_product_id":170174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Rebekah Beahan","mobile_number":"7035742682","email_id":"adam.nienow@hotmail.com","dop":"2026-01-19","serial_number":"745760556428682","imei1":"455525227879351","imei2":"951041960995206","popurl":"www.gabriel-bayer.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170168,"job_number":"JOB_170168","tr_customer_id":170185,"tr_customer_product_id":170175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Otha Bernier","mobile_number":"7018885113","email_id":"billy.stoltenberg@yahoo.com","dop":"2026-01-19","serial_number":"389961325088501","imei1":"712502540661022","imei2":"255797542092011","popurl":"www.delpha-smith.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170173,"job_number":"JOB_170173","tr_customer_id":170190,"tr_customer_product_id":170180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Frankie Borer","mobile_number":"7072692832","email_id":"glayds.carter@hotmail.com","dop":"2026-01-19","serial_number":"115875048037110","imei1":"441646074202699","imei2":"994800307573010","popurl":"www.robyn-beatty.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170175,"job_number":"JOB_170175","tr_customer_id":170192,"tr_customer_product_id":170182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:52.000Z","modified_at":"2026-01-29T05:34:52.000Z","name":"Art Zulauf","mobile_number":"7002171093","email_id":"clarissa.conn@hotmail.com","dop":"2026-01-19","serial_number":"297629132505454","imei1":"365179481433088","imei2":"395976257102523","popurl":"www.mitch-bailey.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170177,"job_number":"JOB_170177","tr_customer_id":170195,"tr_customer_product_id":170185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:52.000Z","modified_at":"2026-01-29T05:34:52.000Z","name":"Rob Hintz","mobile_number":"7035166335","email_id":"trey.runolfsson@gmail.com","dop":"2026-01-19","serial_number":"655335391288894","imei1":"613492205532227","imei2":"232929543754821","popurl":"www.lesley-howell.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170178,"job_number":"JOB_170178","tr_customer_id":170194,"tr_customer_product_id":170184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:52.000Z","modified_at":"2026-01-29T05:34:52.000Z","name":"Gregg Watsica","mobile_number":"7052160671","email_id":"aurore.bode@yahoo.com","dop":"2026-01-19","serial_number":"894351220996722","imei1":"006593672504426","imei2":"815235739304448","popurl":"www.jesica-cronin.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170179,"job_number":"JOB_170179","tr_customer_id":170196,"tr_customer_product_id":170186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Raphael Collier","mobile_number":"7002588450","email_id":"shamika.wehner@gmail.com","dop":"2026-01-19","serial_number":"365397063222001","imei1":"496677852016942","imei2":"343943356484650","popurl":"www.raul-dietrich.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170180,"job_number":"JOB_170180","tr_customer_id":170197,"tr_customer_product_id":170187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Angel Wisoky","mobile_number":"7039526077","email_id":"krystyna.orn@yahoo.com","dop":"2026-01-19","serial_number":"475022420553739","imei1":"171603904199394","imei2":"239468795842844","popurl":"www.laticia-schowalter.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170181,"job_number":"JOB_170181","tr_customer_id":170198,"tr_customer_product_id":170188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Scot Collins","mobile_number":"7001509751","email_id":"marshall.hauck@yahoo.com","dop":"2026-01-19","serial_number":"035775542138682","imei1":"180520080387448","imei2":"147703922720161","popurl":"www.gregorio-dicki.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170182,"job_number":"JOB_170182","tr_customer_id":170199,"tr_customer_product_id":170189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Robt Lind","mobile_number":"7012761193","email_id":"dexter.hartmann@hotmail.com","dop":"2026-01-19","serial_number":"866996484480033","imei1":"342001239174758","imei2":"584804169047624","popurl":"www.albert-wilkinson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170183,"job_number":"JOB_170183","tr_customer_id":170200,"tr_customer_product_id":170190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Frankie Veum","mobile_number":"7077706900","email_id":"ali.ondricka@hotmail.com","dop":"2026-01-19","serial_number":"022276152650084","imei1":"930493278393418","imei2":"946274536120247","popurl":"www.hermelinda-rath.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170185,"job_number":"JOB_170185","tr_customer_id":170202,"tr_customer_product_id":170192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Lavera Ritchie","mobile_number":"7050740236","email_id":"zack.morissette@yahoo.com","dop":"2026-01-19","serial_number":"902593860076450","imei1":"125117727673984","imei2":"057224463685136","popurl":"www.hilario-boehm.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170186,"job_number":"JOB_170186","tr_customer_id":170203,"tr_customer_product_id":170193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Virgie Bayer","mobile_number":"7052676524","email_id":"jeffry.hammes@gmail.com","dop":"2026-01-19","serial_number":"258697975427608","imei1":"648626550074182","imei2":"132336005297838","popurl":"www.emerald-howell.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170187,"job_number":"JOB_170187","tr_customer_id":170204,"tr_customer_product_id":170194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Franklyn McCullough","mobile_number":"7015874224","email_id":"jeremy.mcdermott@hotmail.com","dop":"2026-01-19","serial_number":"408991990502381","imei1":"537855977020547","imei2":"294087964856779","popurl":"www.doris-glover.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170189,"job_number":"JOB_170189","tr_customer_id":170206,"tr_customer_product_id":170196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Merle Vandervort","mobile_number":"7027088728","email_id":"carina.gulgowski@hotmail.com","dop":"2026-01-19","serial_number":"269133326184491","imei1":"473766819248759","imei2":"516865209155111","popurl":"www.elden-kassulke.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170190,"job_number":"JOB_170190","tr_customer_id":170207,"tr_customer_product_id":170197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Sandra Nader","mobile_number":"7027122938","email_id":"trenton.deckow@hotmail.com","dop":"2026-01-19","serial_number":"960151578625596","imei1":"261219034925918","imei2":"710762509060247","popurl":"www.hassan-borer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170191,"job_number":"JOB_170191","tr_customer_id":170208,"tr_customer_product_id":170198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Brenton Jerde","mobile_number":"7029466862","email_id":"zane.beier@yahoo.com","dop":"2026-01-19","serial_number":"284478695957991","imei1":"907372693052073","imei2":"065997887346674","popurl":"www.trey-prohaska.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170192,"job_number":"JOB_170192","tr_customer_id":170209,"tr_customer_product_id":170199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Johnson Fritsch","mobile_number":"7094416521","email_id":"eric.gutkowski@yahoo.com","dop":"2026-01-19","serial_number":"527337101827418","imei1":"801268078604025","imei2":"195986011100836","popurl":"www.dione-brekke.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170193,"job_number":"JOB_170193","tr_customer_id":170210,"tr_customer_product_id":170200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Mara Goldner","mobile_number":"7099840348","email_id":"jacinto.mills@hotmail.com","dop":"2026-01-19","serial_number":"411820229868816","imei1":"325852625517677","imei2":"918718043689024","popurl":"www.mickey-runolfsdottir.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170194,"job_number":"JOB_170194","tr_customer_id":170211,"tr_customer_product_id":170201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Shaunta Kerluke","mobile_number":"7096743832","email_id":"shane.ledner@hotmail.com","dop":"2026-01-19","serial_number":"930616476723905","imei1":"703296338363976","imei2":"411675745899151","popurl":"www.jamal-green.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170195,"job_number":"JOB_170195","tr_customer_id":170212,"tr_customer_product_id":170202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Adrianna Mohr","mobile_number":"7006815969","email_id":"vicenta.shanahan@hotmail.com","dop":"2026-01-19","serial_number":"696627622222377","imei1":"758946644000502","imei2":"044592208007460","popurl":"www.genia-connelly.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170200,"job_number":"JOB_170200","tr_customer_id":170217,"tr_customer_product_id":170207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Keren Vandervort","mobile_number":"7016611304","email_id":"junior.huel@yahoo.com","dop":"2026-01-19","serial_number":"855772320972979","imei1":"072206601964536","imei2":"515369842438752","popurl":"www.vita-kiehn.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170202,"job_number":"JOB_170202","tr_customer_id":170219,"tr_customer_product_id":170209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Ali Krajcik","mobile_number":"7070210978","email_id":"claude.marks@gmail.com","dop":"2026-01-19","serial_number":"566857283444400","imei1":"893816487869827","imei2":"988916068718383","popurl":"www.eli-pollich.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170203,"job_number":"JOB_170203","tr_customer_id":170220,"tr_customer_product_id":170210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Teodoro Mertz","mobile_number":"7080081334","email_id":"glady.roberts@hotmail.com","dop":"2026-01-19","serial_number":"257966550364025","imei1":"010774829577335","imei2":"424251811115573","popurl":"www.etta-hammes.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170204,"job_number":"JOB_170204","tr_customer_id":170221,"tr_customer_product_id":170211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:03.000Z","modified_at":"2026-01-29T05:35:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16317495981557","imei1":"16317495981557","imei2":"16317495981557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170206,"job_number":"JOB_170206","tr_customer_id":170223,"tr_customer_product_id":170213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:04.000Z","modified_at":"2026-01-29T05:35:04.000Z","name":"Darrion Kozey","mobile_number":"588-201-3797","email_id":"Richmond.Reinger@yahoo.com","dop":"2025-04-06","serial_number":"14582513913738704","imei1":"14582513913738704","imei2":"14582513913738704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170207,"job_number":"JOB_170207","tr_customer_id":170224,"tr_customer_product_id":170214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:46.000Z","modified_at":"2026-01-29T05:35:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10274896426100","imei1":"10274896426100","imei2":"10274896426100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170209,"job_number":"JOB_170209","tr_customer_id":170226,"tr_customer_product_id":170216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:48.000Z","modified_at":"2026-01-29T05:35:48.000Z","name":"Tyreek Jacobson","mobile_number":"930-868-3905","email_id":"Holden6@hotmail.com","dop":"2025-04-06","serial_number":"13824853662455968","imei1":"13824853662455968","imei2":"13824853662455968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170210,"job_number":"JOB_170210","tr_customer_id":170227,"tr_customer_product_id":170217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:36:29.000Z","modified_at":"2026-01-29T05:36:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17561133055717","imei1":"17561133055717","imei2":"17561133055717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:36:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170212,"job_number":"JOB_170212","tr_customer_id":170229,"tr_customer_product_id":170219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:36:30.000Z","modified_at":"2026-01-29T05:36:30.000Z","name":"Libbie Keebler","mobile_number":"333-598-3808","email_id":"Mabelle.Miller@hotmail.com","dop":"2025-04-06","serial_number":"16537321253497456","imei1":"16537321253497456","imei2":"16537321253497456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:36:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170213,"job_number":"JOB_170213","tr_customer_id":170230,"tr_customer_product_id":170220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Albert Bruen","mobile_number":"7067370160","email_id":"modesta.schinner@yahoo.com","dop":"2026-01-19","serial_number":"788933616861179","imei1":"511324452900780","imei2":"917067342738088","popurl":"www.yuko-mcdermott.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170214,"job_number":"JOB_170214","tr_customer_id":170231,"tr_customer_product_id":170221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Lemuel Graham","mobile_number":"7031720015","email_id":"geoffrey.kohler@yahoo.com","dop":"2026-01-19","serial_number":"201326228201942","imei1":"800128561983084","imei2":"894603301513740","popurl":"www.doretta-yundt.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170215,"job_number":"JOB_170215","tr_customer_id":170232,"tr_customer_product_id":170222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Ophelia Schinner","mobile_number":"7022044343","email_id":"hassan.glover@gmail.com","dop":"2026-01-19","serial_number":"914027609499283","imei1":"706965255470998","imei2":"029690803656320","popurl":"www.jeremy-streich.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170216,"job_number":"JOB_170216","tr_customer_id":170233,"tr_customer_product_id":170223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Willian Gleason","mobile_number":"7040709820","email_id":"nelly.king@hotmail.com","dop":"2026-01-19","serial_number":"595546995583586","imei1":"899482708143404","imei2":"169129188635019","popurl":"www.emogene-muller.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170217,"job_number":"JOB_170217","tr_customer_id":170234,"tr_customer_product_id":170224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Jonathon Heller","mobile_number":"7041702890","email_id":"camie.kihn@yahoo.com","dop":"2026-01-19","serial_number":"083391448195476","imei1":"664192220803144","imei2":"282327820991273","popurl":"www.doug-schoen.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170218,"job_number":"JOB_170218","tr_customer_id":170235,"tr_customer_product_id":170225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Mickey McDermott","mobile_number":"7044214377","email_id":"hettie.schultz@gmail.com","dop":"2026-01-19","serial_number":"618241303926546","imei1":"582538028283710","imei2":"812232289371416","popurl":"www.stacy-russel.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170219,"job_number":"JOB_170219","tr_customer_id":170237,"tr_customer_product_id":170227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Osvaldo Jerde","mobile_number":"7055007069","email_id":"dell.dooley@hotmail.com","dop":"2026-01-19","serial_number":"904570095669522","imei1":"287955200431046","imei2":"093293884433160","popurl":"www.forest-bailey.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170220,"job_number":"JOB_170220","tr_customer_id":170236,"tr_customer_product_id":170226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Jaquelyn Larson","mobile_number":"7064888463","email_id":"romaine.schmidt@hotmail.com","dop":"2026-01-19","serial_number":"773366278280310","imei1":"170911266100788","imei2":"817151465171760","popurl":"www.kathi-bashirian.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170221,"job_number":"JOB_170221","tr_customer_id":170238,"tr_customer_product_id":170228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Walter Lang","mobile_number":"7035772490","email_id":"johnie.renner@gmail.com","dop":"2026-01-19","serial_number":"742275585473763","imei1":"105360820550351","imei2":"432091736323913","popurl":"www.heath-reinger.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170222,"job_number":"JOB_170222","tr_customer_id":170239,"tr_customer_product_id":170229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Marni Rau","mobile_number":"7041293254","email_id":"nathalie.emard@yahoo.com","dop":"2026-01-19","serial_number":"180581046522869","imei1":"632188882202833","imei2":"602710944438569","popurl":"www.hobert-shanahan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170223,"job_number":"JOB_170223","tr_customer_id":170240,"tr_customer_product_id":170230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Shemika Miller","mobile_number":"7089046215","email_id":"zola.weissnat@hotmail.com","dop":"2026-01-19","serial_number":"371154345167432","imei1":"510849773235687","imei2":"865703871847804","popurl":"www.lin-ernser.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170224,"job_number":"JOB_170224","tr_customer_id":170241,"tr_customer_product_id":170231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Esperanza Luettgen","mobile_number":"7073288083","email_id":"jennette.koch@hotmail.com","dop":"2026-01-19","serial_number":"446498257308002","imei1":"913856754915822","imei2":"562456480434160","popurl":"www.lindsey-lubowitz.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170225,"job_number":"JOB_170225","tr_customer_id":170242,"tr_customer_product_id":170232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Holley Schowalter","mobile_number":"7002039594","email_id":"arnold.aufderhar@yahoo.com","dop":"2026-01-19","serial_number":"471105183868605","imei1":"045570237491908","imei2":"349747981733279","popurl":"www.guillermina-wuckert.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170226,"job_number":"JOB_170226","tr_customer_id":170243,"tr_customer_product_id":170233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Tyrone Johnston","mobile_number":"7010542277","email_id":"britta.kessler@gmail.com","dop":"2026-01-19","serial_number":"496733144744161","imei1":"277731885006461","imei2":"178749463554094","popurl":"www.brenton-grant.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170227,"job_number":"JOB_170227","tr_customer_id":170244,"tr_customer_product_id":170234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Ted D'Amore","mobile_number":"7025302013","email_id":"jackson.kreiger@yahoo.com","dop":"2026-01-19","serial_number":"469962355039832","imei1":"926574318548762","imei2":"355073763224486","popurl":"www.cleo-stracke.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170228,"job_number":"JOB_170228","tr_customer_id":170245,"tr_customer_product_id":170235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Porsha Braun","mobile_number":"7044490785","email_id":"galen.haley@yahoo.com","dop":"2026-01-19","serial_number":"349391363271139","imei1":"001137163421768","imei2":"024035365952399","popurl":"www.dwight-pouros.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170229,"job_number":"JOB_170229","tr_customer_id":170246,"tr_customer_product_id":170236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Loyd Bernier","mobile_number":"7059942123","email_id":"armand.rutherford@hotmail.com","dop":"2026-01-19","serial_number":"893940628483506","imei1":"494002875673185","imei2":"791618318319657","popurl":"www.devorah-wyman.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170230,"job_number":"JOB_170230","tr_customer_id":170247,"tr_customer_product_id":170237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Tiffani O'Reilly","mobile_number":"7093165858","email_id":"andre.johnson@gmail.com","dop":"2026-01-19","serial_number":"340665457787737","imei1":"722507410891080","imei2":"114545239349483","popurl":"www.lesley-jacobi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170231,"job_number":"JOB_170231","tr_customer_id":170248,"tr_customer_product_id":170238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Deneen Schaefer","mobile_number":"7042301198","email_id":"margarette.crona@yahoo.com","dop":"2026-01-19","serial_number":"943266893741394","imei1":"466261641029135","imei2":"362463481624836","popurl":"www.forest-senger.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170232,"job_number":"JOB_170232","tr_customer_id":170249,"tr_customer_product_id":170239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Basil Weber","mobile_number":"7056331788","email_id":"darrin.krajcik@gmail.com","dop":"2026-01-19","serial_number":"814686544162195","imei1":"392840382561529","imei2":"588696317677403","popurl":"www.dia-raynor.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170233,"job_number":"JOB_170233","tr_customer_id":170250,"tr_customer_product_id":170240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Noel Becker","mobile_number":"7090324337","email_id":"ilse.mccullough@hotmail.com","dop":"2026-01-19","serial_number":"043988326612868","imei1":"174036313485590","imei2":"123128261742204","popurl":"www.rudy-nicolas.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170234,"job_number":"JOB_170234","tr_customer_id":170251,"tr_customer_product_id":170241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Stephani Schimmel","mobile_number":"7040016503","email_id":"celia.spencer@yahoo.com","dop":"2026-01-19","serial_number":"948611560897978","imei1":"995614146597753","imei2":"296746578266108","popurl":"www.hertha-hauck.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170235,"job_number":"JOB_170235","tr_customer_id":170252,"tr_customer_product_id":170242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Brock Rippin","mobile_number":"7018396582","email_id":"kennith.hand@gmail.com","dop":"2026-01-19","serial_number":"321216827512652","imei1":"979503815262283","imei2":"177238354959110","popurl":"www.lovie-herman.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170236,"job_number":"JOB_170236","tr_customer_id":170253,"tr_customer_product_id":170243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Amos Wyman","mobile_number":"7051301548","email_id":"edwin.tromp@hotmail.com","dop":"2026-01-19","serial_number":"929316672467096","imei1":"023799191245043","imei2":"551596693549773","popurl":"www.simon-schuster.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170237,"job_number":"JOB_170237","tr_customer_id":170254,"tr_customer_product_id":170244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Spencer Raynor","mobile_number":"7059441638","email_id":"zane.turner@hotmail.com","dop":"2026-01-19","serial_number":"958340763900306","imei1":"518891813416819","imei2":"445176252269607","popurl":"www.jerrell-schowalter.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170238,"job_number":"JOB_170238","tr_customer_id":170255,"tr_customer_product_id":170245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Vi Grady","mobile_number":"7055471855","email_id":"lucien.green@hotmail.com","dop":"2026-01-19","serial_number":"107810911840661","imei1":"053152890367488","imei2":"265316909129822","popurl":"www.nathaniel-rath.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170239,"job_number":"JOB_170239","tr_customer_id":170256,"tr_customer_product_id":170246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Hayley Schowalter","mobile_number":"7022998802","email_id":"junior.white@gmail.com","dop":"2026-01-19","serial_number":"210971507849559","imei1":"202835066949078","imei2":"538271499790282","popurl":"www.leonarda-nicolas.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170240,"job_number":"JOB_170240","tr_customer_id":170257,"tr_customer_product_id":170247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Nickolas Weimann","mobile_number":"7093581638","email_id":"awilda.sawayn@yahoo.com","dop":"2026-01-19","serial_number":"101153590011072","imei1":"166656357351732","imei2":"389371791577826","popurl":"www.bong-okon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170241,"job_number":"JOB_170241","tr_customer_id":170258,"tr_customer_product_id":170248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Florencia Kreiger","mobile_number":"7077887898","email_id":"malcom.cronin@gmail.com","dop":"2026-01-19","serial_number":"311006737465354","imei1":"715439860866496","imei2":"649302465989372","popurl":"www.winston-hoppe.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170242,"job_number":"JOB_170242","tr_customer_id":170259,"tr_customer_product_id":170249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Lavette Huel","mobile_number":"7020968239","email_id":"chas.medhurst@hotmail.com","dop":"2026-01-19","serial_number":"589474559718762","imei1":"425468965770591","imei2":"296928363006821","popurl":"www.dorian-oconner.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170243,"job_number":"JOB_170243","tr_customer_id":170260,"tr_customer_product_id":170250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Lewis Johnston","mobile_number":"7094208443","email_id":"aja.sawayn@hotmail.com","dop":"2026-01-19","serial_number":"131230129459942","imei1":"025304491659747","imei2":"902681255883198","popurl":"www.lucas-prosacco.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170244,"job_number":"JOB_170244","tr_customer_id":170261,"tr_customer_product_id":170251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Angelyn Dooley","mobile_number":"7061461129","email_id":"pedro.marvin@gmail.com","dop":"2026-01-19","serial_number":"452032612133165","imei1":"559206740453246","imei2":"207471890302768","popurl":"www.gerard-kuhic.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170245,"job_number":"JOB_170245","tr_customer_id":170262,"tr_customer_product_id":170252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Sharyl Cummerata","mobile_number":"7070253948","email_id":"branden.becker@yahoo.com","dop":"2026-01-19","serial_number":"233206572760965","imei1":"707061874175435","imei2":"589928904627287","popurl":"www.louie-bauch.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170246,"job_number":"JOB_170246","tr_customer_id":170263,"tr_customer_product_id":170253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Leigh Leffler","mobile_number":"7023494932","email_id":"elin.howell@gmail.com","dop":"2026-01-19","serial_number":"589264318857867","imei1":"200586495551914","imei2":"431114446632498","popurl":"www.adolfo-kunze.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170247,"job_number":"JOB_170247","tr_customer_id":170264,"tr_customer_product_id":170254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Fabian Rogahn","mobile_number":"7085466827","email_id":"zelma.quitzon@gmail.com","dop":"2026-01-19","serial_number":"850559854879572","imei1":"903521674044926","imei2":"038596223035113","popurl":"www.deanne-torphy.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170248,"job_number":"JOB_170248","tr_customer_id":170265,"tr_customer_product_id":170255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Josephina Hilpert","mobile_number":"7054172155","email_id":"bambi.welch@gmail.com","dop":"2026-01-19","serial_number":"962736970665202","imei1":"474371224125685","imei2":"289043046269861","popurl":"www.newton-kohler.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170249,"job_number":"JOB_170249","tr_customer_id":170266,"tr_customer_product_id":170256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Jeneva Gutmann","mobile_number":"7051585591","email_id":"rodger.king@hotmail.com","dop":"2026-01-19","serial_number":"912060662832802","imei1":"488904204192327","imei2":"567495526836807","popurl":"www.moira-gulgowski.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170250,"job_number":"JOB_170250","tr_customer_id":170267,"tr_customer_product_id":170257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Jeremy Douglas","mobile_number":"7020119602","email_id":"ira.toy@yahoo.com","dop":"2026-01-19","serial_number":"384872070076189","imei1":"564258331463972","imei2":"085278075055009","popurl":"www.curtis-medhurst.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170251,"job_number":"JOB_170251","tr_customer_id":170268,"tr_customer_product_id":170258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Takako Harvey","mobile_number":"7075139015","email_id":"elease.osinski@yahoo.com","dop":"2026-01-19","serial_number":"566475336942803","imei1":"584350034680843","imei2":"041126346336279","popurl":"www.amos-kihn.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170252,"job_number":"JOB_170252","tr_customer_id":170269,"tr_customer_product_id":170259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Hector Mayert","mobile_number":"7000067769","email_id":"karin.cormier@yahoo.com","dop":"2026-01-19","serial_number":"101963705060146","imei1":"188986013689175","imei2":"371523801056063","popurl":"www.wyatt-gleichner.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170253,"job_number":"JOB_170253","tr_customer_id":170270,"tr_customer_product_id":170260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Andria Reinger","mobile_number":"7049706800","email_id":"foster.herman@hotmail.com","dop":"2026-01-19","serial_number":"252772070797147","imei1":"549954692664623","imei2":"509503807632421","popurl":"www.tristan-rohan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170254,"job_number":"JOB_170254","tr_customer_id":170271,"tr_customer_product_id":170261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Creola Bradtke","mobile_number":"7033148032","email_id":"rico.ebert@yahoo.com","dop":"2026-01-19","serial_number":"184754830996755","imei1":"135117381731041","imei2":"652897875624613","popurl":"www.davis-romaguera.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170255,"job_number":"JOB_170255","tr_customer_id":170272,"tr_customer_product_id":170262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Alvin Conroy","mobile_number":"7077100482","email_id":"malia.walter@gmail.com","dop":"2026-01-19","serial_number":"943033844192086","imei1":"882972683114668","imei2":"560033161829803","popurl":"www.kenna-rice.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170256,"job_number":"JOB_170256","tr_customer_id":170273,"tr_customer_product_id":170263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Cristi White","mobile_number":"7085500721","email_id":"elisa.hirthe@yahoo.com","dop":"2026-01-19","serial_number":"825123777768932","imei1":"687426411502932","imei2":"824387845415695","popurl":"www.galen-watsica.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170257,"job_number":"JOB_170257","tr_customer_id":170274,"tr_customer_product_id":170264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Wilbur Schroeder","mobile_number":"7058480818","email_id":"rosina.jones@gmail.com","dop":"2026-01-19","serial_number":"653189068748251","imei1":"841498737012002","imei2":"064810199562801","popurl":"www.keenan-dooley.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170258,"job_number":"JOB_170258","tr_customer_id":170275,"tr_customer_product_id":170265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Blaine Koss","mobile_number":"7099437200","email_id":"quiana.lueilwitz@hotmail.com","dop":"2026-01-19","serial_number":"521418201569197","imei1":"555246561444916","imei2":"641329924661925","popurl":"www.mardell-welch.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170259,"job_number":"JOB_170259","tr_customer_id":170276,"tr_customer_product_id":170266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Claudine Swift","mobile_number":"7023796523","email_id":"lurlene.hilll@yahoo.com","dop":"2026-01-19","serial_number":"652439642084903","imei1":"150928357402321","imei2":"838988491570929","popurl":"www.trenton-hoeger.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170260,"job_number":"JOB_170260","tr_customer_id":170277,"tr_customer_product_id":170267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Desmond Price","mobile_number":"7033875383","email_id":"sarina.gorczany@gmail.com","dop":"2026-01-19","serial_number":"455424103027929","imei1":"900833817247677","imei2":"969999656496338","popurl":"www.tod-luettgen.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170261,"job_number":"JOB_170261","tr_customer_id":170278,"tr_customer_product_id":170268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Elissa Crist","mobile_number":"7038856749","email_id":"warren.skiles@yahoo.com","dop":"2026-01-19","serial_number":"954973640377620","imei1":"828260409651650","imei2":"645711122930752","popurl":"www.joyce-frami.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170262,"job_number":"JOB_170262","tr_customer_id":170279,"tr_customer_product_id":170269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Franklin Crooks","mobile_number":"7094377777","email_id":"cordell.greenfelder@yahoo.com","dop":"2026-01-19","serial_number":"620523949014325","imei1":"373651855507247","imei2":"134866534333791","popurl":"www.myrna-farrell.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170263,"job_number":"JOB_170263","tr_customer_id":170280,"tr_customer_product_id":170270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Columbus O'Kon","mobile_number":"7000415323","email_id":"alberta.roberts@yahoo.com","dop":"2026-01-19","serial_number":"138553713980597","imei1":"281583572359640","imei2":"304285439128757","popurl":"www.kymberly-bechtelar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170264,"job_number":"JOB_170264","tr_customer_id":170281,"tr_customer_product_id":170271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Dorene Hammes","mobile_number":"7040009863","email_id":"colin.herman@yahoo.com","dop":"2026-01-19","serial_number":"615679501143379","imei1":"757008604094661","imei2":"965959708832096","popurl":"www.keesha-dach.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170265,"job_number":"JOB_170265","tr_customer_id":170282,"tr_customer_product_id":170272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Aubrey Gottlieb","mobile_number":"7010486455","email_id":"constance.mcdermott@hotmail.com","dop":"2026-01-19","serial_number":"278272999895817","imei1":"173192041728762","imei2":"027527426271741","popurl":"www.adelina-glover.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170266,"job_number":"JOB_170266","tr_customer_id":170283,"tr_customer_product_id":170273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Alethea Kuvalis","mobile_number":"7053110000","email_id":"randall.rau@gmail.com","dop":"2026-01-19","serial_number":"484432184152380","imei1":"191393928705824","imei2":"777880831535541","popurl":"www.edison-predovic.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170267,"job_number":"JOB_170267","tr_customer_id":170284,"tr_customer_product_id":170274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Nu Hilll","mobile_number":"7012124385","email_id":"lucien.borer@gmail.com","dop":"2026-01-19","serial_number":"376314463825753","imei1":"553148262147938","imei2":"794406810841490","popurl":"www.pearl-satterfield.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170268,"job_number":"JOB_170268","tr_customer_id":170285,"tr_customer_product_id":170275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Dudley Parisian","mobile_number":"7006955607","email_id":"raphael.barton@hotmail.com","dop":"2026-01-19","serial_number":"399692295167685","imei1":"275440972100049","imei2":"836293278474897","popurl":"www.tammara-lang.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170269,"job_number":"JOB_170269","tr_customer_id":170286,"tr_customer_product_id":170276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Chia Stokes","mobile_number":"7086481035","email_id":"leah.torp@yahoo.com","dop":"2026-01-19","serial_number":"740412324822571","imei1":"250445028212868","imei2":"523833711067033","popurl":"www.carl-hane.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170270,"job_number":"JOB_170270","tr_customer_id":170287,"tr_customer_product_id":170277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:31.000Z","modified_at":"2026-01-29T05:48:31.000Z","name":"Leopoldo Metz","mobile_number":"7056154650","email_id":"cedrick.kuhlman@yahoo.com","dop":"2026-01-19","serial_number":"382261397670933","imei1":"686808815643621","imei2":"991708990793421","popurl":"www.enrique-parisian.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170271,"job_number":"JOB_170271","tr_customer_id":170288,"tr_customer_product_id":170278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:31.000Z","modified_at":"2026-01-29T05:48:31.000Z","name":"Viki Leffler","mobile_number":"7040592842","email_id":"rigoberto.hodkiewicz@yahoo.com","dop":"2026-01-19","serial_number":"136593909292199","imei1":"469284031195261","imei2":"663408731276343","popurl":"www.archie-kozey.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170272,"job_number":"JOB_170272","tr_customer_id":170289,"tr_customer_product_id":170279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:31.000Z","modified_at":"2026-01-29T05:48:31.000Z","name":"Susann Morar","mobile_number":"7021494068","email_id":"cecile.wiegand@yahoo.com","dop":"2026-01-19","serial_number":"158927685212213","imei1":"618188655915409","imei2":"265084974638323","popurl":"www.brenton-kunze.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170273,"job_number":"JOB_170273","tr_customer_id":170290,"tr_customer_product_id":170280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Bud Huel","mobile_number":"7068666049","email_id":"gaylene.price@yahoo.com","dop":"2026-01-19","serial_number":"047974297491639","imei1":"964610923672523","imei2":"323467555465233","popurl":"www.gerard-bashirian.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170274,"job_number":"JOB_170274","tr_customer_id":170291,"tr_customer_product_id":170281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Ariel Bernhard","mobile_number":"7091816373","email_id":"brandee.kemmer@yahoo.com","dop":"2026-01-19","serial_number":"663775890199765","imei1":"255542807658649","imei2":"840539096445094","popurl":"www.nga-kuhlman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170275,"job_number":"JOB_170275","tr_customer_id":170292,"tr_customer_product_id":170282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Rashad Streich","mobile_number":"7034316350","email_id":"devon.abshire@gmail.com","dop":"2026-01-19","serial_number":"074453291653388","imei1":"673519097646997","imei2":"954744911420191","popurl":"www.ivory-legros.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170276,"job_number":"JOB_170276","tr_customer_id":170293,"tr_customer_product_id":170283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Gil Little","mobile_number":"7005177573","email_id":"jerry.ratke@yahoo.com","dop":"2026-01-19","serial_number":"428147030483039","imei1":"451809402685655","imei2":"838329545950033","popurl":"www.valery-hickle.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170277,"job_number":"JOB_170277","tr_customer_id":170294,"tr_customer_product_id":170284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Rosario Gleason","mobile_number":"7026928337","email_id":"ezra.hoeger@gmail.com","dop":"2026-01-19","serial_number":"714493037194091","imei1":"161475230192910","imei2":"237466804490015","popurl":"www.devin-keebler.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170278,"job_number":"JOB_170278","tr_customer_id":170295,"tr_customer_product_id":170285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Shanice Gutmann","mobile_number":"7057570768","email_id":"howard.murray@gmail.com","dop":"2026-01-19","serial_number":"133040382899834","imei1":"656152903691011","imei2":"097861798104938","popurl":"www.bong-johnson.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170279,"job_number":"JOB_170279","tr_customer_id":170296,"tr_customer_product_id":170286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Quinn Ankunding","mobile_number":"7078393695","email_id":"kurt.simonis@gmail.com","dop":"2026-01-19","serial_number":"585745996333988","imei1":"365102360124660","imei2":"290343825323120","popurl":"www.tuan-towne.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170280,"job_number":"JOB_170280","tr_customer_id":170297,"tr_customer_product_id":170287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Launa Koelpin","mobile_number":"7019276649","email_id":"bart.dach@gmail.com","dop":"2026-01-19","serial_number":"111678387215629","imei1":"699233265636085","imei2":"389383014734706","popurl":"www.briana-hessel.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170281,"job_number":"JOB_170281","tr_customer_id":170298,"tr_customer_product_id":170288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Gerardo Lynch","mobile_number":"7052894028","email_id":"beatris.herman@yahoo.com","dop":"2026-01-19","serial_number":"991354659847131","imei1":"211131001419487","imei2":"732099870144335","popurl":"www.donya-wilkinson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170282,"job_number":"JOB_170282","tr_customer_id":170299,"tr_customer_product_id":170289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Violette Zboncak","mobile_number":"7054325873","email_id":"jon.beatty@yahoo.com","dop":"2026-01-19","serial_number":"113313770878779","imei1":"172401667657537","imei2":"410626337285531","popurl":"www.randall-thompson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170283,"job_number":"JOB_170283","tr_customer_id":170300,"tr_customer_product_id":170290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Isidra Bernier","mobile_number":"7011875783","email_id":"kelley.rohan@hotmail.com","dop":"2026-01-19","serial_number":"081477794363547","imei1":"300507865461477","imei2":"746794430713661","popurl":"www.eldora-quitzon.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170284,"job_number":"JOB_170284","tr_customer_id":170301,"tr_customer_product_id":170291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Leatrice Kling","mobile_number":"7057861642","email_id":"evette.bechtelar@yahoo.com","dop":"2026-01-19","serial_number":"211730052522536","imei1":"412751570164251","imei2":"304744183682637","popurl":"www.cassaundra-schmitt.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170285,"job_number":"JOB_170285","tr_customer_id":170302,"tr_customer_product_id":170292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Broderick Smith","mobile_number":"7001351483","email_id":"cary.mccullough@hotmail.com","dop":"2026-01-19","serial_number":"320773034943050","imei1":"114223627161612","imei2":"107464813860199","popurl":"www.chu-renner.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170286,"job_number":"JOB_170286","tr_customer_id":170303,"tr_customer_product_id":170293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Shayla Kessler","mobile_number":"7086168202","email_id":"aleen.kunde@gmail.com","dop":"2026-01-19","serial_number":"236372367591240","imei1":"334285666363360","imei2":"018877848468158","popurl":"www.stephen-blick.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170287,"job_number":"JOB_170287","tr_customer_id":170304,"tr_customer_product_id":170294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Rolland Batz","mobile_number":"7086908465","email_id":"cordell.rodriguez@yahoo.com","dop":"2026-01-19","serial_number":"561496191451956","imei1":"004520205915341","imei2":"051969360351284","popurl":"www.benedict-waelchi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170288,"job_number":"JOB_170288","tr_customer_id":170305,"tr_customer_product_id":170295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Garfield Koch","mobile_number":"7054113851","email_id":"jarrett.hartmann@hotmail.com","dop":"2026-01-19","serial_number":"759466932485178","imei1":"112079791017813","imei2":"004672035246440","popurl":"www.oswaldo-pagac.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170289,"job_number":"JOB_170289","tr_customer_id":170306,"tr_customer_product_id":170296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Beau Kling","mobile_number":"7069866035","email_id":"kelsi.runolfsson@yahoo.com","dop":"2026-01-19","serial_number":"290742738273944","imei1":"668260766835625","imei2":"652104689973897","popurl":"www.bennie-bartoletti.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170290,"job_number":"JOB_170290","tr_customer_id":170307,"tr_customer_product_id":170297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Thanh Lueilwitz","mobile_number":"7073544974","email_id":"bobby.dicki@yahoo.com","dop":"2026-01-19","serial_number":"301518552424284","imei1":"893663339624586","imei2":"795915710844668","popurl":"www.gertrude-oconnell.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170291,"job_number":"JOB_170291","tr_customer_id":170308,"tr_customer_product_id":170298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Ligia Powlowski","mobile_number":"7052117223","email_id":"nakia.skiles@hotmail.com","dop":"2026-01-19","serial_number":"734089455529193","imei1":"817252341842789","imei2":"122537213300785","popurl":"www.yen-jerde.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170292,"job_number":"JOB_170292","tr_customer_id":170309,"tr_customer_product_id":170299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Wilburn Kutch","mobile_number":"7059269789","email_id":"diedra.dubuque@gmail.com","dop":"2026-01-19","serial_number":"792149224110826","imei1":"224341792702478","imei2":"686155765699649","popurl":"www.sol-ruecker.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170293,"job_number":"JOB_170293","tr_customer_id":170310,"tr_customer_product_id":170300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Gale Windler","mobile_number":"7053187120","email_id":"virgil.jacobson@gmail.com","dop":"2026-01-19","serial_number":"546650878449800","imei1":"654676504441541","imei2":"054634256245915","popurl":"www.fidela-muller.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170294,"job_number":"JOB_170294","tr_customer_id":170311,"tr_customer_product_id":170301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Melissia Heathcote","mobile_number":"7049912515","email_id":"hipolito.okeefe@hotmail.com","dop":"2026-01-19","serial_number":"920398109443780","imei1":"299409222664093","imei2":"661756859460322","popurl":"www.nicolette-hansen.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170295,"job_number":"JOB_170295","tr_customer_id":170312,"tr_customer_product_id":170302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Corrin Emard","mobile_number":"7035854600","email_id":"rhea.grady@yahoo.com","dop":"2026-01-19","serial_number":"703029191701704","imei1":"039399364369762","imei2":"386766186332312","popurl":"www.arica-christiansen.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170296,"job_number":"JOB_170296","tr_customer_id":170313,"tr_customer_product_id":170303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Cecily Conroy","mobile_number":"7090037166","email_id":"avery.klein@gmail.com","dop":"2026-01-19","serial_number":"054405971580322","imei1":"679615245379949","imei2":"975504407308938","popurl":"www.reginald-williamson.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170297,"job_number":"JOB_170297","tr_customer_id":170314,"tr_customer_product_id":170304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Wilbur Walker","mobile_number":"7071289746","email_id":"kip.rau@yahoo.com","dop":"2026-01-19","serial_number":"994703034336346","imei1":"698413656866811","imei2":"565237069743950","popurl":"www.cassandra-douglas.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170298,"job_number":"JOB_170298","tr_customer_id":170315,"tr_customer_product_id":170305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Judson Lebsack","mobile_number":"7047802957","email_id":"leon.schamberger@yahoo.com","dop":"2026-01-19","serial_number":"007111435469463","imei1":"942630586541499","imei2":"256068166300666","popurl":"www.todd-wehner.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170299,"job_number":"JOB_170299","tr_customer_id":170316,"tr_customer_product_id":170306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Krystin Kuhic","mobile_number":"7073314363","email_id":"amparo.howe@gmail.com","dop":"2026-01-19","serial_number":"405554517896442","imei1":"849844372020304","imei2":"401806640799600","popurl":"www.jacqulyn-stark.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170300,"job_number":"JOB_170300","tr_customer_id":170317,"tr_customer_product_id":170307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Dorthea Bode","mobile_number":"7028156604","email_id":"lizabeth.kreiger@yahoo.com","dop":"2026-01-19","serial_number":"014277701229923","imei1":"496340704994249","imei2":"093038207032628","popurl":"www.freeman-gulgowski.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170301,"job_number":"JOB_170301","tr_customer_id":170318,"tr_customer_product_id":170308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Shanae Nienow","mobile_number":"7085477286","email_id":"bebe.collins@gmail.com","dop":"2026-01-19","serial_number":"333881492313480","imei1":"465199716601108","imei2":"190637435307858","popurl":"www.cinderella-abernathy.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170302,"job_number":"JOB_170302","tr_customer_id":170319,"tr_customer_product_id":170309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Julius Daugherty","mobile_number":"7068994163","email_id":"ryann.hand@yahoo.com","dop":"2026-01-19","serial_number":"115363344515312","imei1":"703158220144090","imei2":"214864755915204","popurl":"www.freida-mueller.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170303,"job_number":"JOB_170303","tr_customer_id":170320,"tr_customer_product_id":170310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:35.000Z","modified_at":"2026-01-29T05:48:35.000Z","name":"Estell Goyette","mobile_number":"7076879395","email_id":"jerrod.miller@hotmail.com","dop":"2026-01-19","serial_number":"525133618426072","imei1":"252597024711472","imei2":"150861370405568","popurl":"www.osvaldo-barrows.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170304,"job_number":"JOB_170304","tr_customer_id":170321,"tr_customer_product_id":170311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Zackary Wolff","mobile_number":"7042601363","email_id":"foster.mcglynn@gmail.com","dop":"2026-01-19","serial_number":"465575730158631","imei1":"021192744336210","imei2":"021057683656422","popurl":"www.randal-turner.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170305,"job_number":"JOB_170305","tr_customer_id":170322,"tr_customer_product_id":170312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Kimberly Glover","mobile_number":"7095559611","email_id":"cary.farrell@gmail.com","dop":"2026-01-19","serial_number":"239556247015289","imei1":"301960567483025","imei2":"128441512416247","popurl":"www.adelaide-schaefer.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170306,"job_number":"JOB_170306","tr_customer_id":170323,"tr_customer_product_id":170313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Fermina McLaughlin","mobile_number":"7017166496","email_id":"rosendo.balistreri@hotmail.com","dop":"2026-01-19","serial_number":"072056892191034","imei1":"790721180190395","imei2":"805483436630756","popurl":"www.wayne-torp.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170307,"job_number":"JOB_170307","tr_customer_id":170324,"tr_customer_product_id":170314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Octavio Hilll","mobile_number":"7070346459","email_id":"richard.thompson@hotmail.com","dop":"2026-01-19","serial_number":"315777018232010","imei1":"858636238195406","imei2":"687490805977002","popurl":"www.amanda-braun.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170308,"job_number":"JOB_170308","tr_customer_id":170325,"tr_customer_product_id":170315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Leroy Reichel","mobile_number":"7096262834","email_id":"lemuel.goodwin@yahoo.com","dop":"2026-01-19","serial_number":"113690943917920","imei1":"573989202481299","imei2":"493240038896145","popurl":"www.michaele-trantow.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170309,"job_number":"JOB_170309","tr_customer_id":170326,"tr_customer_product_id":170316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Marcos Bernhard","mobile_number":"7093341698","email_id":"peggy.nolan@hotmail.com","dop":"2026-01-19","serial_number":"872892873464589","imei1":"656320435657996","imei2":"579243516072405","popurl":"www.bernardina-farrell.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170310,"job_number":"JOB_170310","tr_customer_id":170327,"tr_customer_product_id":170317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Cori Bahringer","mobile_number":"7015609745","email_id":"paola.aufderhar@gmail.com","dop":"2026-01-19","serial_number":"062382101570858","imei1":"107256484287444","imei2":"759968193356360","popurl":"www.cruz-ruecker.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170311,"job_number":"JOB_170311","tr_customer_id":170328,"tr_customer_product_id":170318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Terra Batz","mobile_number":"7065942000","email_id":"dillon.cormier@hotmail.com","dop":"2026-01-19","serial_number":"360326519033902","imei1":"833717706004840","imei2":"518190593381939","popurl":"www.carlita-stamm.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170312,"job_number":"JOB_170312","tr_customer_id":170329,"tr_customer_product_id":170319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Donte Schuster","mobile_number":"7056886671","email_id":"eldon.bechtelar@gmail.com","dop":"2026-01-19","serial_number":"986071458169851","imei1":"560922975673975","imei2":"913400530238079","popurl":"www.manie-murphy.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170313,"job_number":"JOB_170313","tr_customer_id":170330,"tr_customer_product_id":170320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:57:36.000Z","modified_at":"2026-01-29T05:57:36.000Z","name":"veer kumar","mobile_number":"9398102868","email_id":"veer@gmail.com","dop":"2026-01-11","serial_number":"12343223456765432","imei1":"12343223456765432","imei2":"12343223456765432","popurl":"2026-01-11T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170314,"job_number":"JOB_170314","tr_customer_id":170331,"tr_customer_product_id":170321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:02:17.000Z","modified_at":"2026-01-29T06:02:17.000Z","name":"Dron Reddy","mobile_number":"7034869575","email_id":"chandravati.nehru@yahoo.co.in","dop":"2026-01-19","serial_number":"059444005131417","imei1":"059444005131417","imei2":"059444005131417","popurl":"www.dhananjay-reddy.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:02:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170315,"job_number":"JOB_170315","tr_customer_id":170332,"tr_customer_product_id":170322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:08:07.000Z","modified_at":"2026-01-29T06:08:07.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2026-01-19","serial_number":"13511800420678","imei1":"13511800420678","imei2":"13511800420678","popurl":"2026-01-19T06:08:04.176679800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:08:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170316,"job_number":"JOB_170316","tr_customer_id":170333,"tr_customer_product_id":170323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:17:59.000Z","modified_at":"2026-01-29T06:17:59.000Z","name":"Brajesh Varma","mobile_number":"7037232521","email_id":"chanda.talwar@yahoo.co.in","dop":"2026-01-19","serial_number":"706892942434128","imei1":"706892942434128","imei2":"706892942434128","popurl":"www.umang-chaturvedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170317,"job_number":"JOB_170317","tr_customer_id":170334,"tr_customer_product_id":170324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:22:55.000Z","modified_at":"2026-01-29T06:22:55.000Z","name":"Dharitri Dutta","mobile_number":"7029773404","email_id":"bodhan.pothuvaal@hotmail.com","dop":"2026-01-19","serial_number":"945495203650264","imei1":"945495203650264","imei2":"945495203650264","popurl":"www.durgeshwari-kakkar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170335,"job_number":"JOB_170335","tr_customer_id":170352,"tr_customer_product_id":170342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:51.000Z","modified_at":"2026-01-29T06:35:51.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10856121769214","imei1":"10856121769214","imei2":"10856121769214","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170337,"job_number":"JOB_170337","tr_customer_id":170354,"tr_customer_product_id":170344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:52.000Z","modified_at":"2026-01-29T06:35:52.000Z","name":"Britney Boyer","mobile_number":"936-736-9229","email_id":"Derick_Simonis83@gmail.com","dop":"2025-06-18","serial_number":"1060705733169913","imei1":"1060705733169913","imei2":"1060705733169913","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:35:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170339,"job_number":"JOB_170339","tr_customer_id":170356,"tr_customer_product_id":170346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:00.000Z","modified_at":"2026-01-29T06:36:00.000Z","name":"Darlene Mayer","mobile_number":"455-205-3827","email_id":"Jadon.Gaylord33@yahoo.com","dop":"2025-04-06","serial_number":"18172264101396828","imei1":"18172264101396828","imei2":"18172264101396828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170340,"job_number":"JOB_170340","tr_customer_id":170357,"tr_customer_product_id":170347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:35.000Z","modified_at":"2026-01-29T06:36:35.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10276504604543","imei1":"10276504604543","imei2":"10276504604543","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:36:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170342,"job_number":"JOB_170342","tr_customer_id":170359,"tr_customer_product_id":170349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:36.000Z","modified_at":"2026-01-29T06:36:36.000Z","name":"Roy Keeling","mobile_number":"283-823-6410","email_id":"Walton.Wisoky50@gmail.com","dop":"2025-06-18","serial_number":"1013664490259973","imei1":"1013664490259973","imei2":"1013664490259973","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:36:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170343,"job_number":"JOB_170343","tr_customer_id":170360,"tr_customer_product_id":170350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:02.000Z","modified_at":"2026-01-29T06:37:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15522363055902","imei1":"15522363055902","imei2":"15522363055902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170345,"job_number":"JOB_170345","tr_customer_id":170362,"tr_customer_product_id":170352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:03.000Z","modified_at":"2026-01-29T06:37:04.000Z","name":"Alexa Crooks","mobile_number":"725-380-5649","email_id":"Jennyfer84@gmail.com","dop":"2025-04-06","serial_number":"18407784815935784","imei1":"18407784815935784","imei2":"18407784815935784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170346,"job_number":"JOB_170346","tr_customer_id":170363,"tr_customer_product_id":170353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:46.000Z","modified_at":"2026-01-29T06:37:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15855807980150","imei1":"15855807980150","imei2":"15855807980150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170348,"job_number":"JOB_170348","tr_customer_id":170365,"tr_customer_product_id":170355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:48.000Z","modified_at":"2026-01-29T06:37:48.000Z","name":"Jeanie Crist","mobile_number":"584-251-9509","email_id":"Assunta86@gmail.com","dop":"2025-04-06","serial_number":"10715964929387842","imei1":"10715964929387842","imei2":"10715964929387842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170349,"job_number":"JOB_170349","tr_customer_id":170366,"tr_customer_product_id":170356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:31.000Z","modified_at":"2026-01-29T06:38:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16037824530219","imei1":"16037824530219","imei2":"16037824530219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:38:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170351,"job_number":"JOB_170351","tr_customer_id":170368,"tr_customer_product_id":170358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:33.000Z","modified_at":"2026-01-29T06:38:33.000Z","name":"Vallie Durgan","mobile_number":"902-443-2582","email_id":"Mason_Rutherford@yahoo.com","dop":"2025-04-06","serial_number":"19835579645295650","imei1":"19835579645295650","imei2":"19835579645295650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:38:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170352,"job_number":"JOB_170352","tr_customer_id":170369,"tr_customer_product_id":170359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:47.000Z","modified_at":"2026-01-29T06:38:47.000Z","name":"Atreyi Rana","mobile_number":"7083087604","email_id":"vidhya.bhat@hotmail.com","dop":"2026-01-19","serial_number":"706941820273780","imei1":"706941820273780","imei2":"706941820273780","popurl":"www.gaurang-naik.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:38:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170353,"job_number":"JOB_170353","tr_customer_id":170370,"tr_customer_product_id":170360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:39:25.000Z","modified_at":"2026-01-29T06:39:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19568621313003","imei1":"19568621313003","imei2":"19568621313003","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:39:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170355,"job_number":"JOB_170355","tr_customer_id":170372,"tr_customer_product_id":170362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:39:26.000Z","modified_at":"2026-01-29T06:39:26.000Z","name":"Libby Torp","mobile_number":"288-373-3904","email_id":"Brown.Little1@yahoo.com","dop":"2025-04-06","serial_number":"18091890734912620","imei1":"18091890734912620","imei2":"18091890734912620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:39:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170356,"job_number":"JOB_170356","tr_customer_id":170373,"tr_customer_product_id":170363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:10.000Z","modified_at":"2026-01-29T06:40:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12207671801424","imei1":"12207671801424","imei2":"12207671801424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170358,"job_number":"JOB_170358","tr_customer_id":170375,"tr_customer_product_id":170365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:12.000Z","modified_at":"2026-01-29T06:40:12.000Z","name":"Liana Harvey","mobile_number":"408-925-4854","email_id":"Alison_Koepp@gmail.com","dop":"2025-04-06","serial_number":"17423739786054996","imei1":"17423739786054996","imei2":"17423739786054996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170359,"job_number":"JOB_170359","tr_customer_id":170376,"tr_customer_product_id":170366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:56.000Z","modified_at":"2026-01-29T06:40:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12208140426477","imei1":"12208140426477","imei2":"12208140426477","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170361,"job_number":"JOB_170361","tr_customer_id":170378,"tr_customer_product_id":170368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:57.000Z","modified_at":"2026-01-29T06:40:57.000Z","name":"Newell Lowe","mobile_number":"686-637-0679","email_id":"Vella.Kuhlman@hotmail.com","dop":"2025-04-06","serial_number":"10645713143187366","imei1":"10645713143187366","imei2":"10645713143187366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170363,"job_number":"JOB_170363","tr_customer_id":170380,"tr_customer_product_id":170370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:47.000Z","modified_at":"2026-01-29T06:41:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15855265716463","imei1":"15855265716463","imei2":"15855265716463","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:41:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170365,"job_number":"JOB_170365","tr_customer_id":170382,"tr_customer_product_id":170372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:49.000Z","modified_at":"2026-01-29T06:41:49.000Z","name":"Coy Dickens","mobile_number":"523-221-0909","email_id":"Luella_Wilkinson3@yahoo.com","dop":"2025-04-06","serial_number":"16780419753845036","imei1":"16780419753845036","imei2":"16780419753845036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:41:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170367,"job_number":"JOB_170367","tr_customer_id":170384,"tr_customer_product_id":170374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:42:38.000Z","modified_at":"2026-01-29T06:42:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11661249578121","imei1":"11661249578121","imei2":"11661249578121","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:42:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170369,"job_number":"JOB_170369","tr_customer_id":170386,"tr_customer_product_id":170376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:42:39.000Z","modified_at":"2026-01-29T06:42:39.000Z","name":"Elyssa Gaylord","mobile_number":"913-445-2459","email_id":"Erwin19@hotmail.com","dop":"2025-04-06","serial_number":"14369738604398470","imei1":"14369738604398470","imei2":"14369738604398470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170370,"job_number":"JOB_170370","tr_customer_id":170387,"tr_customer_product_id":170377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:23.000Z","modified_at":"2026-01-29T06:43:23.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14953346028155","imei2":"14953346028155","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170372,"job_number":"JOB_170372","tr_customer_id":170389,"tr_customer_product_id":170379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:28.000Z","modified_at":"2026-01-29T06:43:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18444745092848","imei1":"18444745092848","imei2":"18444745092848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170374,"job_number":"JOB_170374","tr_customer_id":170391,"tr_customer_product_id":170381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:30.000Z","modified_at":"2026-01-29T06:43:30.000Z","name":"Elise Langworth","mobile_number":"506-789-5136","email_id":"Cordia_OKon@yahoo.com","dop":"2025-04-06","serial_number":"13668979298666100","imei1":"13668979298666100","imei2":"13668979298666100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170375,"job_number":"JOB_170375","tr_customer_id":170392,"tr_customer_product_id":170382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:37.000Z","modified_at":"2026-01-29T06:43:37.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14176198100525","imei2":"14176198100525","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170377,"job_number":"JOB_170377","tr_customer_id":170394,"tr_customer_product_id":170384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:51.000Z","modified_at":"2026-01-29T06:43:51.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14983278150615","imei2":"14983278150615","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170380,"job_number":"JOB_170380","tr_customer_id":170397,"tr_customer_product_id":170387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:45:09.000Z","modified_at":"2026-01-29T06:45:09.000Z","name":"Winona Pouros","mobile_number":"473-755-4357","email_id":"Naomi14@gmail.com","dop":"2025-04-06","serial_number":"13217274141320578","imei1":"13217274141320578","imei2":"13217274141320578","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:45:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170381,"job_number":"JOB_170381","tr_customer_id":170398,"tr_customer_product_id":170388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:25.000Z","modified_at":"2026-01-29T06:46:25.000Z","name":"Shresth Naik","mobile_number":"7096770820","email_id":"dharani.gill@gmail.com","dop":"2026-01-19","serial_number":"647276168264212","imei1":"647276168264212","imei2":"647276168264212","popurl":"www.prem-desai.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170382,"job_number":"JOB_170382","tr_customer_id":170399,"tr_customer_product_id":170389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:29.000Z","modified_at":"2026-01-29T06:46:29.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17680172698670","imei1":"17680172698670","imei2":"17680172698670","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170384,"job_number":"JOB_170384","tr_customer_id":170401,"tr_customer_product_id":170391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:47.000Z","modified_at":"2026-01-29T06:46:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10870358707358","imei1":"10870358707358","imei2":"10870358707358","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170386,"job_number":"JOB_170386","tr_customer_id":170403,"tr_customer_product_id":170393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:49.000Z","modified_at":"2026-01-29T06:46:49.000Z","name":"Kurtis O'Hara","mobile_number":"552-370-2299","email_id":"Alden_Price@hotmail.com","dop":"2025-04-06","serial_number":"18333736871994510","imei1":"18333736871994510","imei2":"18333736871994510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170387,"job_number":"JOB_170387","tr_customer_id":170404,"tr_customer_product_id":170394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:13.000Z","modified_at":"2026-01-29T06:47:13.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"13725543893783","imei1":"13725543893783","imei2":"13725543893783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170389,"job_number":"JOB_170389","tr_customer_id":170406,"tr_customer_product_id":170396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:32.000Z","modified_at":"2026-01-29T06:47:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19445917856710","imei1":"19445917856710","imei2":"19445917856710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170391,"job_number":"JOB_170391","tr_customer_id":170408,"tr_customer_product_id":170398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:34.000Z","modified_at":"2026-01-29T06:47:34.000Z","name":"Dane Hoppe","mobile_number":"749-448-7419","email_id":"Annalise.Daugherty53@gmail.com","dop":"2025-04-06","serial_number":"11354351697475178","imei1":"11354351697475178","imei2":"11354351697475178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170392,"job_number":"JOB_170392","tr_customer_id":170409,"tr_customer_product_id":170399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:56.000Z","modified_at":"2026-01-29T06:47:56.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"19847883260012","imei1":"19847883260012","imei2":"19847883260012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170397,"job_number":"JOB_170397","tr_customer_id":170414,"tr_customer_product_id":170404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:17.000Z","modified_at":"2026-01-29T06:48:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11242676978023","imei1":"11242676978023","imei2":"11242676978023","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170399,"job_number":"JOB_170399","tr_customer_id":170416,"tr_customer_product_id":170406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:19.000Z","modified_at":"2026-01-29T06:48:19.000Z","name":"Kristin Sipes","mobile_number":"704-939-2871","email_id":"Royal_Miller@yahoo.com","dop":"2025-04-06","serial_number":"12721076683349210","imei1":"12721076683349210","imei2":"12721076683349210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170406,"job_number":"JOB_170406","tr_customer_id":170423,"tr_customer_product_id":170413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:59.000Z","modified_at":"2026-01-29T06:49:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14669517761007","imei1":"14669517761007","imei2":"14669517761007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170408,"job_number":"JOB_170408","tr_customer_id":170425,"tr_customer_product_id":170415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:01.000Z","modified_at":"2026-01-29T06:50:01.000Z","name":"Heidi Brown","mobile_number":"904-681-5044","email_id":"Ceasar83@gmail.com","dop":"2025-04-06","serial_number":"13280798662547044","imei1":"13280798662547044","imei2":"13280798662547044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170412,"job_number":"JOB_170412","tr_customer_id":170429,"tr_customer_product_id":170419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:52.000Z","modified_at":"2026-01-29T06:50:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12487628971591","imei1":"12487628971591","imei2":"12487628971591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170414,"job_number":"JOB_170414","tr_customer_id":170431,"tr_customer_product_id":170421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:53.000Z","modified_at":"2026-01-29T06:50:53.000Z","name":"Queenie Schaden","mobile_number":"652-476-2967","email_id":"Zachary_Moore58@yahoo.com","dop":"2025-04-06","serial_number":"18537303171912784","imei1":"18537303171912784","imei2":"18537303171912784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170415,"job_number":"JOB_170415","tr_customer_id":170432,"tr_customer_product_id":170422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:51:43.000Z","modified_at":"2026-01-29T06:51:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15987695788168","imei1":"15987695788168","imei2":"15987695788168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170417,"job_number":"JOB_170417","tr_customer_id":170434,"tr_customer_product_id":170424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:51:45.000Z","modified_at":"2026-01-29T06:51:45.000Z","name":"Ona Toy","mobile_number":"970-382-0624","email_id":"Lilly_Bode19@gmail.com","dop":"2025-04-06","serial_number":"10138149216530896","imei1":"10138149216530896","imei2":"10138149216530896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:51:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170418,"job_number":"JOB_170418","tr_customer_id":170435,"tr_customer_product_id":170425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:09.000Z","modified_at":"2026-01-29T06:55:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10353172608729","imei1":"10353172608729","imei2":"10353172608729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170420,"job_number":"JOB_170420","tr_customer_id":170437,"tr_customer_product_id":170427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:11.000Z","modified_at":"2026-01-29T06:55:11.000Z","name":"Karelle Schroeder","mobile_number":"331-848-5054","email_id":"Dave_Stracke70@yahoo.com","dop":"2025-04-06","serial_number":"17895068214493260","imei1":"17895068214493260","imei2":"17895068214493260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170421,"job_number":"JOB_170421","tr_customer_id":170438,"tr_customer_product_id":170428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:56.000Z","modified_at":"2026-01-29T06:55:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13702350431528","imei1":"13702350431528","imei2":"13702350431528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170423,"job_number":"JOB_170423","tr_customer_id":170440,"tr_customer_product_id":170430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:57.000Z","modified_at":"2026-01-29T06:55:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15812020335789","imei1":"15812020335789","imei2":"15812020335789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170425,"job_number":"JOB_170425","tr_customer_id":170442,"tr_customer_product_id":170432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:58.000Z","modified_at":"2026-01-29T06:55:58.000Z","name":"Chauncey Runolfsson","mobile_number":"776-260-9651","email_id":"Andreanne_Stracke@gmail.com","dop":"2025-04-06","serial_number":"11741818876965598","imei1":"11741818876965598","imei2":"11741818876965598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170426,"job_number":"JOB_170426","tr_customer_id":170443,"tr_customer_product_id":170433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:59.000Z","modified_at":"2026-01-29T06:55:59.000Z","name":"Bria Leannon","mobile_number":"489-802-1287","email_id":"Chauncey_Dietrich63@gmail.com","dop":"2025-04-06","serial_number":"18153099437377484","imei1":"18153099437377484","imei2":"18153099437377484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170428,"job_number":"JOB_170428","tr_customer_id":170445,"tr_customer_product_id":170435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:04.000Z","modified_at":"2026-01-29T06:56:04.000Z","name":"Era Langosh","mobile_number":"535-387-8739","email_id":"Crystel_Cruickshank@yahoo.com","dop":"2025-04-06","serial_number":"18551971805714256","imei1":"18551971805714256","imei2":"18551971805714256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170430,"job_number":"JOB_170430","tr_customer_id":170447,"tr_customer_product_id":170437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:18.000Z","modified_at":"2026-01-29T06:56:18.000Z","name":"Mona Heaney","mobile_number":"821-325-9141","email_id":"Vallie63@gmail.com","dop":"2025-04-06","serial_number":"18494932092494360","imei1":"18494932092494360","imei2":"18494932092494360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170431,"job_number":"JOB_170431","tr_customer_id":170448,"tr_customer_product_id":170438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:44.000Z","modified_at":"2026-01-29T06:56:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16199929190824","imei1":"16199929190824","imei2":"16199929190824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170433,"job_number":"JOB_170433","tr_customer_id":170450,"tr_customer_product_id":170440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:46.000Z","modified_at":"2026-01-29T06:56:46.000Z","name":"Winfield Kerluke","mobile_number":"262-518-2098","email_id":"Braeden_Yundt42@yahoo.com","dop":"2025-04-06","serial_number":"10043849112111964","imei1":"10043849112111964","imei2":"10043849112111964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170434,"job_number":"JOB_170434","tr_customer_id":170451,"tr_customer_product_id":170441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:48.000Z","modified_at":"2026-01-29T06:56:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17419896394536","imei1":"17419896394536","imei2":"17419896394536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170436,"job_number":"JOB_170436","tr_customer_id":170453,"tr_customer_product_id":170443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:49.000Z","modified_at":"2026-01-29T06:56:49.000Z","name":"Raoul Kuhlman","mobile_number":"356-544-5923","email_id":"Mayra.Johnson@yahoo.com","dop":"2025-04-06","serial_number":"12562659490599182","imei1":"12562659490599182","imei2":"12562659490599182","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170437,"job_number":"JOB_170437","tr_customer_id":170454,"tr_customer_product_id":170444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:57:37.000Z","modified_at":"2026-01-29T06:57:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12745808333016","imei1":"12745808333016","imei2":"12745808333016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170439,"job_number":"JOB_170439","tr_customer_id":170456,"tr_customer_product_id":170446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:57:38.000Z","modified_at":"2026-01-29T06:57:38.000Z","name":"Roel Tillman","mobile_number":"311-505-6960","email_id":"Lavon90@yahoo.com","dop":"2025-04-06","serial_number":"13433899235445894","imei1":"13433899235445894","imei2":"13433899235445894","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170440,"job_number":"JOB_170440","tr_customer_id":170457,"tr_customer_product_id":170447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:21.000Z","modified_at":"2026-01-29T07:00:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17900992143091","imei1":"17900992143091","imei2":"17900992143091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170442,"job_number":"JOB_170442","tr_customer_id":170459,"tr_customer_product_id":170449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:23.000Z","modified_at":"2026-01-29T07:00:23.000Z","name":"Alvena Crist","mobile_number":"368-433-0509","email_id":"Adeline.Carroll@gmail.com","dop":"2025-04-06","serial_number":"10878890550692228","imei1":"10878890550692228","imei2":"10878890550692228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:00:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170444,"job_number":"JOB_170444","tr_customer_id":170461,"tr_customer_product_id":170451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:27.000Z","modified_at":"2026-01-29T07:00:27.000Z","name":"Carmela MacGyver","mobile_number":"266-774-7517","email_id":"Trace22@gmail.com","dop":"2025-04-06","serial_number":"15197690667528036","imei1":"15197690667528036","imei2":"15197690667528036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170445,"job_number":"JOB_170445","tr_customer_id":170462,"tr_customer_product_id":170452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:09.000Z","modified_at":"2026-01-29T07:01:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17956609760043","imei1":"17956609760043","imei2":"17956609760043","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170447,"job_number":"JOB_170447","tr_customer_id":170464,"tr_customer_product_id":170454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:10.000Z","modified_at":"2026-01-29T07:01:10.000Z","name":"Victoria Pfannerstill","mobile_number":"546-856-8212","email_id":"Nicholaus_Konopelski94@yahoo.com","dop":"2025-04-06","serial_number":"14543151397922404","imei1":"14543151397922404","imei2":"14543151397922404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170448,"job_number":"JOB_170448","tr_customer_id":170465,"tr_customer_product_id":170455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:55.000Z","modified_at":"2026-01-29T07:01:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17411536850453","imei1":"17411536850453","imei2":"17411536850453","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170450,"job_number":"JOB_170450","tr_customer_id":170467,"tr_customer_product_id":170457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:57.000Z","modified_at":"2026-01-29T07:01:57.000Z","name":"Travis Kilback","mobile_number":"245-744-6615","email_id":"Joey.Considine23@gmail.com","dop":"2025-04-06","serial_number":"17716187716120820","imei1":"17716187716120820","imei2":"17716187716120820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170451,"job_number":"JOB_170451","tr_customer_id":170468,"tr_customer_product_id":170458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:25.000Z","modified_at":"2026-01-29T07:10:25.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"10593676716794","imei1":"10593676716794","imei2":"10593676716794","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:10:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170453,"job_number":"JOB_170453","tr_customer_id":170470,"tr_customer_product_id":170460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:41.000Z","modified_at":"2026-01-29T07:10:41.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"10919082835236","imei1":"10919082835236","imei2":"10919082835236","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:10:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170455,"job_number":"JOB_170455","tr_customer_id":170472,"tr_customer_product_id":170462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:56.000Z","modified_at":"2026-01-29T07:10:56.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"15613900543394","imei1":"15613900543394","imei2":"15613900543394","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:10:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170457,"job_number":"JOB_170457","tr_customer_id":170474,"tr_customer_product_id":170464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:24:23.000Z","modified_at":"2026-01-29T07:24:23.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"19691618055896","imei1":"19691618055896","imei2":"119691618055896","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170458,"job_number":"JOB_170458","tr_customer_id":170475,"tr_customer_product_id":170465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:33:37.000Z","modified_at":"2026-01-29T07:33:37.000Z","name":"Kamala Kakkar","mobile_number":"7030157418","email_id":"gandharv.mehrotra@yahoo.co.in","dop":"2026-01-19","serial_number":"983519147373699","imei1":"983519147373699","imei2":"983519147373699","popurl":"www.chitrali-iyer.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:33:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170461,"job_number":"JOB_170461","tr_customer_id":170478,"tr_customer_product_id":170468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:42:19.000Z","modified_at":"2026-01-29T07:42:19.000Z","name":"Swara Ahluwalia","mobile_number":"7096046573","email_id":"pushti.nayar@gmail.com","dop":"2026-01-19","serial_number":"787116735846000","imei1":"787116735846000","imei2":"787116735846000","popurl":"www.ambar-panicker.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170467,"job_number":"JOB_170467","tr_customer_id":170484,"tr_customer_product_id":170474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:00.000Z","modified_at":"2026-01-29T07:57:00.000Z","name":"Pascale Haley","mobile_number":"455-509-9022","email_id":"Ruby43@hotmail.com","dop":"2025-04-06","serial_number":"14373098808279600","imei1":"14373098808279600","imei2":"14373098808279600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170469,"job_number":"JOB_170469","tr_customer_id":170486,"tr_customer_product_id":170476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:38.000Z","modified_at":"2026-01-29T07:57:38.000Z","name":"Ramona Brekke","mobile_number":"783-990-5641","email_id":"Palma_Weimann39@gmail.com","dop":"2025-04-06","serial_number":"12422512076616136","imei1":"12422512076616136","imei2":"12422512076616136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170471,"job_number":"JOB_170471","tr_customer_id":170488,"tr_customer_product_id":170478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:47.000Z","modified_at":"2026-01-29T07:57:47.000Z","name":"Devan Leuschke","mobile_number":"262-820-7320","email_id":"Horacio.Hartmann@hotmail.com","dop":"2025-04-06","serial_number":"12096401794029758","imei1":"12096401794029758","imei2":"12096401794029758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170475,"job_number":"JOB_170475","tr_customer_id":170492,"tr_customer_product_id":170482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:33.000Z","modified_at":"2026-01-29T07:58:33.000Z","name":"Robert Beahan","mobile_number":"476-879-6737","email_id":"Jalon_Kreiger@hotmail.com","dop":"2025-04-06","serial_number":"10286485922550454","imei1":"10286485922550454","imei2":"10286485922550454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170477,"job_number":"JOB_170477","tr_customer_id":170494,"tr_customer_product_id":170484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:43.000Z","modified_at":"2026-01-29T07:58:43.000Z","name":"Neha Cronin","mobile_number":"448-524-8683","email_id":"Jamar.Rogahn88@yahoo.com","dop":"2025-04-06","serial_number":"10871124116045736","imei1":"10871124116045736","imei2":"10871124116045736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170478,"job_number":"JOB_170478","tr_customer_id":170495,"tr_customer_product_id":170485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:35.000Z","modified_at":"2026-01-29T08:33:35.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"14443094780437","imei1":"14443094780437","imei2":"14443094780437","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:33:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170480,"job_number":"JOB_170480","tr_customer_id":170497,"tr_customer_product_id":170487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:43.000Z","modified_at":"2026-01-29T08:33:43.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatinsh12@gmail.com","dop":"2026-01-23","serial_number":"14372247011439","imei1":"14372247011439","imei2":"14372247011439","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170482,"job_number":"JOB_170482","tr_customer_id":170499,"tr_customer_product_id":170489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:52.000Z","modified_at":"2026-01-29T08:33:52.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"14504202781821","imei1":"14504202781821","imei2":"14504202781821","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170484,"job_number":"JOB_170484","tr_customer_id":170501,"tr_customer_product_id":170491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:44:19.000Z","modified_at":"2026-01-29T08:44:19.000Z","name":"Nyasia Greenholt","mobile_number":"402-796-7619","email_id":"Jose_Mueller@yahoo.com","dop":"2026-01-23","serial_number":"16583482488738","imei1":"16583482488738","imei2":"16583482488738","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:44:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170487,"job_number":"JOB_170487","tr_customer_id":170504,"tr_customer_product_id":170494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:31:12.000Z","modified_at":"2026-01-29T09:31:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12182427394346","imei1":"12182427394346","imei2":"12182427394346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:31:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170489,"job_number":"JOB_170489","tr_customer_id":170506,"tr_customer_product_id":170496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:31:14.000Z","modified_at":"2026-01-29T09:31:14.000Z","name":"Eleanora Hermann","mobile_number":"931-229-8276","email_id":"Erna32@gmail.com","dop":"2025-04-06","serial_number":"12163347163196928","imei1":"12163347163196928","imei2":"12163347163196928","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:31:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170490,"job_number":"JOB_170490","tr_customer_id":170507,"tr_customer_product_id":170497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:02.000Z","modified_at":"2026-01-29T09:32:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11962789441695","imei1":"11962789441695","imei2":"11962789441695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170492,"job_number":"JOB_170492","tr_customer_id":170509,"tr_customer_product_id":170499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:04.000Z","modified_at":"2026-01-29T09:32:04.000Z","name":"Dan Larkin","mobile_number":"832-264-6591","email_id":"Sheldon_Anderson@yahoo.com","dop":"2025-04-06","serial_number":"10459889448928188","imei1":"10459889448928188","imei2":"10459889448928188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170493,"job_number":"JOB_170493","tr_customer_id":170510,"tr_customer_product_id":170500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:52.000Z","modified_at":"2026-01-29T09:32:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16704057294280","imei1":"16704057294280","imei2":"16704057294280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170495,"job_number":"JOB_170495","tr_customer_id":170512,"tr_customer_product_id":170502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:53.000Z","modified_at":"2026-01-29T09:32:53.000Z","name":"Bernhard Heaney","mobile_number":"451-908-1369","email_id":"Isabelle_Price@gmail.com","dop":"2025-04-06","serial_number":"12238637914880776","imei1":"12238637914880776","imei2":"12238637914880776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170497,"job_number":"JOB_170497","tr_customer_id":170514,"tr_customer_product_id":170504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:45:07.000Z","modified_at":"2026-01-29T09:45:07.000Z","name":"Lorna Toy","mobile_number":"317-272-0077","email_id":"Zoila.Lakin@gmail.com","dop":"2026-01-23","serial_number":"15878897486017","imei1":"15878897486017","imei2":"15878897486017","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:45:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170498,"job_number":"JOB_170498","tr_customer_id":170515,"tr_customer_product_id":170505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:46:20.000Z","modified_at":"2026-01-29T09:46:20.000Z","name":"Imelda Pagac","mobile_number":"438-253-9465","email_id":"Reina12@yahoo.com","dop":"2026-01-23","serial_number":"15790119862263","imei1":"15790119862263","imei2":"15790119862263","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170499,"job_number":"JOB_170499","tr_customer_id":170516,"tr_customer_product_id":170506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:46:45.000Z","modified_at":"2026-01-29T09:46:45.000Z","name":"Gerardo Larkin","mobile_number":"462-208-3593","email_id":"Cesar_Dickens35@gmail.com","dop":"2026-01-23","serial_number":"11999782266327","imei1":"11999782266327","imei2":"11999782266327","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170500,"job_number":"JOB_170500","tr_customer_id":170517,"tr_customer_product_id":170507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:53:22.000Z","modified_at":"2026-01-29T09:53:22.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"18857077553165","imei1":"18857077553165","imei2":"18857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:53:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170501,"job_number":"JOB_170501","tr_customer_id":170518,"tr_customer_product_id":170508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:58:06.000Z","modified_at":"2026-01-29T09:58:06.000Z","name":"Bhushit Nambeesan","mobile_number":"7032420332","email_id":"hari.tagore@gmail.com","dop":"2026-01-19","serial_number":"270179718665005","imei1":"270179718665005","imei2":"270179718665005","popurl":"www.rajinder-nayar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170502,"job_number":"JOB_170502","tr_customer_id":170519,"tr_customer_product_id":170509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:58:39.000Z","modified_at":"2026-01-29T09:58:39.000Z","name":"veer kumar","mobile_number":"9398102868","email_id":"veer@gmail.com","dop":"2026-01-11","serial_number":"12343223456765432","imei1":"13343223456765437","imei2":"13343223456765437","popurl":"2026-01-11T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170503,"job_number":"JOB_170503","tr_customer_id":170520,"tr_customer_product_id":170510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:33:27.000Z","modified_at":"2026-01-29T10:33:27.000Z","name":"Jatin Jasani","mobile_number":"7507331188","email_id":"saurabh.jasani@gmail.com","dop":"2026-01-19","serial_number":"12308877001005","imei1":"12308877001005","imei2":"12308877001005","popurl":"2026-01-19T10:33:26.676455238Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170504,"job_number":"JOB_170504","tr_customer_id":170521,"tr_customer_product_id":170511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:34:59.000Z","modified_at":"2026-01-29T10:34:59.000Z","name":"Newname lastname","mobile_number":"68555305710","email_id":"pravalikabariki2tt13@gmail.com","dop":"2025-02-13","serial_number":"104426212713358","imei1":"104426212713358","imei2":"104426212713358","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170505,"job_number":"JOB_170505","tr_customer_id":170522,"tr_customer_product_id":170512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:53:51.000Z","modified_at":"2026-01-29T10:53:51.000Z","name":"Giriraj Nehru","mobile_number":"7035374466","email_id":"rajendra.acharya@hotmail.com","dop":"2026-01-19","serial_number":"994897353497024","imei1":"994897353497024","imei2":"994897353497024","popurl":"www.adityanandana-pillai.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:53:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170506,"job_number":"JOB_170506","tr_customer_id":170523,"tr_customer_product_id":170513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:58:37.000Z","modified_at":"2026-01-29T10:58:37.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-19","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-19T10:58:28.191709007Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170507,"job_number":"JOB_170507","tr_customer_id":170524,"tr_customer_product_id":170514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:58:38.000Z","modified_at":"2026-01-29T10:58:38.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-19","serial_number":"46234996938486","imei1":"46234996938486","imei2":"46234996938486","popurl":"2026-01-19T10:58:28.194453550Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170508,"job_number":"JOB_170508","tr_customer_id":170525,"tr_customer_product_id":170515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:58:50.000Z","modified_at":"2026-01-29T10:58:50.000Z","name":"Dev Iyengar","mobile_number":"8606776917","email_id":"jahnu.dubashi@yahoo.co.in","dop":"2026-01-19","serial_number":"19475080550896","imei1":"19475080550896","imei2":"19475080550896","popurl":"www.baalagopaal-bharadwaj.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170509,"job_number":"JOB_170509","tr_customer_id":170526,"tr_customer_product_id":170516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:08:15.000Z","modified_at":"2026-01-29T11:08:15.000Z","name":"Kartik Chopra","mobile_number":"7030240308","email_id":"kashyapi.khatri@hotmail.com","dop":"2026-01-19","serial_number":"236569941816667","imei1":"236569941816667","imei2":"236569941816667","popurl":"www.pushti-guha.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:08:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170511,"job_number":"JOB_170511","tr_customer_id":170528,"tr_customer_product_id":170518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:22:13.000Z","modified_at":"2026-01-29T11:22:13.000Z","name":"Manikya Chopra","mobile_number":"7032366380","email_id":"meghnad.patel@hotmail.com","dop":"2026-01-19","serial_number":"105719811067502","imei1":"105719811067502","imei2":"105719811067502","popurl":"www.divjot-talwar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:22:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170512,"job_number":"JOB_170512","tr_customer_id":170529,"tr_customer_product_id":170519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:22:20.000Z","modified_at":"2026-01-29T11:22:20.000Z","name":"Mandakini Gandhi","mobile_number":"7005985961","email_id":"anal.shukla@yahoo.co.in","dop":"2026-01-19","serial_number":"657148622683390","imei1":"657148622683390","imei2":"657148622683390","popurl":"www.anal-jain.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:22:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170513,"job_number":"JOB_170513","tr_customer_id":170530,"tr_customer_product_id":170520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:08.000Z","modified_at":"2026-01-29T11:35:08.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11897275204948","imei1":"11897275204948","imei2":"11897275204948","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170515,"job_number":"JOB_170515","tr_customer_id":170532,"tr_customer_product_id":170522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:09.000Z","modified_at":"2026-01-29T11:35:09.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"73803080638811","imei1":"73803080638811","imei2":"73803080638811","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170516,"job_number":"JOB_170516","tr_customer_id":170533,"tr_customer_product_id":170523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:21.000Z","modified_at":"2026-01-29T11:35:21.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14066071322122","imei1":"14066071322122","imei2":"14066071322122","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170518,"job_number":"JOB_170518","tr_customer_id":170535,"tr_customer_product_id":170525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:21.000Z","modified_at":"2026-01-29T11:35:21.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11964579188926","imei1":"11964579188926","imei2":"11964579188926","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170519,"job_number":"JOB_170519","tr_customer_id":170536,"tr_customer_product_id":170526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:50.000Z","modified_at":"2026-01-29T11:35:50.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12733231512576","imei1":"12733231512576","imei2":"12733231512576","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170520,"job_number":"JOB_170520","tr_customer_id":170537,"tr_customer_product_id":170527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:51.000Z","modified_at":"2026-01-29T11:35:51.000Z","name":"Sammy Miller","mobile_number":"240-579-5402","email_id":"Gerard.Prosacco@gmail.com","dop":"2026-01-04","serial_number":"13124607067875","imei1":"13124607067875","imei2":"13124607067875","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170521,"job_number":"JOB_170521","tr_customer_id":170538,"tr_customer_product_id":170528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:51.000Z","modified_at":"2026-01-29T11:35:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"21148268148501","imei1":"21148268148501","imei2":"21148268148501","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170522,"job_number":"JOB_170522","tr_customer_id":170539,"tr_customer_product_id":170529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:03.000Z","modified_at":"2026-01-29T11:51:03.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19344968030446","imei1":"19344968030446","imei2":"19344968030446","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170524,"job_number":"JOB_170524","tr_customer_id":170541,"tr_customer_product_id":170531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:04.000Z","modified_at":"2026-01-29T11:51:04.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"82623406654472","imei1":"82623406654472","imei2":"82623406654472","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170525,"job_number":"JOB_170525","tr_customer_id":170542,"tr_customer_product_id":170532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:16.000Z","modified_at":"2026-01-29T11:51:16.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10539951757375","imei1":"10539951757375","imei2":"10539951757375","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170527,"job_number":"JOB_170527","tr_customer_id":170544,"tr_customer_product_id":170534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:17.000Z","modified_at":"2026-01-29T11:51:17.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51487600308758","imei1":"51487600308758","imei2":"51487600308758","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170528,"job_number":"JOB_170528","tr_customer_id":170545,"tr_customer_product_id":170535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:29.000Z","modified_at":"2026-01-29T11:51:29.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11364612926593","imei1":"11364612926593","imei2":"11364612926593","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170530,"job_number":"JOB_170530","tr_customer_id":170547,"tr_customer_product_id":170537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:30.000Z","modified_at":"2026-01-29T11:51:30.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"99920633052438","imei1":"99920633052438","imei2":"99920633052438","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170531,"job_number":"JOB_170531","tr_customer_id":170548,"tr_customer_product_id":170538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:56:54.000Z","modified_at":"2026-01-29T11:56:54.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14271308685112","imei1":"14271308685112","imei2":"14271308685112","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170533,"job_number":"JOB_170533","tr_customer_id":170550,"tr_customer_product_id":170540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:56:55.000Z","modified_at":"2026-01-29T11:56:55.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"63867555085082","imei1":"63867555085082","imei2":"63867555085082","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170534,"job_number":"JOB_170534","tr_customer_id":170551,"tr_customer_product_id":170541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:08.000Z","modified_at":"2026-01-29T11:57:08.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11838655015818","imei1":"11838655015818","imei2":"11838655015818","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170536,"job_number":"JOB_170536","tr_customer_id":170553,"tr_customer_product_id":170543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:08.000Z","modified_at":"2026-01-29T11:57:08.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"57997310469576","imei1":"57997310469576","imei2":"57997310469576","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170537,"job_number":"JOB_170537","tr_customer_id":170554,"tr_customer_product_id":170544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:20.000Z","modified_at":"2026-01-29T11:57:20.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10411358947544","imei1":"10411358947544","imei2":"10411358947544","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170539,"job_number":"JOB_170539","tr_customer_id":170556,"tr_customer_product_id":170546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:21.000Z","modified_at":"2026-01-29T11:57:21.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"95577275655207","imei1":"95577275655207","imei2":"95577275655207","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170540,"job_number":"JOB_170540","tr_customer_id":170557,"tr_customer_product_id":170547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:01:46.000Z","modified_at":"2026-01-29T12:01:46.000Z","name":"Paramartha Acharya","mobile_number":"7075611374","email_id":"indira.joshi@yahoo.co.in","dop":"2026-01-19","serial_number":"066833272319913","imei1":"066833272319913","imei2":"066833272319913","popurl":"www.mina-agarwal.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:01:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170541,"job_number":"JOB_170541","tr_customer_id":170558,"tr_customer_product_id":170548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:30.000Z","modified_at":"2026-01-29T12:08:30.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10607057464470","imei1":"10607057464470","imei2":"10607057464470","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170543,"job_number":"JOB_170543","tr_customer_id":170560,"tr_customer_product_id":170550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:31.000Z","modified_at":"2026-01-29T12:08:31.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"53986320780911","imei1":"53986320780911","imei2":"53986320780911","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170544,"job_number":"JOB_170544","tr_customer_id":170561,"tr_customer_product_id":170551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:43.000Z","modified_at":"2026-01-29T12:08:43.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18134080865144","imei1":"18134080865144","imei2":"18134080865144","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170546,"job_number":"JOB_170546","tr_customer_id":170563,"tr_customer_product_id":170553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:44.000Z","modified_at":"2026-01-29T12:08:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19123522122975","imei1":"19123522122975","imei2":"19123522122975","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170547,"job_number":"JOB_170547","tr_customer_id":170564,"tr_customer_product_id":170554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:55.000Z","modified_at":"2026-01-29T12:08:55.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14974535054062","imei1":"14974535054062","imei2":"14974535054062","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170549,"job_number":"JOB_170549","tr_customer_id":170566,"tr_customer_product_id":170556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:56.000Z","modified_at":"2026-01-29T12:08:56.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"68884399312617","imei1":"68884399312617","imei2":"68884399312617","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170552,"job_number":"JOB_170552","tr_customer_id":170569,"tr_customer_product_id":170559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Nidhish P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"36857077553165","imei1":"36857077553165","imei2":"36857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170553,"job_number":"JOB_170553","tr_customer_id":170570,"tr_customer_product_id":170560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Ajit P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"93857077553165","imei1":"93857077553165","imei2":"93857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170554,"job_number":"JOB_170554","tr_customer_id":170571,"tr_customer_product_id":170561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Roshan P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"25857077553165","imei1":"25857077553165","imei2":"25857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170555,"job_number":"JOB_170555","tr_customer_id":170572,"tr_customer_product_id":170562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"16357077553165","imei1":"16357077553165","imei2":"16357077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170556,"job_number":"JOB_170556","tr_customer_id":170573,"tr_customer_product_id":170563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Sudam P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"17257077553165","imei1":"17257077553165","imei2":"17257077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170557,"job_number":"JOB_170557","tr_customer_id":170574,"tr_customer_product_id":170564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:34.000Z","modified_at":"2026-01-29T12:22:34.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19852270702376","imei1":"19852270702376","imei2":"19852270702376","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170559,"job_number":"JOB_170559","tr_customer_id":170576,"tr_customer_product_id":170566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:35.000Z","modified_at":"2026-01-29T12:22:35.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"50302547820553","imei1":"50302547820553","imei2":"50302547820553","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170560,"job_number":"JOB_170560","tr_customer_id":170577,"tr_customer_product_id":170567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:48.000Z","modified_at":"2026-01-29T12:22:48.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17135188746991","imei1":"17135188746991","imei2":"17135188746991","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170562,"job_number":"JOB_170562","tr_customer_id":170579,"tr_customer_product_id":170569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:48.000Z","modified_at":"2026-01-29T12:22:48.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16620338405473","imei1":"16620338405473","imei2":"16620338405473","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170563,"job_number":"JOB_170563","tr_customer_id":170580,"tr_customer_product_id":170570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:23:00.000Z","modified_at":"2026-01-29T12:23:00.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15857532110722","imei1":"15857532110722","imei2":"15857532110722","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:23:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170565,"job_number":"JOB_170565","tr_customer_id":170582,"tr_customer_product_id":170572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:23:01.000Z","modified_at":"2026-01-29T12:23:01.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"106842557277893","imei1":"106842557277893","imei2":"106842557277893","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:23:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170566,"job_number":"JOB_170566","tr_customer_id":170583,"tr_customer_product_id":170573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:23.000Z","modified_at":"2026-01-29T12:25:23.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12418718612898","imei1":"12418718612898","imei2":"12418718612898","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170568,"job_number":"JOB_170568","tr_customer_id":170585,"tr_customer_product_id":170575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:24.000Z","modified_at":"2026-01-29T12:25:24.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"25890562595419","imei1":"25890562595419","imei2":"25890562595419","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170569,"job_number":"JOB_170569","tr_customer_id":170586,"tr_customer_product_id":170576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:36.000Z","modified_at":"2026-01-29T12:25:36.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10557207415583","imei1":"10557207415583","imei2":"10557207415583","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170571,"job_number":"JOB_170571","tr_customer_id":170588,"tr_customer_product_id":170578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:37.000Z","modified_at":"2026-01-29T12:25:37.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"65194808903664","imei1":"65194808903664","imei2":"65194808903664","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170572,"job_number":"JOB_170572","tr_customer_id":170589,"tr_customer_product_id":170579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:49.000Z","modified_at":"2026-01-29T12:25:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19376722880369","imei1":"19376722880369","imei2":"19376722880369","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170574,"job_number":"JOB_170574","tr_customer_id":170591,"tr_customer_product_id":170581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:50.000Z","modified_at":"2026-01-29T12:25:50.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"27208133878736","imei1":"27208133878736","imei2":"27208133878736","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170577,"job_number":"JOB_170577","tr_customer_id":170594,"tr_customer_product_id":170584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:02:46.000Z","modified_at":"2026-01-29T13:02:46.000Z","name":"Rohan Johar","mobile_number":"7018972615","email_id":"manikya.somayaji@hotmail.com","dop":"2026-01-19","serial_number":"485879120274246","imei1":"485879120274246","imei2":"485879120274246","popurl":"www.naveen-pothuvaal.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:02:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170578,"job_number":"JOB_170578","tr_customer_id":170595,"tr_customer_product_id":170585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:32.000Z","modified_at":"2026-01-29T13:03:32.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14481599718290","imei1":"14481599718290","imei2":"14481599718290","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170580,"job_number":"JOB_170580","tr_customer_id":170597,"tr_customer_product_id":170587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:33.000Z","modified_at":"2026-01-29T13:03:33.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"55459891588674","imei1":"55459891588674","imei2":"55459891588674","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170581,"job_number":"JOB_170581","tr_customer_id":170598,"tr_customer_product_id":170588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:44.000Z","modified_at":"2026-01-29T13:03:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18543401995104","imei1":"18543401995104","imei2":"18543401995104","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170583,"job_number":"JOB_170583","tr_customer_id":170600,"tr_customer_product_id":170590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:44.000Z","modified_at":"2026-01-29T13:03:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51593891280494","imei1":"51593891280494","imei2":"51593891280494","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170584,"job_number":"JOB_170584","tr_customer_id":170601,"tr_customer_product_id":170591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:55.000Z","modified_at":"2026-01-29T13:03:55.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15710936490561","imei1":"15710936490561","imei2":"15710936490561","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170586,"job_number":"JOB_170586","tr_customer_id":170603,"tr_customer_product_id":170593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:56.000Z","modified_at":"2026-01-29T13:03:56.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"106188952658294","imei1":"106188952658294","imei2":"106188952658294","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170587,"job_number":"JOB_170587","tr_customer_id":170604,"tr_customer_product_id":170594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:11:01.000Z","modified_at":"2026-01-29T13:11:01.000Z","name":"Anamika Tagore","mobile_number":"7090685677","email_id":"devani.embranthiri@gmail.com","dop":"2026-01-19","serial_number":"081482321366832","imei1":"081482321366832","imei2":"081482321366832","popurl":"www.atreyi-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:11:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170588,"job_number":"JOB_170588","tr_customer_id":170605,"tr_customer_product_id":170595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:13:50.000Z","modified_at":"2026-01-29T13:13:50.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17470816007528","imei1":"17470816007528","imei2":"17470816007528","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:13:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170590,"job_number":"JOB_170590","tr_customer_id":170607,"tr_customer_product_id":170597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:13:51.000Z","modified_at":"2026-01-29T13:13:51.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"94810015130408","imei1":"94810015130408","imei2":"94810015130408","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:13:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170591,"job_number":"JOB_170591","tr_customer_id":170608,"tr_customer_product_id":170598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:02.000Z","modified_at":"2026-01-29T13:14:02.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13846949774491","imei1":"13846949774491","imei2":"13846949774491","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170593,"job_number":"JOB_170593","tr_customer_id":170610,"tr_customer_product_id":170600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:02.000Z","modified_at":"2026-01-29T13:14:02.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"34279997832217","imei1":"34279997832217","imei2":"34279997832217","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170594,"job_number":"JOB_170594","tr_customer_id":170611,"tr_customer_product_id":170601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:13.000Z","modified_at":"2026-01-29T13:14:13.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17246229451653","imei1":"17246229451653","imei2":"17246229451653","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170596,"job_number":"JOB_170596","tr_customer_id":170613,"tr_customer_product_id":170603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:14.000Z","modified_at":"2026-01-29T13:14:14.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"101826994044456","imei1":"101826994044456","imei2":"101826994044456","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170597,"job_number":"JOB_170597","tr_customer_id":170614,"tr_customer_product_id":170604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:05.000Z","modified_at":"2026-01-29T13:28:05.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15764276875722","imei1":"15764276875722","imei2":"15764276875722","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170599,"job_number":"JOB_170599","tr_customer_id":170616,"tr_customer_product_id":170606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:05.000Z","modified_at":"2026-01-29T13:28:05.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"39025816593383","imei1":"39025816593383","imei2":"39025816593383","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170600,"job_number":"JOB_170600","tr_customer_id":170617,"tr_customer_product_id":170607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:18.000Z","modified_at":"2026-01-29T13:28:18.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13921813166721","imei1":"13921813166721","imei2":"13921813166721","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170602,"job_number":"JOB_170602","tr_customer_id":170619,"tr_customer_product_id":170609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:18.000Z","modified_at":"2026-01-29T13:28:18.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"81195005187923","imei1":"81195005187923","imei2":"81195005187923","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170603,"job_number":"JOB_170603","tr_customer_id":170620,"tr_customer_product_id":170610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:30.000Z","modified_at":"2026-01-29T13:28:30.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17168215455938","imei1":"17168215455938","imei2":"17168215455938","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170605,"job_number":"JOB_170605","tr_customer_id":170622,"tr_customer_product_id":170612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:31.000Z","modified_at":"2026-01-29T13:28:31.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15252162674181","imei1":"15252162674181","imei2":"15252162674181","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170606,"job_number":"JOB_170606","tr_customer_id":170623,"tr_customer_product_id":170613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:40:11.000Z","modified_at":"2026-01-29T13:40:11.000Z","name":"Carmel Upton","mobile_number":"934-686-6109","email_id":"Ardella0@yahoo.com","dop":"2026-01-19","serial_number":"12800249645231","imei1":"12800249645231","imei2":"12800249645231","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170607,"job_number":"JOB_170607","tr_customer_id":170624,"tr_customer_product_id":170614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:40:16.000Z","modified_at":"2026-01-29T13:40:16.000Z","name":"Conor Rutherford","mobile_number":"236-208-2545","email_id":"May58@yahoo.com","dop":"2026-01-23","serial_number":"18390069402972","imei1":"18390069402972","imei2":"18390069402972","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:40:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170608,"job_number":"JOB_170608","tr_customer_id":170625,"tr_customer_product_id":170615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:41:14.000Z","modified_at":"2026-01-29T13:41:14.000Z","name":"Daren Schamberger","mobile_number":"291-502-9600","email_id":"Demetrius_Beier76@hotmail.com","dop":"2026-01-23","serial_number":"139285000057022","imei1":"139285000057022","imei2":"139285000057022","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:41:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170610,"job_number":"JOB_170610","tr_customer_id":170627,"tr_customer_product_id":170617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:42:39.000Z","modified_at":"2026-01-29T13:42:39.000Z","name":"Ruben Wolff","mobile_number":"998-279-0271","email_id":"Hailie_Connelly93@yahoo.com","dop":"2025-04-13","serial_number":"1009744602322156","imei1":"1009744602322156","imei2":"1009744602322156","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170612,"job_number":"JOB_170612","tr_customer_id":170629,"tr_customer_product_id":170619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:11.000Z","modified_at":"2026-01-29T13:47:11.000Z","name":"Maribel Wolff","mobile_number":"214-481-6880","email_id":"Rosie_Hayes10@hotmail.com","dop":"2025-04-13","serial_number":"1054714305924975","imei1":"1054714305924975","imei2":"1054714305924975","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:47:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170614,"job_number":"JOB_170614","tr_customer_id":170631,"tr_customer_product_id":170621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:38.000Z","modified_at":"2026-01-29T13:47:38.000Z","name":"Lucinda Koelpin","mobile_number":"751-655-1790","email_id":"Deangelo98@gmail.com","dop":"2025-04-13","serial_number":"1037337323091540","imei1":"1037337323091540","imei2":"1037337323091540","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170615,"job_number":"JOB_170615","tr_customer_id":170632,"tr_customer_product_id":170622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:50:35.000Z","modified_at":"2026-01-29T13:50:35.000Z","name":"Dion Batz","mobile_number":"795-535-5219","email_id":"Khalil_Davis@hotmail.com","dop":"2026-01-23","serial_number":"139235630811846","imei1":"139235630811846","imei2":"139235630811846","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170619,"job_number":"JOB_170619","tr_customer_id":170636,"tr_customer_product_id":170626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:17.000Z","modified_at":"2026-01-29T14:09:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59836183781698","imei1":"59836183781698","imei2":"59836183781698","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170620,"job_number":"JOB_170620","tr_customer_id":170637,"tr_customer_product_id":170627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:18.000Z","modified_at":"2026-01-29T14:09:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35629917911906","imei1":"35629917911906","imei2":"35629917911906","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170621,"job_number":"JOB_170621","tr_customer_id":170638,"tr_customer_product_id":170628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:18.000Z","modified_at":"2026-01-29T14:09:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46648017332110","imei1":"46648017332110","imei2":"46648017332110","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170622,"job_number":"JOB_170622","tr_customer_id":170639,"tr_customer_product_id":170629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:18.000Z","modified_at":"2026-01-29T14:09:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37116685992248","imei1":"37116685992248","imei2":"37116685992248","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170623,"job_number":"JOB_170623","tr_customer_id":170640,"tr_customer_product_id":170630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:19.000Z","modified_at":"2026-01-29T14:09:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62790160479191","imei1":"62790160479191","imei2":"62790160479191","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170624,"job_number":"JOB_170624","tr_customer_id":170641,"tr_customer_product_id":170631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:19.000Z","modified_at":"2026-01-29T14:09:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13699333898819","imei1":"13699333898819","imei2":"13699333898819","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170626,"job_number":"JOB_170626","tr_customer_id":170643,"tr_customer_product_id":170633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:34.000Z","modified_at":"2026-01-29T14:09:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13271255174915","imei1":"13271255174915","imei2":"13271255174915","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170628,"job_number":"JOB_170628","tr_customer_id":170645,"tr_customer_product_id":170635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:36.000Z","modified_at":"2026-01-29T14:09:36.000Z","name":"Sabina Russel","mobile_number":"603-905-7728","email_id":"Erick.Green@hotmail.com","dop":"2025-04-06","serial_number":"12765122914716278","imei1":"12765122914716278","imei2":"12765122914716278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170630,"job_number":"JOB_170630","tr_customer_id":170647,"tr_customer_product_id":170637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:42.000Z","modified_at":"2026-01-29T14:09:42.000Z","name":"Sydney Hodkiewicz","mobile_number":"723-344-1980","email_id":"Adrien94@gmail.com","dop":"2025-04-06","serial_number":"10417035467645472","imei1":"10417035467645472","imei2":"10417035467645472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170632,"job_number":"JOB_170632","tr_customer_id":170649,"tr_customer_product_id":170639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:52.000Z","modified_at":"2026-01-29T14:09:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51495525421831","imei1":"51495525421831","imei2":"51495525421831","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170633,"job_number":"JOB_170633","tr_customer_id":170650,"tr_customer_product_id":170640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:53.000Z","modified_at":"2026-01-29T14:09:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64298473275873","imei1":"64298473275873","imei2":"64298473275873","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170634,"job_number":"JOB_170634","tr_customer_id":170651,"tr_customer_product_id":170641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:53.000Z","modified_at":"2026-01-29T14:09:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13241669324108","imei1":"13241669324108","imei2":"13241669324108","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170635,"job_number":"JOB_170635","tr_customer_id":170652,"tr_customer_product_id":170642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:53.000Z","modified_at":"2026-01-29T14:09:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27348167769992","imei1":"27348167769992","imei2":"27348167769992","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170636,"job_number":"JOB_170636","tr_customer_id":170653,"tr_customer_product_id":170643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:54.000Z","modified_at":"2026-01-29T14:09:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11857570018969","imei1":"11857570018969","imei2":"11857570018969","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170637,"job_number":"JOB_170637","tr_customer_id":170654,"tr_customer_product_id":170644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:54.000Z","modified_at":"2026-01-29T14:09:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45530510234866","imei1":"45530510234866","imei2":"45530510234866","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170641,"job_number":"JOB_170641","tr_customer_id":170658,"tr_customer_product_id":170648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:20.000Z","modified_at":"2026-01-29T14:10:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16471020128168","imei1":"16471020128168","imei2":"16471020128168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170643,"job_number":"JOB_170643","tr_customer_id":170660,"tr_customer_product_id":170650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:21.000Z","modified_at":"2026-01-29T14:10:21.000Z","name":"Mabel Von","mobile_number":"545-600-8748","email_id":"Dustin.Littel@gmail.com","dop":"2025-04-06","serial_number":"15696888684715178","imei1":"15696888684715178","imei2":"15696888684715178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170644,"job_number":"JOB_170644","tr_customer_id":170661,"tr_customer_product_id":170651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:27.000Z","modified_at":"2026-01-29T14:10:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80476885755767","imei1":"80476885755767","imei2":"80476885755767","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170645,"job_number":"JOB_170645","tr_customer_id":170662,"tr_customer_product_id":170652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:27.000Z","modified_at":"2026-01-29T14:10:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32205266543222","imei1":"32205266543222","imei2":"32205266543222","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170646,"job_number":"JOB_170646","tr_customer_id":170663,"tr_customer_product_id":170653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:27.000Z","modified_at":"2026-01-29T14:10:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53855674847277","imei1":"53855674847277","imei2":"53855674847277","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170647,"job_number":"JOB_170647","tr_customer_id":170664,"tr_customer_product_id":170654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:28.000Z","modified_at":"2026-01-29T14:10:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87680375735673","imei1":"87680375735673","imei2":"87680375735673","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170648,"job_number":"JOB_170648","tr_customer_id":170665,"tr_customer_product_id":170655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:28.000Z","modified_at":"2026-01-29T14:10:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62451219327262","imei1":"62451219327262","imei2":"62451219327262","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170649,"job_number":"JOB_170649","tr_customer_id":170666,"tr_customer_product_id":170656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:28.000Z","modified_at":"2026-01-29T14:10:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36396773416077","imei1":"36396773416077","imei2":"36396773416077","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170651,"job_number":"JOB_170651","tr_customer_id":170668,"tr_customer_product_id":170658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:11:05.000Z","modified_at":"2026-01-29T14:11:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14497840140645","imei1":"14497840140645","imei2":"14497840140645","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:11:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170653,"job_number":"JOB_170653","tr_customer_id":170670,"tr_customer_product_id":170660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:11:07.000Z","modified_at":"2026-01-29T14:11:07.000Z","name":"Colin Mann","mobile_number":"500-258-1892","email_id":"Chaz.Thompson17@gmail.com","dop":"2025-04-06","serial_number":"15145090007362290","imei1":"15145090007362290","imei2":"15145090007362290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:11:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170663,"job_number":"JOB_170663","tr_customer_id":170680,"tr_customer_product_id":170670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:42.000Z","modified_at":"2026-01-29T14:33:42.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18144335562909","imei1":"18144335562909","imei2":"18144335562909","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170665,"job_number":"JOB_170665","tr_customer_id":170682,"tr_customer_product_id":170672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:43.000Z","modified_at":"2026-01-29T14:33:43.000Z","name":"Jessica Bernhard","mobile_number":"832-560-6687","email_id":"Vernie_Klocko@hotmail.com","dop":"2025-04-06","serial_number":"17593189206573856","imei1":"17593189206573856","imei2":"17593189206573856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170666,"job_number":"JOB_170666","tr_customer_id":170683,"tr_customer_product_id":170673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:44.000Z","modified_at":"2026-01-29T14:33:44.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17620259137506","imei2":"17620259137506","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170668,"job_number":"JOB_170668","tr_customer_id":170685,"tr_customer_product_id":170675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:59.000Z","modified_at":"2026-01-29T14:33:59.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12161447353277","imei2":"12161447353277","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169890,"job_number":"JOB_169890","tr_customer_id":169907,"tr_customer_product_id":169897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:18.000Z","modified_at":"2026-01-29T04:16:18.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Catalina_Beer85@hotmail.com","dop":"2025-07-02","serial_number":"11468399750888","imei1":"11468399750888","imei2":"11468399750888","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169913,"job_number":"JOB_169913","tr_customer_id":169930,"tr_customer_product_id":169920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Ronaldo_Kulas@gmail.com","dop":"2025-07-02","serial_number":"16826565478339","imei1":"16826565478339","imei2":"16826565478339","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169927,"job_number":"JOB_169927","tr_customer_id":169944,"tr_customer_product_id":169934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:53.000Z","modified_at":"2026-01-29T04:16:53.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Ralph.Reilly@hotmail.com","dop":"2025-07-02","serial_number":"15208020586693","imei1":"15208020586693","imei2":"15208020586693","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169957,"job_number":"JOB_169957","tr_customer_id":169974,"tr_customer_product_id":169964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:17:46.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"190716491907042","imei1":"190716491907042","imei2":"190716491907042","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169960,"job_number":"JOB_169960","tr_customer_id":169977,"tr_customer_product_id":169967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Johann Dibbert","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"184192556731387","imei1":"184192556731387","imei2":"184192556731387","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169962,"job_number":"JOB_169962","tr_customer_id":169979,"tr_customer_product_id":169969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Calista Schuppe","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"108590264598891","imei1":"108590264598891","imei2":"108590264598891","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169963,"job_number":"JOB_169963","tr_customer_id":169980,"tr_customer_product_id":169970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Lela Boyle","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"113807506462303","imei1":"113807506462303","imei2":"113807506462303","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169979,"job_number":"JOB_169979","tr_customer_id":169996,"tr_customer_product_id":169986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:17:57.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"14778791158538","imei1":"14778791158538","imei2":"14778791158538","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169985,"job_number":"JOB_169985","tr_customer_id":170002,"tr_customer_product_id":169992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:17:59.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"178943905284676","imei1":"178943905284676","imei2":"178943905284676","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169988,"job_number":"JOB_169988","tr_customer_id":170004,"tr_customer_product_id":169995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:17:59.000Z","name":"Cleveland Nader","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"160593098261144","imei1":"160593098261144","imei2":"160593098261144","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169989,"job_number":"JOB_169989","tr_customer_id":170006,"tr_customer_product_id":169996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"Nola Steuber","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"129136019390741","imei1":"129136019390741","imei2":"129136019390741","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169990,"job_number":"JOB_169990","tr_customer_id":170007,"tr_customer_product_id":169997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"Josefina Schuppe","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"188490740819099","imei1":"188490740819099","imei2":"188490740819099","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170002,"job_number":"JOB_170002","tr_customer_id":170019,"tr_customer_product_id":170009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:03.000Z","modified_at":"2026-01-29T04:18:03.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"105825948977618","imei1":"105825948977618","imei2":"105825948977618","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170004,"job_number":"JOB_170004","tr_customer_id":170021,"tr_customer_product_id":170011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:04.000Z","modified_at":"2026-01-29T04:18:04.000Z","name":"Eryn Bruen","mobile_number":"519-308-8273","email_id":"Meggie3@yahoo.com","dop":"2025-06-09","serial_number":"101844397816375","imei1":"101844397816375","imei2":"101844397816375","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170009,"job_number":"JOB_170009","tr_customer_id":170026,"tr_customer_product_id":170016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:19.000Z","modified_at":"2026-01-29T04:18:19.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"105528713661639","imei1":"105528713661639","imei2":"105528713661639","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170011,"job_number":"JOB_170011","tr_customer_id":170028,"tr_customer_product_id":170018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:20.000Z","modified_at":"2026-01-29T04:18:20.000Z","name":"Osborne Baumbach","mobile_number":"269-391-4648","email_id":"Amanda.Schoen6@yahoo.com","dop":"2025-06-09","serial_number":"101461346840938","imei1":"101461346840938","imei2":"101461346840938","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170022,"job_number":"JOB_170022","tr_customer_id":170039,"tr_customer_product_id":170029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:35.000Z","modified_at":"2026-01-29T04:18:35.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"102690346307484","imei1":"102690346307484","imei2":"102690346307484","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170024,"job_number":"JOB_170024","tr_customer_id":170041,"tr_customer_product_id":170031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:36.000Z","modified_at":"2026-01-29T04:18:36.000Z","name":"Lavada Kub","mobile_number":"725-504-9986","email_id":"Quincy46@hotmail.com","dop":"2025-06-09","serial_number":"100552901932869","imei1":"100552901932869","imei2":"100552901932869","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170085,"job_number":"JOB_170085","tr_customer_id":170102,"tr_customer_product_id":170092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:00:51.000Z","modified_at":"2026-01-29T05:00:51.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10286259884544","imei1":"10286259884544","imei2":"10286259884544","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:00:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170322,"job_number":"JOB_170322","tr_customer_id":170339,"tr_customer_product_id":170329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:14.000Z","modified_at":"2026-01-29T06:33:14.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"102303592410008","imei1":"102303592410008","imei2":"102303592410008","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170324,"job_number":"JOB_170324","tr_customer_id":170341,"tr_customer_product_id":170331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:15.000Z","modified_at":"2026-01-29T06:33:15.000Z","name":"Alicia Upton","mobile_number":"814-290-6671","email_id":"Connie.Goodwin66@hotmail.com","dop":"2025-06-09","serial_number":"105069189382942","imei1":"105069189382942","imei2":"105069189382942","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170325,"job_number":"JOB_170325","tr_customer_id":170342,"tr_customer_product_id":170332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:16.000Z","modified_at":"2026-01-29T06:33:16.000Z","name":"Brooke Spencer","mobile_number":"627-430-8736","email_id":"Jacey30@yahoo.com","dop":"2025-06-09","serial_number":"8270962798696557","imei1":"8270962798696557","imei2":"8270962798696557","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170326,"job_number":"JOB_170326","tr_customer_id":170343,"tr_customer_product_id":170333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:33.000Z","modified_at":"2026-01-29T06:33:33.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102172616443770","imei1":"102172616443770","imei2":"102172616443770","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170328,"job_number":"JOB_170328","tr_customer_id":170345,"tr_customer_product_id":170335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:34.000Z","modified_at":"2026-01-29T06:33:34.000Z","name":"Lindsey Hettinger","mobile_number":"393-703-2324","email_id":"Justyn_Jenkins29@hotmail.com","dop":"2025-06-09","serial_number":"102632198232302","imei1":"102632198232302","imei2":"102632198232302","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170329,"job_number":"JOB_170329","tr_customer_id":170346,"tr_customer_product_id":170336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:52.000Z","modified_at":"2026-01-29T06:33:52.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109578000036737","imei1":"109578000036737","imei2":"109578000036737","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170331,"job_number":"JOB_170331","tr_customer_id":170348,"tr_customer_product_id":170338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:52.000Z","modified_at":"2026-01-29T06:33:52.000Z","name":"Jules Zboncak","mobile_number":"455-881-5519","email_id":"Meghan44@gmail.com","dop":"2025-06-09","serial_number":"107302736681477","imei1":"107302736681477","imei2":"107302736681477","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170332,"job_number":"JOB_170332","tr_customer_id":170349,"tr_customer_product_id":170339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:54.000Z","modified_at":"2026-01-29T06:33:54.000Z","name":"Natalia Kessler","mobile_number":"761-543-6488","email_id":"Jade_Satterfield@gmail.com","dop":"2025-06-09","serial_number":"97950778071355780","imei1":"97950778071355780","imei2":"97950778071355780","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170462,"job_number":"JOB_170462","tr_customer_id":170479,"tr_customer_product_id":170469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:44:25.000Z","modified_at":"2026-01-29T07:44:25.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Justus81@hotmail.com","dop":"2025-07-02","serial_number":"16470960202615","imei1":"16470960202615","imei2":"16470960202615","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170463,"job_number":"JOB_170463","tr_customer_id":170480,"tr_customer_product_id":170470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:44:47.000Z","modified_at":"2026-01-29T07:44:47.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Daphnee.Hammes83@hotmail.com","dop":"2025-07-02","serial_number":"13659206069138","imei1":"13659206069138","imei2":"13659206069138","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:44:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170464,"job_number":"JOB_170464","tr_customer_id":170481,"tr_customer_product_id":170471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:45:07.000Z","modified_at":"2026-01-29T07:45:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Athena_Reinger@yahoo.com","dop":"2025-07-02","serial_number":"15409646448622","imei1":"15409646448622","imei2":"15409646448622","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:45:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170510,"job_number":"JOB_170510","tr_customer_id":170527,"tr_customer_product_id":170517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:16:32.000Z","modified_at":"2026-01-29T11:16:32.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"977071610989831","imei1":"977071610989831","imei2":"977071610989831","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:16:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170550,"job_number":"JOB_170550","tr_customer_id":170567,"tr_customer_product_id":170557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:13:23.000Z","modified_at":"2026-01-29T12:13:23.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"9770716109898312","imei1":"9770716109898312","imei2":"9770716109898312","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:13:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170551,"job_number":"JOB_170551","tr_customer_id":170568,"tr_customer_product_id":170558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:16:27.000Z","modified_at":"2026-01-29T12:16:27.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"97707161098983122","imei1":"97707161098983122","imei2":"97707161098983122","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170575,"job_number":"JOB_170575","tr_customer_id":170592,"tr_customer_product_id":170582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:36:37.000Z","modified_at":"2026-01-29T12:36:37.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"10191171314065","imei1":"10191171314065","imei2":"10191171314065","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170654,"job_number":"JOB_170654","tr_customer_id":170671,"tr_customer_product_id":170661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:29:59.000Z","modified_at":"2026-01-29T14:29:59.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"112406510523889","imei1":"112406510523889","imei2":"112406510523889","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:29:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170655,"job_number":"JOB_170655","tr_customer_id":170672,"tr_customer_product_id":170662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:00.000Z","modified_at":"2026-01-29T14:30:00.000Z","name":"Darrick Kessler","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"168539902678161","imei1":"168539902678161","imei2":"168539902678161","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170656,"job_number":"JOB_170656","tr_customer_id":170673,"tr_customer_product_id":170663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:00.000Z","modified_at":"2026-01-29T14:30:00.000Z","name":"Camryn Lakin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114954477026693","imei1":"114954477026693","imei2":"114954477026693","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170657,"job_number":"JOB_170657","tr_customer_id":170674,"tr_customer_product_id":170664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:00.000Z","modified_at":"2026-01-29T14:30:00.000Z","name":"Kaley Koepp","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"169709661148071","imei1":"169709661148071","imei2":"169709661148071","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170658,"job_number":"JOB_170658","tr_customer_id":170675,"tr_customer_product_id":170665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:13.000Z","modified_at":"2026-01-29T14:30:13.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"192051065949516","imei1":"192051065949516","imei2":"192051065949516","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170659,"job_number":"JOB_170659","tr_customer_id":170676,"tr_customer_product_id":170666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:14.000Z","modified_at":"2026-01-29T14:30:14.000Z","name":"Nellie Kemmer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"190504053936811","imei1":"190504053936811","imei2":"190504053936811","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170660,"job_number":"JOB_170660","tr_customer_id":170677,"tr_customer_product_id":170667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:14.000Z","modified_at":"2026-01-29T14:30:14.000Z","name":"Jeremie Lynch","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"135274987984350","imei1":"135274987984350","imei2":"135274987984350","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170661,"job_number":"JOB_170661","tr_customer_id":170678,"tr_customer_product_id":170668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:15.000Z","modified_at":"2026-01-29T14:30:15.000Z","name":"Afton Sanford","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"134477990546568","imei1":"134477990546568","imei2":"134477990546568","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169956,"job_number":"JOB_169956","tr_customer_id":169973,"tr_customer_product_id":169963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:17:46.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10712940788540","imei1":"10712940788540","imei2":"10712940788540","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169967,"job_number":"JOB_169967","tr_customer_id":169984,"tr_customer_product_id":169974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:48.000Z","modified_at":"2026-01-29T04:17:48.000Z","name":"Dock Raynor","mobile_number":"653-907-7882","email_id":"Laury.Goldner54@hotmail.com","dop":"2000-01-31","serial_number":"1095767801177090","imei1":"1095767801177090","imei2":"1095767801177090","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170015,"job_number":"JOB_170015","tr_customer_id":170032,"tr_customer_product_id":170022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:29.000Z","modified_at":"2026-01-29T04:18:29.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10739704061138","imei1":"10739704061138","imei2":"10739704061138","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170020,"job_number":"JOB_170020","tr_customer_id":170037,"tr_customer_product_id":170027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:30.000Z","modified_at":"2026-01-29T04:18:30.000Z","name":"Jonas Nolan","mobile_number":"810-555-0144","email_id":"Issac81@gmail.com","dop":"2000-01-31","serial_number":"1033403239328929","imei1":"1033403239328929","imei2":"1033403239328929","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170043,"job_number":"JOB_170043","tr_customer_id":170060,"tr_customer_product_id":170050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:11.000Z","modified_at":"2026-01-29T04:19:11.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10411503339546","imei1":"10411503339546","imei2":"10411503339546","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170046,"job_number":"JOB_170046","tr_customer_id":170063,"tr_customer_product_id":170053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:13.000Z","modified_at":"2026-01-29T04:19:13.000Z","name":"Imogene Parker","mobile_number":"952-922-4274","email_id":"Asia_Borer@hotmail.com","dop":"2000-01-31","serial_number":"1051265970680909","imei1":"1051265970680909","imei2":"1051265970680909","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170059,"job_number":"JOB_170059","tr_customer_id":170076,"tr_customer_product_id":170066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:54.000Z","modified_at":"2026-01-29T04:19:54.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10006257632907","imei1":"10006257632907","imei2":"10006257632907","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:54.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170061,"job_number":"JOB_170061","tr_customer_id":170078,"tr_customer_product_id":170068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:55.000Z","modified_at":"2026-01-29T04:19:55.000Z","name":"Burnice Tromp","mobile_number":"206-221-6239","email_id":"Jasen.Harvey@hotmail.com","dop":"2000-01-31","serial_number":"1030163097598711","imei1":"1030163097598711","imei2":"1030163097598711","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:55.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170394,"job_number":"JOB_170394","tr_customer_id":170411,"tr_customer_product_id":170401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:05.000Z","modified_at":"2026-01-29T06:48:05.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10040564136257","imei1":"10040564136257","imei2":"10040564136257","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170396,"job_number":"JOB_170396","tr_customer_id":170413,"tr_customer_product_id":170403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:07.000Z","modified_at":"2026-01-29T06:48:07.000Z","name":"Bobby Goodwin","mobile_number":"938-388-5703","email_id":"Bettye_Weber@gmail.com","dop":"2000-01-31","serial_number":"1002269612563443","imei1":"1002269612563443","imei2":"1002269612563443","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170400,"job_number":"JOB_170400","tr_customer_id":170417,"tr_customer_product_id":170407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:52.000Z","modified_at":"2026-01-29T06:48:52.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10137181032428","imei1":"10137181032428","imei2":"10137181032428","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170402,"job_number":"JOB_170402","tr_customer_id":170419,"tr_customer_product_id":170409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:53.000Z","modified_at":"2026-01-29T06:48:53.000Z","name":"Leda Ferry","mobile_number":"860-899-8473","email_id":"Gloria48@hotmail.com","dop":"2000-01-31","serial_number":"1065945309649281","imei1":"1065945309649281","imei2":"1065945309649281","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170403,"job_number":"JOB_170403","tr_customer_id":170420,"tr_customer_product_id":170410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:38.000Z","modified_at":"2026-01-29T06:49:38.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10942710777095","imei1":"10942710777095","imei2":"10942710777095","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170405,"job_number":"JOB_170405","tr_customer_id":170422,"tr_customer_product_id":170412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:39.000Z","modified_at":"2026-01-29T06:49:39.000Z","name":"Freeman Dickens","mobile_number":"614-949-6620","email_id":"Hope33@hotmail.com","dop":"2000-01-31","serial_number":"1046560680313165","imei1":"1046560680313165","imei2":"1046560680313165","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170409,"job_number":"JOB_170409","tr_customer_id":170426,"tr_customer_product_id":170416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:24.000Z","modified_at":"2026-01-29T06:50:24.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10594816478675","imei1":"10594816478675","imei2":"10594816478675","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170411,"job_number":"JOB_170411","tr_customer_id":170428,"tr_customer_product_id":170418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:25.000Z","modified_at":"2026-01-29T06:50:25.000Z","name":"Enoch Schulist","mobile_number":"219-219-6550","email_id":"Kellie.Cronin@hotmail.com","dop":"2000-01-31","serial_number":"1046919848290472","imei1":"1046919848290472","imei2":"1046919848290472","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 7254b66c-74d1-46cd-bf5e-88aa354d44e0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 59
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-HGZAAN2YrHdhk8zbHjRaTh7W8C4"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:03 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNDN9.s_iV_akOP05TNjVOkJOft_MdP4Y1qgWwfw45EQ_EGT8"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDk2MTV9.EDOC39xbUnNPJQTK7YJ60-VvEgmOIsJt1wN-TQ54hn0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNDN9.s_iV_akOP05TNjVOkJOft_MdP4Y1qgWwfw45EQ_EGT8
Connection keep-alive
If-None-Match W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 7f51966f-14dc-43f1-abd3-3e24b149bb39
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDk2MTV9.EDOC39xbUnNPJQTK7YJ60-VvEgmOIsJt1wN-TQ54hn0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f9-BjC4atcJFXwDRx590XRVnnbLGdc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 285ms
Mean size per request: 164B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNDN9.s_iV_akOP05TNjVOkJOft_MdP4Y1qgWwfw45EQ_EGT8
Connection keep-alive
If-None-Match W/"f9-BjC4atcJFXwDRx590XRVnnbLGdc"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 95dda8cc-f75f-4715-ab69-b400f32c13a8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 164
ETag W/"a4-t9P073hfWuY24UPllHoj9Ez9l48"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":2},{"label":"Repair completed","key":"repair_completed","count":208}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 274ms
Mean size per request: 1.94KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNDN9.s_iV_akOP05TNjVOkJOft_MdP4Y1qgWwfw45EQ_EGT8
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token bf7d8e1d-e925-44d3-842c-f75508aa9f06
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7c2-qdLDhE/jsmgFBrfzYC9JhfTU7aY"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 29 Jan 2026 14:34:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":170664,"job_number":"JOB_170664","tr_customer_id":170681,"tr_customer_product_id":170671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:42.000Z","modified_at":"2026-01-29T14:33:56.000Z","name":"Madelyn Grant","mobile_number":"456-703-9202","email_id":"Maegan.Homenick29@gmail.com","dop":"2025-04-06","serial_number":"17423928987389","imei1":"17423928987389","imei2":"17423928987389","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-29T14:33:56.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":170669,"job_number":"JOB_170669","tr_customer_id":170686,"tr_customer_product_id":170676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:34:00.000Z","modified_at":"2026-01-29T14:34:03.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16821902115578","imei2":"16821902115578","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-29T14:34:03.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 276ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNDN9.s_iV_akOP05TNjVOkJOft_MdP4Y1qgWwfw45EQ_EGT8
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token fb6c6bf7-f338-450a-9250-a92bd2430b49
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 34
Request Body
{"details_key":"repair_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:04 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"3d2f-IovjwELRFPkC5oC9qW+1QurVngc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 474ms
Mean size per request: 2.34KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNDN9.s_iV_akOP05TNjVOkJOft_MdP4Y1qgWwfw45EQ_EGT8
Connection keep-alive
If-None-Match W/"3d2f-IovjwELRFPkC5oC9qW+1QurVngc"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token d11547e5-2ad1-4b61-bbe4-396933c366b2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"95b-pj0QInguZjLUt5zEF0WQ6Sd7O+4"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 29 Jan 2026 14:34:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":170669,"job_number":"JOB_170669","tr_customer_id":170686,"tr_customer_product_id":170676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:34:00.000Z","modified_at":"2026-01-29T14:34:03.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16821902115578","imei2":"16821902115578","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-29T14:34:03.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":170669,"remark":"phone slow","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-29T14:34:00.000Z"}],"quatations":[]},{"id":170664,"job_number":"JOB_170664","tr_customer_id":170681,"tr_customer_product_id":170671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:42.000Z","modified_at":"2026-01-29T14:33:56.000Z","name":"Madelyn Grant","mobile_number":"456-703-9202","email_id":"Maegan.Homenick29@gmail.com","dop":"2025-04-06","serial_number":"17423928987389","imei1":"17423928987389","imei2":"17423928987389","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2026-01-29T14:33:56.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":170664,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-29T14:33:42.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 268ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNDN9.s_iV_akOP05TNjVOkJOft_MdP4Y1qgWwfw45EQ_EGT8
Connection keep-alive
Content-Length 0
Content-Type text/plain
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token ef2dc980-281e-482d-a40f-f59937f31ddf
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 29 Jan 2026 14:34:05 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"job_id":151329,"problems":[{"id":1,"remark":"updated os"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 267ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNDN9.s_iV_akOP05TNjVOkJOft_MdP4Y1qgWwfw45EQ_EGT8
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 68c665de-42eb-4908-9a95-8fb9986628c3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 133
Request Body
{
            "job_id": 170669,
            "problems": [
                {
                    "id": 1,
                    "remark": "updated os"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"3d2f-IovjwELRFPkC5oC9qW+1QurVngc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 445ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNDN9.s_iV_akOP05TNjVOkJOft_MdP4Y1qgWwfw45EQ_EGT8
Connection keep-alive
If-None-Match W/"3d2f-IovjwELRFPkC5oC9qW+1QurVngc"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 53c6eaeb-c394-4eae-90aa-a8d9a86cccbc
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token b1f44df5-3033-4aa1-9e99-5a4bb65a95be
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 42
Request Body
{"username":"iamqc","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-djkMpEUgKunHHsL2pv2edTRoJ0I"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:06 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTY5NzI0Nn0.m5kjE99oTHsMYzI90CAuYxJ3QFwSjMfH7Slpv8FRIBk"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTY5NzI0Nn0.m5kjE99oTHsMYzI90CAuYxJ3QFwSjMfH7Slpv8FRIBk
Connection keep-alive
If-None-Match W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token b383f520-0a93-44f6-9454-0960c4cff6df
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a4-vGLOU1E6+pS2LyHZKcJ627Iq4i8"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 305ms
Mean size per request: 202B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTY5NzI0Nn0.m5kjE99oTHsMYzI90CAuYxJ3QFwSjMfH7Slpv8FRIBk
Connection keep-alive
If-None-Match W/"a4-vGLOU1E6+pS2LyHZKcJ627Iq4i8"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token e8183de7-ae33-4de7-a84b-9b39823c8cd7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 202
ETag W/"ca-UkVY37OLFpKvdzKYYnTQKUKJRH4"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":2},{"label":"QC Completed","key":"qc_completed","count":208},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTY5NzI0Nn0.m5kjE99oTHsMYzI90CAuYxJ3QFwSjMfH7Slpv8FRIBk
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 0282776e-4079-422a-b1cd-ea11bc4945ab
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:07 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 422ms
Mean size per request: 200.84KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTY5NzI0Nn0.m5kjE99oTHsMYzI90CAuYxJ3QFwSjMfH7Slpv8FRIBk
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 45835238-1154-4d8b-9478-6644879bfc14
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"32360-DIELffHDj6ZtcGQ5Yy1Q19NBEkY"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 29 Jan 2026 14:34:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":170662,"job_number":"JOB_170662","tr_customer_id":170679,"tr_customer_product_id":170669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:24.000Z","modified_at":"2026-01-29T14:30:50.000Z","name":"Opal Hilpert","mobile_number":"469-677-2492","email_id":"Tia_Wehner5@yahoo.com","dop":"2025-10-01","serial_number":"16046327030474","imei1":"16046327030474","imei2":"16046327030474","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:30:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170640,"job_number":"JOB_170640","tr_customer_id":170657,"tr_customer_product_id":170647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:19.000Z","modified_at":"2026-01-29T14:10:30.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"79596888003891","imei1":"79596888003891","imei2":"79596888003891","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170639,"job_number":"JOB_170639","tr_customer_id":170656,"tr_customer_product_id":170646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:04.000Z","modified_at":"2026-01-29T14:10:15.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"10200392239708","imei1":"10200392239708","imei2":"10200392239708","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170631,"job_number":"JOB_170631","tr_customer_id":170648,"tr_customer_product_id":170638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:49.000Z","modified_at":"2026-01-29T14:09:59.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"18341397511533","imei1":"18341397511533","imei2":"18341397511533","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:09:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170576,"job_number":"JOB_170576","tr_customer_id":170593,"tr_customer_product_id":170583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:40:21.000Z","modified_at":"2026-01-29T13:15:27.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"10658929738383","imei1":"10658929738383","imei2":"10658929738383","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170485,"job_number":"JOB_170485","tr_customer_id":170502,"tr_customer_product_id":170492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:45:15.000Z","modified_at":"2026-01-29T09:06:22.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"977071610989831","imei1":"977071610989831","imei2":"977071610989831","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:06:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170473,"job_number":"JOB_170473","tr_customer_id":170490,"tr_customer_product_id":170480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:23.000Z","modified_at":"2026-01-29T07:58:34.000Z","name":"Vincent Hyatt","mobile_number":"892-347-9684","email_id":"Hershel_Veum@gmail.com","dop":"2025-11-04","serial_number":"13405906422571","imei1":"13405906422571","imei2":"13405906422571","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170472,"job_number":"JOB_170472","tr_customer_id":170489,"tr_customer_product_id":170479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:09.000Z","modified_at":"2026-01-29T07:58:20.000Z","name":"Esta Collier","mobile_number":"224-777-2629","email_id":"Marlene_Huel62@hotmail.com","dop":"2025-11-04","serial_number":"85826434988131","imei1":"85826434988131","imei2":"85826434988131","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170460,"job_number":"JOB_170460","tr_customer_id":170477,"tr_customer_product_id":170467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:40:11.000Z","modified_at":"2026-01-29T07:40:22.000Z","name":"Royal Gusikowski","mobile_number":"536-365-1270","email_id":"Johnathon.Bashirian59@hotmail.com","dop":"2025-11-04","serial_number":"41067482337351","imei1":"41067482337351","imei2":"41067482337351","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:40:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170459,"job_number":"JOB_170459","tr_customer_id":170476,"tr_customer_product_id":170466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:39:55.000Z","modified_at":"2026-01-29T07:40:07.000Z","name":"Declan Orn","mobile_number":"485-379-8511","email_id":"Rocky_Crooks86@yahoo.com","dop":"2025-11-04","serial_number":"32392105313176","imei1":"32392105313176","imei2":"32392105313176","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:40:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170366,"job_number":"JOB_170366","tr_customer_id":170383,"tr_customer_product_id":170373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:56.000Z","modified_at":"2026-01-29T06:42:07.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"86070678264177","imei1":"86070678264177","imei2":"86070678264177","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:42:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170362,"job_number":"JOB_170362","tr_customer_id":170379,"tr_customer_product_id":170369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:40.000Z","modified_at":"2026-01-29T06:41:52.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"75367562556144","imei1":"75367562556144","imei2":"75367562556144","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170334,"job_number":"JOB_170334","tr_customer_id":170351,"tr_customer_product_id":170341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:21.000Z","modified_at":"2026-01-29T06:35:51.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"58322055980187","imei1":"58322055980187","imei2":"58322055980187","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170333,"job_number":"JOB_170333","tr_customer_id":170350,"tr_customer_product_id":170340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:03.000Z","modified_at":"2026-01-29T06:35:16.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"49081405834854","imei1":"49081405834854","imei2":"49081405834854","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:35:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170330,"job_number":"JOB_170330","tr_customer_id":170347,"tr_customer_product_id":170337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:52.000Z","modified_at":"2026-01-29T06:34:05.000Z","name":"Leda Collins","mobile_number":"225-511-1845","email_id":"Kyleigh.Kautzer57@hotmail.com","dop":"2025-06-09","serial_number":"106849741801907","imei1":"106849741801907","imei2":"106849741801907","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:34:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170327,"job_number":"JOB_170327","tr_customer_id":170344,"tr_customer_product_id":170334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:34.000Z","modified_at":"2026-01-29T06:33:47.000Z","name":"Chase Kihn","mobile_number":"657-597-7471","email_id":"Julien4@hotmail.com","dop":"2025-06-09","serial_number":"107165057388892","imei1":"107165057388892","imei2":"107165057388892","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:33:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170323,"job_number":"JOB_170323","tr_customer_id":170340,"tr_customer_product_id":170330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:14.000Z","modified_at":"2026-01-29T06:33:28.000Z","name":"Elisa Ryan","mobile_number":"638-513-5547","email_id":"Catalina55@gmail.com","dop":"2025-06-09","serial_number":"108746957862883","imei1":"108746957862883","imei2":"108746957862883","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:33:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170321,"job_number":"JOB_170321","tr_customer_id":170338,"tr_customer_product_id":170328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:31:27.000Z","modified_at":"2026-01-29T06:31:51.000Z","name":"Ottis Labadie","mobile_number":"966-793-1574","email_id":"Kristian_Hayes97@gmail.com","dop":"2025-10-01","serial_number":"13893001630037","imei1":"13893001630037","imei2":"13893001630037","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170320,"job_number":"JOB_170320","tr_customer_id":170337,"tr_customer_product_id":170327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:30:58.000Z","modified_at":"2026-01-29T06:31:11.000Z","name":"Robyn Von","mobile_number":"407-528-2637","email_id":"Cleora17@gmail.com","dop":"2025-11-04","serial_number":"85566931991008","imei1":"85566931991008","imei2":"85566931991008","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:31:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170319,"job_number":"JOB_170319","tr_customer_id":170336,"tr_customer_product_id":170326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:30:40.000Z","modified_at":"2026-01-29T06:30:53.000Z","name":"Athena Kling","mobile_number":"392-554-0171","email_id":"Buddy_Aufderhar81@yahoo.com","dop":"2025-11-04","serial_number":"70505521790134","imei1":"70505521790134","imei2":"70505521790134","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:30:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170318,"job_number":"JOB_170318","tr_customer_id":170335,"tr_customer_product_id":170325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:30:23.000Z","modified_at":"2026-01-29T06:30:35.000Z","name":"Lela Treutel","mobile_number":"692-467-9811","email_id":"April86@yahoo.com","dop":"2025-11-04","serial_number":"35397617622191","imei1":"35397617622191","imei2":"35397617622191","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:30:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170084,"job_number":"JOB_170084","tr_customer_id":170101,"tr_customer_product_id":170091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:00:51.000Z","modified_at":"2026-01-29T05:01:01.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"18405303130112","imei1":"18405303130112","imei2":"18405303130112","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170031,"job_number":"JOB_170031","tr_customer_id":170048,"tr_customer_product_id":170038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:39.000Z","modified_at":"2026-01-29T04:18:48.000Z","name":"Sarah Borer","mobile_number":"728-577-0903","email_id":"Merlin.Dibbert32@hotmail.com","dop":"2025-12-31","serial_number":"10819361310270","imei1":"10819361310270","imei2":"10819361310270","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170023,"job_number":"JOB_170023","tr_customer_id":170040,"tr_customer_product_id":170030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:35.000Z","modified_at":"2026-01-29T04:18:46.000Z","name":"Katharina Cruickshank","mobile_number":"924-627-4792","email_id":"Brianne21@yahoo.com","dop":"2025-06-09","serial_number":"109465015397039","imei1":"109465015397039","imei2":"109465015397039","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170012,"job_number":"JOB_170012","tr_customer_id":170029,"tr_customer_product_id":170019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:26.000Z","modified_at":"2026-01-29T04:18:35.000Z","name":"Chris Thompson","mobile_number":"845-539-7106","email_id":"Sigurd.Orn95@hotmail.com","dop":"2025-12-31","serial_number":"10467693498151","imei1":"10467693498151","imei2":"10467693498151","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170010,"job_number":"JOB_170010","tr_customer_id":170027,"tr_customer_product_id":170017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:20.000Z","modified_at":"2026-01-29T04:18:31.000Z","name":"Durward Purdy","mobile_number":"439-238-6780","email_id":"Casimir94@hotmail.com","dop":"2025-06-09","serial_number":"109558957991032","imei1":"109558957991032","imei2":"109558957991032","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170008,"job_number":"JOB_170008","tr_customer_id":170025,"tr_customer_product_id":170015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:12.000Z","modified_at":"2026-01-29T04:18:22.000Z","name":"Lincoln Homenick","mobile_number":"817-973-4755","email_id":"Monique17@gmail.com","dop":"2025-12-31","serial_number":"10496055051791","imei1":"10496055051791","imei2":"10496055051791","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170003,"job_number":"JOB_170003","tr_customer_id":170020,"tr_customer_product_id":170010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:04.000Z","modified_at":"2026-01-29T04:18:15.000Z","name":"Guillermo Hintz","mobile_number":"779-876-9730","email_id":"Darrick_Keeling78@hotmail.com","dop":"2025-06-09","serial_number":"104831108983090","imei1":"104831108983090","imei2":"104831108983090","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169976,"job_number":"JOB_169976","tr_customer_id":169993,"tr_customer_product_id":169983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:18:06.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19471419291588","imei1":"19471419291588","imei2":"19471419291588","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169965,"job_number":"JOB_169965","tr_customer_id":169982,"tr_customer_product_id":169972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:48.000Z","modified_at":"2026-01-29T04:18:12.000Z","name":"Stanley Olson","mobile_number":"293-523-0223","email_id":"Wendy_Witting55@gmail.com","dop":"2025-10-01","serial_number":"18988258327942","imei1":"18988258327942","imei2":"18988258327942","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169928,"job_number":"JOB_169928","tr_customer_id":169945,"tr_customer_product_id":169935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:55.000Z","modified_at":"2026-01-29T04:17:04.000Z","name":"giyu tomiaka","mobile_number":"300-376-0245","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"992077779167119","imei1":"992077779167119","imei2":"992077779167119","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169918,"job_number":"JOB_169918","tr_customer_id":169935,"tr_customer_product_id":169925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:43.000Z","modified_at":"2026-01-29T04:16:52.000Z","name":"tanjiro kamado","mobile_number":"597-440-8271","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"771107984364553","imei1":"771107984364553","imei2":"771107984364553","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169906,"job_number":"JOB_169906","tr_customer_id":169923,"tr_customer_product_id":169913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:31.000Z","modified_at":"2026-01-29T04:16:41.000Z","name":"saitama sensei","mobile_number":"849-330-7706","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"238347889613895","imei1":"238347889613895","imei2":"238347889613895","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170667,"job_number":"JOB_170667","tr_customer_id":170684,"tr_customer_product_id":170674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:44.000Z","modified_at":"2026-01-29T14:33:56.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16221438407366","imei2":"16221438407366","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:33:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170652,"job_number":"JOB_170652","tr_customer_id":170669,"tr_customer_product_id":170659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:11:05.000Z","modified_at":"2026-01-29T14:11:43.000Z","name":"Gabrielle Gerhold","mobile_number":"647-954-9594","email_id":"Jacynthe_Robel0@gmail.com","dop":"2025-04-06","serial_number":"18578815429337","imei1":"18578815429337","imei2":"18578815429337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:11:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170650,"job_number":"JOB_170650","tr_customer_id":170667,"tr_customer_product_id":170657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:29.000Z","modified_at":"2026-01-29T14:10:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54403093365360","imei1":"54403093365360","imei2":"54403093365360","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170642,"job_number":"JOB_170642","tr_customer_id":170659,"tr_customer_product_id":170649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:20.000Z","modified_at":"2026-01-29T14:10:58.000Z","name":"Davin Walker","mobile_number":"787-579-2037","email_id":"Ansley_Schmitt48@hotmail.com","dop":"2025-04-06","serial_number":"16632479613436","imei1":"16632479613436","imei2":"16632479613436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170638,"job_number":"JOB_170638","tr_customer_id":170655,"tr_customer_product_id":170645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:54.000Z","modified_at":"2026-01-29T14:10:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"77711799189048","imei1":"77711799189048","imei2":"77711799189048","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170629,"job_number":"JOB_170629","tr_customer_id":170646,"tr_customer_product_id":170636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:40.000Z","modified_at":"2026-01-29T14:10:22.000Z","name":"Wilton Hettinger","mobile_number":"211-746-1732","email_id":"Horace.Larson@yahoo.com","dop":"2025-04-06","serial_number":"16665506948731","imei1":"16665506948731","imei2":"16665506948731","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170627,"job_number":"JOB_170627","tr_customer_id":170644,"tr_customer_product_id":170634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:35.000Z","modified_at":"2026-01-29T14:10:13.000Z","name":"Arnulfo Pacocha","mobile_number":"952-876-5615","email_id":"Dawn21@gmail.com","dop":"2025-04-06","serial_number":"10043256847780","imei1":"10043256847780","imei2":"10043256847780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170625,"job_number":"JOB_170625","tr_customer_id":170642,"tr_customer_product_id":170632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:19.000Z","modified_at":"2026-01-29T14:09:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"67702757598973","imei1":"67702757598973","imei2":"67702757598973","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:09:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170618,"job_number":"JOB_170618","tr_customer_id":170635,"tr_customer_product_id":170625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:01:10.000Z","modified_at":"2026-01-29T14:01:12.000Z","name":"vedika singh","mobile_number":"9000000002","email_id":"vedika@gmail.com","dop":"2026-01-19","serial_number":"17041667492242","imei1":"17041667492242","imei2":"17041667492242","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170617,"job_number":"JOB_170617","tr_customer_id":170634,"tr_customer_product_id":170624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:01:07.000Z","modified_at":"2026-01-29T14:01:09.000Z","name":"ved singh","mobile_number":"9000000001","email_id":"ved@gmail.com","dop":"2026-01-19","serial_number":"18882897602096","imei1":"18882897602096","imei2":"18882897602096","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:01:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170616,"job_number":"JOB_170616","tr_customer_id":170633,"tr_customer_product_id":170623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:01:05.000Z","modified_at":"2026-01-29T14:01:07.000Z","name":"navin singh","mobile_number":"9000000000","email_id":"navin@gmail.com","dop":"2026-01-19","serial_number":"12126963812128","imei1":"12126963812128","imei2":"12126963812128","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:01:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170613,"job_number":"JOB_170613","tr_customer_id":170630,"tr_customer_product_id":170620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:38.000Z","modified_at":"2026-01-29T13:47:40.000Z","name":"Eino Balistreri","mobile_number":"972-937-6551","email_id":"Trent17@hotmail.com","dop":"2025-04-13","serial_number":"10824970651691","imei1":"10824970651691","imei2":"10824970651691","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:47:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170611,"job_number":"JOB_170611","tr_customer_id":170628,"tr_customer_product_id":170618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:11.000Z","modified_at":"2026-01-29T13:47:17.000Z","name":"Dennis Howe","mobile_number":"472-915-3095","email_id":"Claud84@gmail.com","dop":"2025-04-13","serial_number":"10988577357850","imei1":"10988577357850","imei2":"10988577357850","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170609,"job_number":"JOB_170609","tr_customer_id":170626,"tr_customer_product_id":170616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:42:38.000Z","modified_at":"2026-01-29T13:42:41.000Z","name":"Noelia Champlin","mobile_number":"814-699-2963","email_id":"Constance63@gmail.com","dop":"2025-04-13","serial_number":"10901314236664","imei1":"10901314236664","imei2":"10901314236664","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170604,"job_number":"JOB_170604","tr_customer_id":170621,"tr_customer_product_id":170611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:30.000Z","modified_at":"2026-01-29T13:28:41.000Z","name":"Marcelino Nienow","mobile_number":"912-452-2157","email_id":"Randall.Hettinger@hotmail.com","dop":"2026-01-04","serial_number":"17164848171881","imei1":"17164848171881","imei2":"17164848171881","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170601,"job_number":"JOB_170601","tr_customer_id":170618,"tr_customer_product_id":170608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:18.000Z","modified_at":"2026-01-29T13:28:28.000Z","name":"Leora Feest","mobile_number":"465-750-1407","email_id":"Gaston56@yahoo.com","dop":"2026-01-04","serial_number":"12787010096036","imei1":"12787010096036","imei2":"12787010096036","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170598,"job_number":"JOB_170598","tr_customer_id":170615,"tr_customer_product_id":170605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:05.000Z","modified_at":"2026-01-29T13:28:16.000Z","name":"Lura Schmidt","mobile_number":"882-863-3675","email_id":"Gia63@hotmail.com","dop":"2026-01-04","serial_number":"16241769111764","imei1":"16241769111764","imei2":"16241769111764","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:28:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170595,"job_number":"JOB_170595","tr_customer_id":170612,"tr_customer_product_id":170602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:14.000Z","modified_at":"2026-01-29T13:14:23.000Z","name":"Antonio Hauck","mobile_number":"737-984-1740","email_id":"Yasmeen74@gmail.com","dop":"2026-01-04","serial_number":"11268532122925","imei1":"11268532122925","imei2":"11268532122925","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:14:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170592,"job_number":"JOB_170592","tr_customer_id":170609,"tr_customer_product_id":170599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:02.000Z","modified_at":"2026-01-29T13:14:12.000Z","name":"Noemie Murray","mobile_number":"546-439-5110","email_id":"Franz.Flatley@gmail.com","dop":"2026-01-04","serial_number":"17831223115200","imei1":"17831223115200","imei2":"17831223115200","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:14:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170589,"job_number":"JOB_170589","tr_customer_id":170606,"tr_customer_product_id":170596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:13:50.000Z","modified_at":"2026-01-29T13:14:00.000Z","name":"Gladyce Williamson","mobile_number":"797-459-6456","email_id":"Myrna.Larson@hotmail.com","dop":"2026-01-04","serial_number":"18097877184785","imei1":"18097877184785","imei2":"18097877184785","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:14:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170585,"job_number":"JOB_170585","tr_customer_id":170602,"tr_customer_product_id":170592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:55.000Z","modified_at":"2026-01-29T13:04:05.000Z","name":"Skylar Grady","mobile_number":"970-888-8251","email_id":"Eric.Sanford60@yahoo.com","dop":"2026-01-04","serial_number":"13272956538999","imei1":"13272956538999","imei2":"13272956538999","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:04:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170582,"job_number":"JOB_170582","tr_customer_id":170599,"tr_customer_product_id":170589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:44.000Z","modified_at":"2026-01-29T13:03:53.000Z","name":"Ophelia Ruecker","mobile_number":"936-753-6545","email_id":"Rubie.White37@gmail.com","dop":"2026-01-04","serial_number":"15631980934310","imei1":"15631980934310","imei2":"15631980934310","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:03:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170579,"job_number":"JOB_170579","tr_customer_id":170596,"tr_customer_product_id":170586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:32.000Z","modified_at":"2026-01-29T13:03:42.000Z","name":"Betty Walker","mobile_number":"757-261-2480","email_id":"Bridget.Tromp33@hotmail.com","dop":"2026-01-04","serial_number":"10011699735819","imei1":"10011699735819","imei2":"10011699735819","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:03:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170573,"job_number":"JOB_170573","tr_customer_id":170590,"tr_customer_product_id":170580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:49.000Z","modified_at":"2026-01-29T12:26:00.000Z","name":"Herbert Harber","mobile_number":"722-495-1013","email_id":"Susanna_Witting@gmail.com","dop":"2026-01-04","serial_number":"10367951325902","imei1":"10367951325902","imei2":"10367951325902","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:26:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170570,"job_number":"JOB_170570","tr_customer_id":170587,"tr_customer_product_id":170577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:36.000Z","modified_at":"2026-01-29T12:25:47.000Z","name":"Alexandro Kub","mobile_number":"764-227-7248","email_id":"Jana97@gmail.com","dop":"2026-01-04","serial_number":"10000076238100","imei1":"10000076238100","imei2":"10000076238100","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:25:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170567,"job_number":"JOB_170567","tr_customer_id":170584,"tr_customer_product_id":170574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:23.000Z","modified_at":"2026-01-29T12:25:34.000Z","name":"Eileen Quigley","mobile_number":"647-824-4939","email_id":"Irwin_Effertz39@gmail.com","dop":"2026-01-04","serial_number":"13187650727479","imei1":"13187650727479","imei2":"13187650727479","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:25:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170564,"job_number":"JOB_170564","tr_customer_id":170581,"tr_customer_product_id":170571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:23:01.000Z","modified_at":"2026-01-29T12:23:12.000Z","name":"Derek Champlin","mobile_number":"936-944-7202","email_id":"Merritt54@gmail.com","dop":"2026-01-04","serial_number":"17715967919576","imei1":"17715967919576","imei2":"17715967919576","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:23:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170561,"job_number":"JOB_170561","tr_customer_id":170578,"tr_customer_product_id":170568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:48.000Z","modified_at":"2026-01-29T12:22:59.000Z","name":"Freda Fritsch","mobile_number":"364-542-0581","email_id":"Giovani.Pouros88@yahoo.com","dop":"2026-01-04","serial_number":"18093198653382","imei1":"18093198653382","imei2":"18093198653382","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:22:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170558,"job_number":"JOB_170558","tr_customer_id":170575,"tr_customer_product_id":170565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:35.000Z","modified_at":"2026-01-29T12:22:46.000Z","name":"Sally Daniel","mobile_number":"980-587-4443","email_id":"Federico8@hotmail.com","dop":"2026-01-04","serial_number":"19622808642662","imei1":"19622808642662","imei2":"19622808642662","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170548,"job_number":"JOB_170548","tr_customer_id":170565,"tr_customer_product_id":170555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:56.000Z","modified_at":"2026-01-29T12:09:07.000Z","name":"Cesar Hackett","mobile_number":"249-657-3144","email_id":"Mathias88@gmail.com","dop":"2026-01-04","serial_number":"14641059064417","imei1":"14641059064417","imei2":"14641059064417","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170545,"job_number":"JOB_170545","tr_customer_id":170562,"tr_customer_product_id":170552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:43.000Z","modified_at":"2026-01-29T12:08:54.000Z","name":"Grady Upton","mobile_number":"588-243-0925","email_id":"Saul.Langworth49@gmail.com","dop":"2026-01-04","serial_number":"16531430581277","imei1":"16531430581277","imei2":"16531430581277","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:08:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170542,"job_number":"JOB_170542","tr_customer_id":170559,"tr_customer_product_id":170549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:30.000Z","modified_at":"2026-01-29T12:08:41.000Z","name":"Stephany Padberg","mobile_number":"305-498-1598","email_id":"Helmer_Spencer75@yahoo.com","dop":"2026-01-04","serial_number":"19268320626537","imei1":"19268320626537","imei2":"19268320626537","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:08:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170538,"job_number":"JOB_170538","tr_customer_id":170555,"tr_customer_product_id":170545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:20.000Z","modified_at":"2026-01-29T11:57:31.000Z","name":"Aurelio Harber","mobile_number":"968-758-7855","email_id":"Kris_Brown@hotmail.com","dop":"2026-01-04","serial_number":"19004808111459","imei1":"19004808111459","imei2":"19004808111459","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170535,"job_number":"JOB_170535","tr_customer_id":170552,"tr_customer_product_id":170542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:08.000Z","modified_at":"2026-01-29T11:57:18.000Z","name":"Wilfrid Schumm","mobile_number":"485-531-1025","email_id":"Liliane_Bosco@gmail.com","dop":"2026-01-04","serial_number":"16937056537872","imei1":"16937056537872","imei2":"16937056537872","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170532,"job_number":"JOB_170532","tr_customer_id":170549,"tr_customer_product_id":170539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:56:54.000Z","modified_at":"2026-01-29T11:57:06.000Z","name":"Rogelio Wunsch","mobile_number":"979-218-6019","email_id":"Lavonne.Waelchi@hotmail.com","dop":"2026-01-04","serial_number":"14174907291452","imei1":"14174907291452","imei2":"14174907291452","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170529,"job_number":"JOB_170529","tr_customer_id":170546,"tr_customer_product_id":170536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:29.000Z","modified_at":"2026-01-29T11:51:40.000Z","name":"Tressa Stark","mobile_number":"301-564-3145","email_id":"Bianka_Pfannerstill15@yahoo.com","dop":"2026-01-04","serial_number":"12857326481758","imei1":"12857326481758","imei2":"12857326481758","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:51:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170526,"job_number":"JOB_170526","tr_customer_id":170543,"tr_customer_product_id":170533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:16.000Z","modified_at":"2026-01-29T11:51:27.000Z","name":"Clementine Jenkins","mobile_number":"244-708-1495","email_id":"Albin_Berge21@hotmail.com","dop":"2026-01-04","serial_number":"13119006132245","imei1":"13119006132245","imei2":"13119006132245","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170523,"job_number":"JOB_170523","tr_customer_id":170540,"tr_customer_product_id":170530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:03.000Z","modified_at":"2026-01-29T11:51:14.000Z","name":"Pauline Johns","mobile_number":"255-961-2218","email_id":"Cornell.Fadel@hotmail.com","dop":"2026-01-04","serial_number":"13557958258309","imei1":"13557958258309","imei2":"13557958258309","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:51:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170517,"job_number":"JOB_170517","tr_customer_id":170534,"tr_customer_product_id":170524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:21.000Z","modified_at":"2026-01-29T11:35:49.000Z","name":"Randy Hilll","mobile_number":"530-850-3140","email_id":"Avis.Lowe11@yahoo.com","dop":"2026-01-04","serial_number":"13713249628109","imei1":"13713249628109","imei2":"13713249628109","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:35:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170514,"job_number":"JOB_170514","tr_customer_id":170531,"tr_customer_product_id":170521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:08.000Z","modified_at":"2026-01-29T11:35:19.000Z","name":"Sienna Littel","mobile_number":"453-899-1190","email_id":"Hailie_Goyette@gmail.com","dop":"2026-01-04","serial_number":"11620809791973","imei1":"11620809791973","imei2":"11620809791973","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:35:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170496,"job_number":"JOB_170496","tr_customer_id":170513,"tr_customer_product_id":170503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:44:46.000Z","modified_at":"2026-01-29T09:46:04.000Z","name":"Lolita Weissnat","mobile_number":"526-345-0355","email_id":"Emmie12@hotmail.com","dop":"2025-02-01","serial_number":"16280539168904","imei1":"16280539168904","imei2":"16280539168904","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170494,"job_number":"JOB_170494","tr_customer_id":170511,"tr_customer_product_id":170501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:52.000Z","modified_at":"2026-01-29T09:33:33.000Z","name":"Anthony Dibbert","mobile_number":"940-557-7988","email_id":"Jillian13@yahoo.com","dop":"2025-04-06","serial_number":"11989568567393","imei1":"11989568567393","imei2":"11989568567393","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:33:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170491,"job_number":"JOB_170491","tr_customer_id":170508,"tr_customer_product_id":170498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:02.000Z","modified_at":"2026-01-29T09:32:44.000Z","name":"Tevin Harvey","mobile_number":"667-384-9180","email_id":"Pedro88@gmail.com","dop":"2025-04-06","serial_number":"11698518485811","imei1":"11698518485811","imei2":"11698518485811","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:32:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170488,"job_number":"JOB_170488","tr_customer_id":170505,"tr_customer_product_id":170495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:31:12.000Z","modified_at":"2026-01-29T09:31:54.000Z","name":"Mona Jakubowski","mobile_number":"365-289-0221","email_id":"Josefa.Blick82@gmail.com","dop":"2025-04-06","serial_number":"17777095297164","imei1":"17777095297164","imei2":"17777095297164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:31:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170486,"job_number":"JOB_170486","tr_customer_id":170503,"tr_customer_product_id":170493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:45:42.000Z","modified_at":"2026-01-29T08:45:48.000Z","name":"Itzel Mills","mobile_number":"350-257-8338","email_id":"Laurel77@yahoo.com","dop":"2026-01-23","serial_number":"17318696500964","imei1":"17318696500964","imei2":"17318696500964","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T08:45:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170483,"job_number":"JOB_170483","tr_customer_id":170500,"tr_customer_product_id":170490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:52.000Z","modified_at":"2026-01-29T08:34:00.000Z","name":"Clifford Heller","mobile_number":"545-638-9900","email_id":"Magali87@hotmail.com","dop":"2026-01-23","serial_number":"12820070591212","imei1":"12820070591212","imei2":"12820070591212","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T08:34:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170481,"job_number":"JOB_170481","tr_customer_id":170498,"tr_customer_product_id":170488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:43.000Z","modified_at":"2026-01-29T08:33:50.000Z","name":"Maud Ondricka","mobile_number":"517-814-8853","email_id":"Liana99@gmail.com","dop":"2026-01-23","serial_number":"17468331379376","imei1":"17468331379376","imei2":"17468331379376","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T08:33:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170479,"job_number":"JOB_170479","tr_customer_id":170496,"tr_customer_product_id":170486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:35.000Z","modified_at":"2026-01-29T08:33:41.000Z","name":"Lia Bernhard","mobile_number":"498-695-2967","email_id":"Emmanuelle.Larkin42@hotmail.com","dop":"2026-01-23","serial_number":"19728774976183","imei1":"19728774976183","imei2":"19728774976183","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T08:33:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170476,"job_number":"JOB_170476","tr_customer_id":170493,"tr_customer_product_id":170483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:42.000Z","modified_at":"2026-01-29T07:59:27.000Z","name":"Geovanni Jakubowski","mobile_number":"853-812-4196","email_id":"Coralie.Berge@hotmail.com","dop":"2025-04-06","serial_number":"16078606376452","imei1":"16078606376452","imei2":"16078606376452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170474,"job_number":"JOB_170474","tr_customer_id":170491,"tr_customer_product_id":170481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:32.000Z","modified_at":"2026-01-29T07:59:10.000Z","name":"Cale Weimann","mobile_number":"426-592-7040","email_id":"Sigmund.DuBuque73@hotmail.com","dop":"2025-04-06","serial_number":"13784072508347","imei1":"13784072508347","imei2":"13784072508347","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:59:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170470,"job_number":"JOB_170470","tr_customer_id":170487,"tr_customer_product_id":170477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:45.000Z","modified_at":"2026-01-29T07:58:24.000Z","name":"Marlon Huel","mobile_number":"671-243-3697","email_id":"Candice.McCullough@yahoo.com","dop":"2025-04-06","serial_number":"16495530451823","imei1":"16495530451823","imei2":"16495530451823","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170468,"job_number":"JOB_170468","tr_customer_id":170485,"tr_customer_product_id":170475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:36.000Z","modified_at":"2026-01-29T07:58:20.000Z","name":"Agnes Hyatt","mobile_number":"271-457-1674","email_id":"Charity82@yahoo.com","dop":"2025-04-06","serial_number":"13831725484509","imei1":"13831725484509","imei2":"13831725484509","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170466,"job_number":"JOB_170466","tr_customer_id":170483,"tr_customer_product_id":170473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:56:58.000Z","modified_at":"2026-01-29T07:57:38.000Z","name":"Birdie Beier","mobile_number":"269-843-0736","email_id":"Taryn50@hotmail.com","dop":"2025-04-06","serial_number":"10020349453541","imei1":"10020349453541","imei2":"10020349453541","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170465,"job_number":"JOB_170465","tr_customer_id":170482,"tr_customer_product_id":170472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:52:52.000Z","modified_at":"2026-01-29T09:32:00.000Z","name":"Bobby Kunde","mobile_number":"966-568-5168","email_id":"Verona77@hotmail.com","dop":"2025-02-01","serial_number":"105860642571291","imei1":"105860642571291","imei2":"105860642571291","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170456,"job_number":"JOB_170456","tr_customer_id":170473,"tr_customer_product_id":170463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:56.000Z","modified_at":"2026-01-29T07:11:07.000Z","name":"Michel Wolf","mobile_number":"811-309-0969","email_id":"Marge.Goodwin50@gmail.com","dop":"2025-12-01","serial_number":"14473255892270","imei1":"14473255892270","imei2":"14473255892270","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:11:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170454,"job_number":"JOB_170454","tr_customer_id":170471,"tr_customer_product_id":170461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:41.000Z","modified_at":"2026-01-29T07:10:52.000Z","name":"Hector Kuvalis","mobile_number":"566-990-5739","email_id":"Alyson.Hahn49@yahoo.com","dop":"2025-12-01","serial_number":"11150543483316","imei1":"11150543483316","imei2":"11150543483316","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:10:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170452,"job_number":"JOB_170452","tr_customer_id":170469,"tr_customer_product_id":170459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:25.000Z","modified_at":"2026-01-29T07:10:36.000Z","name":"Judson Carroll","mobile_number":"616-247-8813","email_id":"Kathryne_Romaguera68@gmail.com","dop":"2025-12-01","serial_number":"13673878488667","imei1":"13673878488667","imei2":"13673878488667","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:10:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170449,"job_number":"JOB_170449","tr_customer_id":170466,"tr_customer_product_id":170456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:56.000Z","modified_at":"2026-01-29T07:02:35.000Z","name":"Ebba Moen","mobile_number":"384-351-2715","email_id":"Monique.Grady@gmail.com","dop":"2025-04-06","serial_number":"16632909401414","imei1":"16632909401414","imei2":"16632909401414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170446,"job_number":"JOB_170446","tr_customer_id":170463,"tr_customer_product_id":170453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:09.000Z","modified_at":"2026-01-29T07:01:48.000Z","name":"Eddie Predovic","mobile_number":"425-379-0977","email_id":"Ida_Ebert43@yahoo.com","dop":"2025-04-06","serial_number":"14482564903052","imei1":"14482564903052","imei2":"14482564903052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170443,"job_number":"JOB_170443","tr_customer_id":170460,"tr_customer_product_id":170450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:25.000Z","modified_at":"2026-01-29T07:01:03.000Z","name":"Levi D'Amore","mobile_number":"982-329-0466","email_id":"Vickie34@hotmail.com","dop":"2025-04-06","serial_number":"15835119081840","imei1":"15835119081840","imei2":"15835119081840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170441,"job_number":"JOB_170441","tr_customer_id":170458,"tr_customer_product_id":170448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:22.000Z","modified_at":"2026-01-29T07:01:01.000Z","name":"Mauricio Abernathy","mobile_number":"741-200-8118","email_id":"Lenora.Wyman@gmail.com","dop":"2025-04-06","serial_number":"14155214614863","imei1":"14155214614863","imei2":"14155214614863","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170438,"job_number":"JOB_170438","tr_customer_id":170455,"tr_customer_product_id":170445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:57:37.000Z","modified_at":"2026-01-29T06:58:18.000Z","name":"Clint Crona","mobile_number":"833-331-6342","email_id":"Faye_Kautzer26@gmail.com","dop":"2025-04-06","serial_number":"13363090924242","imei1":"13363090924242","imei2":"13363090924242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170435,"job_number":"JOB_170435","tr_customer_id":170452,"tr_customer_product_id":170442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:48.000Z","modified_at":"2026-01-29T06:57:29.000Z","name":"Dedric Oberbrunner","mobile_number":"454-492-6176","email_id":"Alta_McDermott@gmail.com","dop":"2025-04-06","serial_number":"15317863293848","imei1":"15317863293848","imei2":"15317863293848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170432,"job_number":"JOB_170432","tr_customer_id":170449,"tr_customer_product_id":170439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:45.000Z","modified_at":"2026-01-29T06:57:24.000Z","name":"Christophe Erdman","mobile_number":"311-686-5036","email_id":"Chelsey_Hansen37@gmail.com","dop":"2025-04-06","serial_number":"17285379501908","imei1":"17285379501908","imei2":"17285379501908","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170429,"job_number":"JOB_170429","tr_customer_id":170446,"tr_customer_product_id":170436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:17.000Z","modified_at":"2026-01-29T06:56:55.000Z","name":"Aric McLaughlin","mobile_number":"460-658-6003","email_id":"Griffin_Weber@yahoo.com","dop":"2025-04-06","serial_number":"15917657716094","imei1":"15917657716094","imei2":"15917657716094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170427,"job_number":"JOB_170427","tr_customer_id":170444,"tr_customer_product_id":170434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:02.000Z","modified_at":"2026-01-29T06:56:40.000Z","name":"Hayden Conroy","mobile_number":"267-982-8060","email_id":"Mandy.Kulas@gmail.com","dop":"2025-04-06","serial_number":"14152460327219","imei1":"14152460327219","imei2":"14152460327219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170424,"job_number":"JOB_170424","tr_customer_id":170441,"tr_customer_product_id":170431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:57.000Z","modified_at":"2026-01-29T06:56:37.000Z","name":"Roger Kreiger","mobile_number":"498-306-0001","email_id":"Leila.Hermiston50@gmail.com","dop":"2025-04-06","serial_number":"19463705851281","imei1":"19463705851281","imei2":"19463705851281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:56:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170422,"job_number":"JOB_170422","tr_customer_id":170439,"tr_customer_product_id":170429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:57.000Z","modified_at":"2026-01-29T06:56:40.000Z","name":"Jazmin Hansen","mobile_number":"447-437-8600","email_id":"Joey.Prosacco@yahoo.com","dop":"2025-04-06","serial_number":"13548561804703","imei1":"13548561804703","imei2":"13548561804703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170419,"job_number":"JOB_170419","tr_customer_id":170436,"tr_customer_product_id":170426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:10.000Z","modified_at":"2026-01-29T06:55:50.000Z","name":"Roxanne Feest","mobile_number":"622-433-2556","email_id":"Heath65@gmail.com","dop":"2025-04-06","serial_number":"15807976462848","imei1":"15807976462848","imei2":"15807976462848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:55:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170416,"job_number":"JOB_170416","tr_customer_id":170433,"tr_customer_product_id":170423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:51:43.000Z","modified_at":"2026-01-29T06:52:26.000Z","name":"Samara Hermiston","mobile_number":"881-449-5243","email_id":"Gilbert93@yahoo.com","dop":"2025-04-06","serial_number":"16939765835829","imei1":"16939765835829","imei2":"16939765835829","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:52:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170413,"job_number":"JOB_170413","tr_customer_id":170430,"tr_customer_product_id":170420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:52.000Z","modified_at":"2026-01-29T06:51:35.000Z","name":"Orie Hauck","mobile_number":"558-543-6587","email_id":"Chloe_Johns@yahoo.com","dop":"2025-04-06","serial_number":"18544895989950","imei1":"18544895989950","imei2":"18544895989950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170410,"job_number":"JOB_170410","tr_customer_id":170427,"tr_customer_product_id":170417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:24.000Z","modified_at":"2026-01-29T06:51:03.000Z","name":"Kaci Rodriguez","mobile_number":"746-715-1390","email_id":"Coby_Maggio@gmail.com","dop":"2000-01-31","serial_number":"10662856974804","imei1":"10662856974804","imei2":"10662856974804","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:51:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170407,"job_number":"JOB_170407","tr_customer_id":170424,"tr_customer_product_id":170414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:00.000Z","modified_at":"2026-01-29T06:50:43.000Z","name":"Blair Mertz","mobile_number":"870-748-9928","email_id":"Karl17@gmail.com","dop":"2025-04-06","serial_number":"12608303994859","imei1":"12608303994859","imei2":"12608303994859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:50:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170404,"job_number":"JOB_170404","tr_customer_id":170421,"tr_customer_product_id":170411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:38.000Z","modified_at":"2026-01-29T06:50:17.000Z","name":"Patricia Effertz","mobile_number":"394-373-9023","email_id":"Ollie28@hotmail.com","dop":"2000-01-31","serial_number":"10224554180527","imei1":"10224554180527","imei2":"10224554180527","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170401,"job_number":"JOB_170401","tr_customer_id":170418,"tr_customer_product_id":170408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:52.000Z","modified_at":"2026-01-29T06:49:31.000Z","name":"Annetta Boehm","mobile_number":"513-914-0314","email_id":"Harmony_Tillman49@hotmail.com","dop":"2000-01-31","serial_number":"10328003342046","imei1":"10328003342046","imei2":"10328003342046","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:49:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170398,"job_number":"JOB_170398","tr_customer_id":170415,"tr_customer_product_id":170405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:17.000Z","modified_at":"2026-01-29T06:48:55.000Z","name":"Kirstin Kuhlman","mobile_number":"843-639-7057","email_id":"Aida75@hotmail.com","dop":"2025-04-06","serial_number":"10013536142327","imei1":"10013536142327","imei2":"10013536142327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170395,"job_number":"JOB_170395","tr_customer_id":170412,"tr_customer_product_id":170402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:06.000Z","modified_at":"2026-01-29T06:48:44.000Z","name":"Filomena Carroll","mobile_number":"288-747-6278","email_id":"Garnet91@yahoo.com","dop":"2000-01-31","serial_number":"10602772254077","imei1":"10602772254077","imei2":"10602772254077","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170393,"job_number":"JOB_170393","tr_customer_id":170410,"tr_customer_product_id":170400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:56.000Z","modified_at":"2026-01-29T06:48:32.000Z","name":"Bernita Bernier","mobile_number":"657-628-0301","email_id":"Stephon.Bartoletti7@yahoo.com","dop":"2025-10-21","serial_number":"17650861386584","imei1":"17650861386584","imei2":"17650861386584","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170390,"job_number":"JOB_170390","tr_customer_id":170407,"tr_customer_product_id":170397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:32.000Z","modified_at":"2026-01-29T06:48:10.000Z","name":"Kyra Leuschke","mobile_number":"351-716-4000","email_id":"Akeem.Zemlak@gmail.com","dop":"2025-04-06","serial_number":"15926735306563","imei1":"15926735306563","imei2":"15926735306563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170388,"job_number":"JOB_170388","tr_customer_id":170405,"tr_customer_product_id":170395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:13.000Z","modified_at":"2026-01-29T06:47:49.000Z","name":"Frances Kuhlman","mobile_number":"922-619-8165","email_id":"Imelda_Tromp@hotmail.com","dop":"2025-10-21","serial_number":"16756247052295","imei1":"16756247052295","imei2":"16756247052295","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170385,"job_number":"JOB_170385","tr_customer_id":170402,"tr_customer_product_id":170392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:47.000Z","modified_at":"2026-01-29T06:47:25.000Z","name":"German Schmidt","mobile_number":"823-982-5823","email_id":"Selena_Schowalter51@hotmail.com","dop":"2025-04-06","serial_number":"19902411489288","imei1":"19902411489288","imei2":"19902411489288","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170383,"job_number":"JOB_170383","tr_customer_id":170400,"tr_customer_product_id":170390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:30.000Z","modified_at":"2026-01-29T06:47:06.000Z","name":"Marlee Moore","mobile_number":"434-486-4942","email_id":"Jasmin.Balistreri73@yahoo.com","dop":"2025-10-21","serial_number":"17824471438303","imei1":"17824471438303","imei2":"17824471438303","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:47:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170379,"job_number":"JOB_170379","tr_customer_id":170396,"tr_customer_product_id":170386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:45:08.000Z","modified_at":"2026-01-29T06:45:47.000Z","name":"Alexander Padberg","mobile_number":"601-225-1822","email_id":"Cydney.Hayes@yahoo.com","dop":"2025-04-06","serial_number":"14594762092626","imei1":"14594762092626","imei2":"14594762092626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170378,"job_number":"JOB_170378","tr_customer_id":170395,"tr_customer_product_id":170385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:52.000Z","modified_at":"2026-01-29T06:44:02.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14108342420159","imei2":"14108342420159","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:44:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170376,"job_number":"JOB_170376","tr_customer_id":170393,"tr_customer_product_id":170383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:38.000Z","modified_at":"2026-01-29T06:43:48.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18346137390370","imei2":"18346137390370","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:43:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170373,"job_number":"JOB_170373","tr_customer_id":170390,"tr_customer_product_id":170380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:28.000Z","modified_at":"2026-01-29T06:44:10.000Z","name":"Darius Hane","mobile_number":"784-296-1570","email_id":"Phoebe.Brown84@hotmail.com","dop":"2025-04-06","serial_number":"17862652103740","imei1":"17862652103740","imei2":"17862652103740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:44:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170371,"job_number":"JOB_170371","tr_customer_id":170388,"tr_customer_product_id":170378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:23.000Z","modified_at":"2026-01-29T06:43:34.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13001435899381","imei2":"13001435899381","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170368,"job_number":"JOB_170368","tr_customer_id":170385,"tr_customer_product_id":170375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:42:38.000Z","modified_at":"2026-01-29T06:43:20.000Z","name":"Rachelle Gaylord","mobile_number":"216-466-8423","email_id":"Providenci14@hotmail.com","dop":"2025-04-06","serial_number":"18179063890691","imei1":"18179063890691","imei2":"18179063890691","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:43:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170364,"job_number":"JOB_170364","tr_customer_id":170381,"tr_customer_product_id":170371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:47.000Z","modified_at":"2026-01-29T06:42:30.000Z","name":"Mireille Herman","mobile_number":"999-306-5629","email_id":"Easton_Aufderhar50@hotmail.com","dop":"2025-04-06","serial_number":"10593791691348","imei1":"10593791691348","imei2":"10593791691348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:42:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170360,"job_number":"JOB_170360","tr_customer_id":170377,"tr_customer_product_id":170367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:56.000Z","modified_at":"2026-01-29T06:41:34.000Z","name":"Deron Reichert","mobile_number":"589-678-0055","email_id":"Haylee_Renner@hotmail.com","dop":"2025-04-06","serial_number":"12407513074671","imei1":"12407513074671","imei2":"12407513074671","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:41:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170357,"job_number":"JOB_170357","tr_customer_id":170374,"tr_customer_product_id":170364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:11.000Z","modified_at":"2026-01-29T06:40:49.000Z","name":"Grayce Schmitt","mobile_number":"822-921-5740","email_id":"Mauricio_Stracke@hotmail.com","dop":"2025-04-06","serial_number":"18180181629865","imei1":"18180181629865","imei2":"18180181629865","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:40:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170354,"job_number":"JOB_170354","tr_customer_id":170371,"tr_customer_product_id":170361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:39:25.000Z","modified_at":"2026-01-29T06:40:03.000Z","name":"Dorothea Shields","mobile_number":"881-647-2530","email_id":"Orland_Walter42@yahoo.com","dop":"2025-04-06","serial_number":"18411695328476","imei1":"18411695328476","imei2":"18411695328476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:40:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170350,"job_number":"JOB_170350","tr_customer_id":170367,"tr_customer_product_id":170357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:31.000Z","modified_at":"2026-01-29T06:39:08.000Z","name":"Celestine Gutmann","mobile_number":"253-781-9465","email_id":"Rafael.Emard@hotmail.com","dop":"2025-04-06","serial_number":"10329813854437","imei1":"10329813854437","imei2":"10329813854437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170347,"job_number":"JOB_170347","tr_customer_id":170364,"tr_customer_product_id":170354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:47.000Z","modified_at":"2026-01-29T06:38:24.000Z","name":"Stacy DuBuque","mobile_number":"852-256-3773","email_id":"Rosamond4@hotmail.com","dop":"2025-04-06","serial_number":"12954016719157","imei1":"12954016719157","imei2":"12954016719157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:38:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170344,"job_number":"JOB_170344","tr_customer_id":170361,"tr_customer_product_id":170351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:02.000Z","modified_at":"2026-01-29T06:37:39.000Z","name":"Carroll Quitzon","mobile_number":"506-529-6229","email_id":"Mariah_Osinski@hotmail.com","dop":"2025-04-06","serial_number":"19134770212767","imei1":"19134770212767","imei2":"19134770212767","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:37:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170341,"job_number":"JOB_170341","tr_customer_id":170358,"tr_customer_product_id":170348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:35.000Z","modified_at":"2026-01-29T06:37:12.000Z","name":"Leland Considine","mobile_number":"674-449-0463","email_id":"Cierra23@yahoo.com","dop":"2025-06-18","serial_number":"10375802533635","imei1":"10375802533635","imei2":"10375802533635","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170338,"job_number":"JOB_170338","tr_customer_id":170355,"tr_customer_product_id":170345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:58.000Z","modified_at":"2026-01-29T06:36:41.000Z","name":"Valerie Haley","mobile_number":"505-875-3429","email_id":"Bernard.Weimann65@gmail.com","dop":"2025-04-06","serial_number":"14948468916716","imei1":"14948468916716","imei2":"14948468916716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:36:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170336,"job_number":"JOB_170336","tr_customer_id":170353,"tr_customer_product_id":170343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:52.000Z","modified_at":"2026-01-29T06:36:28.000Z","name":"Sherman Block","mobile_number":"631-567-8905","email_id":"Emerson21@gmail.com","dop":"2025-06-18","serial_number":"10316307221729","imei1":"10316307221729","imei2":"10316307221729","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:36:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170211,"job_number":"JOB_170211","tr_customer_id":170228,"tr_customer_product_id":170218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:36:29.000Z","modified_at":"2026-01-29T05:37:04.000Z","name":"Meagan Schaefer","mobile_number":"863-586-8628","email_id":"Alicia92@hotmail.com","dop":"2025-04-06","serial_number":"17631928186345","imei1":"17631928186345","imei2":"17631928186345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170208,"job_number":"JOB_170208","tr_customer_id":170225,"tr_customer_product_id":170215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:46.000Z","modified_at":"2026-01-29T05:36:22.000Z","name":"Laisha Botsford","mobile_number":"486-674-0169","email_id":"Lilliana.Grady86@yahoo.com","dop":"2025-04-06","serial_number":"19521776007117","imei1":"19521776007117","imei2":"19521776007117","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170205,"job_number":"JOB_170205","tr_customer_id":170222,"tr_customer_product_id":170212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:03.000Z","modified_at":"2026-01-29T05:35:39.000Z","name":"Maegan Nolan","mobile_number":"473-311-8315","email_id":"Mariane43@hotmail.com","dop":"2025-04-06","serial_number":"13634145667307","imei1":"13634145667307","imei2":"13634145667307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170102,"job_number":"JOB_170102","tr_customer_id":170119,"tr_customer_product_id":170109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:33:20.000Z","modified_at":"2026-01-29T05:33:58.000Z","name":"Manley Littel","mobile_number":"765-309-0306","email_id":"Leda.Rogahn@gmail.com","dop":"2025-04-06","serial_number":"19384564227598","imei1":"19384564227598","imei2":"19384564227598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:33:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170100,"job_number":"JOB_170100","tr_customer_id":170117,"tr_customer_product_id":170107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:32:34.000Z","modified_at":"2026-01-29T05:33:12.000Z","name":"Pasquale Fay","mobile_number":"533-322-6936","email_id":"Karina49@hotmail.com","dop":"2025-04-06","serial_number":"11208618268516","imei1":"11208618268516","imei2":"11208618268516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:33:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170098,"job_number":"JOB_170098","tr_customer_id":170115,"tr_customer_product_id":170105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:31:48.000Z","modified_at":"2026-01-29T05:32:27.000Z","name":"Woodrow Beier","mobile_number":"928-596-3966","email_id":"Murray.Bayer3@hotmail.com","dop":"2025-04-06","serial_number":"14849700272956","imei1":"14849700272956","imei2":"14849700272956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:32:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170095,"job_number":"JOB_170095","tr_customer_id":170112,"tr_customer_product_id":170102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:30.000Z","modified_at":"2026-01-29T05:28:08.000Z","name":"Jakayla Klein","mobile_number":"853-328-8115","email_id":"Stan_Sauer@hotmail.com","dop":"2025-04-06","serial_number":"12958949156481","imei1":"12958949156481","imei2":"12958949156481","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:28:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170093,"job_number":"JOB_170093","tr_customer_id":170110,"tr_customer_product_id":170100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:06.000Z","modified_at":"2026-01-29T05:27:47.000Z","name":"Karl Feest","mobile_number":"218-426-7707","email_id":"Maria.Kiehn66@gmail.com","dop":"2025-04-06","serial_number":"15789162376807","imei1":"15789162376807","imei2":"15789162376807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:27:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170091,"job_number":"JOB_170091","tr_customer_id":170108,"tr_customer_product_id":170098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:09:05.000Z","modified_at":"2026-01-29T05:09:13.000Z","name":"Clemmie Torphy","mobile_number":"534-238-1767","email_id":"Kelton26@gmail.com","dop":"2025-07-01","serial_number":"109357137151501","imei1":"109357137151501","imei2":"109357137151501","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170089,"job_number":"JOB_170089","tr_customer_id":170106,"tr_customer_product_id":170096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:08:53.000Z","modified_at":"2026-01-29T05:09:02.000Z","name":"Kasey Kling","mobile_number":"415-986-1278","email_id":"Carrie_Hagenes@yahoo.com","dop":"2025-07-01","serial_number":"107601715293569","imei1":"107601715293569","imei2":"107601715293569","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:09:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170083,"job_number":"JOB_170083","tr_customer_id":170100,"tr_customer_product_id":170090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:46.000Z","modified_at":"2026-01-29T04:25:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26559086427593","imei1":"26559086427593","imei2":"26559086427593","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170076,"job_number":"JOB_170076","tr_customer_id":170093,"tr_customer_product_id":170083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69378142966940","imei1":"69378142966940","imei2":"69378142966940","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:24:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170069,"job_number":"JOB_170069","tr_customer_id":170086,"tr_customer_product_id":170076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:41.000Z","modified_at":"2026-01-29T04:24:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26862563788762","imei1":"26862563788762","imei2":"26862563788762","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:24:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170060,"job_number":"JOB_170060","tr_customer_id":170077,"tr_customer_product_id":170067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:54.000Z","modified_at":"2026-01-29T04:20:29.000Z","name":"Hollis O'Hara","mobile_number":"500-509-7416","email_id":"Abbie_Collier14@hotmail.com","dop":"2000-01-31","serial_number":"10361432768092","imei1":"10361432768092","imei2":"10361432768092","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:20:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170057,"job_number":"JOB_170057","tr_customer_id":170074,"tr_customer_product_id":170064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:26.000Z","modified_at":"2026-01-29T04:20:01.000Z","name":"Ava Langworth","mobile_number":"266-435-3231","email_id":"Keshawn.OReilly34@hotmail.com","dop":"2025-04-06","serial_number":"10034916946918","imei1":"10034916946918","imei2":"10034916946918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170054,"job_number":"JOB_170054","tr_customer_id":170071,"tr_customer_product_id":170061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:20.000Z","modified_at":"2026-01-29T04:19:57.000Z","name":"Dashawn Kihn","mobile_number":"920-344-4539","email_id":"Philip_Stehr@yahoo.com","dop":"2025-04-06","serial_number":"17406246446877","imei1":"17406246446877","imei2":"17406246446877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170051,"job_number":"JOB_170051","tr_customer_id":170068,"tr_customer_product_id":170058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:18.000Z","modified_at":"2026-01-29T04:19:51.000Z","name":"Hallie Kling","mobile_number":"598-997-1551","email_id":"Jaquan_Ward15@gmail.com","dop":"2025-04-06","serial_number":"10219727070223","imei1":"10219727070223","imei2":"10219727070223","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170048,"job_number":"JOB_170048","tr_customer_id":170065,"tr_customer_product_id":170055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:15.000Z","modified_at":"2026-01-29T04:19:52.000Z","name":"Golda Satterfield","mobile_number":"303-320-5882","email_id":"Wade.Ruecker@yahoo.com","dop":"2025-04-06","serial_number":"15874632796157","imei1":"15874632796157","imei2":"15874632796157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170045,"job_number":"JOB_170045","tr_customer_id":170062,"tr_customer_product_id":170052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:12.000Z","modified_at":"2026-01-29T04:19:47.000Z","name":"Thelma Heaney","mobile_number":"297-654-4992","email_id":"Isidro.Conn59@gmail.com","dop":"2000-01-31","serial_number":"10829444433916","imei1":"10829444433916","imei2":"10829444433916","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170042,"job_number":"JOB_170042","tr_customer_id":170059,"tr_customer_product_id":170049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:10.000Z","modified_at":"2026-01-29T04:19:45.000Z","name":"Esta Spencer","mobile_number":"319-934-9516","email_id":"Guido.Reynolds@gmail.com","dop":"2025-04-06","serial_number":"18972699094695","imei1":"18972699094695","imei2":"18972699094695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170039,"job_number":"JOB_170039","tr_customer_id":170056,"tr_customer_product_id":170046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:59.000Z","modified_at":"2026-01-29T04:19:39.000Z","name":"Carmelo Anderson","mobile_number":"755-997-8585","email_id":"Marcel_Vandervort@hotmail.com","dop":"2025-04-06","serial_number":"15998312547573","imei1":"15998312547573","imei2":"15998312547573","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170036,"job_number":"JOB_170036","tr_customer_id":170053,"tr_customer_product_id":170043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:46.000Z","modified_at":"2026-01-29T04:19:23.000Z","name":"Dusty Wuckert","mobile_number":"267-421-8892","email_id":"Jermey_Stracke@hotmail.com","dop":"2025-04-06","serial_number":"16394810867233","imei1":"16394810867233","imei2":"16394810867233","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170033,"job_number":"JOB_170033","tr_customer_id":170050,"tr_customer_product_id":170040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:43.000Z","modified_at":"2026-01-29T04:19:18.000Z","name":"Juvenal Von","mobile_number":"483-561-4875","email_id":"Mozelle.Emard@yahoo.com","dop":"2025-04-06","serial_number":"17528798658860","imei1":"17528798658860","imei2":"17528798658860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170028,"job_number":"JOB_170028","tr_customer_id":170045,"tr_customer_product_id":170035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:37.000Z","modified_at":"2026-01-29T04:19:11.000Z","name":"Cade Bergnaum","mobile_number":"853-540-3165","email_id":"Nicolette.Smith85@hotmail.com","dop":"2025-04-06","serial_number":"10361662978660","imei1":"10361662978660","imei2":"10361662978660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170026,"job_number":"JOB_170026","tr_customer_id":170043,"tr_customer_product_id":170033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:36.000Z","modified_at":"2026-01-29T04:19:13.000Z","name":"Cletus Jacobson","mobile_number":"950-983-8531","email_id":"Linnea_Quigley@yahoo.com","dop":"2025-04-06","serial_number":"13032975833520","imei1":"13032975833520","imei2":"13032975833520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170019,"job_number":"JOB_170019","tr_customer_id":170036,"tr_customer_product_id":170026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:30.000Z","modified_at":"2026-01-29T04:19:07.000Z","name":"Maudie King","mobile_number":"952-444-1324","email_id":"Elwin_Jones@yahoo.com","dop":"2025-04-06","serial_number":"13991901028666","imei1":"13991901028666","imei2":"13991901028666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170016,"job_number":"JOB_170016","tr_customer_id":170033,"tr_customer_product_id":170023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:29.000Z","modified_at":"2026-01-29T04:19:04.000Z","name":"Marcus Streich","mobile_number":"816-947-3974","email_id":"Easton78@gmail.com","dop":"2000-01-31","serial_number":"10301099483968","imei1":"10301099483968","imei2":"10301099483968","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170014,"job_number":"JOB_170014","tr_customer_id":170031,"tr_customer_product_id":170021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:28.000Z","modified_at":"2026-01-29T04:19:03.000Z","name":"Eleanore Gleichner","mobile_number":"620-533-0505","email_id":"Doug_Gibson48@hotmail.com","dop":"2025-04-06","serial_number":"10409692299107","imei1":"10409692299107","imei2":"10409692299107","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170006,"job_number":"JOB_170006","tr_customer_id":170023,"tr_customer_product_id":170013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:11.000Z","modified_at":"2026-01-29T04:18:51.000Z","name":"Westley Kuhic","mobile_number":"689-658-4855","email_id":"Wilton_Price39@hotmail.com","dop":"2025-04-06","serial_number":"13760095678159","imei1":"13760095678159","imei2":"13760095678159","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169998,"job_number":"JOB_169998","tr_customer_id":170015,"tr_customer_product_id":170005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:01.000Z","modified_at":"2026-01-29T04:18:38.000Z","name":"Willow Wiegand","mobile_number":"441-385-4383","email_id":"Justen_Prosacco23@yahoo.com","dop":"2025-04-06","serial_number":"17864770685625","imei1":"17864770685625","imei2":"17864770685625","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169996,"job_number":"JOB_169996","tr_customer_id":170013,"tr_customer_product_id":170003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:01.000Z","modified_at":"2026-01-29T04:18:40.000Z","name":"Devonte Johnston","mobile_number":"393-715-9726","email_id":"Amaya_Tremblay0@yahoo.com","dop":"2025-04-06","serial_number":"18034841745832","imei1":"18034841745832","imei2":"18034841745832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169994,"job_number":"JOB_169994","tr_customer_id":170011,"tr_customer_product_id":170001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:36.000Z","name":"Cristal Mann","mobile_number":"311-582-4108","email_id":"Cyril_Adams6@hotmail.com","dop":"2025-04-06","serial_number":"17185245559827","imei1":"17185245559827","imei2":"17185245559827","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169987,"job_number":"JOB_169987","tr_customer_id":170005,"tr_customer_product_id":169994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:18:38.000Z","name":"Kaitlyn Mraz","mobile_number":"472-710-8519","email_id":"Daron.Wiegand38@yahoo.com","dop":"2025-04-06","serial_number":"15736519075263","imei1":"15736519075263","imei2":"15736519075263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169984,"job_number":"JOB_169984","tr_customer_id":170001,"tr_customer_product_id":169991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:18:34.000Z","name":"Presley Graham","mobile_number":"808-734-3980","email_id":"Ezekiel.Lesch@gmail.com","dop":"2026-01-04","serial_number":"15857222908621","imei1":"15857222908621","imei2":"15857222908621","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169980,"job_number":"JOB_169980","tr_customer_id":169997,"tr_customer_product_id":169987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:18:31.000Z","name":"Julius Pagac","mobile_number":"421-452-0383","email_id":"Yesenia.Nolan34@hotmail.com","dop":"2025-04-06","serial_number":"14658148056864","imei1":"14658148056864","imei2":"14658148056864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169975,"job_number":"JOB_169975","tr_customer_id":169992,"tr_customer_product_id":169982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:18:32.000Z","name":"Troy Hauck","mobile_number":"809-729-7952","email_id":"Mayra.Osinski@gmail.com","dop":"2025-04-06","serial_number":"12374181624890","imei1":"12374181624890","imei2":"12374181624890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169972,"job_number":"JOB_169972","tr_customer_id":169989,"tr_customer_product_id":169979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:54.000Z","modified_at":"2026-01-29T04:18:12.000Z","name":"Kellie Cole","mobile_number":"231-606-7005","email_id":"Jarret88@yahoo.com","dop":"2025-05-30","serial_number":"15258879062250","imei1":"15258879062250","imei2":"15258879062250","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169970,"job_number":"JOB_169970","tr_customer_id":169987,"tr_customer_product_id":169977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:52.000Z","modified_at":"2026-01-29T04:18:29.000Z","name":"Shea O'Hara","mobile_number":"502-953-5353","email_id":"Boris.Ledner@yahoo.com","dop":"2025-04-06","serial_number":"19129954802912","imei1":"19129954802912","imei2":"19129954802912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169966,"job_number":"JOB_169966","tr_customer_id":169983,"tr_customer_product_id":169973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:48.000Z","modified_at":"2026-01-29T04:18:23.000Z","name":"Shad Hodkiewicz","mobile_number":"372-548-9865","email_id":"Veronica45@hotmail.com","dop":"2025-04-06","serial_number":"14474555501728","imei1":"14474555501728","imei2":"14474555501728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169958,"job_number":"JOB_169958","tr_customer_id":169975,"tr_customer_product_id":169965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:18:22.000Z","name":"Quinten Kub","mobile_number":"302-782-6955","email_id":"Marjory_Erdman@yahoo.com","dop":"2000-01-31","serial_number":"10838461623847","imei1":"10838461623847","imei2":"10838461623847","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169955,"job_number":"JOB_169955","tr_customer_id":169972,"tr_customer_product_id":169962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:18:21.000Z","name":"Sierra Schuppe","mobile_number":"273-923-7056","email_id":"Leanne27@yahoo.com","dop":"2025-04-06","serial_number":"10661380483898","imei1":"10661380483898","imei2":"10661380483898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169953,"job_number":"JOB_169953","tr_customer_id":169970,"tr_customer_product_id":169960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:18:22.000Z","name":"Amiya O'Kon","mobile_number":"239-812-1027","email_id":"Davonte_Lakin46@gmail.com","dop":"2025-04-06","serial_number":"19396588408992","imei1":"19396588408992","imei2":"19396588408992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169950,"job_number":"JOB_169950","tr_customer_id":169967,"tr_customer_product_id":169957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:27.000Z","modified_at":"2026-01-29T04:18:01.000Z","name":"Rosalyn DuBuque","mobile_number":"423-544-5691","email_id":"Donna44@yahoo.com","dop":"2025-04-06","serial_number":"17003397822707","imei1":"17003397822707","imei2":"17003397822707","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169947,"job_number":"JOB_169947","tr_customer_id":169964,"tr_customer_product_id":169954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:22.000Z","modified_at":"2026-01-29T04:18:03.000Z","name":"Kaelyn Lang","mobile_number":"641-801-2874","email_id":"Laurel40@yahoo.com","dop":"2025-04-06","serial_number":"18600707518512","imei1":"18600707518512","imei2":"18600707518512","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169944,"job_number":"JOB_169944","tr_customer_id":169961,"tr_customer_product_id":169951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:17.000Z","modified_at":"2026-01-29T04:17:51.000Z","name":"Gerhard Wiza","mobile_number":"243-901-5465","email_id":"Gina_Bins20@gmail.com","dop":"2026-01-04","serial_number":"12364460992685","imei1":"12364460992685","imei2":"12364460992685","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169939,"job_number":"JOB_169939","tr_customer_id":169956,"tr_customer_product_id":169946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:14.000Z","modified_at":"2026-01-29T04:17:49.000Z","name":"Ricky Spencer","mobile_number":"364-548-6366","email_id":"Jennie.Hermiston54@hotmail.com","dop":"2025-04-06","serial_number":"18592851673821","imei1":"18592851673821","imei2":"18592851673821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169937,"job_number":"JOB_169937","tr_customer_id":169954,"tr_customer_product_id":169944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:52.000Z","name":"Max Stracke","mobile_number":"714-460-4984","email_id":"Antonina_Turner70@gmail.com","dop":"2025-04-06","serial_number":"17500054701634","imei1":"17500054701634","imei2":"17500054701634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169936,"job_number":"JOB_169936","tr_customer_id":169953,"tr_customer_product_id":169943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:51.000Z","name":"Moses Medhurst","mobile_number":"303-974-7661","email_id":"Lilliana.Hane@yahoo.com","dop":"2025-04-06","serial_number":"18989444265023","imei1":"18989444265023","imei2":"18989444265023","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169932,"job_number":"JOB_169932","tr_customer_id":169949,"tr_customer_product_id":169939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:06.000Z","modified_at":"2026-01-29T04:17:40.000Z","name":"Antoinette Cummings","mobile_number":"930-330-6029","email_id":"Libbie9@yahoo.com","dop":"2025-04-06","serial_number":"15906011632020","imei1":"15906011632020","imei2":"15906011632020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169930,"job_number":"JOB_169930","tr_customer_id":169947,"tr_customer_product_id":169937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:03.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11087117570789","imei2":"11087117570789","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169925,"job_number":"JOB_169925","tr_customer_id":169942,"tr_customer_product_id":169932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:51.000Z","modified_at":"2026-01-29T04:17:25.000Z","name":"Gloria D'Amore","mobile_number":"949-247-9045","email_id":"Fred.Beer72@yahoo.com","dop":"2025-06-18","serial_number":"10192293493305","imei1":"10192293493305","imei2":"10192293493305","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169923,"job_number":"JOB_169923","tr_customer_id":169940,"tr_customer_product_id":169930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:50.000Z","modified_at":"2026-01-29T04:17:00.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13629311360527","imei2":"13629311360527","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169920,"job_number":"JOB_169920","tr_customer_id":169937,"tr_customer_product_id":169927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:46.000Z","modified_at":"2026-01-29T04:17:20.000Z","name":"Holly Bins","mobile_number":"572-633-6555","email_id":"Keely_Conn71@gmail.com","dop":"2025-04-06","serial_number":"10446319433056","imei1":"10446319433056","imei2":"10446319433056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169917,"job_number":"JOB_169917","tr_customer_id":169934,"tr_customer_product_id":169924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:37.000Z","modified_at":"2026-01-29T04:16:46.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17103157280969","imei2":"17103157280969","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169912,"job_number":"JOB_169912","tr_customer_id":169929,"tr_customer_product_id":169919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:35.000Z","modified_at":"2026-01-29T04:17:12.000Z","name":"Giovanna Lesch","mobile_number":"372-977-5907","email_id":"Iva.Nienow@hotmail.com","dop":"2025-04-06","serial_number":"11872920056391","imei1":"11872920056391","imei2":"11872920056391","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169911,"job_number":"JOB_169911","tr_customer_id":169928,"tr_customer_product_id":169918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:35.000Z","modified_at":"2026-01-29T04:17:09.000Z","name":"Krystel Dickinson","mobile_number":"781-254-4256","email_id":"Serena_Kris@hotmail.com","dop":"2026-01-04","serial_number":"17397854504903","imei1":"17397854504903","imei2":"17397854504903","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169908,"job_number":"JOB_169908","tr_customer_id":169925,"tr_customer_product_id":169915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:32.000Z","modified_at":"2026-01-29T04:17:09.000Z","name":"Conor O'Conner","mobile_number":"738-971-8590","email_id":"Peyton18@gmail.com","dop":"2025-04-06","serial_number":"10334667608357","imei1":"10334667608357","imei2":"10334667608357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169905,"job_number":"JOB_169905","tr_customer_id":169922,"tr_customer_product_id":169912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:31.000Z","modified_at":"2026-01-29T04:17:06.000Z","name":"Wendell Rath","mobile_number":"605-906-2935","email_id":"Vickie_Veum21@yahoo.com","dop":"2025-04-06","serial_number":"15766957779037","imei1":"15766957779037","imei2":"15766957779037","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169901,"job_number":"JOB_169901","tr_customer_id":169918,"tr_customer_product_id":169908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:26.000Z","modified_at":"2026-01-29T04:17:05.000Z","name":"Sallie Welch","mobile_number":"565-547-3229","email_id":"Graham9@hotmail.com","dop":"2025-04-06","serial_number":"15451720619746","imei1":"15451720619746","imei2":"15451720619746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169898,"job_number":"JOB_169898","tr_customer_id":169915,"tr_customer_product_id":169905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:25.000Z","modified_at":"2026-01-29T04:17:05.000Z","name":"Lupe Rippin","mobile_number":"435-423-9993","email_id":"Caden26@hotmail.com","dop":"2025-04-06","serial_number":"11434318738488","imei1":"11434318738488","imei2":"11434318738488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169895,"job_number":"JOB_169895","tr_customer_id":169912,"tr_customer_product_id":169902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:24.000Z","modified_at":"2026-01-29T04:16:58.000Z","name":"Katelyn Gottlieb","mobile_number":"545-282-3114","email_id":"Helene_Rosenbaum@yahoo.com","dop":"2025-04-06","serial_number":"14798629558442","imei1":"14798629558442","imei2":"14798629558442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169894,"job_number":"JOB_169894","tr_customer_id":169911,"tr_customer_product_id":169901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:23.000Z","modified_at":"2026-01-29T04:16:59.000Z","name":"Austin Roberts","mobile_number":"349-791-0104","email_id":"Deion36@hotmail.com","dop":"2025-04-06","serial_number":"13826216054609","imei1":"13826216054609","imei2":"13826216054609","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169891,"job_number":"JOB_169891","tr_customer_id":169908,"tr_customer_product_id":169898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:20.000Z","modified_at":"2026-01-29T04:16:57.000Z","name":"Rosie Nader","mobile_number":"407-966-6139","email_id":"Joyce.Rodriguez55@gmail.com","dop":"2025-04-06","serial_number":"13990803166248","imei1":"13990803166248","imei2":"13990803166248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169888,"job_number":"JOB_169888","tr_customer_id":169905,"tr_customer_product_id":169895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:11.000Z","modified_at":"2026-01-29T04:16:49.000Z","name":"Lonny O'Hara","mobile_number":"647-705-0848","email_id":"Lorenz63@hotmail.com","dop":"2025-04-06","serial_number":"19106745851574","imei1":"19106745851574","imei2":"19106745851574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169886,"job_number":"JOB_169886","tr_customer_id":169903,"tr_customer_product_id":169893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:09.000Z","modified_at":"2026-01-29T04:16:44.000Z","name":"Colin Towne","mobile_number":"629-800-7332","email_id":"Nicola.Jacobs@gmail.com","dop":"2025-06-18","serial_number":"10262731369748","imei1":"10262731369748","imei2":"10262731369748","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169884,"job_number":"JOB_169884","tr_customer_id":169901,"tr_customer_product_id":169891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:07.000Z","modified_at":"2026-01-29T04:16:16.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"45654946781158","imei1":"45654946781158","imei2":"45654946781158","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169882,"job_number":"JOB_169882","tr_customer_id":169899,"tr_customer_product_id":169889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:05.000Z","modified_at":"2026-01-29T04:16:39.000Z","name":"Alberta Schaefer","mobile_number":"331-960-4694","email_id":"Lowell_Witting22@hotmail.com","dop":"2025-04-06","serial_number":"17242679401128","imei1":"17242679401128","imei2":"17242679401128","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169879,"job_number":"JOB_169879","tr_customer_id":169896,"tr_customer_product_id":169886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:01.000Z","modified_at":"2026-01-29T04:16:37.000Z","name":"Melany Schaden","mobile_number":"488-655-8092","email_id":"Cindy_Jakubowski89@hotmail.com","dop":"2025-04-06","serial_number":"13869223701753","imei1":"13869223701753","imei2":"13869223701753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169878,"job_number":"JOB_169878","tr_customer_id":169895,"tr_customer_product_id":169885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:15:56.000Z","modified_at":"2026-01-29T04:16:05.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"61615467745554","imei1":"61615467745554","imei2":"61615467745554","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169875,"job_number":"JOB_169875","tr_customer_id":169892,"tr_customer_product_id":169882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:26:22.000Z","modified_at":"2026-01-29T03:26:57.000Z","name":"Lupe Welch","mobile_number":"490-980-7594","email_id":"Adella63@gmail.com","dop":"2025-04-06","serial_number":"13920192643004","imei1":"13920192643004","imei2":"13920192643004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T03:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169872,"job_number":"JOB_169872","tr_customer_id":169889,"tr_customer_product_id":169879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:25:39.000Z","modified_at":"2026-01-29T03:26:14.000Z","name":"Joey Gaylord","mobile_number":"517-628-5442","email_id":"Leonor_Friesen@hotmail.com","dop":"2025-04-06","serial_number":"11422722848889","imei1":"11422722848889","imei2":"11422722848889","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T03:26:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169869,"job_number":"JOB_169869","tr_customer_id":169886,"tr_customer_product_id":169876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:24:57.000Z","modified_at":"2026-01-29T03:25:32.000Z","name":"Orpha Schamberger","mobile_number":"635-981-4238","email_id":"Emmy_Strosin47@hotmail.com","dop":"2025-04-06","serial_number":"11604588538358","imei1":"11604588538358","imei2":"11604588538358","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T03:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169867,"job_number":"JOB_169867","tr_customer_id":169884,"tr_customer_product_id":169874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T02:31:40.000Z","modified_at":"2026-01-29T02:31:41.000Z","name":"vedika singh","mobile_number":"9000000002","email_id":"vedika@gmail.com","dop":"2026-01-19","serial_number":"19280180958991","imei1":"19280180958991","imei2":"19280180958991","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T02:31:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169866,"job_number":"JOB_169866","tr_customer_id":169883,"tr_customer_product_id":169873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T02:31:38.000Z","modified_at":"2026-01-29T02:31:40.000Z","name":"ved singh","mobile_number":"9000000001","email_id":"ved@gmail.com","dop":"2026-01-19","serial_number":"14686990491718","imei1":"14686990491718","imei2":"14686990491718","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T02:31:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169865,"job_number":"JOB_169865","tr_customer_id":169882,"tr_customer_product_id":169872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T02:31:36.000Z","modified_at":"2026-01-29T02:31:38.000Z","name":"navin singh","mobile_number":"9000000000","email_id":"navin@gmail.com","dop":"2026-01-19","serial_number":"19774602002980","imei1":"19774602002980","imei2":"19774602002980","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T02:31:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169864,"job_number":"JOB_169864","tr_customer_id":169881,"tr_customer_product_id":169871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T02:17:01.000Z","modified_at":"2026-01-29T02:17:03.000Z","name":"Bhargav Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"15571746267895","imei1":"15571746267895","imei2":"15571746267895","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T02:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169855,"job_number":"JOB_169855","tr_customer_id":169872,"tr_customer_product_id":169862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T20:58:44.000Z","modified_at":"2026-01-29T09:31:59.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-23","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-01-23T20:58:44.120141108Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:31:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 763ms
Mean size per request: 1.97KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTY5NzI0Nn0.m5kjE99oTHsMYzI90CAuYxJ3QFwSjMfH7Slpv8FRIBk
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 610b7a51-2771-47a9-9c7a-234d2107f156
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"7de-4B1C6LHPdSrB/pekr3H2EUIIVJg"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 29 Jan 2026 14:34:08 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":170664,"job_number":"JOB_170664","tr_customer_id":170681,"tr_customer_product_id":170671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:42.000Z","modified_at":"2026-01-29T14:34:05.000Z","name":"Madelyn Grant","mobile_number":"456-703-9202","email_id":"Maegan.Homenick29@gmail.com","dop":"2025-04-06","serial_number":"17423928987389","imei1":"17423928987389","imei2":"17423928987389","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-29T14:34:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":170669,"job_number":"JOB_170669","tr_customer_id":170686,"tr_customer_product_id":170676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:34:00.000Z","modified_at":"2026-01-29T14:34:06.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16821902115578","imei2":"16821902115578","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-29T14:34:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"job_id":151329}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTY5NzI0Nn0.m5kjE99oTHsMYzI90CAuYxJ3QFwSjMfH7Slpv8FRIBk
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token ec97f751-c157-49bb-a2de-a95ea213ae8e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 26
Request Body
{
            "job_id": 170669
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 643ms
Mean size per request: 1.01KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTY5NzI0Nn0.m5kjE99oTHsMYzI90CAuYxJ3QFwSjMfH7Slpv8FRIBk
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 8800170e-7da3-4b17-a773-78464045c2f9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"407-eda5K0ZwLVURrnVjtSFRVidT9CE"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 29 Jan 2026 14:34:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":170664,"job_number":"JOB_170664","tr_customer_id":170681,"tr_customer_product_id":170671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:42.000Z","modified_at":"2026-01-29T14:34:05.000Z","name":"Madelyn Grant","mobile_number":"456-703-9202","email_id":"Maegan.Homenick29@gmail.com","dop":"2025-04-06","serial_number":"17423928987389","imei1":"17423928987389","imei2":"17423928987389","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-29T14:34:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 2db2009f-16de-4b22-8a82-adff8ca24678
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-fCnK1BJEcQ1rMNoDGrHcfM9tzxY"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:09 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNDl9.U4wIRSj_0pWM0RCNOXnQMAGSursVIpiiJJdNwB3YmZE"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMzh9.mdUyWbaRjHCGV-7lQOMVD7BWT_OFVDfZUamUaWe45K0
Connection keep-alive
If-None-Match W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 8f043cca-4ab1-44a1-82fb-72a847b50296
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c9-Ld6hKByAvaJhFG+2eukoSrTwhJs"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 280ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMzh9.mdUyWbaRjHCGV-7lQOMVD7BWT_OFVDfZUamUaWe45K0
Connection keep-alive
If-None-Match W/"c9-Ld6hKByAvaJhFG+2eukoSrTwhJs"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 64e99c10-eff8-4c89-93e6-865139fa72ae
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-27Or8yrAPqGMI3Pf2hoVh2hkOJ0"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":782},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 273ms
Mean size per request: 1004B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMzh9.mdUyWbaRjHCGV-7lQOMVD7BWT_OFVDfZUamUaWe45K0
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 84934fdb-2ad8-4d82-aa6f-38bf2c2b0936
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1004
ETag W/"3ec-lMtEpiKWn0qX6rTt6G4B0mOB2tQ"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:10 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":170669,"job_number":"JOB_170669","tr_customer_id":170686,"tr_customer_product_id":170676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:34:00.000Z","modified_at":"2026-01-29T14:34:09.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16821902115578","imei2":"16821902115578","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-29T14:34:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 275ms
Mean size per request: 1004B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMzh9.mdUyWbaRjHCGV-7lQOMVD7BWT_OFVDfZUamUaWe45K0
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 428005a2-2c57-4359-ba44-43183a49961c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1004
ETag W/"3ec-lMtEpiKWn0qX6rTt6G4B0mOB2tQ"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":170669,"job_number":"JOB_170669","tr_customer_id":170686,"tr_customer_product_id":170676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:34:00.000Z","modified_at":"2026-01-29T14:34:09.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16821902115578","imei2":"16821902115578","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-29T14:34:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"job_id":151329}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 265ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMzh9.mdUyWbaRjHCGV-7lQOMVD7BWT_OFVDfZUamUaWe45K0
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 29b48e5c-f0ff-4721-863b-bd859df39159
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 26
Request Body
{
            "job_id": 170669
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"7d7-SgjB97F0i27vfE3bqA/Mt3qwSd4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 272ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMzh9.mdUyWbaRjHCGV-7lQOMVD7BWT_OFVDfZUamUaWe45K0
Connection keep-alive
If-None-Match W/"7d7-SgjB97F0i27vfE3bqA/Mt3qwSd4"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token ffc028b6-f486-4a11-b706-5931f6dce4c5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f2-3U0Wmp7xOxKy5S90JzrjjO0kV28"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 277ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMzh9.mdUyWbaRjHCGV-7lQOMVD7BWT_OFVDfZUamUaWe45K0
Connection keep-alive
If-None-Match W/"f2-3U0Wmp7xOxKy5S90JzrjjO0kV28"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token d18e963e-4fc0-4cfb-9bba-b39d4eb58be3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-h6LMMT85A9vsayiXGfKJ245dNOg"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:11 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":782},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 917ms
Mean size per request: 758.57KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMzh9.mdUyWbaRjHCGV-7lQOMVD7BWT_OFVDfZUamUaWe45K0
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 684e47b4-676f-483e-b9f8-0d8b50958f07
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"bda48-oL65TvIZ6ypHaWjpBOPzRWzzNX4"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 29 Jan 2026 14:34:12 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":170662,"job_number":"JOB_170662","tr_customer_id":170679,"tr_customer_product_id":170669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:24.000Z","modified_at":"2026-01-29T14:30:50.000Z","name":"Opal Hilpert","mobile_number":"469-677-2492","email_id":"Tia_Wehner5@yahoo.com","dop":"2025-10-01","serial_number":"16046327030474","imei1":"16046327030474","imei2":"16046327030474","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:30:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170661,"job_number":"JOB_170661","tr_customer_id":170678,"tr_customer_product_id":170668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:15.000Z","modified_at":"2026-01-29T14:30:15.000Z","name":"Afton Sanford","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"134477990546568","imei1":"134477990546568","imei2":"134477990546568","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170660,"job_number":"JOB_170660","tr_customer_id":170677,"tr_customer_product_id":170667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:14.000Z","modified_at":"2026-01-29T14:30:14.000Z","name":"Jeremie Lynch","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"135274987984350","imei1":"135274987984350","imei2":"135274987984350","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170659,"job_number":"JOB_170659","tr_customer_id":170676,"tr_customer_product_id":170666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:14.000Z","modified_at":"2026-01-29T14:30:14.000Z","name":"Nellie Kemmer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"190504053936811","imei1":"190504053936811","imei2":"190504053936811","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170658,"job_number":"JOB_170658","tr_customer_id":170675,"tr_customer_product_id":170665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:13.000Z","modified_at":"2026-01-29T14:30:13.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"192051065949516","imei1":"192051065949516","imei2":"192051065949516","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170657,"job_number":"JOB_170657","tr_customer_id":170674,"tr_customer_product_id":170664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:00.000Z","modified_at":"2026-01-29T14:30:00.000Z","name":"Kaley Koepp","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"169709661148071","imei1":"169709661148071","imei2":"169709661148071","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170656,"job_number":"JOB_170656","tr_customer_id":170673,"tr_customer_product_id":170663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:00.000Z","modified_at":"2026-01-29T14:30:00.000Z","name":"Camryn Lakin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114954477026693","imei1":"114954477026693","imei2":"114954477026693","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170655,"job_number":"JOB_170655","tr_customer_id":170672,"tr_customer_product_id":170662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:00.000Z","modified_at":"2026-01-29T14:30:00.000Z","name":"Darrick Kessler","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"168539902678161","imei1":"168539902678161","imei2":"168539902678161","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170654,"job_number":"JOB_170654","tr_customer_id":170671,"tr_customer_product_id":170661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:29:59.000Z","modified_at":"2026-01-29T14:29:59.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"112406510523889","imei1":"112406510523889","imei2":"112406510523889","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:29:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170640,"job_number":"JOB_170640","tr_customer_id":170657,"tr_customer_product_id":170647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:19.000Z","modified_at":"2026-01-29T14:10:30.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"79596888003891","imei1":"79596888003891","imei2":"79596888003891","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170639,"job_number":"JOB_170639","tr_customer_id":170656,"tr_customer_product_id":170646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:04.000Z","modified_at":"2026-01-29T14:10:15.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"10200392239708","imei1":"10200392239708","imei2":"10200392239708","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170631,"job_number":"JOB_170631","tr_customer_id":170648,"tr_customer_product_id":170638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:49.000Z","modified_at":"2026-01-29T14:09:59.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"18341397511533","imei1":"18341397511533","imei2":"18341397511533","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:09:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170576,"job_number":"JOB_170576","tr_customer_id":170593,"tr_customer_product_id":170583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:40:21.000Z","modified_at":"2026-01-29T13:15:27.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"10658929738383","imei1":"10658929738383","imei2":"10658929738383","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170575,"job_number":"JOB_170575","tr_customer_id":170592,"tr_customer_product_id":170582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:36:37.000Z","modified_at":"2026-01-29T12:36:37.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"10191171314065","imei1":"10191171314065","imei2":"10191171314065","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170551,"job_number":"JOB_170551","tr_customer_id":170568,"tr_customer_product_id":170558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:16:27.000Z","modified_at":"2026-01-29T12:16:27.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"97707161098983122","imei1":"97707161098983122","imei2":"97707161098983122","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170550,"job_number":"JOB_170550","tr_customer_id":170567,"tr_customer_product_id":170557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:13:23.000Z","modified_at":"2026-01-29T12:13:23.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"9770716109898312","imei1":"9770716109898312","imei2":"9770716109898312","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:13:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170510,"job_number":"JOB_170510","tr_customer_id":170527,"tr_customer_product_id":170517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:16:32.000Z","modified_at":"2026-01-29T11:16:32.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"977071610989831","imei1":"977071610989831","imei2":"977071610989831","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:16:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170485,"job_number":"JOB_170485","tr_customer_id":170502,"tr_customer_product_id":170492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:45:15.000Z","modified_at":"2026-01-29T09:06:22.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"977071610989831","imei1":"977071610989831","imei2":"977071610989831","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:06:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170473,"job_number":"JOB_170473","tr_customer_id":170490,"tr_customer_product_id":170480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:23.000Z","modified_at":"2026-01-29T07:58:34.000Z","name":"Vincent Hyatt","mobile_number":"892-347-9684","email_id":"Hershel_Veum@gmail.com","dop":"2025-11-04","serial_number":"13405906422571","imei1":"13405906422571","imei2":"13405906422571","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170472,"job_number":"JOB_170472","tr_customer_id":170489,"tr_customer_product_id":170479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:09.000Z","modified_at":"2026-01-29T07:58:20.000Z","name":"Esta Collier","mobile_number":"224-777-2629","email_id":"Marlene_Huel62@hotmail.com","dop":"2025-11-04","serial_number":"85826434988131","imei1":"85826434988131","imei2":"85826434988131","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170464,"job_number":"JOB_170464","tr_customer_id":170481,"tr_customer_product_id":170471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:45:07.000Z","modified_at":"2026-01-29T07:45:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Athena_Reinger@yahoo.com","dop":"2025-07-02","serial_number":"15409646448622","imei1":"15409646448622","imei2":"15409646448622","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:45:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170463,"job_number":"JOB_170463","tr_customer_id":170480,"tr_customer_product_id":170470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:44:47.000Z","modified_at":"2026-01-29T07:44:47.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Daphnee.Hammes83@hotmail.com","dop":"2025-07-02","serial_number":"13659206069138","imei1":"13659206069138","imei2":"13659206069138","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:44:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170462,"job_number":"JOB_170462","tr_customer_id":170479,"tr_customer_product_id":170469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:44:25.000Z","modified_at":"2026-01-29T07:44:25.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Justus81@hotmail.com","dop":"2025-07-02","serial_number":"16470960202615","imei1":"16470960202615","imei2":"16470960202615","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170460,"job_number":"JOB_170460","tr_customer_id":170477,"tr_customer_product_id":170467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:40:11.000Z","modified_at":"2026-01-29T07:40:22.000Z","name":"Royal Gusikowski","mobile_number":"536-365-1270","email_id":"Johnathon.Bashirian59@hotmail.com","dop":"2025-11-04","serial_number":"41067482337351","imei1":"41067482337351","imei2":"41067482337351","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:40:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170459,"job_number":"JOB_170459","tr_customer_id":170476,"tr_customer_product_id":170466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:39:55.000Z","modified_at":"2026-01-29T07:40:07.000Z","name":"Declan Orn","mobile_number":"485-379-8511","email_id":"Rocky_Crooks86@yahoo.com","dop":"2025-11-04","serial_number":"32392105313176","imei1":"32392105313176","imei2":"32392105313176","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:40:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170366,"job_number":"JOB_170366","tr_customer_id":170383,"tr_customer_product_id":170373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:56.000Z","modified_at":"2026-01-29T06:42:07.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"86070678264177","imei1":"86070678264177","imei2":"86070678264177","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:42:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170362,"job_number":"JOB_170362","tr_customer_id":170379,"tr_customer_product_id":170369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:40.000Z","modified_at":"2026-01-29T06:41:52.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"75367562556144","imei1":"75367562556144","imei2":"75367562556144","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170334,"job_number":"JOB_170334","tr_customer_id":170351,"tr_customer_product_id":170341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:21.000Z","modified_at":"2026-01-29T06:35:51.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"58322055980187","imei1":"58322055980187","imei2":"58322055980187","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170333,"job_number":"JOB_170333","tr_customer_id":170350,"tr_customer_product_id":170340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:03.000Z","modified_at":"2026-01-29T06:35:16.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"49081405834854","imei1":"49081405834854","imei2":"49081405834854","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:35:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170332,"job_number":"JOB_170332","tr_customer_id":170349,"tr_customer_product_id":170339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:54.000Z","modified_at":"2026-01-29T06:33:54.000Z","name":"Natalia Kessler","mobile_number":"761-543-6488","email_id":"Jade_Satterfield@gmail.com","dop":"2025-06-09","serial_number":"97950778071355780","imei1":"97950778071355780","imei2":"97950778071355780","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170331,"job_number":"JOB_170331","tr_customer_id":170348,"tr_customer_product_id":170338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:52.000Z","modified_at":"2026-01-29T06:33:52.000Z","name":"Jules Zboncak","mobile_number":"455-881-5519","email_id":"Meghan44@gmail.com","dop":"2025-06-09","serial_number":"107302736681477","imei1":"107302736681477","imei2":"107302736681477","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170330,"job_number":"JOB_170330","tr_customer_id":170347,"tr_customer_product_id":170337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:52.000Z","modified_at":"2026-01-29T06:34:05.000Z","name":"Leda Collins","mobile_number":"225-511-1845","email_id":"Kyleigh.Kautzer57@hotmail.com","dop":"2025-06-09","serial_number":"106849741801907","imei1":"106849741801907","imei2":"106849741801907","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:34:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170329,"job_number":"JOB_170329","tr_customer_id":170346,"tr_customer_product_id":170336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:52.000Z","modified_at":"2026-01-29T06:33:52.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109578000036737","imei1":"109578000036737","imei2":"109578000036737","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170328,"job_number":"JOB_170328","tr_customer_id":170345,"tr_customer_product_id":170335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:34.000Z","modified_at":"2026-01-29T06:33:34.000Z","name":"Lindsey Hettinger","mobile_number":"393-703-2324","email_id":"Justyn_Jenkins29@hotmail.com","dop":"2025-06-09","serial_number":"102632198232302","imei1":"102632198232302","imei2":"102632198232302","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170327,"job_number":"JOB_170327","tr_customer_id":170344,"tr_customer_product_id":170334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:34.000Z","modified_at":"2026-01-29T06:33:47.000Z","name":"Chase Kihn","mobile_number":"657-597-7471","email_id":"Julien4@hotmail.com","dop":"2025-06-09","serial_number":"107165057388892","imei1":"107165057388892","imei2":"107165057388892","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:33:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170326,"job_number":"JOB_170326","tr_customer_id":170343,"tr_customer_product_id":170333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:33.000Z","modified_at":"2026-01-29T06:33:33.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102172616443770","imei1":"102172616443770","imei2":"102172616443770","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170325,"job_number":"JOB_170325","tr_customer_id":170342,"tr_customer_product_id":170332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:16.000Z","modified_at":"2026-01-29T06:33:16.000Z","name":"Brooke Spencer","mobile_number":"627-430-8736","email_id":"Jacey30@yahoo.com","dop":"2025-06-09","serial_number":"8270962798696557","imei1":"8270962798696557","imei2":"8270962798696557","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170324,"job_number":"JOB_170324","tr_customer_id":170341,"tr_customer_product_id":170331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:15.000Z","modified_at":"2026-01-29T06:33:15.000Z","name":"Alicia Upton","mobile_number":"814-290-6671","email_id":"Connie.Goodwin66@hotmail.com","dop":"2025-06-09","serial_number":"105069189382942","imei1":"105069189382942","imei2":"105069189382942","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170323,"job_number":"JOB_170323","tr_customer_id":170340,"tr_customer_product_id":170330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:14.000Z","modified_at":"2026-01-29T06:33:28.000Z","name":"Elisa Ryan","mobile_number":"638-513-5547","email_id":"Catalina55@gmail.com","dop":"2025-06-09","serial_number":"108746957862883","imei1":"108746957862883","imei2":"108746957862883","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:33:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170322,"job_number":"JOB_170322","tr_customer_id":170339,"tr_customer_product_id":170329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:14.000Z","modified_at":"2026-01-29T06:33:14.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"102303592410008","imei1":"102303592410008","imei2":"102303592410008","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170321,"job_number":"JOB_170321","tr_customer_id":170338,"tr_customer_product_id":170328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:31:27.000Z","modified_at":"2026-01-29T06:31:51.000Z","name":"Ottis Labadie","mobile_number":"966-793-1574","email_id":"Kristian_Hayes97@gmail.com","dop":"2025-10-01","serial_number":"13893001630037","imei1":"13893001630037","imei2":"13893001630037","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170320,"job_number":"JOB_170320","tr_customer_id":170337,"tr_customer_product_id":170327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:30:58.000Z","modified_at":"2026-01-29T06:31:11.000Z","name":"Robyn Von","mobile_number":"407-528-2637","email_id":"Cleora17@gmail.com","dop":"2025-11-04","serial_number":"85566931991008","imei1":"85566931991008","imei2":"85566931991008","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:31:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170319,"job_number":"JOB_170319","tr_customer_id":170336,"tr_customer_product_id":170326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:30:40.000Z","modified_at":"2026-01-29T06:30:53.000Z","name":"Athena Kling","mobile_number":"392-554-0171","email_id":"Buddy_Aufderhar81@yahoo.com","dop":"2025-11-04","serial_number":"70505521790134","imei1":"70505521790134","imei2":"70505521790134","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:30:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170318,"job_number":"JOB_170318","tr_customer_id":170335,"tr_customer_product_id":170325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:30:23.000Z","modified_at":"2026-01-29T06:30:35.000Z","name":"Lela Treutel","mobile_number":"692-467-9811","email_id":"April86@yahoo.com","dop":"2025-11-04","serial_number":"35397617622191","imei1":"35397617622191","imei2":"35397617622191","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:30:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170085,"job_number":"JOB_170085","tr_customer_id":170102,"tr_customer_product_id":170092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:00:51.000Z","modified_at":"2026-01-29T05:00:51.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10286259884544","imei1":"10286259884544","imei2":"10286259884544","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:00:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170084,"job_number":"JOB_170084","tr_customer_id":170101,"tr_customer_product_id":170091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:00:51.000Z","modified_at":"2026-01-29T05:01:01.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"18405303130112","imei1":"18405303130112","imei2":"18405303130112","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170031,"job_number":"JOB_170031","tr_customer_id":170048,"tr_customer_product_id":170038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:39.000Z","modified_at":"2026-01-29T04:18:48.000Z","name":"Sarah Borer","mobile_number":"728-577-0903","email_id":"Merlin.Dibbert32@hotmail.com","dop":"2025-12-31","serial_number":"10819361310270","imei1":"10819361310270","imei2":"10819361310270","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170024,"job_number":"JOB_170024","tr_customer_id":170041,"tr_customer_product_id":170031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:36.000Z","modified_at":"2026-01-29T04:18:36.000Z","name":"Lavada Kub","mobile_number":"725-504-9986","email_id":"Quincy46@hotmail.com","dop":"2025-06-09","serial_number":"100552901932869","imei1":"100552901932869","imei2":"100552901932869","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170023,"job_number":"JOB_170023","tr_customer_id":170040,"tr_customer_product_id":170030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:35.000Z","modified_at":"2026-01-29T04:18:46.000Z","name":"Katharina Cruickshank","mobile_number":"924-627-4792","email_id":"Brianne21@yahoo.com","dop":"2025-06-09","serial_number":"109465015397039","imei1":"109465015397039","imei2":"109465015397039","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170022,"job_number":"JOB_170022","tr_customer_id":170039,"tr_customer_product_id":170029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:35.000Z","modified_at":"2026-01-29T04:18:35.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"102690346307484","imei1":"102690346307484","imei2":"102690346307484","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170012,"job_number":"JOB_170012","tr_customer_id":170029,"tr_customer_product_id":170019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:26.000Z","modified_at":"2026-01-29T04:18:35.000Z","name":"Chris Thompson","mobile_number":"845-539-7106","email_id":"Sigurd.Orn95@hotmail.com","dop":"2025-12-31","serial_number":"10467693498151","imei1":"10467693498151","imei2":"10467693498151","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170011,"job_number":"JOB_170011","tr_customer_id":170028,"tr_customer_product_id":170018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:20.000Z","modified_at":"2026-01-29T04:18:20.000Z","name":"Osborne Baumbach","mobile_number":"269-391-4648","email_id":"Amanda.Schoen6@yahoo.com","dop":"2025-06-09","serial_number":"101461346840938","imei1":"101461346840938","imei2":"101461346840938","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170010,"job_number":"JOB_170010","tr_customer_id":170027,"tr_customer_product_id":170017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:20.000Z","modified_at":"2026-01-29T04:18:31.000Z","name":"Durward Purdy","mobile_number":"439-238-6780","email_id":"Casimir94@hotmail.com","dop":"2025-06-09","serial_number":"109558957991032","imei1":"109558957991032","imei2":"109558957991032","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170009,"job_number":"JOB_170009","tr_customer_id":170026,"tr_customer_product_id":170016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:19.000Z","modified_at":"2026-01-29T04:18:19.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"105528713661639","imei1":"105528713661639","imei2":"105528713661639","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170008,"job_number":"JOB_170008","tr_customer_id":170025,"tr_customer_product_id":170015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:12.000Z","modified_at":"2026-01-29T04:18:22.000Z","name":"Lincoln Homenick","mobile_number":"817-973-4755","email_id":"Monique17@gmail.com","dop":"2025-12-31","serial_number":"10496055051791","imei1":"10496055051791","imei2":"10496055051791","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170004,"job_number":"JOB_170004","tr_customer_id":170021,"tr_customer_product_id":170011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:04.000Z","modified_at":"2026-01-29T04:18:04.000Z","name":"Eryn Bruen","mobile_number":"519-308-8273","email_id":"Meggie3@yahoo.com","dop":"2025-06-09","serial_number":"101844397816375","imei1":"101844397816375","imei2":"101844397816375","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170003,"job_number":"JOB_170003","tr_customer_id":170020,"tr_customer_product_id":170010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:04.000Z","modified_at":"2026-01-29T04:18:15.000Z","name":"Guillermo Hintz","mobile_number":"779-876-9730","email_id":"Darrick_Keeling78@hotmail.com","dop":"2025-06-09","serial_number":"104831108983090","imei1":"104831108983090","imei2":"104831108983090","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170002,"job_number":"JOB_170002","tr_customer_id":170019,"tr_customer_product_id":170009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:03.000Z","modified_at":"2026-01-29T04:18:03.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"105825948977618","imei1":"105825948977618","imei2":"105825948977618","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169990,"job_number":"JOB_169990","tr_customer_id":170007,"tr_customer_product_id":169997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"Josefina Schuppe","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"188490740819099","imei1":"188490740819099","imei2":"188490740819099","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169989,"job_number":"JOB_169989","tr_customer_id":170006,"tr_customer_product_id":169996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"Nola Steuber","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"129136019390741","imei1":"129136019390741","imei2":"129136019390741","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169988,"job_number":"JOB_169988","tr_customer_id":170004,"tr_customer_product_id":169995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:17:59.000Z","name":"Cleveland Nader","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"160593098261144","imei1":"160593098261144","imei2":"160593098261144","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169985,"job_number":"JOB_169985","tr_customer_id":170002,"tr_customer_product_id":169992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:17:59.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"178943905284676","imei1":"178943905284676","imei2":"178943905284676","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169979,"job_number":"JOB_169979","tr_customer_id":169996,"tr_customer_product_id":169986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:17:57.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"14778791158538","imei1":"14778791158538","imei2":"14778791158538","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169976,"job_number":"JOB_169976","tr_customer_id":169993,"tr_customer_product_id":169983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:18:06.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19471419291588","imei1":"19471419291588","imei2":"19471419291588","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169965,"job_number":"JOB_169965","tr_customer_id":169982,"tr_customer_product_id":169972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:48.000Z","modified_at":"2026-01-29T04:18:12.000Z","name":"Stanley Olson","mobile_number":"293-523-0223","email_id":"Wendy_Witting55@gmail.com","dop":"2025-10-01","serial_number":"18988258327942","imei1":"18988258327942","imei2":"18988258327942","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169963,"job_number":"JOB_169963","tr_customer_id":169980,"tr_customer_product_id":169970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Lela Boyle","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"113807506462303","imei1":"113807506462303","imei2":"113807506462303","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169962,"job_number":"JOB_169962","tr_customer_id":169979,"tr_customer_product_id":169969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Calista Schuppe","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"108590264598891","imei1":"108590264598891","imei2":"108590264598891","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169960,"job_number":"JOB_169960","tr_customer_id":169977,"tr_customer_product_id":169967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Johann Dibbert","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"184192556731387","imei1":"184192556731387","imei2":"184192556731387","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169957,"job_number":"JOB_169957","tr_customer_id":169974,"tr_customer_product_id":169964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:17:46.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"190716491907042","imei1":"190716491907042","imei2":"190716491907042","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169928,"job_number":"JOB_169928","tr_customer_id":169945,"tr_customer_product_id":169935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:55.000Z","modified_at":"2026-01-29T04:17:04.000Z","name":"giyu tomiaka","mobile_number":"300-376-0245","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"992077779167119","imei1":"992077779167119","imei2":"992077779167119","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169927,"job_number":"JOB_169927","tr_customer_id":169944,"tr_customer_product_id":169934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:53.000Z","modified_at":"2026-01-29T04:16:53.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Ralph.Reilly@hotmail.com","dop":"2025-07-02","serial_number":"15208020586693","imei1":"15208020586693","imei2":"15208020586693","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169918,"job_number":"JOB_169918","tr_customer_id":169935,"tr_customer_product_id":169925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:43.000Z","modified_at":"2026-01-29T04:16:52.000Z","name":"tanjiro kamado","mobile_number":"597-440-8271","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"771107984364553","imei1":"771107984364553","imei2":"771107984364553","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169913,"job_number":"JOB_169913","tr_customer_id":169930,"tr_customer_product_id":169920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Ronaldo_Kulas@gmail.com","dop":"2025-07-02","serial_number":"16826565478339","imei1":"16826565478339","imei2":"16826565478339","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169906,"job_number":"JOB_169906","tr_customer_id":169923,"tr_customer_product_id":169913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:31.000Z","modified_at":"2026-01-29T04:16:41.000Z","name":"saitama sensei","mobile_number":"849-330-7706","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"238347889613895","imei1":"238347889613895","imei2":"238347889613895","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169890,"job_number":"JOB_169890","tr_customer_id":169907,"tr_customer_product_id":169897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:18.000Z","modified_at":"2026-01-29T04:16:18.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Catalina_Beer85@hotmail.com","dop":"2025-07-02","serial_number":"11468399750888","imei1":"11468399750888","imei2":"11468399750888","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170669,"job_number":"JOB_170669","tr_customer_id":170686,"tr_customer_product_id":170676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:34:00.000Z","modified_at":"2026-01-29T14:34:11.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16821902115578","imei2":"16821902115578","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:34:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170668,"job_number":"JOB_170668","tr_customer_id":170685,"tr_customer_product_id":170675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:59.000Z","modified_at":"2026-01-29T14:33:59.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12161447353277","imei2":"12161447353277","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170667,"job_number":"JOB_170667","tr_customer_id":170684,"tr_customer_product_id":170674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:44.000Z","modified_at":"2026-01-29T14:33:56.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16221438407366","imei2":"16221438407366","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:33:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170666,"job_number":"JOB_170666","tr_customer_id":170683,"tr_customer_product_id":170673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:44.000Z","modified_at":"2026-01-29T14:33:44.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17620259137506","imei2":"17620259137506","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170665,"job_number":"JOB_170665","tr_customer_id":170682,"tr_customer_product_id":170672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:43.000Z","modified_at":"2026-01-29T14:33:43.000Z","name":"Jessica Bernhard","mobile_number":"832-560-6687","email_id":"Vernie_Klocko@hotmail.com","dop":"2025-04-06","serial_number":"17593189206573856","imei1":"17593189206573856","imei2":"17593189206573856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170664,"job_number":"JOB_170664","tr_customer_id":170681,"tr_customer_product_id":170671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:42.000Z","modified_at":"2026-01-29T14:34:05.000Z","name":"Madelyn Grant","mobile_number":"456-703-9202","email_id":"Maegan.Homenick29@gmail.com","dop":"2025-04-06","serial_number":"17423928987389","imei1":"17423928987389","imei2":"17423928987389","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-29T14:34:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170663,"job_number":"JOB_170663","tr_customer_id":170680,"tr_customer_product_id":170670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:42.000Z","modified_at":"2026-01-29T14:33:42.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18144335562909","imei1":"18144335562909","imei2":"18144335562909","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170653,"job_number":"JOB_170653","tr_customer_id":170670,"tr_customer_product_id":170660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:11:07.000Z","modified_at":"2026-01-29T14:11:07.000Z","name":"Colin Mann","mobile_number":"500-258-1892","email_id":"Chaz.Thompson17@gmail.com","dop":"2025-04-06","serial_number":"15145090007362290","imei1":"15145090007362290","imei2":"15145090007362290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:11:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170652,"job_number":"JOB_170652","tr_customer_id":170669,"tr_customer_product_id":170659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:11:05.000Z","modified_at":"2026-01-29T14:11:43.000Z","name":"Gabrielle Gerhold","mobile_number":"647-954-9594","email_id":"Jacynthe_Robel0@gmail.com","dop":"2025-04-06","serial_number":"18578815429337","imei1":"18578815429337","imei2":"18578815429337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:11:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170651,"job_number":"JOB_170651","tr_customer_id":170668,"tr_customer_product_id":170658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:11:05.000Z","modified_at":"2026-01-29T14:11:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14497840140645","imei1":"14497840140645","imei2":"14497840140645","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:11:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170650,"job_number":"JOB_170650","tr_customer_id":170667,"tr_customer_product_id":170657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:29.000Z","modified_at":"2026-01-29T14:10:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54403093365360","imei1":"54403093365360","imei2":"54403093365360","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170649,"job_number":"JOB_170649","tr_customer_id":170666,"tr_customer_product_id":170656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:28.000Z","modified_at":"2026-01-29T14:10:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36396773416077","imei1":"36396773416077","imei2":"36396773416077","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170648,"job_number":"JOB_170648","tr_customer_id":170665,"tr_customer_product_id":170655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:28.000Z","modified_at":"2026-01-29T14:10:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62451219327262","imei1":"62451219327262","imei2":"62451219327262","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170647,"job_number":"JOB_170647","tr_customer_id":170664,"tr_customer_product_id":170654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:28.000Z","modified_at":"2026-01-29T14:10:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87680375735673","imei1":"87680375735673","imei2":"87680375735673","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170646,"job_number":"JOB_170646","tr_customer_id":170663,"tr_customer_product_id":170653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:27.000Z","modified_at":"2026-01-29T14:10:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53855674847277","imei1":"53855674847277","imei2":"53855674847277","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170645,"job_number":"JOB_170645","tr_customer_id":170662,"tr_customer_product_id":170652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:27.000Z","modified_at":"2026-01-29T14:10:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32205266543222","imei1":"32205266543222","imei2":"32205266543222","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170644,"job_number":"JOB_170644","tr_customer_id":170661,"tr_customer_product_id":170651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:27.000Z","modified_at":"2026-01-29T14:10:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80476885755767","imei1":"80476885755767","imei2":"80476885755767","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170643,"job_number":"JOB_170643","tr_customer_id":170660,"tr_customer_product_id":170650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:21.000Z","modified_at":"2026-01-29T14:10:21.000Z","name":"Mabel Von","mobile_number":"545-600-8748","email_id":"Dustin.Littel@gmail.com","dop":"2025-04-06","serial_number":"15696888684715178","imei1":"15696888684715178","imei2":"15696888684715178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170642,"job_number":"JOB_170642","tr_customer_id":170659,"tr_customer_product_id":170649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:20.000Z","modified_at":"2026-01-29T14:10:58.000Z","name":"Davin Walker","mobile_number":"787-579-2037","email_id":"Ansley_Schmitt48@hotmail.com","dop":"2025-04-06","serial_number":"16632479613436","imei1":"16632479613436","imei2":"16632479613436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170641,"job_number":"JOB_170641","tr_customer_id":170658,"tr_customer_product_id":170648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:20.000Z","modified_at":"2026-01-29T14:10:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16471020128168","imei1":"16471020128168","imei2":"16471020128168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170638,"job_number":"JOB_170638","tr_customer_id":170655,"tr_customer_product_id":170645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:54.000Z","modified_at":"2026-01-29T14:10:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"77711799189048","imei1":"77711799189048","imei2":"77711799189048","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170637,"job_number":"JOB_170637","tr_customer_id":170654,"tr_customer_product_id":170644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:54.000Z","modified_at":"2026-01-29T14:09:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45530510234866","imei1":"45530510234866","imei2":"45530510234866","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170636,"job_number":"JOB_170636","tr_customer_id":170653,"tr_customer_product_id":170643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:54.000Z","modified_at":"2026-01-29T14:09:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11857570018969","imei1":"11857570018969","imei2":"11857570018969","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170635,"job_number":"JOB_170635","tr_customer_id":170652,"tr_customer_product_id":170642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:53.000Z","modified_at":"2026-01-29T14:09:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27348167769992","imei1":"27348167769992","imei2":"27348167769992","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170634,"job_number":"JOB_170634","tr_customer_id":170651,"tr_customer_product_id":170641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:53.000Z","modified_at":"2026-01-29T14:09:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13241669324108","imei1":"13241669324108","imei2":"13241669324108","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170633,"job_number":"JOB_170633","tr_customer_id":170650,"tr_customer_product_id":170640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:53.000Z","modified_at":"2026-01-29T14:09:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64298473275873","imei1":"64298473275873","imei2":"64298473275873","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170632,"job_number":"JOB_170632","tr_customer_id":170649,"tr_customer_product_id":170639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:52.000Z","modified_at":"2026-01-29T14:09:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51495525421831","imei1":"51495525421831","imei2":"51495525421831","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170630,"job_number":"JOB_170630","tr_customer_id":170647,"tr_customer_product_id":170637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:42.000Z","modified_at":"2026-01-29T14:09:42.000Z","name":"Sydney Hodkiewicz","mobile_number":"723-344-1980","email_id":"Adrien94@gmail.com","dop":"2025-04-06","serial_number":"10417035467645472","imei1":"10417035467645472","imei2":"10417035467645472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170629,"job_number":"JOB_170629","tr_customer_id":170646,"tr_customer_product_id":170636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:40.000Z","modified_at":"2026-01-29T14:10:22.000Z","name":"Wilton Hettinger","mobile_number":"211-746-1732","email_id":"Horace.Larson@yahoo.com","dop":"2025-04-06","serial_number":"16665506948731","imei1":"16665506948731","imei2":"16665506948731","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170628,"job_number":"JOB_170628","tr_customer_id":170645,"tr_customer_product_id":170635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:36.000Z","modified_at":"2026-01-29T14:09:36.000Z","name":"Sabina Russel","mobile_number":"603-905-7728","email_id":"Erick.Green@hotmail.com","dop":"2025-04-06","serial_number":"12765122914716278","imei1":"12765122914716278","imei2":"12765122914716278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170627,"job_number":"JOB_170627","tr_customer_id":170644,"tr_customer_product_id":170634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:35.000Z","modified_at":"2026-01-29T14:10:13.000Z","name":"Arnulfo Pacocha","mobile_number":"952-876-5615","email_id":"Dawn21@gmail.com","dop":"2025-04-06","serial_number":"10043256847780","imei1":"10043256847780","imei2":"10043256847780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170626,"job_number":"JOB_170626","tr_customer_id":170643,"tr_customer_product_id":170633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:34.000Z","modified_at":"2026-01-29T14:09:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13271255174915","imei1":"13271255174915","imei2":"13271255174915","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170625,"job_number":"JOB_170625","tr_customer_id":170642,"tr_customer_product_id":170632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:19.000Z","modified_at":"2026-01-29T14:09:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"67702757598973","imei1":"67702757598973","imei2":"67702757598973","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:09:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170624,"job_number":"JOB_170624","tr_customer_id":170641,"tr_customer_product_id":170631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:19.000Z","modified_at":"2026-01-29T14:09:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13699333898819","imei1":"13699333898819","imei2":"13699333898819","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170623,"job_number":"JOB_170623","tr_customer_id":170640,"tr_customer_product_id":170630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:19.000Z","modified_at":"2026-01-29T14:09:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62790160479191","imei1":"62790160479191","imei2":"62790160479191","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170622,"job_number":"JOB_170622","tr_customer_id":170639,"tr_customer_product_id":170629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:18.000Z","modified_at":"2026-01-29T14:09:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37116685992248","imei1":"37116685992248","imei2":"37116685992248","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170621,"job_number":"JOB_170621","tr_customer_id":170638,"tr_customer_product_id":170628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:18.000Z","modified_at":"2026-01-29T14:09:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46648017332110","imei1":"46648017332110","imei2":"46648017332110","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170620,"job_number":"JOB_170620","tr_customer_id":170637,"tr_customer_product_id":170627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:18.000Z","modified_at":"2026-01-29T14:09:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35629917911906","imei1":"35629917911906","imei2":"35629917911906","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170619,"job_number":"JOB_170619","tr_customer_id":170636,"tr_customer_product_id":170626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:17.000Z","modified_at":"2026-01-29T14:09:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59836183781698","imei1":"59836183781698","imei2":"59836183781698","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170618,"job_number":"JOB_170618","tr_customer_id":170635,"tr_customer_product_id":170625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:01:10.000Z","modified_at":"2026-01-29T14:01:12.000Z","name":"vedika singh","mobile_number":"9000000002","email_id":"vedika@gmail.com","dop":"2026-01-19","serial_number":"17041667492242","imei1":"17041667492242","imei2":"17041667492242","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170617,"job_number":"JOB_170617","tr_customer_id":170634,"tr_customer_product_id":170624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:01:07.000Z","modified_at":"2026-01-29T14:01:09.000Z","name":"ved singh","mobile_number":"9000000001","email_id":"ved@gmail.com","dop":"2026-01-19","serial_number":"18882897602096","imei1":"18882897602096","imei2":"18882897602096","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:01:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170616,"job_number":"JOB_170616","tr_customer_id":170633,"tr_customer_product_id":170623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:01:05.000Z","modified_at":"2026-01-29T14:01:07.000Z","name":"navin singh","mobile_number":"9000000000","email_id":"navin@gmail.com","dop":"2026-01-19","serial_number":"12126963812128","imei1":"12126963812128","imei2":"12126963812128","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:01:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170615,"job_number":"JOB_170615","tr_customer_id":170632,"tr_customer_product_id":170622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:50:35.000Z","modified_at":"2026-01-29T13:50:35.000Z","name":"Dion Batz","mobile_number":"795-535-5219","email_id":"Khalil_Davis@hotmail.com","dop":"2026-01-23","serial_number":"139235630811846","imei1":"139235630811846","imei2":"139235630811846","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170614,"job_number":"JOB_170614","tr_customer_id":170631,"tr_customer_product_id":170621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:38.000Z","modified_at":"2026-01-29T13:47:38.000Z","name":"Lucinda Koelpin","mobile_number":"751-655-1790","email_id":"Deangelo98@gmail.com","dop":"2025-04-13","serial_number":"1037337323091540","imei1":"1037337323091540","imei2":"1037337323091540","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170613,"job_number":"JOB_170613","tr_customer_id":170630,"tr_customer_product_id":170620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:38.000Z","modified_at":"2026-01-29T13:47:40.000Z","name":"Eino Balistreri","mobile_number":"972-937-6551","email_id":"Trent17@hotmail.com","dop":"2025-04-13","serial_number":"10824970651691","imei1":"10824970651691","imei2":"10824970651691","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:47:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170612,"job_number":"JOB_170612","tr_customer_id":170629,"tr_customer_product_id":170619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:11.000Z","modified_at":"2026-01-29T13:47:11.000Z","name":"Maribel Wolff","mobile_number":"214-481-6880","email_id":"Rosie_Hayes10@hotmail.com","dop":"2025-04-13","serial_number":"1054714305924975","imei1":"1054714305924975","imei2":"1054714305924975","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:47:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170611,"job_number":"JOB_170611","tr_customer_id":170628,"tr_customer_product_id":170618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:11.000Z","modified_at":"2026-01-29T13:47:17.000Z","name":"Dennis Howe","mobile_number":"472-915-3095","email_id":"Claud84@gmail.com","dop":"2025-04-13","serial_number":"10988577357850","imei1":"10988577357850","imei2":"10988577357850","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170610,"job_number":"JOB_170610","tr_customer_id":170627,"tr_customer_product_id":170617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:42:39.000Z","modified_at":"2026-01-29T13:42:39.000Z","name":"Ruben Wolff","mobile_number":"998-279-0271","email_id":"Hailie_Connelly93@yahoo.com","dop":"2025-04-13","serial_number":"1009744602322156","imei1":"1009744602322156","imei2":"1009744602322156","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170609,"job_number":"JOB_170609","tr_customer_id":170626,"tr_customer_product_id":170616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:42:38.000Z","modified_at":"2026-01-29T13:42:41.000Z","name":"Noelia Champlin","mobile_number":"814-699-2963","email_id":"Constance63@gmail.com","dop":"2025-04-13","serial_number":"10901314236664","imei1":"10901314236664","imei2":"10901314236664","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170608,"job_number":"JOB_170608","tr_customer_id":170625,"tr_customer_product_id":170615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:41:14.000Z","modified_at":"2026-01-29T13:41:14.000Z","name":"Daren Schamberger","mobile_number":"291-502-9600","email_id":"Demetrius_Beier76@hotmail.com","dop":"2026-01-23","serial_number":"139285000057022","imei1":"139285000057022","imei2":"139285000057022","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:41:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170607,"job_number":"JOB_170607","tr_customer_id":170624,"tr_customer_product_id":170614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:40:16.000Z","modified_at":"2026-01-29T13:40:16.000Z","name":"Conor Rutherford","mobile_number":"236-208-2545","email_id":"May58@yahoo.com","dop":"2026-01-23","serial_number":"18390069402972","imei1":"18390069402972","imei2":"18390069402972","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:40:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170606,"job_number":"JOB_170606","tr_customer_id":170623,"tr_customer_product_id":170613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:40:11.000Z","modified_at":"2026-01-29T13:40:11.000Z","name":"Carmel Upton","mobile_number":"934-686-6109","email_id":"Ardella0@yahoo.com","dop":"2026-01-19","serial_number":"12800249645231","imei1":"12800249645231","imei2":"12800249645231","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170605,"job_number":"JOB_170605","tr_customer_id":170622,"tr_customer_product_id":170612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:31.000Z","modified_at":"2026-01-29T13:28:31.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15252162674181","imei1":"15252162674181","imei2":"15252162674181","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170604,"job_number":"JOB_170604","tr_customer_id":170621,"tr_customer_product_id":170611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:30.000Z","modified_at":"2026-01-29T13:28:41.000Z","name":"Marcelino Nienow","mobile_number":"912-452-2157","email_id":"Randall.Hettinger@hotmail.com","dop":"2026-01-04","serial_number":"17164848171881","imei1":"17164848171881","imei2":"17164848171881","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170603,"job_number":"JOB_170603","tr_customer_id":170620,"tr_customer_product_id":170610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:30.000Z","modified_at":"2026-01-29T13:28:30.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17168215455938","imei1":"17168215455938","imei2":"17168215455938","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170602,"job_number":"JOB_170602","tr_customer_id":170619,"tr_customer_product_id":170609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:18.000Z","modified_at":"2026-01-29T13:28:18.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"81195005187923","imei1":"81195005187923","imei2":"81195005187923","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170601,"job_number":"JOB_170601","tr_customer_id":170618,"tr_customer_product_id":170608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:18.000Z","modified_at":"2026-01-29T13:28:28.000Z","name":"Leora Feest","mobile_number":"465-750-1407","email_id":"Gaston56@yahoo.com","dop":"2026-01-04","serial_number":"12787010096036","imei1":"12787010096036","imei2":"12787010096036","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170600,"job_number":"JOB_170600","tr_customer_id":170617,"tr_customer_product_id":170607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:18.000Z","modified_at":"2026-01-29T13:28:18.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13921813166721","imei1":"13921813166721","imei2":"13921813166721","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170599,"job_number":"JOB_170599","tr_customer_id":170616,"tr_customer_product_id":170606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:05.000Z","modified_at":"2026-01-29T13:28:05.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"39025816593383","imei1":"39025816593383","imei2":"39025816593383","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170598,"job_number":"JOB_170598","tr_customer_id":170615,"tr_customer_product_id":170605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:05.000Z","modified_at":"2026-01-29T13:28:16.000Z","name":"Lura Schmidt","mobile_number":"882-863-3675","email_id":"Gia63@hotmail.com","dop":"2026-01-04","serial_number":"16241769111764","imei1":"16241769111764","imei2":"16241769111764","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:28:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170597,"job_number":"JOB_170597","tr_customer_id":170614,"tr_customer_product_id":170604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:05.000Z","modified_at":"2026-01-29T13:28:05.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15764276875722","imei1":"15764276875722","imei2":"15764276875722","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170596,"job_number":"JOB_170596","tr_customer_id":170613,"tr_customer_product_id":170603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:14.000Z","modified_at":"2026-01-29T13:14:14.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"101826994044456","imei1":"101826994044456","imei2":"101826994044456","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170595,"job_number":"JOB_170595","tr_customer_id":170612,"tr_customer_product_id":170602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:14.000Z","modified_at":"2026-01-29T13:14:23.000Z","name":"Antonio Hauck","mobile_number":"737-984-1740","email_id":"Yasmeen74@gmail.com","dop":"2026-01-04","serial_number":"11268532122925","imei1":"11268532122925","imei2":"11268532122925","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:14:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170594,"job_number":"JOB_170594","tr_customer_id":170611,"tr_customer_product_id":170601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:13.000Z","modified_at":"2026-01-29T13:14:13.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17246229451653","imei1":"17246229451653","imei2":"17246229451653","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170593,"job_number":"JOB_170593","tr_customer_id":170610,"tr_customer_product_id":170600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:02.000Z","modified_at":"2026-01-29T13:14:02.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"34279997832217","imei1":"34279997832217","imei2":"34279997832217","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170592,"job_number":"JOB_170592","tr_customer_id":170609,"tr_customer_product_id":170599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:02.000Z","modified_at":"2026-01-29T13:14:12.000Z","name":"Noemie Murray","mobile_number":"546-439-5110","email_id":"Franz.Flatley@gmail.com","dop":"2026-01-04","serial_number":"17831223115200","imei1":"17831223115200","imei2":"17831223115200","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:14:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170591,"job_number":"JOB_170591","tr_customer_id":170608,"tr_customer_product_id":170598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:02.000Z","modified_at":"2026-01-29T13:14:02.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13846949774491","imei1":"13846949774491","imei2":"13846949774491","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170590,"job_number":"JOB_170590","tr_customer_id":170607,"tr_customer_product_id":170597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:13:51.000Z","modified_at":"2026-01-29T13:13:51.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"94810015130408","imei1":"94810015130408","imei2":"94810015130408","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:13:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170589,"job_number":"JOB_170589","tr_customer_id":170606,"tr_customer_product_id":170596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:13:50.000Z","modified_at":"2026-01-29T13:14:00.000Z","name":"Gladyce Williamson","mobile_number":"797-459-6456","email_id":"Myrna.Larson@hotmail.com","dop":"2026-01-04","serial_number":"18097877184785","imei1":"18097877184785","imei2":"18097877184785","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:14:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170588,"job_number":"JOB_170588","tr_customer_id":170605,"tr_customer_product_id":170595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:13:50.000Z","modified_at":"2026-01-29T13:13:50.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17470816007528","imei1":"17470816007528","imei2":"17470816007528","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:13:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170587,"job_number":"JOB_170587","tr_customer_id":170604,"tr_customer_product_id":170594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:11:01.000Z","modified_at":"2026-01-29T13:11:01.000Z","name":"Anamika Tagore","mobile_number":"7090685677","email_id":"devani.embranthiri@gmail.com","dop":"2026-01-19","serial_number":"081482321366832","imei1":"081482321366832","imei2":"081482321366832","popurl":"www.atreyi-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:11:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170586,"job_number":"JOB_170586","tr_customer_id":170603,"tr_customer_product_id":170593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:56.000Z","modified_at":"2026-01-29T13:03:56.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"106188952658294","imei1":"106188952658294","imei2":"106188952658294","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170585,"job_number":"JOB_170585","tr_customer_id":170602,"tr_customer_product_id":170592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:55.000Z","modified_at":"2026-01-29T13:04:05.000Z","name":"Skylar Grady","mobile_number":"970-888-8251","email_id":"Eric.Sanford60@yahoo.com","dop":"2026-01-04","serial_number":"13272956538999","imei1":"13272956538999","imei2":"13272956538999","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:04:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170584,"job_number":"JOB_170584","tr_customer_id":170601,"tr_customer_product_id":170591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:55.000Z","modified_at":"2026-01-29T13:03:55.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15710936490561","imei1":"15710936490561","imei2":"15710936490561","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170583,"job_number":"JOB_170583","tr_customer_id":170600,"tr_customer_product_id":170590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:44.000Z","modified_at":"2026-01-29T13:03:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51593891280494","imei1":"51593891280494","imei2":"51593891280494","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170582,"job_number":"JOB_170582","tr_customer_id":170599,"tr_customer_product_id":170589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:44.000Z","modified_at":"2026-01-29T13:03:53.000Z","name":"Ophelia Ruecker","mobile_number":"936-753-6545","email_id":"Rubie.White37@gmail.com","dop":"2026-01-04","serial_number":"15631980934310","imei1":"15631980934310","imei2":"15631980934310","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:03:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170581,"job_number":"JOB_170581","tr_customer_id":170598,"tr_customer_product_id":170588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:44.000Z","modified_at":"2026-01-29T13:03:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18543401995104","imei1":"18543401995104","imei2":"18543401995104","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170580,"job_number":"JOB_170580","tr_customer_id":170597,"tr_customer_product_id":170587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:33.000Z","modified_at":"2026-01-29T13:03:33.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"55459891588674","imei1":"55459891588674","imei2":"55459891588674","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170579,"job_number":"JOB_170579","tr_customer_id":170596,"tr_customer_product_id":170586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:32.000Z","modified_at":"2026-01-29T13:03:42.000Z","name":"Betty Walker","mobile_number":"757-261-2480","email_id":"Bridget.Tromp33@hotmail.com","dop":"2026-01-04","serial_number":"10011699735819","imei1":"10011699735819","imei2":"10011699735819","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:03:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170578,"job_number":"JOB_170578","tr_customer_id":170595,"tr_customer_product_id":170585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:32.000Z","modified_at":"2026-01-29T13:03:32.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14481599718290","imei1":"14481599718290","imei2":"14481599718290","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170577,"job_number":"JOB_170577","tr_customer_id":170594,"tr_customer_product_id":170584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:02:46.000Z","modified_at":"2026-01-29T13:02:46.000Z","name":"Rohan Johar","mobile_number":"7018972615","email_id":"manikya.somayaji@hotmail.com","dop":"2026-01-19","serial_number":"485879120274246","imei1":"485879120274246","imei2":"485879120274246","popurl":"www.naveen-pothuvaal.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:02:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170574,"job_number":"JOB_170574","tr_customer_id":170591,"tr_customer_product_id":170581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:50.000Z","modified_at":"2026-01-29T12:25:50.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"27208133878736","imei1":"27208133878736","imei2":"27208133878736","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170573,"job_number":"JOB_170573","tr_customer_id":170590,"tr_customer_product_id":170580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:49.000Z","modified_at":"2026-01-29T12:26:00.000Z","name":"Herbert Harber","mobile_number":"722-495-1013","email_id":"Susanna_Witting@gmail.com","dop":"2026-01-04","serial_number":"10367951325902","imei1":"10367951325902","imei2":"10367951325902","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:26:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170572,"job_number":"JOB_170572","tr_customer_id":170589,"tr_customer_product_id":170579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:49.000Z","modified_at":"2026-01-29T12:25:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19376722880369","imei1":"19376722880369","imei2":"19376722880369","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170571,"job_number":"JOB_170571","tr_customer_id":170588,"tr_customer_product_id":170578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:37.000Z","modified_at":"2026-01-29T12:25:37.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"65194808903664","imei1":"65194808903664","imei2":"65194808903664","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170570,"job_number":"JOB_170570","tr_customer_id":170587,"tr_customer_product_id":170577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:36.000Z","modified_at":"2026-01-29T12:25:47.000Z","name":"Alexandro Kub","mobile_number":"764-227-7248","email_id":"Jana97@gmail.com","dop":"2026-01-04","serial_number":"10000076238100","imei1":"10000076238100","imei2":"10000076238100","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:25:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170569,"job_number":"JOB_170569","tr_customer_id":170586,"tr_customer_product_id":170576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:36.000Z","modified_at":"2026-01-29T12:25:36.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10557207415583","imei1":"10557207415583","imei2":"10557207415583","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170568,"job_number":"JOB_170568","tr_customer_id":170585,"tr_customer_product_id":170575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:24.000Z","modified_at":"2026-01-29T12:25:24.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"25890562595419","imei1":"25890562595419","imei2":"25890562595419","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170567,"job_number":"JOB_170567","tr_customer_id":170584,"tr_customer_product_id":170574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:23.000Z","modified_at":"2026-01-29T12:25:34.000Z","name":"Eileen Quigley","mobile_number":"647-824-4939","email_id":"Irwin_Effertz39@gmail.com","dop":"2026-01-04","serial_number":"13187650727479","imei1":"13187650727479","imei2":"13187650727479","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:25:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170566,"job_number":"JOB_170566","tr_customer_id":170583,"tr_customer_product_id":170573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:23.000Z","modified_at":"2026-01-29T12:25:23.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12418718612898","imei1":"12418718612898","imei2":"12418718612898","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170565,"job_number":"JOB_170565","tr_customer_id":170582,"tr_customer_product_id":170572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:23:01.000Z","modified_at":"2026-01-29T12:23:01.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"106842557277893","imei1":"106842557277893","imei2":"106842557277893","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:23:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170564,"job_number":"JOB_170564","tr_customer_id":170581,"tr_customer_product_id":170571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:23:01.000Z","modified_at":"2026-01-29T12:23:12.000Z","name":"Derek Champlin","mobile_number":"936-944-7202","email_id":"Merritt54@gmail.com","dop":"2026-01-04","serial_number":"17715967919576","imei1":"17715967919576","imei2":"17715967919576","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:23:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170563,"job_number":"JOB_170563","tr_customer_id":170580,"tr_customer_product_id":170570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:23:00.000Z","modified_at":"2026-01-29T12:23:00.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15857532110722","imei1":"15857532110722","imei2":"15857532110722","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:23:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170562,"job_number":"JOB_170562","tr_customer_id":170579,"tr_customer_product_id":170569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:48.000Z","modified_at":"2026-01-29T12:22:48.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16620338405473","imei1":"16620338405473","imei2":"16620338405473","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170561,"job_number":"JOB_170561","tr_customer_id":170578,"tr_customer_product_id":170568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:48.000Z","modified_at":"2026-01-29T12:22:59.000Z","name":"Freda Fritsch","mobile_number":"364-542-0581","email_id":"Giovani.Pouros88@yahoo.com","dop":"2026-01-04","serial_number":"18093198653382","imei1":"18093198653382","imei2":"18093198653382","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:22:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170560,"job_number":"JOB_170560","tr_customer_id":170577,"tr_customer_product_id":170567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:48.000Z","modified_at":"2026-01-29T12:22:48.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17135188746991","imei1":"17135188746991","imei2":"17135188746991","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170559,"job_number":"JOB_170559","tr_customer_id":170576,"tr_customer_product_id":170566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:35.000Z","modified_at":"2026-01-29T12:22:35.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"50302547820553","imei1":"50302547820553","imei2":"50302547820553","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170558,"job_number":"JOB_170558","tr_customer_id":170575,"tr_customer_product_id":170565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:35.000Z","modified_at":"2026-01-29T12:22:46.000Z","name":"Sally Daniel","mobile_number":"980-587-4443","email_id":"Federico8@hotmail.com","dop":"2026-01-04","serial_number":"19622808642662","imei1":"19622808642662","imei2":"19622808642662","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170557,"job_number":"JOB_170557","tr_customer_id":170574,"tr_customer_product_id":170564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:34.000Z","modified_at":"2026-01-29T12:22:34.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19852270702376","imei1":"19852270702376","imei2":"19852270702376","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170556,"job_number":"JOB_170556","tr_customer_id":170573,"tr_customer_product_id":170563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Sudam P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"17257077553165","imei1":"17257077553165","imei2":"17257077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170555,"job_number":"JOB_170555","tr_customer_id":170572,"tr_customer_product_id":170562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"16357077553165","imei1":"16357077553165","imei2":"16357077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170554,"job_number":"JOB_170554","tr_customer_id":170571,"tr_customer_product_id":170561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Roshan P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"25857077553165","imei1":"25857077553165","imei2":"25857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170553,"job_number":"JOB_170553","tr_customer_id":170570,"tr_customer_product_id":170560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Ajit P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"93857077553165","imei1":"93857077553165","imei2":"93857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170552,"job_number":"JOB_170552","tr_customer_id":170569,"tr_customer_product_id":170559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Nidhish P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"36857077553165","imei1":"36857077553165","imei2":"36857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170549,"job_number":"JOB_170549","tr_customer_id":170566,"tr_customer_product_id":170556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:56.000Z","modified_at":"2026-01-29T12:08:56.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"68884399312617","imei1":"68884399312617","imei2":"68884399312617","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170548,"job_number":"JOB_170548","tr_customer_id":170565,"tr_customer_product_id":170555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:56.000Z","modified_at":"2026-01-29T12:09:07.000Z","name":"Cesar Hackett","mobile_number":"249-657-3144","email_id":"Mathias88@gmail.com","dop":"2026-01-04","serial_number":"14641059064417","imei1":"14641059064417","imei2":"14641059064417","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170547,"job_number":"JOB_170547","tr_customer_id":170564,"tr_customer_product_id":170554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:55.000Z","modified_at":"2026-01-29T12:08:55.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14974535054062","imei1":"14974535054062","imei2":"14974535054062","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170546,"job_number":"JOB_170546","tr_customer_id":170563,"tr_customer_product_id":170553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:44.000Z","modified_at":"2026-01-29T12:08:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19123522122975","imei1":"19123522122975","imei2":"19123522122975","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170545,"job_number":"JOB_170545","tr_customer_id":170562,"tr_customer_product_id":170552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:43.000Z","modified_at":"2026-01-29T12:08:54.000Z","name":"Grady Upton","mobile_number":"588-243-0925","email_id":"Saul.Langworth49@gmail.com","dop":"2026-01-04","serial_number":"16531430581277","imei1":"16531430581277","imei2":"16531430581277","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:08:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170544,"job_number":"JOB_170544","tr_customer_id":170561,"tr_customer_product_id":170551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:43.000Z","modified_at":"2026-01-29T12:08:43.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18134080865144","imei1":"18134080865144","imei2":"18134080865144","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170543,"job_number":"JOB_170543","tr_customer_id":170560,"tr_customer_product_id":170550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:31.000Z","modified_at":"2026-01-29T12:08:31.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"53986320780911","imei1":"53986320780911","imei2":"53986320780911","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170542,"job_number":"JOB_170542","tr_customer_id":170559,"tr_customer_product_id":170549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:30.000Z","modified_at":"2026-01-29T12:08:41.000Z","name":"Stephany Padberg","mobile_number":"305-498-1598","email_id":"Helmer_Spencer75@yahoo.com","dop":"2026-01-04","serial_number":"19268320626537","imei1":"19268320626537","imei2":"19268320626537","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:08:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170541,"job_number":"JOB_170541","tr_customer_id":170558,"tr_customer_product_id":170548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:30.000Z","modified_at":"2026-01-29T12:08:30.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10607057464470","imei1":"10607057464470","imei2":"10607057464470","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170540,"job_number":"JOB_170540","tr_customer_id":170557,"tr_customer_product_id":170547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:01:46.000Z","modified_at":"2026-01-29T12:01:46.000Z","name":"Paramartha Acharya","mobile_number":"7075611374","email_id":"indira.joshi@yahoo.co.in","dop":"2026-01-19","serial_number":"066833272319913","imei1":"066833272319913","imei2":"066833272319913","popurl":"www.mina-agarwal.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:01:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170539,"job_number":"JOB_170539","tr_customer_id":170556,"tr_customer_product_id":170546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:21.000Z","modified_at":"2026-01-29T11:57:21.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"95577275655207","imei1":"95577275655207","imei2":"95577275655207","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170538,"job_number":"JOB_170538","tr_customer_id":170555,"tr_customer_product_id":170545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:20.000Z","modified_at":"2026-01-29T11:57:31.000Z","name":"Aurelio Harber","mobile_number":"968-758-7855","email_id":"Kris_Brown@hotmail.com","dop":"2026-01-04","serial_number":"19004808111459","imei1":"19004808111459","imei2":"19004808111459","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170537,"job_number":"JOB_170537","tr_customer_id":170554,"tr_customer_product_id":170544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:20.000Z","modified_at":"2026-01-29T11:57:20.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10411358947544","imei1":"10411358947544","imei2":"10411358947544","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170536,"job_number":"JOB_170536","tr_customer_id":170553,"tr_customer_product_id":170543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:08.000Z","modified_at":"2026-01-29T11:57:08.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"57997310469576","imei1":"57997310469576","imei2":"57997310469576","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170535,"job_number":"JOB_170535","tr_customer_id":170552,"tr_customer_product_id":170542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:08.000Z","modified_at":"2026-01-29T11:57:18.000Z","name":"Wilfrid Schumm","mobile_number":"485-531-1025","email_id":"Liliane_Bosco@gmail.com","dop":"2026-01-04","serial_number":"16937056537872","imei1":"16937056537872","imei2":"16937056537872","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170534,"job_number":"JOB_170534","tr_customer_id":170551,"tr_customer_product_id":170541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:08.000Z","modified_at":"2026-01-29T11:57:08.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11838655015818","imei1":"11838655015818","imei2":"11838655015818","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170533,"job_number":"JOB_170533","tr_customer_id":170550,"tr_customer_product_id":170540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:56:55.000Z","modified_at":"2026-01-29T11:56:55.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"63867555085082","imei1":"63867555085082","imei2":"63867555085082","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170532,"job_number":"JOB_170532","tr_customer_id":170549,"tr_customer_product_id":170539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:56:54.000Z","modified_at":"2026-01-29T11:57:06.000Z","name":"Rogelio Wunsch","mobile_number":"979-218-6019","email_id":"Lavonne.Waelchi@hotmail.com","dop":"2026-01-04","serial_number":"14174907291452","imei1":"14174907291452","imei2":"14174907291452","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170531,"job_number":"JOB_170531","tr_customer_id":170548,"tr_customer_product_id":170538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:56:54.000Z","modified_at":"2026-01-29T11:56:54.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14271308685112","imei1":"14271308685112","imei2":"14271308685112","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170530,"job_number":"JOB_170530","tr_customer_id":170547,"tr_customer_product_id":170537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:30.000Z","modified_at":"2026-01-29T11:51:30.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"99920633052438","imei1":"99920633052438","imei2":"99920633052438","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170529,"job_number":"JOB_170529","tr_customer_id":170546,"tr_customer_product_id":170536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:29.000Z","modified_at":"2026-01-29T11:51:40.000Z","name":"Tressa Stark","mobile_number":"301-564-3145","email_id":"Bianka_Pfannerstill15@yahoo.com","dop":"2026-01-04","serial_number":"12857326481758","imei1":"12857326481758","imei2":"12857326481758","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:51:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170528,"job_number":"JOB_170528","tr_customer_id":170545,"tr_customer_product_id":170535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:29.000Z","modified_at":"2026-01-29T11:51:29.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11364612926593","imei1":"11364612926593","imei2":"11364612926593","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170527,"job_number":"JOB_170527","tr_customer_id":170544,"tr_customer_product_id":170534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:17.000Z","modified_at":"2026-01-29T11:51:17.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51487600308758","imei1":"51487600308758","imei2":"51487600308758","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170526,"job_number":"JOB_170526","tr_customer_id":170543,"tr_customer_product_id":170533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:16.000Z","modified_at":"2026-01-29T11:51:27.000Z","name":"Clementine Jenkins","mobile_number":"244-708-1495","email_id":"Albin_Berge21@hotmail.com","dop":"2026-01-04","serial_number":"13119006132245","imei1":"13119006132245","imei2":"13119006132245","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170525,"job_number":"JOB_170525","tr_customer_id":170542,"tr_customer_product_id":170532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:16.000Z","modified_at":"2026-01-29T11:51:16.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10539951757375","imei1":"10539951757375","imei2":"10539951757375","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170524,"job_number":"JOB_170524","tr_customer_id":170541,"tr_customer_product_id":170531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:04.000Z","modified_at":"2026-01-29T11:51:04.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"82623406654472","imei1":"82623406654472","imei2":"82623406654472","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170523,"job_number":"JOB_170523","tr_customer_id":170540,"tr_customer_product_id":170530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:03.000Z","modified_at":"2026-01-29T11:51:14.000Z","name":"Pauline Johns","mobile_number":"255-961-2218","email_id":"Cornell.Fadel@hotmail.com","dop":"2026-01-04","serial_number":"13557958258309","imei1":"13557958258309","imei2":"13557958258309","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:51:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170522,"job_number":"JOB_170522","tr_customer_id":170539,"tr_customer_product_id":170529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:03.000Z","modified_at":"2026-01-29T11:51:03.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19344968030446","imei1":"19344968030446","imei2":"19344968030446","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170521,"job_number":"JOB_170521","tr_customer_id":170538,"tr_customer_product_id":170528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:51.000Z","modified_at":"2026-01-29T11:35:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"21148268148501","imei1":"21148268148501","imei2":"21148268148501","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170520,"job_number":"JOB_170520","tr_customer_id":170537,"tr_customer_product_id":170527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:51.000Z","modified_at":"2026-01-29T11:35:51.000Z","name":"Sammy Miller","mobile_number":"240-579-5402","email_id":"Gerard.Prosacco@gmail.com","dop":"2026-01-04","serial_number":"13124607067875","imei1":"13124607067875","imei2":"13124607067875","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170519,"job_number":"JOB_170519","tr_customer_id":170536,"tr_customer_product_id":170526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:50.000Z","modified_at":"2026-01-29T11:35:50.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12733231512576","imei1":"12733231512576","imei2":"12733231512576","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170518,"job_number":"JOB_170518","tr_customer_id":170535,"tr_customer_product_id":170525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:21.000Z","modified_at":"2026-01-29T11:35:21.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11964579188926","imei1":"11964579188926","imei2":"11964579188926","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170517,"job_number":"JOB_170517","tr_customer_id":170534,"tr_customer_product_id":170524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:21.000Z","modified_at":"2026-01-29T11:35:49.000Z","name":"Randy Hilll","mobile_number":"530-850-3140","email_id":"Avis.Lowe11@yahoo.com","dop":"2026-01-04","serial_number":"13713249628109","imei1":"13713249628109","imei2":"13713249628109","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:35:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170516,"job_number":"JOB_170516","tr_customer_id":170533,"tr_customer_product_id":170523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:21.000Z","modified_at":"2026-01-29T11:35:21.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14066071322122","imei1":"14066071322122","imei2":"14066071322122","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170515,"job_number":"JOB_170515","tr_customer_id":170532,"tr_customer_product_id":170522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:09.000Z","modified_at":"2026-01-29T11:35:09.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"73803080638811","imei1":"73803080638811","imei2":"73803080638811","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170514,"job_number":"JOB_170514","tr_customer_id":170531,"tr_customer_product_id":170521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:08.000Z","modified_at":"2026-01-29T11:35:19.000Z","name":"Sienna Littel","mobile_number":"453-899-1190","email_id":"Hailie_Goyette@gmail.com","dop":"2026-01-04","serial_number":"11620809791973","imei1":"11620809791973","imei2":"11620809791973","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:35:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170513,"job_number":"JOB_170513","tr_customer_id":170530,"tr_customer_product_id":170520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:08.000Z","modified_at":"2026-01-29T11:35:08.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11897275204948","imei1":"11897275204948","imei2":"11897275204948","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170512,"job_number":"JOB_170512","tr_customer_id":170529,"tr_customer_product_id":170519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:22:20.000Z","modified_at":"2026-01-29T11:22:20.000Z","name":"Mandakini Gandhi","mobile_number":"7005985961","email_id":"anal.shukla@yahoo.co.in","dop":"2026-01-19","serial_number":"657148622683390","imei1":"657148622683390","imei2":"657148622683390","popurl":"www.anal-jain.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:22:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170511,"job_number":"JOB_170511","tr_customer_id":170528,"tr_customer_product_id":170518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:22:13.000Z","modified_at":"2026-01-29T11:22:13.000Z","name":"Manikya Chopra","mobile_number":"7032366380","email_id":"meghnad.patel@hotmail.com","dop":"2026-01-19","serial_number":"105719811067502","imei1":"105719811067502","imei2":"105719811067502","popurl":"www.divjot-talwar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:22:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170509,"job_number":"JOB_170509","tr_customer_id":170526,"tr_customer_product_id":170516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:08:15.000Z","modified_at":"2026-01-29T11:08:15.000Z","name":"Kartik Chopra","mobile_number":"7030240308","email_id":"kashyapi.khatri@hotmail.com","dop":"2026-01-19","serial_number":"236569941816667","imei1":"236569941816667","imei2":"236569941816667","popurl":"www.pushti-guha.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:08:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170508,"job_number":"JOB_170508","tr_customer_id":170525,"tr_customer_product_id":170515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:58:50.000Z","modified_at":"2026-01-29T10:58:50.000Z","name":"Dev Iyengar","mobile_number":"8606776917","email_id":"jahnu.dubashi@yahoo.co.in","dop":"2026-01-19","serial_number":"19475080550896","imei1":"19475080550896","imei2":"19475080550896","popurl":"www.baalagopaal-bharadwaj.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170507,"job_number":"JOB_170507","tr_customer_id":170524,"tr_customer_product_id":170514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:58:38.000Z","modified_at":"2026-01-29T10:58:38.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-19","serial_number":"46234996938486","imei1":"46234996938486","imei2":"46234996938486","popurl":"2026-01-19T10:58:28.194453550Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170506,"job_number":"JOB_170506","tr_customer_id":170523,"tr_customer_product_id":170513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:58:37.000Z","modified_at":"2026-01-29T10:58:37.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-19","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-19T10:58:28.191709007Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170505,"job_number":"JOB_170505","tr_customer_id":170522,"tr_customer_product_id":170512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:53:51.000Z","modified_at":"2026-01-29T10:53:51.000Z","name":"Giriraj Nehru","mobile_number":"7035374466","email_id":"rajendra.acharya@hotmail.com","dop":"2026-01-19","serial_number":"994897353497024","imei1":"994897353497024","imei2":"994897353497024","popurl":"www.adityanandana-pillai.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:53:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170504,"job_number":"JOB_170504","tr_customer_id":170521,"tr_customer_product_id":170511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:34:59.000Z","modified_at":"2026-01-29T10:34:59.000Z","name":"Newname lastname","mobile_number":"68555305710","email_id":"pravalikabariki2tt13@gmail.com","dop":"2025-02-13","serial_number":"104426212713358","imei1":"104426212713358","imei2":"104426212713358","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170503,"job_number":"JOB_170503","tr_customer_id":170520,"tr_customer_product_id":170510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:33:27.000Z","modified_at":"2026-01-29T10:33:27.000Z","name":"Jatin Jasani","mobile_number":"7507331188","email_id":"saurabh.jasani@gmail.com","dop":"2026-01-19","serial_number":"12308877001005","imei1":"12308877001005","imei2":"12308877001005","popurl":"2026-01-19T10:33:26.676455238Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170502,"job_number":"JOB_170502","tr_customer_id":170519,"tr_customer_product_id":170509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:58:39.000Z","modified_at":"2026-01-29T09:58:39.000Z","name":"veer kumar","mobile_number":"9398102868","email_id":"veer@gmail.com","dop":"2026-01-11","serial_number":"12343223456765432","imei1":"13343223456765437","imei2":"13343223456765437","popurl":"2026-01-11T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170501,"job_number":"JOB_170501","tr_customer_id":170518,"tr_customer_product_id":170508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:58:06.000Z","modified_at":"2026-01-29T09:58:06.000Z","name":"Bhushit Nambeesan","mobile_number":"7032420332","email_id":"hari.tagore@gmail.com","dop":"2026-01-19","serial_number":"270179718665005","imei1":"270179718665005","imei2":"270179718665005","popurl":"www.rajinder-nayar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170500,"job_number":"JOB_170500","tr_customer_id":170517,"tr_customer_product_id":170507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:53:22.000Z","modified_at":"2026-01-29T09:53:22.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"18857077553165","imei1":"18857077553165","imei2":"18857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:53:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170499,"job_number":"JOB_170499","tr_customer_id":170516,"tr_customer_product_id":170506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:46:45.000Z","modified_at":"2026-01-29T09:46:45.000Z","name":"Gerardo Larkin","mobile_number":"462-208-3593","email_id":"Cesar_Dickens35@gmail.com","dop":"2026-01-23","serial_number":"11999782266327","imei1":"11999782266327","imei2":"11999782266327","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170498,"job_number":"JOB_170498","tr_customer_id":170515,"tr_customer_product_id":170505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:46:20.000Z","modified_at":"2026-01-29T09:46:20.000Z","name":"Imelda Pagac","mobile_number":"438-253-9465","email_id":"Reina12@yahoo.com","dop":"2026-01-23","serial_number":"15790119862263","imei1":"15790119862263","imei2":"15790119862263","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170497,"job_number":"JOB_170497","tr_customer_id":170514,"tr_customer_product_id":170504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:45:07.000Z","modified_at":"2026-01-29T09:45:07.000Z","name":"Lorna Toy","mobile_number":"317-272-0077","email_id":"Zoila.Lakin@gmail.com","dop":"2026-01-23","serial_number":"15878897486017","imei1":"15878897486017","imei2":"15878897486017","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:45:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170496,"job_number":"JOB_170496","tr_customer_id":170513,"tr_customer_product_id":170503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:44:46.000Z","modified_at":"2026-01-29T09:46:04.000Z","name":"Lolita Weissnat","mobile_number":"526-345-0355","email_id":"Emmie12@hotmail.com","dop":"2025-02-01","serial_number":"16280539168904","imei1":"16280539168904","imei2":"16280539168904","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170495,"job_number":"JOB_170495","tr_customer_id":170512,"tr_customer_product_id":170502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:53.000Z","modified_at":"2026-01-29T09:32:53.000Z","name":"Bernhard Heaney","mobile_number":"451-908-1369","email_id":"Isabelle_Price@gmail.com","dop":"2025-04-06","serial_number":"12238637914880776","imei1":"12238637914880776","imei2":"12238637914880776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170494,"job_number":"JOB_170494","tr_customer_id":170511,"tr_customer_product_id":170501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:52.000Z","modified_at":"2026-01-29T09:33:33.000Z","name":"Anthony Dibbert","mobile_number":"940-557-7988","email_id":"Jillian13@yahoo.com","dop":"2025-04-06","serial_number":"11989568567393","imei1":"11989568567393","imei2":"11989568567393","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:33:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170493,"job_number":"JOB_170493","tr_customer_id":170510,"tr_customer_product_id":170500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:52.000Z","modified_at":"2026-01-29T09:32:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16704057294280","imei1":"16704057294280","imei2":"16704057294280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170492,"job_number":"JOB_170492","tr_customer_id":170509,"tr_customer_product_id":170499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:04.000Z","modified_at":"2026-01-29T09:32:04.000Z","name":"Dan Larkin","mobile_number":"832-264-6591","email_id":"Sheldon_Anderson@yahoo.com","dop":"2025-04-06","serial_number":"10459889448928188","imei1":"10459889448928188","imei2":"10459889448928188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170491,"job_number":"JOB_170491","tr_customer_id":170508,"tr_customer_product_id":170498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:02.000Z","modified_at":"2026-01-29T09:32:44.000Z","name":"Tevin Harvey","mobile_number":"667-384-9180","email_id":"Pedro88@gmail.com","dop":"2025-04-06","serial_number":"11698518485811","imei1":"11698518485811","imei2":"11698518485811","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:32:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170490,"job_number":"JOB_170490","tr_customer_id":170507,"tr_customer_product_id":170497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:02.000Z","modified_at":"2026-01-29T09:32:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11962789441695","imei1":"11962789441695","imei2":"11962789441695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170489,"job_number":"JOB_170489","tr_customer_id":170506,"tr_customer_product_id":170496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:31:14.000Z","modified_at":"2026-01-29T09:31:14.000Z","name":"Eleanora Hermann","mobile_number":"931-229-8276","email_id":"Erna32@gmail.com","dop":"2025-04-06","serial_number":"12163347163196928","imei1":"12163347163196928","imei2":"12163347163196928","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:31:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170488,"job_number":"JOB_170488","tr_customer_id":170505,"tr_customer_product_id":170495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:31:12.000Z","modified_at":"2026-01-29T09:31:54.000Z","name":"Mona Jakubowski","mobile_number":"365-289-0221","email_id":"Josefa.Blick82@gmail.com","dop":"2025-04-06","serial_number":"17777095297164","imei1":"17777095297164","imei2":"17777095297164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:31:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170487,"job_number":"JOB_170487","tr_customer_id":170504,"tr_customer_product_id":170494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:31:12.000Z","modified_at":"2026-01-29T09:31:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12182427394346","imei1":"12182427394346","imei2":"12182427394346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:31:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170486,"job_number":"JOB_170486","tr_customer_id":170503,"tr_customer_product_id":170493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:45:42.000Z","modified_at":"2026-01-29T08:45:48.000Z","name":"Itzel Mills","mobile_number":"350-257-8338","email_id":"Laurel77@yahoo.com","dop":"2026-01-23","serial_number":"17318696500964","imei1":"17318696500964","imei2":"17318696500964","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T08:45:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170484,"job_number":"JOB_170484","tr_customer_id":170501,"tr_customer_product_id":170491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:44:19.000Z","modified_at":"2026-01-29T08:44:19.000Z","name":"Nyasia Greenholt","mobile_number":"402-796-7619","email_id":"Jose_Mueller@yahoo.com","dop":"2026-01-23","serial_number":"16583482488738","imei1":"16583482488738","imei2":"16583482488738","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:44:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170483,"job_number":"JOB_170483","tr_customer_id":170500,"tr_customer_product_id":170490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:52.000Z","modified_at":"2026-01-29T08:34:00.000Z","name":"Clifford Heller","mobile_number":"545-638-9900","email_id":"Magali87@hotmail.com","dop":"2026-01-23","serial_number":"12820070591212","imei1":"12820070591212","imei2":"12820070591212","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T08:34:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170482,"job_number":"JOB_170482","tr_customer_id":170499,"tr_customer_product_id":170489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:52.000Z","modified_at":"2026-01-29T08:33:52.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"14504202781821","imei1":"14504202781821","imei2":"14504202781821","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170481,"job_number":"JOB_170481","tr_customer_id":170498,"tr_customer_product_id":170488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:43.000Z","modified_at":"2026-01-29T08:33:50.000Z","name":"Maud Ondricka","mobile_number":"517-814-8853","email_id":"Liana99@gmail.com","dop":"2026-01-23","serial_number":"17468331379376","imei1":"17468331379376","imei2":"17468331379376","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T08:33:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170480,"job_number":"JOB_170480","tr_customer_id":170497,"tr_customer_product_id":170487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:43.000Z","modified_at":"2026-01-29T08:33:43.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatinsh12@gmail.com","dop":"2026-01-23","serial_number":"14372247011439","imei1":"14372247011439","imei2":"14372247011439","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170479,"job_number":"JOB_170479","tr_customer_id":170496,"tr_customer_product_id":170486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:35.000Z","modified_at":"2026-01-29T08:33:41.000Z","name":"Lia Bernhard","mobile_number":"498-695-2967","email_id":"Emmanuelle.Larkin42@hotmail.com","dop":"2026-01-23","serial_number":"19728774976183","imei1":"19728774976183","imei2":"19728774976183","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T08:33:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170478,"job_number":"JOB_170478","tr_customer_id":170495,"tr_customer_product_id":170485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:35.000Z","modified_at":"2026-01-29T08:33:35.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"14443094780437","imei1":"14443094780437","imei2":"14443094780437","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:33:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170477,"job_number":"JOB_170477","tr_customer_id":170494,"tr_customer_product_id":170484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:43.000Z","modified_at":"2026-01-29T07:58:43.000Z","name":"Neha Cronin","mobile_number":"448-524-8683","email_id":"Jamar.Rogahn88@yahoo.com","dop":"2025-04-06","serial_number":"10871124116045736","imei1":"10871124116045736","imei2":"10871124116045736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170476,"job_number":"JOB_170476","tr_customer_id":170493,"tr_customer_product_id":170483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:42.000Z","modified_at":"2026-01-29T07:59:27.000Z","name":"Geovanni Jakubowski","mobile_number":"853-812-4196","email_id":"Coralie.Berge@hotmail.com","dop":"2025-04-06","serial_number":"16078606376452","imei1":"16078606376452","imei2":"16078606376452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170475,"job_number":"JOB_170475","tr_customer_id":170492,"tr_customer_product_id":170482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:33.000Z","modified_at":"2026-01-29T07:58:33.000Z","name":"Robert Beahan","mobile_number":"476-879-6737","email_id":"Jalon_Kreiger@hotmail.com","dop":"2025-04-06","serial_number":"10286485922550454","imei1":"10286485922550454","imei2":"10286485922550454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170474,"job_number":"JOB_170474","tr_customer_id":170491,"tr_customer_product_id":170481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:32.000Z","modified_at":"2026-01-29T07:59:10.000Z","name":"Cale Weimann","mobile_number":"426-592-7040","email_id":"Sigmund.DuBuque73@hotmail.com","dop":"2025-04-06","serial_number":"13784072508347","imei1":"13784072508347","imei2":"13784072508347","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:59:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170471,"job_number":"JOB_170471","tr_customer_id":170488,"tr_customer_product_id":170478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:47.000Z","modified_at":"2026-01-29T07:57:47.000Z","name":"Devan Leuschke","mobile_number":"262-820-7320","email_id":"Horacio.Hartmann@hotmail.com","dop":"2025-04-06","serial_number":"12096401794029758","imei1":"12096401794029758","imei2":"12096401794029758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170470,"job_number":"JOB_170470","tr_customer_id":170487,"tr_customer_product_id":170477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:45.000Z","modified_at":"2026-01-29T07:58:24.000Z","name":"Marlon Huel","mobile_number":"671-243-3697","email_id":"Candice.McCullough@yahoo.com","dop":"2025-04-06","serial_number":"16495530451823","imei1":"16495530451823","imei2":"16495530451823","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170469,"job_number":"JOB_170469","tr_customer_id":170486,"tr_customer_product_id":170476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:38.000Z","modified_at":"2026-01-29T07:57:38.000Z","name":"Ramona Brekke","mobile_number":"783-990-5641","email_id":"Palma_Weimann39@gmail.com","dop":"2025-04-06","serial_number":"12422512076616136","imei1":"12422512076616136","imei2":"12422512076616136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170468,"job_number":"JOB_170468","tr_customer_id":170485,"tr_customer_product_id":170475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:36.000Z","modified_at":"2026-01-29T07:58:20.000Z","name":"Agnes Hyatt","mobile_number":"271-457-1674","email_id":"Charity82@yahoo.com","dop":"2025-04-06","serial_number":"13831725484509","imei1":"13831725484509","imei2":"13831725484509","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170467,"job_number":"JOB_170467","tr_customer_id":170484,"tr_customer_product_id":170474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:00.000Z","modified_at":"2026-01-29T07:57:00.000Z","name":"Pascale Haley","mobile_number":"455-509-9022","email_id":"Ruby43@hotmail.com","dop":"2025-04-06","serial_number":"14373098808279600","imei1":"14373098808279600","imei2":"14373098808279600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170466,"job_number":"JOB_170466","tr_customer_id":170483,"tr_customer_product_id":170473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:56:58.000Z","modified_at":"2026-01-29T07:57:38.000Z","name":"Birdie Beier","mobile_number":"269-843-0736","email_id":"Taryn50@hotmail.com","dop":"2025-04-06","serial_number":"10020349453541","imei1":"10020349453541","imei2":"10020349453541","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170465,"job_number":"JOB_170465","tr_customer_id":170482,"tr_customer_product_id":170472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:52:52.000Z","modified_at":"2026-01-29T09:32:00.000Z","name":"Bobby Kunde","mobile_number":"966-568-5168","email_id":"Verona77@hotmail.com","dop":"2025-02-01","serial_number":"105860642571291","imei1":"105860642571291","imei2":"105860642571291","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170461,"job_number":"JOB_170461","tr_customer_id":170478,"tr_customer_product_id":170468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:42:19.000Z","modified_at":"2026-01-29T07:42:19.000Z","name":"Swara Ahluwalia","mobile_number":"7096046573","email_id":"pushti.nayar@gmail.com","dop":"2026-01-19","serial_number":"787116735846000","imei1":"787116735846000","imei2":"787116735846000","popurl":"www.ambar-panicker.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170458,"job_number":"JOB_170458","tr_customer_id":170475,"tr_customer_product_id":170465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:33:37.000Z","modified_at":"2026-01-29T07:33:37.000Z","name":"Kamala Kakkar","mobile_number":"7030157418","email_id":"gandharv.mehrotra@yahoo.co.in","dop":"2026-01-19","serial_number":"983519147373699","imei1":"983519147373699","imei2":"983519147373699","popurl":"www.chitrali-iyer.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:33:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170457,"job_number":"JOB_170457","tr_customer_id":170474,"tr_customer_product_id":170464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:24:23.000Z","modified_at":"2026-01-29T07:24:23.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"19691618055896","imei1":"19691618055896","imei2":"119691618055896","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170456,"job_number":"JOB_170456","tr_customer_id":170473,"tr_customer_product_id":170463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:56.000Z","modified_at":"2026-01-29T07:11:07.000Z","name":"Michel Wolf","mobile_number":"811-309-0969","email_id":"Marge.Goodwin50@gmail.com","dop":"2025-12-01","serial_number":"14473255892270","imei1":"14473255892270","imei2":"14473255892270","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:11:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170455,"job_number":"JOB_170455","tr_customer_id":170472,"tr_customer_product_id":170462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:56.000Z","modified_at":"2026-01-29T07:10:56.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"15613900543394","imei1":"15613900543394","imei2":"15613900543394","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:10:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170454,"job_number":"JOB_170454","tr_customer_id":170471,"tr_customer_product_id":170461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:41.000Z","modified_at":"2026-01-29T07:10:52.000Z","name":"Hector Kuvalis","mobile_number":"566-990-5739","email_id":"Alyson.Hahn49@yahoo.com","dop":"2025-12-01","serial_number":"11150543483316","imei1":"11150543483316","imei2":"11150543483316","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:10:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170453,"job_number":"JOB_170453","tr_customer_id":170470,"tr_customer_product_id":170460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:41.000Z","modified_at":"2026-01-29T07:10:41.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"10919082835236","imei1":"10919082835236","imei2":"10919082835236","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:10:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170452,"job_number":"JOB_170452","tr_customer_id":170469,"tr_customer_product_id":170459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:25.000Z","modified_at":"2026-01-29T07:10:36.000Z","name":"Judson Carroll","mobile_number":"616-247-8813","email_id":"Kathryne_Romaguera68@gmail.com","dop":"2025-12-01","serial_number":"13673878488667","imei1":"13673878488667","imei2":"13673878488667","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:10:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170451,"job_number":"JOB_170451","tr_customer_id":170468,"tr_customer_product_id":170458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:25.000Z","modified_at":"2026-01-29T07:10:25.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"10593676716794","imei1":"10593676716794","imei2":"10593676716794","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:10:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170450,"job_number":"JOB_170450","tr_customer_id":170467,"tr_customer_product_id":170457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:57.000Z","modified_at":"2026-01-29T07:01:57.000Z","name":"Travis Kilback","mobile_number":"245-744-6615","email_id":"Joey.Considine23@gmail.com","dop":"2025-04-06","serial_number":"17716187716120820","imei1":"17716187716120820","imei2":"17716187716120820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170449,"job_number":"JOB_170449","tr_customer_id":170466,"tr_customer_product_id":170456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:56.000Z","modified_at":"2026-01-29T07:02:35.000Z","name":"Ebba Moen","mobile_number":"384-351-2715","email_id":"Monique.Grady@gmail.com","dop":"2025-04-06","serial_number":"16632909401414","imei1":"16632909401414","imei2":"16632909401414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170448,"job_number":"JOB_170448","tr_customer_id":170465,"tr_customer_product_id":170455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:55.000Z","modified_at":"2026-01-29T07:01:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17411536850453","imei1":"17411536850453","imei2":"17411536850453","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170447,"job_number":"JOB_170447","tr_customer_id":170464,"tr_customer_product_id":170454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:10.000Z","modified_at":"2026-01-29T07:01:10.000Z","name":"Victoria Pfannerstill","mobile_number":"546-856-8212","email_id":"Nicholaus_Konopelski94@yahoo.com","dop":"2025-04-06","serial_number":"14543151397922404","imei1":"14543151397922404","imei2":"14543151397922404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170446,"job_number":"JOB_170446","tr_customer_id":170463,"tr_customer_product_id":170453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:09.000Z","modified_at":"2026-01-29T07:01:48.000Z","name":"Eddie Predovic","mobile_number":"425-379-0977","email_id":"Ida_Ebert43@yahoo.com","dop":"2025-04-06","serial_number":"14482564903052","imei1":"14482564903052","imei2":"14482564903052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170445,"job_number":"JOB_170445","tr_customer_id":170462,"tr_customer_product_id":170452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:09.000Z","modified_at":"2026-01-29T07:01:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17956609760043","imei1":"17956609760043","imei2":"17956609760043","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170444,"job_number":"JOB_170444","tr_customer_id":170461,"tr_customer_product_id":170451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:27.000Z","modified_at":"2026-01-29T07:00:27.000Z","name":"Carmela MacGyver","mobile_number":"266-774-7517","email_id":"Trace22@gmail.com","dop":"2025-04-06","serial_number":"15197690667528036","imei1":"15197690667528036","imei2":"15197690667528036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170443,"job_number":"JOB_170443","tr_customer_id":170460,"tr_customer_product_id":170450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:25.000Z","modified_at":"2026-01-29T07:01:03.000Z","name":"Levi D'Amore","mobile_number":"982-329-0466","email_id":"Vickie34@hotmail.com","dop":"2025-04-06","serial_number":"15835119081840","imei1":"15835119081840","imei2":"15835119081840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170442,"job_number":"JOB_170442","tr_customer_id":170459,"tr_customer_product_id":170449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:23.000Z","modified_at":"2026-01-29T07:00:23.000Z","name":"Alvena Crist","mobile_number":"368-433-0509","email_id":"Adeline.Carroll@gmail.com","dop":"2025-04-06","serial_number":"10878890550692228","imei1":"10878890550692228","imei2":"10878890550692228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:00:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170441,"job_number":"JOB_170441","tr_customer_id":170458,"tr_customer_product_id":170448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:22.000Z","modified_at":"2026-01-29T07:01:01.000Z","name":"Mauricio Abernathy","mobile_number":"741-200-8118","email_id":"Lenora.Wyman@gmail.com","dop":"2025-04-06","serial_number":"14155214614863","imei1":"14155214614863","imei2":"14155214614863","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170440,"job_number":"JOB_170440","tr_customer_id":170457,"tr_customer_product_id":170447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:21.000Z","modified_at":"2026-01-29T07:00:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17900992143091","imei1":"17900992143091","imei2":"17900992143091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170439,"job_number":"JOB_170439","tr_customer_id":170456,"tr_customer_product_id":170446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:57:38.000Z","modified_at":"2026-01-29T06:57:38.000Z","name":"Roel Tillman","mobile_number":"311-505-6960","email_id":"Lavon90@yahoo.com","dop":"2025-04-06","serial_number":"13433899235445894","imei1":"13433899235445894","imei2":"13433899235445894","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170438,"job_number":"JOB_170438","tr_customer_id":170455,"tr_customer_product_id":170445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:57:37.000Z","modified_at":"2026-01-29T06:58:18.000Z","name":"Clint Crona","mobile_number":"833-331-6342","email_id":"Faye_Kautzer26@gmail.com","dop":"2025-04-06","serial_number":"13363090924242","imei1":"13363090924242","imei2":"13363090924242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170437,"job_number":"JOB_170437","tr_customer_id":170454,"tr_customer_product_id":170444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:57:37.000Z","modified_at":"2026-01-29T06:57:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12745808333016","imei1":"12745808333016","imei2":"12745808333016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170436,"job_number":"JOB_170436","tr_customer_id":170453,"tr_customer_product_id":170443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:49.000Z","modified_at":"2026-01-29T06:56:49.000Z","name":"Raoul Kuhlman","mobile_number":"356-544-5923","email_id":"Mayra.Johnson@yahoo.com","dop":"2025-04-06","serial_number":"12562659490599182","imei1":"12562659490599182","imei2":"12562659490599182","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170435,"job_number":"JOB_170435","tr_customer_id":170452,"tr_customer_product_id":170442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:48.000Z","modified_at":"2026-01-29T06:57:29.000Z","name":"Dedric Oberbrunner","mobile_number":"454-492-6176","email_id":"Alta_McDermott@gmail.com","dop":"2025-04-06","serial_number":"15317863293848","imei1":"15317863293848","imei2":"15317863293848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170434,"job_number":"JOB_170434","tr_customer_id":170451,"tr_customer_product_id":170441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:48.000Z","modified_at":"2026-01-29T06:56:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17419896394536","imei1":"17419896394536","imei2":"17419896394536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170433,"job_number":"JOB_170433","tr_customer_id":170450,"tr_customer_product_id":170440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:46.000Z","modified_at":"2026-01-29T06:56:46.000Z","name":"Winfield Kerluke","mobile_number":"262-518-2098","email_id":"Braeden_Yundt42@yahoo.com","dop":"2025-04-06","serial_number":"10043849112111964","imei1":"10043849112111964","imei2":"10043849112111964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170432,"job_number":"JOB_170432","tr_customer_id":170449,"tr_customer_product_id":170439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:45.000Z","modified_at":"2026-01-29T06:57:24.000Z","name":"Christophe Erdman","mobile_number":"311-686-5036","email_id":"Chelsey_Hansen37@gmail.com","dop":"2025-04-06","serial_number":"17285379501908","imei1":"17285379501908","imei2":"17285379501908","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170431,"job_number":"JOB_170431","tr_customer_id":170448,"tr_customer_product_id":170438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:44.000Z","modified_at":"2026-01-29T06:56:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16199929190824","imei1":"16199929190824","imei2":"16199929190824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170430,"job_number":"JOB_170430","tr_customer_id":170447,"tr_customer_product_id":170437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:18.000Z","modified_at":"2026-01-29T06:56:18.000Z","name":"Mona Heaney","mobile_number":"821-325-9141","email_id":"Vallie63@gmail.com","dop":"2025-04-06","serial_number":"18494932092494360","imei1":"18494932092494360","imei2":"18494932092494360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170429,"job_number":"JOB_170429","tr_customer_id":170446,"tr_customer_product_id":170436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:17.000Z","modified_at":"2026-01-29T06:56:55.000Z","name":"Aric McLaughlin","mobile_number":"460-658-6003","email_id":"Griffin_Weber@yahoo.com","dop":"2025-04-06","serial_number":"15917657716094","imei1":"15917657716094","imei2":"15917657716094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170428,"job_number":"JOB_170428","tr_customer_id":170445,"tr_customer_product_id":170435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:04.000Z","modified_at":"2026-01-29T06:56:04.000Z","name":"Era Langosh","mobile_number":"535-387-8739","email_id":"Crystel_Cruickshank@yahoo.com","dop":"2025-04-06","serial_number":"18551971805714256","imei1":"18551971805714256","imei2":"18551971805714256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170427,"job_number":"JOB_170427","tr_customer_id":170444,"tr_customer_product_id":170434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:02.000Z","modified_at":"2026-01-29T06:56:40.000Z","name":"Hayden Conroy","mobile_number":"267-982-8060","email_id":"Mandy.Kulas@gmail.com","dop":"2025-04-06","serial_number":"14152460327219","imei1":"14152460327219","imei2":"14152460327219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170426,"job_number":"JOB_170426","tr_customer_id":170443,"tr_customer_product_id":170433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:59.000Z","modified_at":"2026-01-29T06:55:59.000Z","name":"Bria Leannon","mobile_number":"489-802-1287","email_id":"Chauncey_Dietrich63@gmail.com","dop":"2025-04-06","serial_number":"18153099437377484","imei1":"18153099437377484","imei2":"18153099437377484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170425,"job_number":"JOB_170425","tr_customer_id":170442,"tr_customer_product_id":170432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:58.000Z","modified_at":"2026-01-29T06:55:58.000Z","name":"Chauncey Runolfsson","mobile_number":"776-260-9651","email_id":"Andreanne_Stracke@gmail.com","dop":"2025-04-06","serial_number":"11741818876965598","imei1":"11741818876965598","imei2":"11741818876965598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170424,"job_number":"JOB_170424","tr_customer_id":170441,"tr_customer_product_id":170431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:57.000Z","modified_at":"2026-01-29T06:56:37.000Z","name":"Roger Kreiger","mobile_number":"498-306-0001","email_id":"Leila.Hermiston50@gmail.com","dop":"2025-04-06","serial_number":"19463705851281","imei1":"19463705851281","imei2":"19463705851281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:56:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170423,"job_number":"JOB_170423","tr_customer_id":170440,"tr_customer_product_id":170430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:57.000Z","modified_at":"2026-01-29T06:55:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15812020335789","imei1":"15812020335789","imei2":"15812020335789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170422,"job_number":"JOB_170422","tr_customer_id":170439,"tr_customer_product_id":170429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:57.000Z","modified_at":"2026-01-29T06:56:40.000Z","name":"Jazmin Hansen","mobile_number":"447-437-8600","email_id":"Joey.Prosacco@yahoo.com","dop":"2025-04-06","serial_number":"13548561804703","imei1":"13548561804703","imei2":"13548561804703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170421,"job_number":"JOB_170421","tr_customer_id":170438,"tr_customer_product_id":170428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:56.000Z","modified_at":"2026-01-29T06:55:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13702350431528","imei1":"13702350431528","imei2":"13702350431528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170420,"job_number":"JOB_170420","tr_customer_id":170437,"tr_customer_product_id":170427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:11.000Z","modified_at":"2026-01-29T06:55:11.000Z","name":"Karelle Schroeder","mobile_number":"331-848-5054","email_id":"Dave_Stracke70@yahoo.com","dop":"2025-04-06","serial_number":"17895068214493260","imei1":"17895068214493260","imei2":"17895068214493260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170419,"job_number":"JOB_170419","tr_customer_id":170436,"tr_customer_product_id":170426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:10.000Z","modified_at":"2026-01-29T06:55:50.000Z","name":"Roxanne Feest","mobile_number":"622-433-2556","email_id":"Heath65@gmail.com","dop":"2025-04-06","serial_number":"15807976462848","imei1":"15807976462848","imei2":"15807976462848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:55:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170418,"job_number":"JOB_170418","tr_customer_id":170435,"tr_customer_product_id":170425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:09.000Z","modified_at":"2026-01-29T06:55:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10353172608729","imei1":"10353172608729","imei2":"10353172608729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170417,"job_number":"JOB_170417","tr_customer_id":170434,"tr_customer_product_id":170424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:51:45.000Z","modified_at":"2026-01-29T06:51:45.000Z","name":"Ona Toy","mobile_number":"970-382-0624","email_id":"Lilly_Bode19@gmail.com","dop":"2025-04-06","serial_number":"10138149216530896","imei1":"10138149216530896","imei2":"10138149216530896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:51:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170416,"job_number":"JOB_170416","tr_customer_id":170433,"tr_customer_product_id":170423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:51:43.000Z","modified_at":"2026-01-29T06:52:26.000Z","name":"Samara Hermiston","mobile_number":"881-449-5243","email_id":"Gilbert93@yahoo.com","dop":"2025-04-06","serial_number":"16939765835829","imei1":"16939765835829","imei2":"16939765835829","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:52:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170415,"job_number":"JOB_170415","tr_customer_id":170432,"tr_customer_product_id":170422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:51:43.000Z","modified_at":"2026-01-29T06:51:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15987695788168","imei1":"15987695788168","imei2":"15987695788168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170414,"job_number":"JOB_170414","tr_customer_id":170431,"tr_customer_product_id":170421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:53.000Z","modified_at":"2026-01-29T06:50:53.000Z","name":"Queenie Schaden","mobile_number":"652-476-2967","email_id":"Zachary_Moore58@yahoo.com","dop":"2025-04-06","serial_number":"18537303171912784","imei1":"18537303171912784","imei2":"18537303171912784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170413,"job_number":"JOB_170413","tr_customer_id":170430,"tr_customer_product_id":170420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:52.000Z","modified_at":"2026-01-29T06:51:35.000Z","name":"Orie Hauck","mobile_number":"558-543-6587","email_id":"Chloe_Johns@yahoo.com","dop":"2025-04-06","serial_number":"18544895989950","imei1":"18544895989950","imei2":"18544895989950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170412,"job_number":"JOB_170412","tr_customer_id":170429,"tr_customer_product_id":170419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:52.000Z","modified_at":"2026-01-29T06:50:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12487628971591","imei1":"12487628971591","imei2":"12487628971591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170410,"job_number":"JOB_170410","tr_customer_id":170427,"tr_customer_product_id":170417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:24.000Z","modified_at":"2026-01-29T06:51:03.000Z","name":"Kaci Rodriguez","mobile_number":"746-715-1390","email_id":"Coby_Maggio@gmail.com","dop":"2000-01-31","serial_number":"10662856974804","imei1":"10662856974804","imei2":"10662856974804","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:51:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170408,"job_number":"JOB_170408","tr_customer_id":170425,"tr_customer_product_id":170415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:01.000Z","modified_at":"2026-01-29T06:50:01.000Z","name":"Heidi Brown","mobile_number":"904-681-5044","email_id":"Ceasar83@gmail.com","dop":"2025-04-06","serial_number":"13280798662547044","imei1":"13280798662547044","imei2":"13280798662547044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170407,"job_number":"JOB_170407","tr_customer_id":170424,"tr_customer_product_id":170414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:00.000Z","modified_at":"2026-01-29T06:50:43.000Z","name":"Blair Mertz","mobile_number":"870-748-9928","email_id":"Karl17@gmail.com","dop":"2025-04-06","serial_number":"12608303994859","imei1":"12608303994859","imei2":"12608303994859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:50:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170406,"job_number":"JOB_170406","tr_customer_id":170423,"tr_customer_product_id":170413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:59.000Z","modified_at":"2026-01-29T06:49:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14669517761007","imei1":"14669517761007","imei2":"14669517761007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170404,"job_number":"JOB_170404","tr_customer_id":170421,"tr_customer_product_id":170411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:38.000Z","modified_at":"2026-01-29T06:50:17.000Z","name":"Patricia Effertz","mobile_number":"394-373-9023","email_id":"Ollie28@hotmail.com","dop":"2000-01-31","serial_number":"10224554180527","imei1":"10224554180527","imei2":"10224554180527","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170401,"job_number":"JOB_170401","tr_customer_id":170418,"tr_customer_product_id":170408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:52.000Z","modified_at":"2026-01-29T06:49:31.000Z","name":"Annetta Boehm","mobile_number":"513-914-0314","email_id":"Harmony_Tillman49@hotmail.com","dop":"2000-01-31","serial_number":"10328003342046","imei1":"10328003342046","imei2":"10328003342046","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:49:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170399,"job_number":"JOB_170399","tr_customer_id":170416,"tr_customer_product_id":170406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:19.000Z","modified_at":"2026-01-29T06:48:19.000Z","name":"Kristin Sipes","mobile_number":"704-939-2871","email_id":"Royal_Miller@yahoo.com","dop":"2025-04-06","serial_number":"12721076683349210","imei1":"12721076683349210","imei2":"12721076683349210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170398,"job_number":"JOB_170398","tr_customer_id":170415,"tr_customer_product_id":170405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:17.000Z","modified_at":"2026-01-29T06:48:55.000Z","name":"Kirstin Kuhlman","mobile_number":"843-639-7057","email_id":"Aida75@hotmail.com","dop":"2025-04-06","serial_number":"10013536142327","imei1":"10013536142327","imei2":"10013536142327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170397,"job_number":"JOB_170397","tr_customer_id":170414,"tr_customer_product_id":170404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:17.000Z","modified_at":"2026-01-29T06:48:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11242676978023","imei1":"11242676978023","imei2":"11242676978023","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170395,"job_number":"JOB_170395","tr_customer_id":170412,"tr_customer_product_id":170402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:06.000Z","modified_at":"2026-01-29T06:48:44.000Z","name":"Filomena Carroll","mobile_number":"288-747-6278","email_id":"Garnet91@yahoo.com","dop":"2000-01-31","serial_number":"10602772254077","imei1":"10602772254077","imei2":"10602772254077","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170393,"job_number":"JOB_170393","tr_customer_id":170410,"tr_customer_product_id":170400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:56.000Z","modified_at":"2026-01-29T06:48:32.000Z","name":"Bernita Bernier","mobile_number":"657-628-0301","email_id":"Stephon.Bartoletti7@yahoo.com","dop":"2025-10-21","serial_number":"17650861386584","imei1":"17650861386584","imei2":"17650861386584","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170392,"job_number":"JOB_170392","tr_customer_id":170409,"tr_customer_product_id":170399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:56.000Z","modified_at":"2026-01-29T06:47:56.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"19847883260012","imei1":"19847883260012","imei2":"19847883260012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170391,"job_number":"JOB_170391","tr_customer_id":170408,"tr_customer_product_id":170398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:34.000Z","modified_at":"2026-01-29T06:47:34.000Z","name":"Dane Hoppe","mobile_number":"749-448-7419","email_id":"Annalise.Daugherty53@gmail.com","dop":"2025-04-06","serial_number":"11354351697475178","imei1":"11354351697475178","imei2":"11354351697475178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170390,"job_number":"JOB_170390","tr_customer_id":170407,"tr_customer_product_id":170397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:32.000Z","modified_at":"2026-01-29T06:48:10.000Z","name":"Kyra Leuschke","mobile_number":"351-716-4000","email_id":"Akeem.Zemlak@gmail.com","dop":"2025-04-06","serial_number":"15926735306563","imei1":"15926735306563","imei2":"15926735306563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170389,"job_number":"JOB_170389","tr_customer_id":170406,"tr_customer_product_id":170396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:32.000Z","modified_at":"2026-01-29T06:47:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19445917856710","imei1":"19445917856710","imei2":"19445917856710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170388,"job_number":"JOB_170388","tr_customer_id":170405,"tr_customer_product_id":170395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:13.000Z","modified_at":"2026-01-29T06:47:49.000Z","name":"Frances Kuhlman","mobile_number":"922-619-8165","email_id":"Imelda_Tromp@hotmail.com","dop":"2025-10-21","serial_number":"16756247052295","imei1":"16756247052295","imei2":"16756247052295","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170387,"job_number":"JOB_170387","tr_customer_id":170404,"tr_customer_product_id":170394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:13.000Z","modified_at":"2026-01-29T06:47:13.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"13725543893783","imei1":"13725543893783","imei2":"13725543893783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170386,"job_number":"JOB_170386","tr_customer_id":170403,"tr_customer_product_id":170393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:49.000Z","modified_at":"2026-01-29T06:46:49.000Z","name":"Kurtis O'Hara","mobile_number":"552-370-2299","email_id":"Alden_Price@hotmail.com","dop":"2025-04-06","serial_number":"18333736871994510","imei1":"18333736871994510","imei2":"18333736871994510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170385,"job_number":"JOB_170385","tr_customer_id":170402,"tr_customer_product_id":170392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:47.000Z","modified_at":"2026-01-29T06:47:25.000Z","name":"German Schmidt","mobile_number":"823-982-5823","email_id":"Selena_Schowalter51@hotmail.com","dop":"2025-04-06","serial_number":"19902411489288","imei1":"19902411489288","imei2":"19902411489288","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170384,"job_number":"JOB_170384","tr_customer_id":170401,"tr_customer_product_id":170391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:47.000Z","modified_at":"2026-01-29T06:46:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10870358707358","imei1":"10870358707358","imei2":"10870358707358","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170383,"job_number":"JOB_170383","tr_customer_id":170400,"tr_customer_product_id":170390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:30.000Z","modified_at":"2026-01-29T06:47:06.000Z","name":"Marlee Moore","mobile_number":"434-486-4942","email_id":"Jasmin.Balistreri73@yahoo.com","dop":"2025-10-21","serial_number":"17824471438303","imei1":"17824471438303","imei2":"17824471438303","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:47:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170382,"job_number":"JOB_170382","tr_customer_id":170399,"tr_customer_product_id":170389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:29.000Z","modified_at":"2026-01-29T06:46:29.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17680172698670","imei1":"17680172698670","imei2":"17680172698670","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170381,"job_number":"JOB_170381","tr_customer_id":170398,"tr_customer_product_id":170388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:25.000Z","modified_at":"2026-01-29T06:46:25.000Z","name":"Shresth Naik","mobile_number":"7096770820","email_id":"dharani.gill@gmail.com","dop":"2026-01-19","serial_number":"647276168264212","imei1":"647276168264212","imei2":"647276168264212","popurl":"www.prem-desai.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170380,"job_number":"JOB_170380","tr_customer_id":170397,"tr_customer_product_id":170387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:45:09.000Z","modified_at":"2026-01-29T06:45:09.000Z","name":"Winona Pouros","mobile_number":"473-755-4357","email_id":"Naomi14@gmail.com","dop":"2025-04-06","serial_number":"13217274141320578","imei1":"13217274141320578","imei2":"13217274141320578","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:45:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170379,"job_number":"JOB_170379","tr_customer_id":170396,"tr_customer_product_id":170386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:45:08.000Z","modified_at":"2026-01-29T06:45:47.000Z","name":"Alexander Padberg","mobile_number":"601-225-1822","email_id":"Cydney.Hayes@yahoo.com","dop":"2025-04-06","serial_number":"14594762092626","imei1":"14594762092626","imei2":"14594762092626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170378,"job_number":"JOB_170378","tr_customer_id":170395,"tr_customer_product_id":170385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:52.000Z","modified_at":"2026-01-29T06:44:02.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14108342420159","imei2":"14108342420159","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:44:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170377,"job_number":"JOB_170377","tr_customer_id":170394,"tr_customer_product_id":170384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:51.000Z","modified_at":"2026-01-29T06:43:51.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14983278150615","imei2":"14983278150615","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170376,"job_number":"JOB_170376","tr_customer_id":170393,"tr_customer_product_id":170383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:38.000Z","modified_at":"2026-01-29T06:43:48.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18346137390370","imei2":"18346137390370","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:43:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170375,"job_number":"JOB_170375","tr_customer_id":170392,"tr_customer_product_id":170382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:37.000Z","modified_at":"2026-01-29T06:43:37.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14176198100525","imei2":"14176198100525","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170374,"job_number":"JOB_170374","tr_customer_id":170391,"tr_customer_product_id":170381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:30.000Z","modified_at":"2026-01-29T06:43:30.000Z","name":"Elise Langworth","mobile_number":"506-789-5136","email_id":"Cordia_OKon@yahoo.com","dop":"2025-04-06","serial_number":"13668979298666100","imei1":"13668979298666100","imei2":"13668979298666100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170373,"job_number":"JOB_170373","tr_customer_id":170390,"tr_customer_product_id":170380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:28.000Z","modified_at":"2026-01-29T06:44:10.000Z","name":"Darius Hane","mobile_number":"784-296-1570","email_id":"Phoebe.Brown84@hotmail.com","dop":"2025-04-06","serial_number":"17862652103740","imei1":"17862652103740","imei2":"17862652103740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:44:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170372,"job_number":"JOB_170372","tr_customer_id":170389,"tr_customer_product_id":170379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:28.000Z","modified_at":"2026-01-29T06:43:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18444745092848","imei1":"18444745092848","imei2":"18444745092848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170371,"job_number":"JOB_170371","tr_customer_id":170388,"tr_customer_product_id":170378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:23.000Z","modified_at":"2026-01-29T06:43:34.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13001435899381","imei2":"13001435899381","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170370,"job_number":"JOB_170370","tr_customer_id":170387,"tr_customer_product_id":170377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:23.000Z","modified_at":"2026-01-29T06:43:23.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14953346028155","imei2":"14953346028155","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170369,"job_number":"JOB_170369","tr_customer_id":170386,"tr_customer_product_id":170376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:42:39.000Z","modified_at":"2026-01-29T06:42:39.000Z","name":"Elyssa Gaylord","mobile_number":"913-445-2459","email_id":"Erwin19@hotmail.com","dop":"2025-04-06","serial_number":"14369738604398470","imei1":"14369738604398470","imei2":"14369738604398470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170368,"job_number":"JOB_170368","tr_customer_id":170385,"tr_customer_product_id":170375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:42:38.000Z","modified_at":"2026-01-29T06:43:20.000Z","name":"Rachelle Gaylord","mobile_number":"216-466-8423","email_id":"Providenci14@hotmail.com","dop":"2025-04-06","serial_number":"18179063890691","imei1":"18179063890691","imei2":"18179063890691","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:43:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170367,"job_number":"JOB_170367","tr_customer_id":170384,"tr_customer_product_id":170374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:42:38.000Z","modified_at":"2026-01-29T06:42:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11661249578121","imei1":"11661249578121","imei2":"11661249578121","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:42:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170365,"job_number":"JOB_170365","tr_customer_id":170382,"tr_customer_product_id":170372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:49.000Z","modified_at":"2026-01-29T06:41:49.000Z","name":"Coy Dickens","mobile_number":"523-221-0909","email_id":"Luella_Wilkinson3@yahoo.com","dop":"2025-04-06","serial_number":"16780419753845036","imei1":"16780419753845036","imei2":"16780419753845036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:41:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170364,"job_number":"JOB_170364","tr_customer_id":170381,"tr_customer_product_id":170371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:47.000Z","modified_at":"2026-01-29T06:42:30.000Z","name":"Mireille Herman","mobile_number":"999-306-5629","email_id":"Easton_Aufderhar50@hotmail.com","dop":"2025-04-06","serial_number":"10593791691348","imei1":"10593791691348","imei2":"10593791691348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:42:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170363,"job_number":"JOB_170363","tr_customer_id":170380,"tr_customer_product_id":170370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:47.000Z","modified_at":"2026-01-29T06:41:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15855265716463","imei1":"15855265716463","imei2":"15855265716463","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:41:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170361,"job_number":"JOB_170361","tr_customer_id":170378,"tr_customer_product_id":170368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:57.000Z","modified_at":"2026-01-29T06:40:57.000Z","name":"Newell Lowe","mobile_number":"686-637-0679","email_id":"Vella.Kuhlman@hotmail.com","dop":"2025-04-06","serial_number":"10645713143187366","imei1":"10645713143187366","imei2":"10645713143187366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170360,"job_number":"JOB_170360","tr_customer_id":170377,"tr_customer_product_id":170367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:56.000Z","modified_at":"2026-01-29T06:41:34.000Z","name":"Deron Reichert","mobile_number":"589-678-0055","email_id":"Haylee_Renner@hotmail.com","dop":"2025-04-06","serial_number":"12407513074671","imei1":"12407513074671","imei2":"12407513074671","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:41:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170359,"job_number":"JOB_170359","tr_customer_id":170376,"tr_customer_product_id":170366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:56.000Z","modified_at":"2026-01-29T06:40:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12208140426477","imei1":"12208140426477","imei2":"12208140426477","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170358,"job_number":"JOB_170358","tr_customer_id":170375,"tr_customer_product_id":170365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:12.000Z","modified_at":"2026-01-29T06:40:12.000Z","name":"Liana Harvey","mobile_number":"408-925-4854","email_id":"Alison_Koepp@gmail.com","dop":"2025-04-06","serial_number":"17423739786054996","imei1":"17423739786054996","imei2":"17423739786054996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170357,"job_number":"JOB_170357","tr_customer_id":170374,"tr_customer_product_id":170364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:11.000Z","modified_at":"2026-01-29T06:40:49.000Z","name":"Grayce Schmitt","mobile_number":"822-921-5740","email_id":"Mauricio_Stracke@hotmail.com","dop":"2025-04-06","serial_number":"18180181629865","imei1":"18180181629865","imei2":"18180181629865","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:40:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170356,"job_number":"JOB_170356","tr_customer_id":170373,"tr_customer_product_id":170363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:10.000Z","modified_at":"2026-01-29T06:40:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12207671801424","imei1":"12207671801424","imei2":"12207671801424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170355,"job_number":"JOB_170355","tr_customer_id":170372,"tr_customer_product_id":170362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:39:26.000Z","modified_at":"2026-01-29T06:39:26.000Z","name":"Libby Torp","mobile_number":"288-373-3904","email_id":"Brown.Little1@yahoo.com","dop":"2025-04-06","serial_number":"18091890734912620","imei1":"18091890734912620","imei2":"18091890734912620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:39:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170354,"job_number":"JOB_170354","tr_customer_id":170371,"tr_customer_product_id":170361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:39:25.000Z","modified_at":"2026-01-29T06:40:03.000Z","name":"Dorothea Shields","mobile_number":"881-647-2530","email_id":"Orland_Walter42@yahoo.com","dop":"2025-04-06","serial_number":"18411695328476","imei1":"18411695328476","imei2":"18411695328476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:40:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170353,"job_number":"JOB_170353","tr_customer_id":170370,"tr_customer_product_id":170360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:39:25.000Z","modified_at":"2026-01-29T06:39:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19568621313003","imei1":"19568621313003","imei2":"19568621313003","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:39:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170352,"job_number":"JOB_170352","tr_customer_id":170369,"tr_customer_product_id":170359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:47.000Z","modified_at":"2026-01-29T06:38:47.000Z","name":"Atreyi Rana","mobile_number":"7083087604","email_id":"vidhya.bhat@hotmail.com","dop":"2026-01-19","serial_number":"706941820273780","imei1":"706941820273780","imei2":"706941820273780","popurl":"www.gaurang-naik.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:38:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170351,"job_number":"JOB_170351","tr_customer_id":170368,"tr_customer_product_id":170358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:33.000Z","modified_at":"2026-01-29T06:38:33.000Z","name":"Vallie Durgan","mobile_number":"902-443-2582","email_id":"Mason_Rutherford@yahoo.com","dop":"2025-04-06","serial_number":"19835579645295650","imei1":"19835579645295650","imei2":"19835579645295650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:38:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170350,"job_number":"JOB_170350","tr_customer_id":170367,"tr_customer_product_id":170357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:31.000Z","modified_at":"2026-01-29T06:39:08.000Z","name":"Celestine Gutmann","mobile_number":"253-781-9465","email_id":"Rafael.Emard@hotmail.com","dop":"2025-04-06","serial_number":"10329813854437","imei1":"10329813854437","imei2":"10329813854437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170349,"job_number":"JOB_170349","tr_customer_id":170366,"tr_customer_product_id":170356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:31.000Z","modified_at":"2026-01-29T06:38:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16037824530219","imei1":"16037824530219","imei2":"16037824530219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:38:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170348,"job_number":"JOB_170348","tr_customer_id":170365,"tr_customer_product_id":170355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:48.000Z","modified_at":"2026-01-29T06:37:48.000Z","name":"Jeanie Crist","mobile_number":"584-251-9509","email_id":"Assunta86@gmail.com","dop":"2025-04-06","serial_number":"10715964929387842","imei1":"10715964929387842","imei2":"10715964929387842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170347,"job_number":"JOB_170347","tr_customer_id":170364,"tr_customer_product_id":170354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:47.000Z","modified_at":"2026-01-29T06:38:24.000Z","name":"Stacy DuBuque","mobile_number":"852-256-3773","email_id":"Rosamond4@hotmail.com","dop":"2025-04-06","serial_number":"12954016719157","imei1":"12954016719157","imei2":"12954016719157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:38:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170346,"job_number":"JOB_170346","tr_customer_id":170363,"tr_customer_product_id":170353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:46.000Z","modified_at":"2026-01-29T06:37:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15855807980150","imei1":"15855807980150","imei2":"15855807980150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170345,"job_number":"JOB_170345","tr_customer_id":170362,"tr_customer_product_id":170352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:03.000Z","modified_at":"2026-01-29T06:37:04.000Z","name":"Alexa Crooks","mobile_number":"725-380-5649","email_id":"Jennyfer84@gmail.com","dop":"2025-04-06","serial_number":"18407784815935784","imei1":"18407784815935784","imei2":"18407784815935784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170344,"job_number":"JOB_170344","tr_customer_id":170361,"tr_customer_product_id":170351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:02.000Z","modified_at":"2026-01-29T06:37:39.000Z","name":"Carroll Quitzon","mobile_number":"506-529-6229","email_id":"Mariah_Osinski@hotmail.com","dop":"2025-04-06","serial_number":"19134770212767","imei1":"19134770212767","imei2":"19134770212767","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:37:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170343,"job_number":"JOB_170343","tr_customer_id":170360,"tr_customer_product_id":170350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:02.000Z","modified_at":"2026-01-29T06:37:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15522363055902","imei1":"15522363055902","imei2":"15522363055902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170342,"job_number":"JOB_170342","tr_customer_id":170359,"tr_customer_product_id":170349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:36.000Z","modified_at":"2026-01-29T06:36:36.000Z","name":"Roy Keeling","mobile_number":"283-823-6410","email_id":"Walton.Wisoky50@gmail.com","dop":"2025-06-18","serial_number":"1013664490259973","imei1":"1013664490259973","imei2":"1013664490259973","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:36:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170341,"job_number":"JOB_170341","tr_customer_id":170358,"tr_customer_product_id":170348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:35.000Z","modified_at":"2026-01-29T06:37:12.000Z","name":"Leland Considine","mobile_number":"674-449-0463","email_id":"Cierra23@yahoo.com","dop":"2025-06-18","serial_number":"10375802533635","imei1":"10375802533635","imei2":"10375802533635","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170340,"job_number":"JOB_170340","tr_customer_id":170357,"tr_customer_product_id":170347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:35.000Z","modified_at":"2026-01-29T06:36:35.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10276504604543","imei1":"10276504604543","imei2":"10276504604543","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:36:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170339,"job_number":"JOB_170339","tr_customer_id":170356,"tr_customer_product_id":170346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:00.000Z","modified_at":"2026-01-29T06:36:00.000Z","name":"Darlene Mayer","mobile_number":"455-205-3827","email_id":"Jadon.Gaylord33@yahoo.com","dop":"2025-04-06","serial_number":"18172264101396828","imei1":"18172264101396828","imei2":"18172264101396828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170338,"job_number":"JOB_170338","tr_customer_id":170355,"tr_customer_product_id":170345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:58.000Z","modified_at":"2026-01-29T06:36:41.000Z","name":"Valerie Haley","mobile_number":"505-875-3429","email_id":"Bernard.Weimann65@gmail.com","dop":"2025-04-06","serial_number":"14948468916716","imei1":"14948468916716","imei2":"14948468916716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:36:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170337,"job_number":"JOB_170337","tr_customer_id":170354,"tr_customer_product_id":170344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:52.000Z","modified_at":"2026-01-29T06:35:52.000Z","name":"Britney Boyer","mobile_number":"936-736-9229","email_id":"Derick_Simonis83@gmail.com","dop":"2025-06-18","serial_number":"1060705733169913","imei1":"1060705733169913","imei2":"1060705733169913","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:35:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170336,"job_number":"JOB_170336","tr_customer_id":170353,"tr_customer_product_id":170343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:52.000Z","modified_at":"2026-01-29T06:36:28.000Z","name":"Sherman Block","mobile_number":"631-567-8905","email_id":"Emerson21@gmail.com","dop":"2025-06-18","serial_number":"10316307221729","imei1":"10316307221729","imei2":"10316307221729","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:36:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170335,"job_number":"JOB_170335","tr_customer_id":170352,"tr_customer_product_id":170342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:51.000Z","modified_at":"2026-01-29T06:35:51.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10856121769214","imei1":"10856121769214","imei2":"10856121769214","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170317,"job_number":"JOB_170317","tr_customer_id":170334,"tr_customer_product_id":170324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:22:55.000Z","modified_at":"2026-01-29T06:22:55.000Z","name":"Dharitri Dutta","mobile_number":"7029773404","email_id":"bodhan.pothuvaal@hotmail.com","dop":"2026-01-19","serial_number":"945495203650264","imei1":"945495203650264","imei2":"945495203650264","popurl":"www.durgeshwari-kakkar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170316,"job_number":"JOB_170316","tr_customer_id":170333,"tr_customer_product_id":170323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:17:59.000Z","modified_at":"2026-01-29T06:17:59.000Z","name":"Brajesh Varma","mobile_number":"7037232521","email_id":"chanda.talwar@yahoo.co.in","dop":"2026-01-19","serial_number":"706892942434128","imei1":"706892942434128","imei2":"706892942434128","popurl":"www.umang-chaturvedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170315,"job_number":"JOB_170315","tr_customer_id":170332,"tr_customer_product_id":170322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:08:07.000Z","modified_at":"2026-01-29T06:08:07.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2026-01-19","serial_number":"13511800420678","imei1":"13511800420678","imei2":"13511800420678","popurl":"2026-01-19T06:08:04.176679800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:08:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170314,"job_number":"JOB_170314","tr_customer_id":170331,"tr_customer_product_id":170321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:02:17.000Z","modified_at":"2026-01-29T06:02:17.000Z","name":"Dron Reddy","mobile_number":"7034869575","email_id":"chandravati.nehru@yahoo.co.in","dop":"2026-01-19","serial_number":"059444005131417","imei1":"059444005131417","imei2":"059444005131417","popurl":"www.dhananjay-reddy.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:02:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170313,"job_number":"JOB_170313","tr_customer_id":170330,"tr_customer_product_id":170320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:57:36.000Z","modified_at":"2026-01-29T05:57:36.000Z","name":"veer kumar","mobile_number":"9398102868","email_id":"veer@gmail.com","dop":"2026-01-11","serial_number":"12343223456765432","imei1":"12343223456765432","imei2":"12343223456765432","popurl":"2026-01-11T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170312,"job_number":"JOB_170312","tr_customer_id":170329,"tr_customer_product_id":170319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Donte Schuster","mobile_number":"7056886671","email_id":"eldon.bechtelar@gmail.com","dop":"2026-01-19","serial_number":"986071458169851","imei1":"560922975673975","imei2":"913400530238079","popurl":"www.manie-murphy.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170311,"job_number":"JOB_170311","tr_customer_id":170328,"tr_customer_product_id":170318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Terra Batz","mobile_number":"7065942000","email_id":"dillon.cormier@hotmail.com","dop":"2026-01-19","serial_number":"360326519033902","imei1":"833717706004840","imei2":"518190593381939","popurl":"www.carlita-stamm.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170310,"job_number":"JOB_170310","tr_customer_id":170327,"tr_customer_product_id":170317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Cori Bahringer","mobile_number":"7015609745","email_id":"paola.aufderhar@gmail.com","dop":"2026-01-19","serial_number":"062382101570858","imei1":"107256484287444","imei2":"759968193356360","popurl":"www.cruz-ruecker.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170309,"job_number":"JOB_170309","tr_customer_id":170326,"tr_customer_product_id":170316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Marcos Bernhard","mobile_number":"7093341698","email_id":"peggy.nolan@hotmail.com","dop":"2026-01-19","serial_number":"872892873464589","imei1":"656320435657996","imei2":"579243516072405","popurl":"www.bernardina-farrell.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170308,"job_number":"JOB_170308","tr_customer_id":170325,"tr_customer_product_id":170315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Leroy Reichel","mobile_number":"7096262834","email_id":"lemuel.goodwin@yahoo.com","dop":"2026-01-19","serial_number":"113690943917920","imei1":"573989202481299","imei2":"493240038896145","popurl":"www.michaele-trantow.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170307,"job_number":"JOB_170307","tr_customer_id":170324,"tr_customer_product_id":170314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Octavio Hilll","mobile_number":"7070346459","email_id":"richard.thompson@hotmail.com","dop":"2026-01-19","serial_number":"315777018232010","imei1":"858636238195406","imei2":"687490805977002","popurl":"www.amanda-braun.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170306,"job_number":"JOB_170306","tr_customer_id":170323,"tr_customer_product_id":170313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Fermina McLaughlin","mobile_number":"7017166496","email_id":"rosendo.balistreri@hotmail.com","dop":"2026-01-19","serial_number":"072056892191034","imei1":"790721180190395","imei2":"805483436630756","popurl":"www.wayne-torp.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170305,"job_number":"JOB_170305","tr_customer_id":170322,"tr_customer_product_id":170312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Kimberly Glover","mobile_number":"7095559611","email_id":"cary.farrell@gmail.com","dop":"2026-01-19","serial_number":"239556247015289","imei1":"301960567483025","imei2":"128441512416247","popurl":"www.adelaide-schaefer.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170304,"job_number":"JOB_170304","tr_customer_id":170321,"tr_customer_product_id":170311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Zackary Wolff","mobile_number":"7042601363","email_id":"foster.mcglynn@gmail.com","dop":"2026-01-19","serial_number":"465575730158631","imei1":"021192744336210","imei2":"021057683656422","popurl":"www.randal-turner.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170303,"job_number":"JOB_170303","tr_customer_id":170320,"tr_customer_product_id":170310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:35.000Z","modified_at":"2026-01-29T05:48:35.000Z","name":"Estell Goyette","mobile_number":"7076879395","email_id":"jerrod.miller@hotmail.com","dop":"2026-01-19","serial_number":"525133618426072","imei1":"252597024711472","imei2":"150861370405568","popurl":"www.osvaldo-barrows.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170302,"job_number":"JOB_170302","tr_customer_id":170319,"tr_customer_product_id":170309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Julius Daugherty","mobile_number":"7068994163","email_id":"ryann.hand@yahoo.com","dop":"2026-01-19","serial_number":"115363344515312","imei1":"703158220144090","imei2":"214864755915204","popurl":"www.freida-mueller.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170301,"job_number":"JOB_170301","tr_customer_id":170318,"tr_customer_product_id":170308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Shanae Nienow","mobile_number":"7085477286","email_id":"bebe.collins@gmail.com","dop":"2026-01-19","serial_number":"333881492313480","imei1":"465199716601108","imei2":"190637435307858","popurl":"www.cinderella-abernathy.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170300,"job_number":"JOB_170300","tr_customer_id":170317,"tr_customer_product_id":170307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Dorthea Bode","mobile_number":"7028156604","email_id":"lizabeth.kreiger@yahoo.com","dop":"2026-01-19","serial_number":"014277701229923","imei1":"496340704994249","imei2":"093038207032628","popurl":"www.freeman-gulgowski.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170299,"job_number":"JOB_170299","tr_customer_id":170316,"tr_customer_product_id":170306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Krystin Kuhic","mobile_number":"7073314363","email_id":"amparo.howe@gmail.com","dop":"2026-01-19","serial_number":"405554517896442","imei1":"849844372020304","imei2":"401806640799600","popurl":"www.jacqulyn-stark.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170298,"job_number":"JOB_170298","tr_customer_id":170315,"tr_customer_product_id":170305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Judson Lebsack","mobile_number":"7047802957","email_id":"leon.schamberger@yahoo.com","dop":"2026-01-19","serial_number":"007111435469463","imei1":"942630586541499","imei2":"256068166300666","popurl":"www.todd-wehner.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170297,"job_number":"JOB_170297","tr_customer_id":170314,"tr_customer_product_id":170304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Wilbur Walker","mobile_number":"7071289746","email_id":"kip.rau@yahoo.com","dop":"2026-01-19","serial_number":"994703034336346","imei1":"698413656866811","imei2":"565237069743950","popurl":"www.cassandra-douglas.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170296,"job_number":"JOB_170296","tr_customer_id":170313,"tr_customer_product_id":170303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Cecily Conroy","mobile_number":"7090037166","email_id":"avery.klein@gmail.com","dop":"2026-01-19","serial_number":"054405971580322","imei1":"679615245379949","imei2":"975504407308938","popurl":"www.reginald-williamson.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170295,"job_number":"JOB_170295","tr_customer_id":170312,"tr_customer_product_id":170302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Corrin Emard","mobile_number":"7035854600","email_id":"rhea.grady@yahoo.com","dop":"2026-01-19","serial_number":"703029191701704","imei1":"039399364369762","imei2":"386766186332312","popurl":"www.arica-christiansen.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170294,"job_number":"JOB_170294","tr_customer_id":170311,"tr_customer_product_id":170301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Melissia Heathcote","mobile_number":"7049912515","email_id":"hipolito.okeefe@hotmail.com","dop":"2026-01-19","serial_number":"920398109443780","imei1":"299409222664093","imei2":"661756859460322","popurl":"www.nicolette-hansen.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170293,"job_number":"JOB_170293","tr_customer_id":170310,"tr_customer_product_id":170300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Gale Windler","mobile_number":"7053187120","email_id":"virgil.jacobson@gmail.com","dop":"2026-01-19","serial_number":"546650878449800","imei1":"654676504441541","imei2":"054634256245915","popurl":"www.fidela-muller.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170292,"job_number":"JOB_170292","tr_customer_id":170309,"tr_customer_product_id":170299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Wilburn Kutch","mobile_number":"7059269789","email_id":"diedra.dubuque@gmail.com","dop":"2026-01-19","serial_number":"792149224110826","imei1":"224341792702478","imei2":"686155765699649","popurl":"www.sol-ruecker.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170291,"job_number":"JOB_170291","tr_customer_id":170308,"tr_customer_product_id":170298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Ligia Powlowski","mobile_number":"7052117223","email_id":"nakia.skiles@hotmail.com","dop":"2026-01-19","serial_number":"734089455529193","imei1":"817252341842789","imei2":"122537213300785","popurl":"www.yen-jerde.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170290,"job_number":"JOB_170290","tr_customer_id":170307,"tr_customer_product_id":170297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Thanh Lueilwitz","mobile_number":"7073544974","email_id":"bobby.dicki@yahoo.com","dop":"2026-01-19","serial_number":"301518552424284","imei1":"893663339624586","imei2":"795915710844668","popurl":"www.gertrude-oconnell.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170289,"job_number":"JOB_170289","tr_customer_id":170306,"tr_customer_product_id":170296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Beau Kling","mobile_number":"7069866035","email_id":"kelsi.runolfsson@yahoo.com","dop":"2026-01-19","serial_number":"290742738273944","imei1":"668260766835625","imei2":"652104689973897","popurl":"www.bennie-bartoletti.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170288,"job_number":"JOB_170288","tr_customer_id":170305,"tr_customer_product_id":170295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Garfield Koch","mobile_number":"7054113851","email_id":"jarrett.hartmann@hotmail.com","dop":"2026-01-19","serial_number":"759466932485178","imei1":"112079791017813","imei2":"004672035246440","popurl":"www.oswaldo-pagac.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170287,"job_number":"JOB_170287","tr_customer_id":170304,"tr_customer_product_id":170294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Rolland Batz","mobile_number":"7086908465","email_id":"cordell.rodriguez@yahoo.com","dop":"2026-01-19","serial_number":"561496191451956","imei1":"004520205915341","imei2":"051969360351284","popurl":"www.benedict-waelchi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170286,"job_number":"JOB_170286","tr_customer_id":170303,"tr_customer_product_id":170293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Shayla Kessler","mobile_number":"7086168202","email_id":"aleen.kunde@gmail.com","dop":"2026-01-19","serial_number":"236372367591240","imei1":"334285666363360","imei2":"018877848468158","popurl":"www.stephen-blick.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170285,"job_number":"JOB_170285","tr_customer_id":170302,"tr_customer_product_id":170292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Broderick Smith","mobile_number":"7001351483","email_id":"cary.mccullough@hotmail.com","dop":"2026-01-19","serial_number":"320773034943050","imei1":"114223627161612","imei2":"107464813860199","popurl":"www.chu-renner.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170284,"job_number":"JOB_170284","tr_customer_id":170301,"tr_customer_product_id":170291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Leatrice Kling","mobile_number":"7057861642","email_id":"evette.bechtelar@yahoo.com","dop":"2026-01-19","serial_number":"211730052522536","imei1":"412751570164251","imei2":"304744183682637","popurl":"www.cassaundra-schmitt.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170283,"job_number":"JOB_170283","tr_customer_id":170300,"tr_customer_product_id":170290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Isidra Bernier","mobile_number":"7011875783","email_id":"kelley.rohan@hotmail.com","dop":"2026-01-19","serial_number":"081477794363547","imei1":"300507865461477","imei2":"746794430713661","popurl":"www.eldora-quitzon.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170282,"job_number":"JOB_170282","tr_customer_id":170299,"tr_customer_product_id":170289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Violette Zboncak","mobile_number":"7054325873","email_id":"jon.beatty@yahoo.com","dop":"2026-01-19","serial_number":"113313770878779","imei1":"172401667657537","imei2":"410626337285531","popurl":"www.randall-thompson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170281,"job_number":"JOB_170281","tr_customer_id":170298,"tr_customer_product_id":170288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Gerardo Lynch","mobile_number":"7052894028","email_id":"beatris.herman@yahoo.com","dop":"2026-01-19","serial_number":"991354659847131","imei1":"211131001419487","imei2":"732099870144335","popurl":"www.donya-wilkinson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170280,"job_number":"JOB_170280","tr_customer_id":170297,"tr_customer_product_id":170287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Launa Koelpin","mobile_number":"7019276649","email_id":"bart.dach@gmail.com","dop":"2026-01-19","serial_number":"111678387215629","imei1":"699233265636085","imei2":"389383014734706","popurl":"www.briana-hessel.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170279,"job_number":"JOB_170279","tr_customer_id":170296,"tr_customer_product_id":170286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Quinn Ankunding","mobile_number":"7078393695","email_id":"kurt.simonis@gmail.com","dop":"2026-01-19","serial_number":"585745996333988","imei1":"365102360124660","imei2":"290343825323120","popurl":"www.tuan-towne.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170278,"job_number":"JOB_170278","tr_customer_id":170295,"tr_customer_product_id":170285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Shanice Gutmann","mobile_number":"7057570768","email_id":"howard.murray@gmail.com","dop":"2026-01-19","serial_number":"133040382899834","imei1":"656152903691011","imei2":"097861798104938","popurl":"www.bong-johnson.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170277,"job_number":"JOB_170277","tr_customer_id":170294,"tr_customer_product_id":170284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Rosario Gleason","mobile_number":"7026928337","email_id":"ezra.hoeger@gmail.com","dop":"2026-01-19","serial_number":"714493037194091","imei1":"161475230192910","imei2":"237466804490015","popurl":"www.devin-keebler.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170276,"job_number":"JOB_170276","tr_customer_id":170293,"tr_customer_product_id":170283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Gil Little","mobile_number":"7005177573","email_id":"jerry.ratke@yahoo.com","dop":"2026-01-19","serial_number":"428147030483039","imei1":"451809402685655","imei2":"838329545950033","popurl":"www.valery-hickle.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170275,"job_number":"JOB_170275","tr_customer_id":170292,"tr_customer_product_id":170282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Rashad Streich","mobile_number":"7034316350","email_id":"devon.abshire@gmail.com","dop":"2026-01-19","serial_number":"074453291653388","imei1":"673519097646997","imei2":"954744911420191","popurl":"www.ivory-legros.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170274,"job_number":"JOB_170274","tr_customer_id":170291,"tr_customer_product_id":170281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Ariel Bernhard","mobile_number":"7091816373","email_id":"brandee.kemmer@yahoo.com","dop":"2026-01-19","serial_number":"663775890199765","imei1":"255542807658649","imei2":"840539096445094","popurl":"www.nga-kuhlman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170273,"job_number":"JOB_170273","tr_customer_id":170290,"tr_customer_product_id":170280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Bud Huel","mobile_number":"7068666049","email_id":"gaylene.price@yahoo.com","dop":"2026-01-19","serial_number":"047974297491639","imei1":"964610923672523","imei2":"323467555465233","popurl":"www.gerard-bashirian.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170272,"job_number":"JOB_170272","tr_customer_id":170289,"tr_customer_product_id":170279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:31.000Z","modified_at":"2026-01-29T05:48:31.000Z","name":"Susann Morar","mobile_number":"7021494068","email_id":"cecile.wiegand@yahoo.com","dop":"2026-01-19","serial_number":"158927685212213","imei1":"618188655915409","imei2":"265084974638323","popurl":"www.brenton-kunze.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170271,"job_number":"JOB_170271","tr_customer_id":170288,"tr_customer_product_id":170278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:31.000Z","modified_at":"2026-01-29T05:48:31.000Z","name":"Viki Leffler","mobile_number":"7040592842","email_id":"rigoberto.hodkiewicz@yahoo.com","dop":"2026-01-19","serial_number":"136593909292199","imei1":"469284031195261","imei2":"663408731276343","popurl":"www.archie-kozey.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170270,"job_number":"JOB_170270","tr_customer_id":170287,"tr_customer_product_id":170277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:31.000Z","modified_at":"2026-01-29T05:48:31.000Z","name":"Leopoldo Metz","mobile_number":"7056154650","email_id":"cedrick.kuhlman@yahoo.com","dop":"2026-01-19","serial_number":"382261397670933","imei1":"686808815643621","imei2":"991708990793421","popurl":"www.enrique-parisian.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170269,"job_number":"JOB_170269","tr_customer_id":170286,"tr_customer_product_id":170276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Chia Stokes","mobile_number":"7086481035","email_id":"leah.torp@yahoo.com","dop":"2026-01-19","serial_number":"740412324822571","imei1":"250445028212868","imei2":"523833711067033","popurl":"www.carl-hane.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170268,"job_number":"JOB_170268","tr_customer_id":170285,"tr_customer_product_id":170275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Dudley Parisian","mobile_number":"7006955607","email_id":"raphael.barton@hotmail.com","dop":"2026-01-19","serial_number":"399692295167685","imei1":"275440972100049","imei2":"836293278474897","popurl":"www.tammara-lang.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170267,"job_number":"JOB_170267","tr_customer_id":170284,"tr_customer_product_id":170274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Nu Hilll","mobile_number":"7012124385","email_id":"lucien.borer@gmail.com","dop":"2026-01-19","serial_number":"376314463825753","imei1":"553148262147938","imei2":"794406810841490","popurl":"www.pearl-satterfield.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170266,"job_number":"JOB_170266","tr_customer_id":170283,"tr_customer_product_id":170273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Alethea Kuvalis","mobile_number":"7053110000","email_id":"randall.rau@gmail.com","dop":"2026-01-19","serial_number":"484432184152380","imei1":"191393928705824","imei2":"777880831535541","popurl":"www.edison-predovic.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170265,"job_number":"JOB_170265","tr_customer_id":170282,"tr_customer_product_id":170272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Aubrey Gottlieb","mobile_number":"7010486455","email_id":"constance.mcdermott@hotmail.com","dop":"2026-01-19","serial_number":"278272999895817","imei1":"173192041728762","imei2":"027527426271741","popurl":"www.adelina-glover.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170264,"job_number":"JOB_170264","tr_customer_id":170281,"tr_customer_product_id":170271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Dorene Hammes","mobile_number":"7040009863","email_id":"colin.herman@yahoo.com","dop":"2026-01-19","serial_number":"615679501143379","imei1":"757008604094661","imei2":"965959708832096","popurl":"www.keesha-dach.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170263,"job_number":"JOB_170263","tr_customer_id":170280,"tr_customer_product_id":170270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Columbus O'Kon","mobile_number":"7000415323","email_id":"alberta.roberts@yahoo.com","dop":"2026-01-19","serial_number":"138553713980597","imei1":"281583572359640","imei2":"304285439128757","popurl":"www.kymberly-bechtelar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170262,"job_number":"JOB_170262","tr_customer_id":170279,"tr_customer_product_id":170269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Franklin Crooks","mobile_number":"7094377777","email_id":"cordell.greenfelder@yahoo.com","dop":"2026-01-19","serial_number":"620523949014325","imei1":"373651855507247","imei2":"134866534333791","popurl":"www.myrna-farrell.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170261,"job_number":"JOB_170261","tr_customer_id":170278,"tr_customer_product_id":170268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Elissa Crist","mobile_number":"7038856749","email_id":"warren.skiles@yahoo.com","dop":"2026-01-19","serial_number":"954973640377620","imei1":"828260409651650","imei2":"645711122930752","popurl":"www.joyce-frami.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170260,"job_number":"JOB_170260","tr_customer_id":170277,"tr_customer_product_id":170267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Desmond Price","mobile_number":"7033875383","email_id":"sarina.gorczany@gmail.com","dop":"2026-01-19","serial_number":"455424103027929","imei1":"900833817247677","imei2":"969999656496338","popurl":"www.tod-luettgen.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170259,"job_number":"JOB_170259","tr_customer_id":170276,"tr_customer_product_id":170266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Claudine Swift","mobile_number":"7023796523","email_id":"lurlene.hilll@yahoo.com","dop":"2026-01-19","serial_number":"652439642084903","imei1":"150928357402321","imei2":"838988491570929","popurl":"www.trenton-hoeger.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170258,"job_number":"JOB_170258","tr_customer_id":170275,"tr_customer_product_id":170265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Blaine Koss","mobile_number":"7099437200","email_id":"quiana.lueilwitz@hotmail.com","dop":"2026-01-19","serial_number":"521418201569197","imei1":"555246561444916","imei2":"641329924661925","popurl":"www.mardell-welch.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170257,"job_number":"JOB_170257","tr_customer_id":170274,"tr_customer_product_id":170264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Wilbur Schroeder","mobile_number":"7058480818","email_id":"rosina.jones@gmail.com","dop":"2026-01-19","serial_number":"653189068748251","imei1":"841498737012002","imei2":"064810199562801","popurl":"www.keenan-dooley.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170256,"job_number":"JOB_170256","tr_customer_id":170273,"tr_customer_product_id":170263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Cristi White","mobile_number":"7085500721","email_id":"elisa.hirthe@yahoo.com","dop":"2026-01-19","serial_number":"825123777768932","imei1":"687426411502932","imei2":"824387845415695","popurl":"www.galen-watsica.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170255,"job_number":"JOB_170255","tr_customer_id":170272,"tr_customer_product_id":170262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Alvin Conroy","mobile_number":"7077100482","email_id":"malia.walter@gmail.com","dop":"2026-01-19","serial_number":"943033844192086","imei1":"882972683114668","imei2":"560033161829803","popurl":"www.kenna-rice.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170254,"job_number":"JOB_170254","tr_customer_id":170271,"tr_customer_product_id":170261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Creola Bradtke","mobile_number":"7033148032","email_id":"rico.ebert@yahoo.com","dop":"2026-01-19","serial_number":"184754830996755","imei1":"135117381731041","imei2":"652897875624613","popurl":"www.davis-romaguera.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170253,"job_number":"JOB_170253","tr_customer_id":170270,"tr_customer_product_id":170260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Andria Reinger","mobile_number":"7049706800","email_id":"foster.herman@hotmail.com","dop":"2026-01-19","serial_number":"252772070797147","imei1":"549954692664623","imei2":"509503807632421","popurl":"www.tristan-rohan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170252,"job_number":"JOB_170252","tr_customer_id":170269,"tr_customer_product_id":170259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Hector Mayert","mobile_number":"7000067769","email_id":"karin.cormier@yahoo.com","dop":"2026-01-19","serial_number":"101963705060146","imei1":"188986013689175","imei2":"371523801056063","popurl":"www.wyatt-gleichner.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170251,"job_number":"JOB_170251","tr_customer_id":170268,"tr_customer_product_id":170258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Takako Harvey","mobile_number":"7075139015","email_id":"elease.osinski@yahoo.com","dop":"2026-01-19","serial_number":"566475336942803","imei1":"584350034680843","imei2":"041126346336279","popurl":"www.amos-kihn.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170250,"job_number":"JOB_170250","tr_customer_id":170267,"tr_customer_product_id":170257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Jeremy Douglas","mobile_number":"7020119602","email_id":"ira.toy@yahoo.com","dop":"2026-01-19","serial_number":"384872070076189","imei1":"564258331463972","imei2":"085278075055009","popurl":"www.curtis-medhurst.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170249,"job_number":"JOB_170249","tr_customer_id":170266,"tr_customer_product_id":170256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Jeneva Gutmann","mobile_number":"7051585591","email_id":"rodger.king@hotmail.com","dop":"2026-01-19","serial_number":"912060662832802","imei1":"488904204192327","imei2":"567495526836807","popurl":"www.moira-gulgowski.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170248,"job_number":"JOB_170248","tr_customer_id":170265,"tr_customer_product_id":170255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Josephina Hilpert","mobile_number":"7054172155","email_id":"bambi.welch@gmail.com","dop":"2026-01-19","serial_number":"962736970665202","imei1":"474371224125685","imei2":"289043046269861","popurl":"www.newton-kohler.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170247,"job_number":"JOB_170247","tr_customer_id":170264,"tr_customer_product_id":170254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Fabian Rogahn","mobile_number":"7085466827","email_id":"zelma.quitzon@gmail.com","dop":"2026-01-19","serial_number":"850559854879572","imei1":"903521674044926","imei2":"038596223035113","popurl":"www.deanne-torphy.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170246,"job_number":"JOB_170246","tr_customer_id":170263,"tr_customer_product_id":170253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Leigh Leffler","mobile_number":"7023494932","email_id":"elin.howell@gmail.com","dop":"2026-01-19","serial_number":"589264318857867","imei1":"200586495551914","imei2":"431114446632498","popurl":"www.adolfo-kunze.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170245,"job_number":"JOB_170245","tr_customer_id":170262,"tr_customer_product_id":170252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Sharyl Cummerata","mobile_number":"7070253948","email_id":"branden.becker@yahoo.com","dop":"2026-01-19","serial_number":"233206572760965","imei1":"707061874175435","imei2":"589928904627287","popurl":"www.louie-bauch.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170244,"job_number":"JOB_170244","tr_customer_id":170261,"tr_customer_product_id":170251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Angelyn Dooley","mobile_number":"7061461129","email_id":"pedro.marvin@gmail.com","dop":"2026-01-19","serial_number":"452032612133165","imei1":"559206740453246","imei2":"207471890302768","popurl":"www.gerard-kuhic.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170243,"job_number":"JOB_170243","tr_customer_id":170260,"tr_customer_product_id":170250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Lewis Johnston","mobile_number":"7094208443","email_id":"aja.sawayn@hotmail.com","dop":"2026-01-19","serial_number":"131230129459942","imei1":"025304491659747","imei2":"902681255883198","popurl":"www.lucas-prosacco.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170242,"job_number":"JOB_170242","tr_customer_id":170259,"tr_customer_product_id":170249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Lavette Huel","mobile_number":"7020968239","email_id":"chas.medhurst@hotmail.com","dop":"2026-01-19","serial_number":"589474559718762","imei1":"425468965770591","imei2":"296928363006821","popurl":"www.dorian-oconner.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170241,"job_number":"JOB_170241","tr_customer_id":170258,"tr_customer_product_id":170248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Florencia Kreiger","mobile_number":"7077887898","email_id":"malcom.cronin@gmail.com","dop":"2026-01-19","serial_number":"311006737465354","imei1":"715439860866496","imei2":"649302465989372","popurl":"www.winston-hoppe.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170240,"job_number":"JOB_170240","tr_customer_id":170257,"tr_customer_product_id":170247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Nickolas Weimann","mobile_number":"7093581638","email_id":"awilda.sawayn@yahoo.com","dop":"2026-01-19","serial_number":"101153590011072","imei1":"166656357351732","imei2":"389371791577826","popurl":"www.bong-okon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170239,"job_number":"JOB_170239","tr_customer_id":170256,"tr_customer_product_id":170246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Hayley Schowalter","mobile_number":"7022998802","email_id":"junior.white@gmail.com","dop":"2026-01-19","serial_number":"210971507849559","imei1":"202835066949078","imei2":"538271499790282","popurl":"www.leonarda-nicolas.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170238,"job_number":"JOB_170238","tr_customer_id":170255,"tr_customer_product_id":170245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Vi Grady","mobile_number":"7055471855","email_id":"lucien.green@hotmail.com","dop":"2026-01-19","serial_number":"107810911840661","imei1":"053152890367488","imei2":"265316909129822","popurl":"www.nathaniel-rath.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170237,"job_number":"JOB_170237","tr_customer_id":170254,"tr_customer_product_id":170244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Spencer Raynor","mobile_number":"7059441638","email_id":"zane.turner@hotmail.com","dop":"2026-01-19","serial_number":"958340763900306","imei1":"518891813416819","imei2":"445176252269607","popurl":"www.jerrell-schowalter.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170236,"job_number":"JOB_170236","tr_customer_id":170253,"tr_customer_product_id":170243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Amos Wyman","mobile_number":"7051301548","email_id":"edwin.tromp@hotmail.com","dop":"2026-01-19","serial_number":"929316672467096","imei1":"023799191245043","imei2":"551596693549773","popurl":"www.simon-schuster.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170235,"job_number":"JOB_170235","tr_customer_id":170252,"tr_customer_product_id":170242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Brock Rippin","mobile_number":"7018396582","email_id":"kennith.hand@gmail.com","dop":"2026-01-19","serial_number":"321216827512652","imei1":"979503815262283","imei2":"177238354959110","popurl":"www.lovie-herman.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170234,"job_number":"JOB_170234","tr_customer_id":170251,"tr_customer_product_id":170241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Stephani Schimmel","mobile_number":"7040016503","email_id":"celia.spencer@yahoo.com","dop":"2026-01-19","serial_number":"948611560897978","imei1":"995614146597753","imei2":"296746578266108","popurl":"www.hertha-hauck.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170233,"job_number":"JOB_170233","tr_customer_id":170250,"tr_customer_product_id":170240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Noel Becker","mobile_number":"7090324337","email_id":"ilse.mccullough@hotmail.com","dop":"2026-01-19","serial_number":"043988326612868","imei1":"174036313485590","imei2":"123128261742204","popurl":"www.rudy-nicolas.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170232,"job_number":"JOB_170232","tr_customer_id":170249,"tr_customer_product_id":170239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Basil Weber","mobile_number":"7056331788","email_id":"darrin.krajcik@gmail.com","dop":"2026-01-19","serial_number":"814686544162195","imei1":"392840382561529","imei2":"588696317677403","popurl":"www.dia-raynor.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170231,"job_number":"JOB_170231","tr_customer_id":170248,"tr_customer_product_id":170238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Deneen Schaefer","mobile_number":"7042301198","email_id":"margarette.crona@yahoo.com","dop":"2026-01-19","serial_number":"943266893741394","imei1":"466261641029135","imei2":"362463481624836","popurl":"www.forest-senger.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170230,"job_number":"JOB_170230","tr_customer_id":170247,"tr_customer_product_id":170237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Tiffani O'Reilly","mobile_number":"7093165858","email_id":"andre.johnson@gmail.com","dop":"2026-01-19","serial_number":"340665457787737","imei1":"722507410891080","imei2":"114545239349483","popurl":"www.lesley-jacobi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170229,"job_number":"JOB_170229","tr_customer_id":170246,"tr_customer_product_id":170236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Loyd Bernier","mobile_number":"7059942123","email_id":"armand.rutherford@hotmail.com","dop":"2026-01-19","serial_number":"893940628483506","imei1":"494002875673185","imei2":"791618318319657","popurl":"www.devorah-wyman.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170228,"job_number":"JOB_170228","tr_customer_id":170245,"tr_customer_product_id":170235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Porsha Braun","mobile_number":"7044490785","email_id":"galen.haley@yahoo.com","dop":"2026-01-19","serial_number":"349391363271139","imei1":"001137163421768","imei2":"024035365952399","popurl":"www.dwight-pouros.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170227,"job_number":"JOB_170227","tr_customer_id":170244,"tr_customer_product_id":170234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Ted D'Amore","mobile_number":"7025302013","email_id":"jackson.kreiger@yahoo.com","dop":"2026-01-19","serial_number":"469962355039832","imei1":"926574318548762","imei2":"355073763224486","popurl":"www.cleo-stracke.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170226,"job_number":"JOB_170226","tr_customer_id":170243,"tr_customer_product_id":170233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Tyrone Johnston","mobile_number":"7010542277","email_id":"britta.kessler@gmail.com","dop":"2026-01-19","serial_number":"496733144744161","imei1":"277731885006461","imei2":"178749463554094","popurl":"www.brenton-grant.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170225,"job_number":"JOB_170225","tr_customer_id":170242,"tr_customer_product_id":170232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Holley Schowalter","mobile_number":"7002039594","email_id":"arnold.aufderhar@yahoo.com","dop":"2026-01-19","serial_number":"471105183868605","imei1":"045570237491908","imei2":"349747981733279","popurl":"www.guillermina-wuckert.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170224,"job_number":"JOB_170224","tr_customer_id":170241,"tr_customer_product_id":170231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Esperanza Luettgen","mobile_number":"7073288083","email_id":"jennette.koch@hotmail.com","dop":"2026-01-19","serial_number":"446498257308002","imei1":"913856754915822","imei2":"562456480434160","popurl":"www.lindsey-lubowitz.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170223,"job_number":"JOB_170223","tr_customer_id":170240,"tr_customer_product_id":170230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Shemika Miller","mobile_number":"7089046215","email_id":"zola.weissnat@hotmail.com","dop":"2026-01-19","serial_number":"371154345167432","imei1":"510849773235687","imei2":"865703871847804","popurl":"www.lin-ernser.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170222,"job_number":"JOB_170222","tr_customer_id":170239,"tr_customer_product_id":170229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Marni Rau","mobile_number":"7041293254","email_id":"nathalie.emard@yahoo.com","dop":"2026-01-19","serial_number":"180581046522869","imei1":"632188882202833","imei2":"602710944438569","popurl":"www.hobert-shanahan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170221,"job_number":"JOB_170221","tr_customer_id":170238,"tr_customer_product_id":170228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Walter Lang","mobile_number":"7035772490","email_id":"johnie.renner@gmail.com","dop":"2026-01-19","serial_number":"742275585473763","imei1":"105360820550351","imei2":"432091736323913","popurl":"www.heath-reinger.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170220,"job_number":"JOB_170220","tr_customer_id":170236,"tr_customer_product_id":170226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Jaquelyn Larson","mobile_number":"7064888463","email_id":"romaine.schmidt@hotmail.com","dop":"2026-01-19","serial_number":"773366278280310","imei1":"170911266100788","imei2":"817151465171760","popurl":"www.kathi-bashirian.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170219,"job_number":"JOB_170219","tr_customer_id":170237,"tr_customer_product_id":170227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Osvaldo Jerde","mobile_number":"7055007069","email_id":"dell.dooley@hotmail.com","dop":"2026-01-19","serial_number":"904570095669522","imei1":"287955200431046","imei2":"093293884433160","popurl":"www.forest-bailey.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170218,"job_number":"JOB_170218","tr_customer_id":170235,"tr_customer_product_id":170225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Mickey McDermott","mobile_number":"7044214377","email_id":"hettie.schultz@gmail.com","dop":"2026-01-19","serial_number":"618241303926546","imei1":"582538028283710","imei2":"812232289371416","popurl":"www.stacy-russel.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170217,"job_number":"JOB_170217","tr_customer_id":170234,"tr_customer_product_id":170224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Jonathon Heller","mobile_number":"7041702890","email_id":"camie.kihn@yahoo.com","dop":"2026-01-19","serial_number":"083391448195476","imei1":"664192220803144","imei2":"282327820991273","popurl":"www.doug-schoen.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170216,"job_number":"JOB_170216","tr_customer_id":170233,"tr_customer_product_id":170223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Willian Gleason","mobile_number":"7040709820","email_id":"nelly.king@hotmail.com","dop":"2026-01-19","serial_number":"595546995583586","imei1":"899482708143404","imei2":"169129188635019","popurl":"www.emogene-muller.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170215,"job_number":"JOB_170215","tr_customer_id":170232,"tr_customer_product_id":170222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Ophelia Schinner","mobile_number":"7022044343","email_id":"hassan.glover@gmail.com","dop":"2026-01-19","serial_number":"914027609499283","imei1":"706965255470998","imei2":"029690803656320","popurl":"www.jeremy-streich.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170214,"job_number":"JOB_170214","tr_customer_id":170231,"tr_customer_product_id":170221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Lemuel Graham","mobile_number":"7031720015","email_id":"geoffrey.kohler@yahoo.com","dop":"2026-01-19","serial_number":"201326228201942","imei1":"800128561983084","imei2":"894603301513740","popurl":"www.doretta-yundt.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170213,"job_number":"JOB_170213","tr_customer_id":170230,"tr_customer_product_id":170220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Albert Bruen","mobile_number":"7067370160","email_id":"modesta.schinner@yahoo.com","dop":"2026-01-19","serial_number":"788933616861179","imei1":"511324452900780","imei2":"917067342738088","popurl":"www.yuko-mcdermott.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170212,"job_number":"JOB_170212","tr_customer_id":170229,"tr_customer_product_id":170219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:36:30.000Z","modified_at":"2026-01-29T05:36:30.000Z","name":"Libbie Keebler","mobile_number":"333-598-3808","email_id":"Mabelle.Miller@hotmail.com","dop":"2025-04-06","serial_number":"16537321253497456","imei1":"16537321253497456","imei2":"16537321253497456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:36:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170211,"job_number":"JOB_170211","tr_customer_id":170228,"tr_customer_product_id":170218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:36:29.000Z","modified_at":"2026-01-29T05:37:04.000Z","name":"Meagan Schaefer","mobile_number":"863-586-8628","email_id":"Alicia92@hotmail.com","dop":"2025-04-06","serial_number":"17631928186345","imei1":"17631928186345","imei2":"17631928186345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170210,"job_number":"JOB_170210","tr_customer_id":170227,"tr_customer_product_id":170217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:36:29.000Z","modified_at":"2026-01-29T05:36:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17561133055717","imei1":"17561133055717","imei2":"17561133055717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:36:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170209,"job_number":"JOB_170209","tr_customer_id":170226,"tr_customer_product_id":170216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:48.000Z","modified_at":"2026-01-29T05:35:48.000Z","name":"Tyreek Jacobson","mobile_number":"930-868-3905","email_id":"Holden6@hotmail.com","dop":"2025-04-06","serial_number":"13824853662455968","imei1":"13824853662455968","imei2":"13824853662455968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170208,"job_number":"JOB_170208","tr_customer_id":170225,"tr_customer_product_id":170215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:46.000Z","modified_at":"2026-01-29T05:36:22.000Z","name":"Laisha Botsford","mobile_number":"486-674-0169","email_id":"Lilliana.Grady86@yahoo.com","dop":"2025-04-06","serial_number":"19521776007117","imei1":"19521776007117","imei2":"19521776007117","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170207,"job_number":"JOB_170207","tr_customer_id":170224,"tr_customer_product_id":170214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:46.000Z","modified_at":"2026-01-29T05:35:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10274896426100","imei1":"10274896426100","imei2":"10274896426100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170206,"job_number":"JOB_170206","tr_customer_id":170223,"tr_customer_product_id":170213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:04.000Z","modified_at":"2026-01-29T05:35:04.000Z","name":"Darrion Kozey","mobile_number":"588-201-3797","email_id":"Richmond.Reinger@yahoo.com","dop":"2025-04-06","serial_number":"14582513913738704","imei1":"14582513913738704","imei2":"14582513913738704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170205,"job_number":"JOB_170205","tr_customer_id":170222,"tr_customer_product_id":170212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:03.000Z","modified_at":"2026-01-29T05:35:39.000Z","name":"Maegan Nolan","mobile_number":"473-311-8315","email_id":"Mariane43@hotmail.com","dop":"2025-04-06","serial_number":"13634145667307","imei1":"13634145667307","imei2":"13634145667307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170204,"job_number":"JOB_170204","tr_customer_id":170221,"tr_customer_product_id":170211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:03.000Z","modified_at":"2026-01-29T05:35:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16317495981557","imei1":"16317495981557","imei2":"16317495981557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170203,"job_number":"JOB_170203","tr_customer_id":170220,"tr_customer_product_id":170210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Teodoro Mertz","mobile_number":"7080081334","email_id":"glady.roberts@hotmail.com","dop":"2026-01-19","serial_number":"257966550364025","imei1":"010774829577335","imei2":"424251811115573","popurl":"www.etta-hammes.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170202,"job_number":"JOB_170202","tr_customer_id":170219,"tr_customer_product_id":170209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Ali Krajcik","mobile_number":"7070210978","email_id":"claude.marks@gmail.com","dop":"2026-01-19","serial_number":"566857283444400","imei1":"893816487869827","imei2":"988916068718383","popurl":"www.eli-pollich.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170200,"job_number":"JOB_170200","tr_customer_id":170217,"tr_customer_product_id":170207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Keren Vandervort","mobile_number":"7016611304","email_id":"junior.huel@yahoo.com","dop":"2026-01-19","serial_number":"855772320972979","imei1":"072206601964536","imei2":"515369842438752","popurl":"www.vita-kiehn.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170195,"job_number":"JOB_170195","tr_customer_id":170212,"tr_customer_product_id":170202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Adrianna Mohr","mobile_number":"7006815969","email_id":"vicenta.shanahan@hotmail.com","dop":"2026-01-19","serial_number":"696627622222377","imei1":"758946644000502","imei2":"044592208007460","popurl":"www.genia-connelly.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170194,"job_number":"JOB_170194","tr_customer_id":170211,"tr_customer_product_id":170201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Shaunta Kerluke","mobile_number":"7096743832","email_id":"shane.ledner@hotmail.com","dop":"2026-01-19","serial_number":"930616476723905","imei1":"703296338363976","imei2":"411675745899151","popurl":"www.jamal-green.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170193,"job_number":"JOB_170193","tr_customer_id":170210,"tr_customer_product_id":170200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Mara Goldner","mobile_number":"7099840348","email_id":"jacinto.mills@hotmail.com","dop":"2026-01-19","serial_number":"411820229868816","imei1":"325852625517677","imei2":"918718043689024","popurl":"www.mickey-runolfsdottir.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170192,"job_number":"JOB_170192","tr_customer_id":170209,"tr_customer_product_id":170199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Johnson Fritsch","mobile_number":"7094416521","email_id":"eric.gutkowski@yahoo.com","dop":"2026-01-19","serial_number":"527337101827418","imei1":"801268078604025","imei2":"195986011100836","popurl":"www.dione-brekke.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170191,"job_number":"JOB_170191","tr_customer_id":170208,"tr_customer_product_id":170198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Brenton Jerde","mobile_number":"7029466862","email_id":"zane.beier@yahoo.com","dop":"2026-01-19","serial_number":"284478695957991","imei1":"907372693052073","imei2":"065997887346674","popurl":"www.trey-prohaska.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170190,"job_number":"JOB_170190","tr_customer_id":170207,"tr_customer_product_id":170197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Sandra Nader","mobile_number":"7027122938","email_id":"trenton.deckow@hotmail.com","dop":"2026-01-19","serial_number":"960151578625596","imei1":"261219034925918","imei2":"710762509060247","popurl":"www.hassan-borer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170189,"job_number":"JOB_170189","tr_customer_id":170206,"tr_customer_product_id":170196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Merle Vandervort","mobile_number":"7027088728","email_id":"carina.gulgowski@hotmail.com","dop":"2026-01-19","serial_number":"269133326184491","imei1":"473766819248759","imei2":"516865209155111","popurl":"www.elden-kassulke.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170187,"job_number":"JOB_170187","tr_customer_id":170204,"tr_customer_product_id":170194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Franklyn McCullough","mobile_number":"7015874224","email_id":"jeremy.mcdermott@hotmail.com","dop":"2026-01-19","serial_number":"408991990502381","imei1":"537855977020547","imei2":"294087964856779","popurl":"www.doris-glover.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170186,"job_number":"JOB_170186","tr_customer_id":170203,"tr_customer_product_id":170193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Virgie Bayer","mobile_number":"7052676524","email_id":"jeffry.hammes@gmail.com","dop":"2026-01-19","serial_number":"258697975427608","imei1":"648626550074182","imei2":"132336005297838","popurl":"www.emerald-howell.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170185,"job_number":"JOB_170185","tr_customer_id":170202,"tr_customer_product_id":170192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Lavera Ritchie","mobile_number":"7050740236","email_id":"zack.morissette@yahoo.com","dop":"2026-01-19","serial_number":"902593860076450","imei1":"125117727673984","imei2":"057224463685136","popurl":"www.hilario-boehm.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170183,"job_number":"JOB_170183","tr_customer_id":170200,"tr_customer_product_id":170190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Frankie Veum","mobile_number":"7077706900","email_id":"ali.ondricka@hotmail.com","dop":"2026-01-19","serial_number":"022276152650084","imei1":"930493278393418","imei2":"946274536120247","popurl":"www.hermelinda-rath.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170182,"job_number":"JOB_170182","tr_customer_id":170199,"tr_customer_product_id":170189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Robt Lind","mobile_number":"7012761193","email_id":"dexter.hartmann@hotmail.com","dop":"2026-01-19","serial_number":"866996484480033","imei1":"342001239174758","imei2":"584804169047624","popurl":"www.albert-wilkinson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170181,"job_number":"JOB_170181","tr_customer_id":170198,"tr_customer_product_id":170188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Scot Collins","mobile_number":"7001509751","email_id":"marshall.hauck@yahoo.com","dop":"2026-01-19","serial_number":"035775542138682","imei1":"180520080387448","imei2":"147703922720161","popurl":"www.gregorio-dicki.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170180,"job_number":"JOB_170180","tr_customer_id":170197,"tr_customer_product_id":170187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Angel Wisoky","mobile_number":"7039526077","email_id":"krystyna.orn@yahoo.com","dop":"2026-01-19","serial_number":"475022420553739","imei1":"171603904199394","imei2":"239468795842844","popurl":"www.laticia-schowalter.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170179,"job_number":"JOB_170179","tr_customer_id":170196,"tr_customer_product_id":170186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Raphael Collier","mobile_number":"7002588450","email_id":"shamika.wehner@gmail.com","dop":"2026-01-19","serial_number":"365397063222001","imei1":"496677852016942","imei2":"343943356484650","popurl":"www.raul-dietrich.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170178,"job_number":"JOB_170178","tr_customer_id":170194,"tr_customer_product_id":170184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:52.000Z","modified_at":"2026-01-29T05:34:52.000Z","name":"Gregg Watsica","mobile_number":"7052160671","email_id":"aurore.bode@yahoo.com","dop":"2026-01-19","serial_number":"894351220996722","imei1":"006593672504426","imei2":"815235739304448","popurl":"www.jesica-cronin.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170177,"job_number":"JOB_170177","tr_customer_id":170195,"tr_customer_product_id":170185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:52.000Z","modified_at":"2026-01-29T05:34:52.000Z","name":"Rob Hintz","mobile_number":"7035166335","email_id":"trey.runolfsson@gmail.com","dop":"2026-01-19","serial_number":"655335391288894","imei1":"613492205532227","imei2":"232929543754821","popurl":"www.lesley-howell.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170175,"job_number":"JOB_170175","tr_customer_id":170192,"tr_customer_product_id":170182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:52.000Z","modified_at":"2026-01-29T05:34:52.000Z","name":"Art Zulauf","mobile_number":"7002171093","email_id":"clarissa.conn@hotmail.com","dop":"2026-01-19","serial_number":"297629132505454","imei1":"365179481433088","imei2":"395976257102523","popurl":"www.mitch-bailey.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170173,"job_number":"JOB_170173","tr_customer_id":170190,"tr_customer_product_id":170180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Frankie Borer","mobile_number":"7072692832","email_id":"glayds.carter@hotmail.com","dop":"2026-01-19","serial_number":"115875048037110","imei1":"441646074202699","imei2":"994800307573010","popurl":"www.robyn-beatty.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170168,"job_number":"JOB_170168","tr_customer_id":170185,"tr_customer_product_id":170175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Otha Bernier","mobile_number":"7018885113","email_id":"billy.stoltenberg@yahoo.com","dop":"2026-01-19","serial_number":"389961325088501","imei1":"712502540661022","imei2":"255797542092011","popurl":"www.delpha-smith.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170167,"job_number":"JOB_170167","tr_customer_id":170184,"tr_customer_product_id":170174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Rebekah Beahan","mobile_number":"7035742682","email_id":"adam.nienow@hotmail.com","dop":"2026-01-19","serial_number":"745760556428682","imei1":"455525227879351","imei2":"951041960995206","popurl":"www.gabriel-bayer.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170164,"job_number":"JOB_170164","tr_customer_id":170181,"tr_customer_product_id":170171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Jonelle Klocko","mobile_number":"7048265002","email_id":"tiara.padberg@yahoo.com","dop":"2026-01-19","serial_number":"228118469768664","imei1":"919151887827122","imei2":"631683307038891","popurl":"www.lynette-parisian.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170161,"job_number":"JOB_170161","tr_customer_id":170178,"tr_customer_product_id":170168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Dave Barton","mobile_number":"7054604363","email_id":"merlyn.considine@gmail.com","dop":"2026-01-19","serial_number":"133754245307686","imei1":"233312839185082","imei2":"626708762756189","popurl":"www.lynette-ritchie.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170160,"job_number":"JOB_170160","tr_customer_id":170177,"tr_customer_product_id":170167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Florance Predovic","mobile_number":"7096786166","email_id":"myrta.brown@gmail.com","dop":"2026-01-19","serial_number":"081168216538352","imei1":"441244422022332","imei2":"384656051872938","popurl":"www.stephanie-mante.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170159,"job_number":"JOB_170159","tr_customer_id":170176,"tr_customer_product_id":170166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Rudolf Rodriguez","mobile_number":"7039995742","email_id":"elvia.funk@hotmail.com","dop":"2026-01-19","serial_number":"242749064105965","imei1":"222561025414443","imei2":"808902081726739","popurl":"www.russell-padberg.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170156,"job_number":"JOB_170156","tr_customer_id":170173,"tr_customer_product_id":170163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Deeann Lueilwitz","mobile_number":"7000095225","email_id":"dannie.aufderhar@gmail.com","dop":"2026-01-19","serial_number":"734396947902275","imei1":"191661230487182","imei2":"874206157315772","popurl":"www.raymundo-gleichner.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170155,"job_number":"JOB_170155","tr_customer_id":170172,"tr_customer_product_id":170162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Peter Strosin","mobile_number":"7053723878","email_id":"antonia.gulgowski@gmail.com","dop":"2026-01-19","serial_number":"882859625055584","imei1":"848875892299538","imei2":"927166387545854","popurl":"www.louella-oreilly.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170153,"job_number":"JOB_170153","tr_customer_id":170170,"tr_customer_product_id":170160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Elwood Hickle","mobile_number":"7018262131","email_id":"bryce.dicki@hotmail.com","dop":"2026-01-19","serial_number":"059432894744626","imei1":"540484997535339","imei2":"966407735436446","popurl":"www.lilia-corwin.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170152,"job_number":"JOB_170152","tr_customer_id":170169,"tr_customer_product_id":170159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Wesley Wuckert","mobile_number":"7024604146","email_id":"nicholas.pagac@hotmail.com","dop":"2026-01-19","serial_number":"376606416051975","imei1":"113955156066774","imei2":"035005471882259","popurl":"www.damion-gutkowski.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170151,"job_number":"JOB_170151","tr_customer_id":170168,"tr_customer_product_id":170158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Mariella Collier","mobile_number":"7000022110","email_id":"alfonso.davis@hotmail.com","dop":"2026-01-19","serial_number":"833286205913040","imei1":"242474703887033","imei2":"942448992639882","popurl":"www.evelin-considine.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170150,"job_number":"JOB_170150","tr_customer_id":170167,"tr_customer_product_id":170157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Simonne Rogahn","mobile_number":"7046970877","email_id":"frederick.klein@hotmail.com","dop":"2026-01-19","serial_number":"807416161090568","imei1":"703543043452060","imei2":"233629490053099","popurl":"www.darryl-bergstrom.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170149,"job_number":"JOB_170149","tr_customer_id":170166,"tr_customer_product_id":170156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Kirk Kreiger","mobile_number":"7035806184","email_id":"jesse.cartwright@gmail.com","dop":"2026-01-19","serial_number":"874626696862079","imei1":"519035174253206","imei2":"265933440380059","popurl":"www.dierdre-muller.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170148,"job_number":"JOB_170148","tr_customer_id":170165,"tr_customer_product_id":170155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Yadira Upton","mobile_number":"7048794777","email_id":"irvin.kutch@yahoo.com","dop":"2026-01-19","serial_number":"410972370424697","imei1":"078643356514278","imei2":"892209840163632","popurl":"www.diann-harris.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170147,"job_number":"JOB_170147","tr_customer_id":170164,"tr_customer_product_id":170154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:48.000Z","modified_at":"2026-01-29T05:34:48.000Z","name":"Ignacio Donnelly","mobile_number":"7084184791","email_id":"waldo.gleichner@yahoo.com","dop":"2026-01-19","serial_number":"963412747552259","imei1":"971142090541697","imei2":"604051429757817","popurl":"www.lane-walsh.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170146,"job_number":"JOB_170146","tr_customer_id":170163,"tr_customer_product_id":170153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:48.000Z","modified_at":"2026-01-29T05:34:48.000Z","name":"Dewayne Erdman","mobile_number":"7030370487","email_id":"arlyne.hand@hotmail.com","dop":"2026-01-19","serial_number":"098829065653119","imei1":"504408521882558","imei2":"214225027358401","popurl":"www.zachary-dicki.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170145,"job_number":"JOB_170145","tr_customer_id":170162,"tr_customer_product_id":170152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:48.000Z","modified_at":"2026-01-29T05:34:48.000Z","name":"Oma Kris","mobile_number":"7087336186","email_id":"dorene.johns@yahoo.com","dop":"2026-01-19","serial_number":"795773481174834","imei1":"657132377848392","imei2":"553427137964735","popurl":"www.deon-grady.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170143,"job_number":"JOB_170143","tr_customer_id":170160,"tr_customer_product_id":170150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Bernetta Schumm","mobile_number":"7074171809","email_id":"clinton.sauer@yahoo.com","dop":"2026-01-19","serial_number":"264545792506379","imei1":"780197290642320","imei2":"515838340988710","popurl":"www.vinnie-carter.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170142,"job_number":"JOB_170142","tr_customer_id":170159,"tr_customer_product_id":170149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Rod Murray","mobile_number":"7078241403","email_id":"myles.okeefe@hotmail.com","dop":"2026-01-19","serial_number":"715797514403483","imei1":"458726082752992","imei2":"811096422918993","popurl":"www.ellis-hessel.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170141,"job_number":"JOB_170141","tr_customer_id":170158,"tr_customer_product_id":170148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Sherice Schaden","mobile_number":"7070250616","email_id":"eldon.mann@hotmail.com","dop":"2026-01-19","serial_number":"591030857229123","imei1":"909128399698045","imei2":"776866600626652","popurl":"www.javier-hirthe.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170140,"job_number":"JOB_170140","tr_customer_id":170157,"tr_customer_product_id":170147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Kina Oberbrunner","mobile_number":"7050500725","email_id":"lilian.bergstrom@gmail.com","dop":"2026-01-19","serial_number":"729355777351377","imei1":"633601704309389","imei2":"821036601253040","popurl":"www.kareem-stehr.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170139,"job_number":"JOB_170139","tr_customer_id":170156,"tr_customer_product_id":170146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Sheryll Roberts","mobile_number":"7066407099","email_id":"dillon.hammes@yahoo.com","dop":"2026-01-19","serial_number":"083669247668013","imei1":"879367248367880","imei2":"753360822015545","popurl":"www.forest-schumm.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170138,"job_number":"JOB_170138","tr_customer_id":170155,"tr_customer_product_id":170145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Na Connelly","mobile_number":"7022030315","email_id":"melonie.farrell@hotmail.com","dop":"2026-01-19","serial_number":"494850587113059","imei1":"841716178739898","imei2":"791888896548785","popurl":"www.alden-stoltenberg.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170137,"job_number":"JOB_170137","tr_customer_id":170154,"tr_customer_product_id":170144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Earle Yundt","mobile_number":"7038088096","email_id":"louetta.west@hotmail.com","dop":"2026-01-19","serial_number":"289688478587446","imei1":"503717768812734","imei2":"686103186396232","popurl":"www.lenora-stamm.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170136,"job_number":"JOB_170136","tr_customer_id":170153,"tr_customer_product_id":170143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Romeo Hermann","mobile_number":"7098466731","email_id":"sook.borer@hotmail.com","dop":"2026-01-19","serial_number":"446716482990167","imei1":"941734509717234","imei2":"013473444757851","popurl":"www.jeff-thompson.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170135,"job_number":"JOB_170135","tr_customer_id":170152,"tr_customer_product_id":170142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Magaret Orn","mobile_number":"7094285782","email_id":"victor.prohaska@hotmail.com","dop":"2026-01-19","serial_number":"867038359066668","imei1":"663378556594185","imei2":"915358945445974","popurl":"www.lynwood-dibbert.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170134,"job_number":"JOB_170134","tr_customer_id":170151,"tr_customer_product_id":170141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Nicholas Mann","mobile_number":"7049439514","email_id":"jamie.nolan@yahoo.com","dop":"2026-01-19","serial_number":"335502909755838","imei1":"530329350041440","imei2":"871356817984986","popurl":"www.kaitlin-turner.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170132,"job_number":"JOB_170132","tr_customer_id":170149,"tr_customer_product_id":170139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Sammy Toy","mobile_number":"7053214545","email_id":"chelsie.maggio@gmail.com","dop":"2026-01-19","serial_number":"052144706608728","imei1":"158718404043463","imei2":"641913851060150","popurl":"www.ernestina-rohan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170131,"job_number":"JOB_170131","tr_customer_id":170148,"tr_customer_product_id":170138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Ronald Shanahan","mobile_number":"7017619266","email_id":"melvin.lueilwitz@hotmail.com","dop":"2026-01-19","serial_number":"996023808558148","imei1":"701659339205798","imei2":"777756934171624","popurl":"www.lanita-white.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170130,"job_number":"JOB_170130","tr_customer_id":170147,"tr_customer_product_id":170137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Michaele Torp","mobile_number":"7008466807","email_id":"anglea.murphy@gmail.com","dop":"2026-01-19","serial_number":"201222226587651","imei1":"403699186426363","imei2":"399975174960955","popurl":"www.luba-ohara.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170129,"job_number":"JOB_170129","tr_customer_id":170146,"tr_customer_product_id":170136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Lesley Herzog","mobile_number":"7092505323","email_id":"hortense.lockman@hotmail.com","dop":"2026-01-19","serial_number":"247017482715954","imei1":"145049471155287","imei2":"454837346949920","popurl":"www.shameka-hammes.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170127,"job_number":"JOB_170127","tr_customer_id":170144,"tr_customer_product_id":170134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Demetrius Wisozk","mobile_number":"7003714203","email_id":"cathie.robel@hotmail.com","dop":"2026-01-19","serial_number":"684422314951074","imei1":"810729037499027","imei2":"376795426634857","popurl":"www.audrey-tillman.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170126,"job_number":"JOB_170126","tr_customer_id":170143,"tr_customer_product_id":170133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Rayford Rowe","mobile_number":"7030552072","email_id":"nakisha.goyette@gmail.com","dop":"2026-01-19","serial_number":"571117012921224","imei1":"459758782255139","imei2":"814346347356559","popurl":"www.sidney-cronin.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170124,"job_number":"JOB_170124","tr_customer_id":170141,"tr_customer_product_id":170131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Dorthy Lesch","mobile_number":"7023990804","email_id":"rosaria.ferry@yahoo.com","dop":"2026-01-19","serial_number":"587061789909037","imei1":"191532086863173","imei2":"045600577717171","popurl":"www.mitchel-yost.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170123,"job_number":"JOB_170123","tr_customer_id":170140,"tr_customer_product_id":170130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Mathew Parker","mobile_number":"7011685916","email_id":"tamica.yost@yahoo.com","dop":"2026-01-19","serial_number":"993966339214398","imei1":"449261436859162","imei2":"364092332632470","popurl":"www.ernesto-luettgen.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170122,"job_number":"JOB_170122","tr_customer_id":170139,"tr_customer_product_id":170129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Tommy Witting","mobile_number":"7070342056","email_id":"kory.bashirian@yahoo.com","dop":"2026-01-19","serial_number":"872358208120781","imei1":"220502342585437","imei2":"787055755713510","popurl":"www.aline-rowe.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170120,"job_number":"JOB_170120","tr_customer_id":170137,"tr_customer_product_id":170127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Anya Braun","mobile_number":"7011017484","email_id":"robbyn.marks@yahoo.com","dop":"2026-01-19","serial_number":"853442598438649","imei1":"522258776211542","imei2":"903444213148814","popurl":"www.hai-dibbert.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170119,"job_number":"JOB_170119","tr_customer_id":170136,"tr_customer_product_id":170126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Dario Hyatt","mobile_number":"7035075862","email_id":"duane.gorczany@gmail.com","dop":"2026-01-19","serial_number":"475786755446236","imei1":"851059287978101","imei2":"558210867899747","popurl":"www.tynisha-mcclure.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170117,"job_number":"JOB_170117","tr_customer_id":170134,"tr_customer_product_id":170124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Ethan Conn","mobile_number":"7018365754","email_id":"melvina.goodwin@hotmail.com","dop":"2026-01-19","serial_number":"968946009278006","imei1":"871343777068626","imei2":"853618837564621","popurl":"www.francesco-nikolaus.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170116,"job_number":"JOB_170116","tr_customer_id":170133,"tr_customer_product_id":170123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Blake Hoeger","mobile_number":"7056201307","email_id":"elroy.glover@yahoo.com","dop":"2026-01-19","serial_number":"747906301730079","imei1":"123765457449246","imei2":"524224954655081","popurl":"www.jae-kutch.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170114,"job_number":"JOB_170114","tr_customer_id":170131,"tr_customer_product_id":170121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:44.000Z","modified_at":"2026-01-29T05:34:44.000Z","name":"Yolanda Luettgen","mobile_number":"7029414401","email_id":"renata.windler@gmail.com","dop":"2026-01-19","serial_number":"259510094291768","imei1":"963232990401961","imei2":"748083918429044","popurl":"www.arlen-oconner.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170113,"job_number":"JOB_170113","tr_customer_id":170130,"tr_customer_product_id":170120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Jamel Kautzer","mobile_number":"7074242420","email_id":"roman.kuhn@gmail.com","dop":"2026-01-19","serial_number":"116761198144715","imei1":"008987442726444","imei2":"491283302611861","popurl":"www.jarred-nicolas.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170111,"job_number":"JOB_170111","tr_customer_id":170128,"tr_customer_product_id":170118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Marhta Gutmann","mobile_number":"7084825500","email_id":"cory.stark@yahoo.com","dop":"2026-01-19","serial_number":"159506114992362","imei1":"996490114489996","imei2":"075194986131691","popurl":"www.deadra-torp.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170110,"job_number":"JOB_170110","tr_customer_id":170127,"tr_customer_product_id":170117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Josiah Murray","mobile_number":"7015463645","email_id":"pat.sporer@hotmail.com","dop":"2026-01-19","serial_number":"916771939383097","imei1":"044050186125616","imei2":"403864503743931","popurl":"www.socorro-heaney.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170109,"job_number":"JOB_170109","tr_customer_id":170126,"tr_customer_product_id":170116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Jamie Lesch","mobile_number":"7007295861","email_id":"britt.oberbrunner@gmail.com","dop":"2026-01-19","serial_number":"942390214270973","imei1":"355491507732615","imei2":"294603664991773","popurl":"www.ryan-flatley.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170108,"job_number":"JOB_170108","tr_customer_id":170125,"tr_customer_product_id":170115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Jake Ferry","mobile_number":"7040877155","email_id":"marivel.stracke@yahoo.com","dop":"2026-01-19","serial_number":"807523303177321","imei1":"395308237474740","imei2":"439663713664202","popurl":"www.alisia-casper.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170107,"job_number":"JOB_170107","tr_customer_id":170124,"tr_customer_product_id":170114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Florida Mann","mobile_number":"7031155873","email_id":"hung.durgan@gmail.com","dop":"2026-01-19","serial_number":"263981510145910","imei1":"430492554064491","imei2":"520899703820156","popurl":"www.stephanie-langworth.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170105,"job_number":"JOB_170105","tr_customer_id":170123,"tr_customer_product_id":170113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Vance Conn","mobile_number":"7078935003","email_id":"dorine.deckow@gmail.com","dop":"2026-01-19","serial_number":"824141496680211","imei1":"435551315720134","imei2":"306772142899246","popurl":"www.yesenia-moen.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170104,"job_number":"JOB_170104","tr_customer_id":170121,"tr_customer_product_id":170111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Shemeka Konopelski","mobile_number":"7068432392","email_id":"ben.ortiz@hotmail.com","dop":"2026-01-19","serial_number":"111939494622416","imei1":"588506820130283","imei2":"876477157204946","popurl":"www.belinda-tillman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170103,"job_number":"JOB_170103","tr_customer_id":170120,"tr_customer_product_id":170110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:33:21.000Z","modified_at":"2026-01-29T05:33:21.000Z","name":"Scottie Morar","mobile_number":"986-546-3563","email_id":"Deion31@gmail.com","dop":"2025-04-06","serial_number":"10214013136574962","imei1":"10214013136574962","imei2":"10214013136574962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:33:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170102,"job_number":"JOB_170102","tr_customer_id":170119,"tr_customer_product_id":170109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:33:20.000Z","modified_at":"2026-01-29T05:33:58.000Z","name":"Manley Littel","mobile_number":"765-309-0306","email_id":"Leda.Rogahn@gmail.com","dop":"2025-04-06","serial_number":"19384564227598","imei1":"19384564227598","imei2":"19384564227598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:33:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170101,"job_number":"JOB_170101","tr_customer_id":170118,"tr_customer_product_id":170108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:32:35.000Z","modified_at":"2026-01-29T05:32:35.000Z","name":"Everett Wolff","mobile_number":"522-392-2016","email_id":"Esmeralda.Schmidt99@hotmail.com","dop":"2025-04-06","serial_number":"17752045343165536","imei1":"17752045343165536","imei2":"17752045343165536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:32:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170100,"job_number":"JOB_170100","tr_customer_id":170117,"tr_customer_product_id":170107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:32:34.000Z","modified_at":"2026-01-29T05:33:12.000Z","name":"Pasquale Fay","mobile_number":"533-322-6936","email_id":"Karina49@hotmail.com","dop":"2025-04-06","serial_number":"11208618268516","imei1":"11208618268516","imei2":"11208618268516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:33:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170099,"job_number":"JOB_170099","tr_customer_id":170116,"tr_customer_product_id":170106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:31:49.000Z","modified_at":"2026-01-29T05:31:49.000Z","name":"Maybelle Jaskolski","mobile_number":"632-851-4534","email_id":"Wayne.Predovic@gmail.com","dop":"2025-04-06","serial_number":"11225324344334598","imei1":"11225324344334598","imei2":"11225324344334598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:31:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170098,"job_number":"JOB_170098","tr_customer_id":170115,"tr_customer_product_id":170105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:31:48.000Z","modified_at":"2026-01-29T05:32:27.000Z","name":"Woodrow Beier","mobile_number":"928-596-3966","email_id":"Murray.Bayer3@hotmail.com","dop":"2025-04-06","serial_number":"14849700272956","imei1":"14849700272956","imei2":"14849700272956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:32:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170097,"job_number":"JOB_170097","tr_customer_id":170114,"tr_customer_product_id":170104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:29:32.000Z","modified_at":"2026-01-29T05:29:32.000Z","name":"Maryetta Boehm","mobile_number":"7017800939","email_id":"lizzette.mckenzie@gmail.com","dop":"2026-01-19","serial_number":"466775417237750","imei1":"579050702278771","imei2":"854786880215774","popurl":"www.marget-hickle.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170096,"job_number":"JOB_170096","tr_customer_id":170113,"tr_customer_product_id":170103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:31.000Z","modified_at":"2026-01-29T05:27:31.000Z","name":"Theodore Marvin","mobile_number":"270-774-0335","email_id":"Jan.Hoppe9@gmail.com","dop":"2025-04-06","serial_number":"12346774641211792","imei1":"12346774641211792","imei2":"12346774641211792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170095,"job_number":"JOB_170095","tr_customer_id":170112,"tr_customer_product_id":170102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:30.000Z","modified_at":"2026-01-29T05:28:08.000Z","name":"Jakayla Klein","mobile_number":"853-328-8115","email_id":"Stan_Sauer@hotmail.com","dop":"2025-04-06","serial_number":"12958949156481","imei1":"12958949156481","imei2":"12958949156481","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:28:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170094,"job_number":"JOB_170094","tr_customer_id":170111,"tr_customer_product_id":170101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:08.000Z","modified_at":"2026-01-29T05:27:08.000Z","name":"Erwin Beahan","mobile_number":"398-315-6549","email_id":"Lenora.Walker@hotmail.com","dop":"2025-04-06","serial_number":"10263264556686756","imei1":"10263264556686756","imei2":"10263264556686756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170093,"job_number":"JOB_170093","tr_customer_id":170110,"tr_customer_product_id":170100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:06.000Z","modified_at":"2026-01-29T05:27:47.000Z","name":"Karl Feest","mobile_number":"218-426-7707","email_id":"Maria.Kiehn66@gmail.com","dop":"2025-04-06","serial_number":"15789162376807","imei1":"15789162376807","imei2":"15789162376807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:27:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170092,"job_number":"JOB_170092","tr_customer_id":170109,"tr_customer_product_id":170099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:15:14.000Z","modified_at":"2026-01-29T05:15:14.000Z","name":"Acharyanandana Chaturvedi","mobile_number":"7002014268","email_id":"subhasini.khanna@yahoo.co.in","dop":"2026-01-19","serial_number":"127061244556375","imei1":"127061244556375","imei2":"127061244556375","popurl":"www.shashikala-kocchar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:15:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170091,"job_number":"JOB_170091","tr_customer_id":170108,"tr_customer_product_id":170098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:09:05.000Z","modified_at":"2026-01-29T05:09:13.000Z","name":"Clemmie Torphy","mobile_number":"534-238-1767","email_id":"Kelton26@gmail.com","dop":"2025-07-01","serial_number":"109357137151501","imei1":"109357137151501","imei2":"109357137151501","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170090,"job_number":"JOB_170090","tr_customer_id":170107,"tr_customer_product_id":170097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:09:04.000Z","modified_at":"2026-01-29T05:09:04.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103500580065617","imei1":"103500580065617","imei2":"103500580065617","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:09:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170089,"job_number":"JOB_170089","tr_customer_id":170106,"tr_customer_product_id":170096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:08:53.000Z","modified_at":"2026-01-29T05:09:02.000Z","name":"Kasey Kling","mobile_number":"415-986-1278","email_id":"Carrie_Hagenes@yahoo.com","dop":"2025-07-01","serial_number":"107601715293569","imei1":"107601715293569","imei2":"107601715293569","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:09:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170088,"job_number":"JOB_170088","tr_customer_id":170105,"tr_customer_product_id":170095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:08:53.000Z","modified_at":"2026-01-29T05:08:53.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101397703177975","imei1":"101397703177975","imei2":"101397703177975","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:08:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170087,"job_number":"JOB_170087","tr_customer_id":170104,"tr_customer_product_id":170094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:03:47.000Z","modified_at":"2026-01-29T05:03:47.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-19","serial_number":"27106990847514","imei1":"27106990847514","imei2":"27106990847514","popurl":"2026-01-19T05:03:47.346258629Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:03:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170086,"job_number":"JOB_170086","tr_customer_id":170103,"tr_customer_product_id":170093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:03:19.000Z","modified_at":"2026-01-29T05:03:19.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-19","serial_number":"26203262889575","imei1":"26203262889575","imei2":"26203262889575","popurl":"2026-01-19T05:03:18.686727126Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:03:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170083,"job_number":"JOB_170083","tr_customer_id":170100,"tr_customer_product_id":170090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:46.000Z","modified_at":"2026-01-29T04:25:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26559086427593","imei1":"26559086427593","imei2":"26559086427593","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170082,"job_number":"JOB_170082","tr_customer_id":170099,"tr_customer_product_id":170089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:45.000Z","modified_at":"2026-01-29T04:24:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38705468704814","imei1":"38705468704814","imei2":"38705468704814","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170081,"job_number":"JOB_170081","tr_customer_id":170098,"tr_customer_product_id":170088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:45.000Z","modified_at":"2026-01-29T04:24:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31823070311431","imei1":"31823070311431","imei2":"31823070311431","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170080,"job_number":"JOB_170080","tr_customer_id":170097,"tr_customer_product_id":170087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:45.000Z","modified_at":"2026-01-29T04:24:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39263213036163","imei1":"39263213036163","imei2":"39263213036163","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170079,"job_number":"JOB_170079","tr_customer_id":170096,"tr_customer_product_id":170086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:44.000Z","modified_at":"2026-01-29T04:24:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"98417105285089","imei1":"98417105285089","imei2":"98417105285089","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170078,"job_number":"JOB_170078","tr_customer_id":170095,"tr_customer_product_id":170085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:44.000Z","modified_at":"2026-01-29T04:24:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90655526949378","imei1":"90655526949378","imei2":"90655526949378","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170077,"job_number":"JOB_170077","tr_customer_id":170094,"tr_customer_product_id":170084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:44.000Z","modified_at":"2026-01-29T04:24:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59504424488692","imei1":"59504424488692","imei2":"59504424488692","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170076,"job_number":"JOB_170076","tr_customer_id":170093,"tr_customer_product_id":170083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69378142966940","imei1":"69378142966940","imei2":"69378142966940","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:24:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170075,"job_number":"JOB_170075","tr_customer_id":170092,"tr_customer_product_id":170082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54338572207443","imei1":"54338572207443","imei2":"54338572207443","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170074,"job_number":"JOB_170074","tr_customer_id":170091,"tr_customer_product_id":170081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14826939783532","imei1":"14826939783532","imei2":"14826939783532","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170073,"job_number":"JOB_170073","tr_customer_id":170090,"tr_customer_product_id":170080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"89557250189927","imei1":"89557250189927","imei2":"89557250189927","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170072,"job_number":"JOB_170072","tr_customer_id":170089,"tr_customer_product_id":170079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:12.000Z","modified_at":"2026-01-29T04:24:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12208933587131","imei1":"12208933587131","imei2":"12208933587131","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170071,"job_number":"JOB_170071","tr_customer_id":170088,"tr_customer_product_id":170078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:12.000Z","modified_at":"2026-01-29T04:24:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28724397917824","imei1":"28724397917824","imei2":"28724397917824","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170070,"job_number":"JOB_170070","tr_customer_id":170087,"tr_customer_product_id":170077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:12.000Z","modified_at":"2026-01-29T04:24:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97460499699716","imei1":"97460499699716","imei2":"97460499699716","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170069,"job_number":"JOB_170069","tr_customer_id":170086,"tr_customer_product_id":170076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:41.000Z","modified_at":"2026-01-29T04:24:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26862563788762","imei1":"26862563788762","imei2":"26862563788762","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:24:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170068,"job_number":"JOB_170068","tr_customer_id":170085,"tr_customer_product_id":170075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:41.000Z","modified_at":"2026-01-29T04:23:41.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18229715259307","imei1":"18229715259307","imei2":"18229715259307","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170067,"job_number":"JOB_170067","tr_customer_id":170084,"tr_customer_product_id":170074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:40.000Z","modified_at":"2026-01-29T04:23:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92767950644837","imei1":"92767950644837","imei2":"92767950644837","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170066,"job_number":"JOB_170066","tr_customer_id":170083,"tr_customer_product_id":170073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:40.000Z","modified_at":"2026-01-29T04:23:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31270802365495","imei1":"31270802365495","imei2":"31270802365495","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170065,"job_number":"JOB_170065","tr_customer_id":170082,"tr_customer_product_id":170072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:40.000Z","modified_at":"2026-01-29T04:23:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93791321431375","imei1":"93791321431375","imei2":"93791321431375","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170064,"job_number":"JOB_170064","tr_customer_id":170081,"tr_customer_product_id":170071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:39.000Z","modified_at":"2026-01-29T04:23:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93056327496200","imei1":"93056327496200","imei2":"93056327496200","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170063,"job_number":"JOB_170063","tr_customer_id":170080,"tr_customer_product_id":170070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:39.000Z","modified_at":"2026-01-29T04:23:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61742922570869","imei1":"61742922570869","imei2":"61742922570869","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170062,"job_number":"JOB_170062","tr_customer_id":170079,"tr_customer_product_id":170069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:20:43.000Z","modified_at":"2026-01-29T04:20:43.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"preethi.sathya@gmail.com","dop":"2025-12-09","serial_number":"10605741295101","imei1":"10605741295101","imei2":"10605741295101","popurl":"2025-12-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170060,"job_number":"JOB_170060","tr_customer_id":170077,"tr_customer_product_id":170067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:54.000Z","modified_at":"2026-01-29T04:20:29.000Z","name":"Hollis O'Hara","mobile_number":"500-509-7416","email_id":"Abbie_Collier14@hotmail.com","dop":"2000-01-31","serial_number":"10361432768092","imei1":"10361432768092","imei2":"10361432768092","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:20:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170058,"job_number":"JOB_170058","tr_customer_id":170075,"tr_customer_product_id":170065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:27.000Z","modified_at":"2026-01-29T04:19:27.000Z","name":"Jamarcus Schmitt","mobile_number":"413-229-5689","email_id":"Imelda_Bednar38@hotmail.com","dop":"2025-04-06","serial_number":"15619569772936880","imei1":"15619569772936880","imei2":"15619569772936880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170057,"job_number":"JOB_170057","tr_customer_id":170074,"tr_customer_product_id":170064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:26.000Z","modified_at":"2026-01-29T04:20:01.000Z","name":"Ava Langworth","mobile_number":"266-435-3231","email_id":"Keshawn.OReilly34@hotmail.com","dop":"2025-04-06","serial_number":"10034916946918","imei1":"10034916946918","imei2":"10034916946918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170056,"job_number":"JOB_170056","tr_customer_id":170073,"tr_customer_product_id":170063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:25.000Z","modified_at":"2026-01-29T04:19:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19335030462768","imei1":"19335030462768","imei2":"19335030462768","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170055,"job_number":"JOB_170055","tr_customer_id":170072,"tr_customer_product_id":170062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:21.000Z","modified_at":"2026-01-29T04:19:21.000Z","name":"Tyler Witting","mobile_number":"919-947-9150","email_id":"Maryam16@hotmail.com","dop":"2025-04-06","serial_number":"18160876903515956","imei1":"18160876903515956","imei2":"18160876903515956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170054,"job_number":"JOB_170054","tr_customer_id":170071,"tr_customer_product_id":170061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:20.000Z","modified_at":"2026-01-29T04:19:57.000Z","name":"Dashawn Kihn","mobile_number":"920-344-4539","email_id":"Philip_Stehr@yahoo.com","dop":"2025-04-06","serial_number":"17406246446877","imei1":"17406246446877","imei2":"17406246446877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170053,"job_number":"JOB_170053","tr_customer_id":170070,"tr_customer_product_id":170060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:20.000Z","modified_at":"2026-01-29T04:19:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16570668237798","imei1":"16570668237798","imei2":"16570668237798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170052,"job_number":"JOB_170052","tr_customer_id":170069,"tr_customer_product_id":170059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:19.000Z","modified_at":"2026-01-29T04:19:19.000Z","name":"Brain Lang","mobile_number":"594-849-9001","email_id":"Anabel.Botsford@gmail.com","dop":"2025-04-06","serial_number":"13596958877133660","imei1":"13596958877133660","imei2":"13596958877133660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170051,"job_number":"JOB_170051","tr_customer_id":170068,"tr_customer_product_id":170058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:18.000Z","modified_at":"2026-01-29T04:19:51.000Z","name":"Hallie Kling","mobile_number":"598-997-1551","email_id":"Jaquan_Ward15@gmail.com","dop":"2025-04-06","serial_number":"10219727070223","imei1":"10219727070223","imei2":"10219727070223","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170050,"job_number":"JOB_170050","tr_customer_id":170067,"tr_customer_product_id":170057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:18.000Z","modified_at":"2026-01-29T04:19:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19293730852996","imei1":"19293730852996","imei2":"19293730852996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170049,"job_number":"JOB_170049","tr_customer_id":170066,"tr_customer_product_id":170056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:16.000Z","modified_at":"2026-01-29T04:19:16.000Z","name":"Carlotta Ward","mobile_number":"352-533-4840","email_id":"Lessie_Tillman@gmail.com","dop":"2025-04-06","serial_number":"14248802048586536","imei1":"14248802048586536","imei2":"14248802048586536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170048,"job_number":"JOB_170048","tr_customer_id":170065,"tr_customer_product_id":170055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:15.000Z","modified_at":"2026-01-29T04:19:52.000Z","name":"Golda Satterfield","mobile_number":"303-320-5882","email_id":"Wade.Ruecker@yahoo.com","dop":"2025-04-06","serial_number":"15874632796157","imei1":"15874632796157","imei2":"15874632796157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170047,"job_number":"JOB_170047","tr_customer_id":170064,"tr_customer_product_id":170054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:14.000Z","modified_at":"2026-01-29T04:19:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11163741540531","imei1":"11163741540531","imei2":"11163741540531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170045,"job_number":"JOB_170045","tr_customer_id":170062,"tr_customer_product_id":170052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:12.000Z","modified_at":"2026-01-29T04:19:47.000Z","name":"Thelma Heaney","mobile_number":"297-654-4992","email_id":"Isidro.Conn59@gmail.com","dop":"2000-01-31","serial_number":"10829444433916","imei1":"10829444433916","imei2":"10829444433916","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170044,"job_number":"JOB_170044","tr_customer_id":170061,"tr_customer_product_id":170051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:11.000Z","modified_at":"2026-01-29T04:19:11.000Z","name":"Delta Dare","mobile_number":"971-424-5135","email_id":"Kara23@hotmail.com","dop":"2025-04-06","serial_number":"13717379560690216","imei1":"13717379560690216","imei2":"13717379560690216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170042,"job_number":"JOB_170042","tr_customer_id":170059,"tr_customer_product_id":170049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:10.000Z","modified_at":"2026-01-29T04:19:45.000Z","name":"Esta Spencer","mobile_number":"319-934-9516","email_id":"Guido.Reynolds@gmail.com","dop":"2025-04-06","serial_number":"18972699094695","imei1":"18972699094695","imei2":"18972699094695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170041,"job_number":"JOB_170041","tr_customer_id":170058,"tr_customer_product_id":170048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:10.000Z","modified_at":"2026-01-29T04:19:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12346224454851","imei1":"12346224454851","imei2":"12346224454851","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170040,"job_number":"JOB_170040","tr_customer_id":170057,"tr_customer_product_id":170047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:01.000Z","modified_at":"2026-01-29T04:19:01.000Z","name":"Dulce Turcotte","mobile_number":"627-644-7517","email_id":"Meredith_Mosciski97@gmail.com","dop":"2025-04-06","serial_number":"11308045440720300","imei1":"11308045440720300","imei2":"11308045440720300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170039,"job_number":"JOB_170039","tr_customer_id":170056,"tr_customer_product_id":170046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:59.000Z","modified_at":"2026-01-29T04:19:39.000Z","name":"Carmelo Anderson","mobile_number":"755-997-8585","email_id":"Marcel_Vandervort@hotmail.com","dop":"2025-04-06","serial_number":"15998312547573","imei1":"15998312547573","imei2":"15998312547573","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170038,"job_number":"JOB_170038","tr_customer_id":170055,"tr_customer_product_id":170045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:59.000Z","modified_at":"2026-01-29T04:18:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13136422782999","imei1":"13136422782999","imei2":"13136422782999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170037,"job_number":"JOB_170037","tr_customer_id":170054,"tr_customer_product_id":170044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:47.000Z","modified_at":"2026-01-29T04:18:47.000Z","name":"Otto Upton","mobile_number":"718-817-5286","email_id":"Nikita.Stehr40@hotmail.com","dop":"2025-04-06","serial_number":"12402780473306932","imei1":"12402780473306932","imei2":"12402780473306932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170036,"job_number":"JOB_170036","tr_customer_id":170053,"tr_customer_product_id":170043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:46.000Z","modified_at":"2026-01-29T04:19:23.000Z","name":"Dusty Wuckert","mobile_number":"267-421-8892","email_id":"Jermey_Stracke@hotmail.com","dop":"2025-04-06","serial_number":"16394810867233","imei1":"16394810867233","imei2":"16394810867233","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170035,"job_number":"JOB_170035","tr_customer_id":170052,"tr_customer_product_id":170042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:46.000Z","modified_at":"2026-01-29T04:18:46.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"12048314724048","imei1":"12048314724048","imei2":"12048314724048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170034,"job_number":"JOB_170034","tr_customer_id":170051,"tr_customer_product_id":170041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:44.000Z","modified_at":"2026-01-29T04:18:44.000Z","name":"Selmer Macejkovic","mobile_number":"353-579-4056","email_id":"Cassidy44@yahoo.com","dop":"2025-04-06","serial_number":"15208412121779964","imei1":"15208412121779964","imei2":"15208412121779964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170033,"job_number":"JOB_170033","tr_customer_id":170050,"tr_customer_product_id":170040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:43.000Z","modified_at":"2026-01-29T04:19:18.000Z","name":"Juvenal Von","mobile_number":"483-561-4875","email_id":"Mozelle.Emard@yahoo.com","dop":"2025-04-06","serial_number":"17528798658860","imei1":"17528798658860","imei2":"17528798658860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170032,"job_number":"JOB_170032","tr_customer_id":170049,"tr_customer_product_id":170039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:43.000Z","modified_at":"2026-01-29T04:18:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16936680577744","imei1":"16936680577744","imei2":"16936680577744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170030,"job_number":"JOB_170030","tr_customer_id":170047,"tr_customer_product_id":170037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:39.000Z","modified_at":"2026-01-29T04:18:39.000Z","name":"Jesse Lindgren","mobile_number":"840-897-8086","email_id":"Gertrude_Feil@hotmail.com","dop":"2025-04-06","serial_number":"19863142606345120","imei1":"19863142606345120","imei2":"19863142606345120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170029,"job_number":"JOB_170029","tr_customer_id":170046,"tr_customer_product_id":170036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:38.000Z","modified_at":"2026-01-29T04:18:38.000Z","name":"Casandra Rowe","mobile_number":"434-701-1275","email_id":"Garrick79@gmail.com","dop":"2025-04-06","serial_number":"15486414409544662","imei1":"15486414409544662","imei2":"15486414409544662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170028,"job_number":"JOB_170028","tr_customer_id":170045,"tr_customer_product_id":170035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:37.000Z","modified_at":"2026-01-29T04:19:11.000Z","name":"Cade Bergnaum","mobile_number":"853-540-3165","email_id":"Nicolette.Smith85@hotmail.com","dop":"2025-04-06","serial_number":"10361662978660","imei1":"10361662978660","imei2":"10361662978660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170027,"job_number":"JOB_170027","tr_customer_id":170044,"tr_customer_product_id":170034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:37.000Z","modified_at":"2026-01-29T04:18:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18269106291722","imei1":"18269106291722","imei2":"18269106291722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170026,"job_number":"JOB_170026","tr_customer_id":170043,"tr_customer_product_id":170033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:36.000Z","modified_at":"2026-01-29T04:19:13.000Z","name":"Cletus Jacobson","mobile_number":"950-983-8531","email_id":"Linnea_Quigley@yahoo.com","dop":"2025-04-06","serial_number":"13032975833520","imei1":"13032975833520","imei2":"13032975833520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170025,"job_number":"JOB_170025","tr_customer_id":170042,"tr_customer_product_id":170032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:36.000Z","modified_at":"2026-01-29T04:18:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19567663308904","imei1":"19567663308904","imei2":"19567663308904","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170021,"job_number":"JOB_170021","tr_customer_id":170038,"tr_customer_product_id":170028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:31.000Z","modified_at":"2026-01-29T04:18:31.000Z","name":"Isai Reichel","mobile_number":"341-862-5299","email_id":"Alfonzo31@gmail.com","dop":"2025-04-06","serial_number":"12233201586587286","imei1":"12233201586587286","imei2":"12233201586587286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170019,"job_number":"JOB_170019","tr_customer_id":170036,"tr_customer_product_id":170026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:30.000Z","modified_at":"2026-01-29T04:19:07.000Z","name":"Maudie King","mobile_number":"952-444-1324","email_id":"Elwin_Jones@yahoo.com","dop":"2025-04-06","serial_number":"13991901028666","imei1":"13991901028666","imei2":"13991901028666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170018,"job_number":"JOB_170018","tr_customer_id":170035,"tr_customer_product_id":170025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:30.000Z","modified_at":"2026-01-29T04:18:30.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10333081235751","imei1":"10333081235751","imei2":"10333081235751","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170017,"job_number":"JOB_170017","tr_customer_id":170034,"tr_customer_product_id":170024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:29.000Z","modified_at":"2026-01-29T04:18:29.000Z","name":"Isai Zboncak","mobile_number":"512-467-1207","email_id":"Malcolm.Durgan15@gmail.com","dop":"2025-04-06","serial_number":"19091436100148980","imei1":"19091436100148980","imei2":"19091436100148980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170016,"job_number":"JOB_170016","tr_customer_id":170033,"tr_customer_product_id":170023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:29.000Z","modified_at":"2026-01-29T04:19:04.000Z","name":"Marcus Streich","mobile_number":"816-947-3974","email_id":"Easton78@gmail.com","dop":"2000-01-31","serial_number":"10301099483968","imei1":"10301099483968","imei2":"10301099483968","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170014,"job_number":"JOB_170014","tr_customer_id":170031,"tr_customer_product_id":170021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:28.000Z","modified_at":"2026-01-29T04:19:03.000Z","name":"Eleanore Gleichner","mobile_number":"620-533-0505","email_id":"Doug_Gibson48@hotmail.com","dop":"2025-04-06","serial_number":"10409692299107","imei1":"10409692299107","imei2":"10409692299107","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170013,"job_number":"JOB_170013","tr_customer_id":170030,"tr_customer_product_id":170020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:28.000Z","modified_at":"2026-01-29T04:18:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18166799809930","imei1":"18166799809930","imei2":"18166799809930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170007,"job_number":"JOB_170007","tr_customer_id":170024,"tr_customer_product_id":170014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:12.000Z","modified_at":"2026-01-29T04:18:12.000Z","name":"Haleigh Glover","mobile_number":"652-273-9084","email_id":"Serenity.Paucek42@gmail.com","dop":"2025-04-06","serial_number":"13173861116338296","imei1":"13173861116338296","imei2":"13173861116338296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170006,"job_number":"JOB_170006","tr_customer_id":170023,"tr_customer_product_id":170013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:11.000Z","modified_at":"2026-01-29T04:18:51.000Z","name":"Westley Kuhic","mobile_number":"689-658-4855","email_id":"Wilton_Price39@hotmail.com","dop":"2025-04-06","serial_number":"13760095678159","imei1":"13760095678159","imei2":"13760095678159","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170005,"job_number":"JOB_170005","tr_customer_id":170022,"tr_customer_product_id":170012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:11.000Z","modified_at":"2026-01-29T04:18:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11252590444425","imei1":"11252590444425","imei2":"11252590444425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170001,"job_number":"JOB_170001","tr_customer_id":170018,"tr_customer_product_id":170008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:02.000Z","modified_at":"2026-01-29T04:18:02.000Z","name":"Theresa Green","mobile_number":"897-805-8431","email_id":"Emmy25@gmail.com","dop":"2025-04-06","serial_number":"11137089850184800","imei1":"11137089850184800","imei2":"11137089850184800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170000,"job_number":"JOB_170000","tr_customer_id":170017,"tr_customer_product_id":170007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:02.000Z","modified_at":"2026-01-29T04:18:02.000Z","name":"Arno Auer","mobile_number":"772-468-7279","email_id":"Aniyah.Tillman@yahoo.com","dop":"2025-04-06","serial_number":"16702733351902096","imei1":"16702733351902096","imei2":"16702733351902096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169999,"job_number":"JOB_169999","tr_customer_id":170016,"tr_customer_product_id":170006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:02.000Z","modified_at":"2026-01-29T04:18:02.000Z","name":"Lucie Goyette","mobile_number":"484-258-5676","email_id":"Candelario.Kessler28@yahoo.com","dop":"2025-04-06","serial_number":"11748011688107488","imei1":"11748011688107488","imei2":"11748011688107488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169998,"job_number":"JOB_169998","tr_customer_id":170015,"tr_customer_product_id":170005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:01.000Z","modified_at":"2026-01-29T04:18:38.000Z","name":"Willow Wiegand","mobile_number":"441-385-4383","email_id":"Justen_Prosacco23@yahoo.com","dop":"2025-04-06","serial_number":"17864770685625","imei1":"17864770685625","imei2":"17864770685625","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169997,"job_number":"JOB_169997","tr_customer_id":170014,"tr_customer_product_id":170004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:01.000Z","modified_at":"2026-01-29T04:18:01.000Z","name":"Donnie Rippin","mobile_number":"751-369-7144","email_id":"Moshe_Wisoky@yahoo.com","dop":"2025-04-06","serial_number":"17941153908569654","imei1":"17941153908569654","imei2":"17941153908569654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169996,"job_number":"JOB_169996","tr_customer_id":170013,"tr_customer_product_id":170003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:01.000Z","modified_at":"2026-01-29T04:18:40.000Z","name":"Devonte Johnston","mobile_number":"393-715-9726","email_id":"Amaya_Tremblay0@yahoo.com","dop":"2025-04-06","serial_number":"18034841745832","imei1":"18034841745832","imei2":"18034841745832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169995,"job_number":"JOB_169995","tr_customer_id":170012,"tr_customer_product_id":170002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:01.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"13651484288758","imei1":"13651484288758","imei2":"13651484288758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169994,"job_number":"JOB_169994","tr_customer_id":170011,"tr_customer_product_id":170001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:36.000Z","name":"Cristal Mann","mobile_number":"311-582-4108","email_id":"Cyril_Adams6@hotmail.com","dop":"2025-04-06","serial_number":"17185245559827","imei1":"17185245559827","imei2":"17185245559827","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169993,"job_number":"JOB_169993","tr_customer_id":170010,"tr_customer_product_id":170000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"28764031525642","imei1":"28764031525642","imei2":"28764031525642","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169992,"job_number":"JOB_169992","tr_customer_id":170009,"tr_customer_product_id":169999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13676563880234","imei1":"13676563880234","imei2":"13676563880234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169991,"job_number":"JOB_169991","tr_customer_id":170008,"tr_customer_product_id":169998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10873400051463","imei1":"10873400051463","imei2":"10873400051463","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169987,"job_number":"JOB_169987","tr_customer_id":170005,"tr_customer_product_id":169994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:18:38.000Z","name":"Kaitlyn Mraz","mobile_number":"472-710-8519","email_id":"Daron.Wiegand38@yahoo.com","dop":"2025-04-06","serial_number":"15736519075263","imei1":"15736519075263","imei2":"15736519075263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169986,"job_number":"JOB_169986","tr_customer_id":170003,"tr_customer_product_id":169993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:17:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15199399382074","imei1":"15199399382074","imei2":"15199399382074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169984,"job_number":"JOB_169984","tr_customer_id":170001,"tr_customer_product_id":169991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:18:34.000Z","name":"Presley Graham","mobile_number":"808-734-3980","email_id":"Ezekiel.Lesch@gmail.com","dop":"2026-01-04","serial_number":"15857222908621","imei1":"15857222908621","imei2":"15857222908621","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169983,"job_number":"JOB_169983","tr_customer_id":170000,"tr_customer_product_id":169990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:58.000Z","modified_at":"2026-01-29T04:17:58.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15240351894540","imei1":"15240351894540","imei2":"15240351894540","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169982,"job_number":"JOB_169982","tr_customer_id":169999,"tr_customer_product_id":169989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:58.000Z","modified_at":"2026-01-29T04:17:58.000Z","name":"Isabell Stroman","mobile_number":"412-452-2381","email_id":"Anya_Orn@hotmail.com","dop":"2025-04-06","serial_number":"13127050337010392","imei1":"13127050337010392","imei2":"13127050337010392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169981,"job_number":"JOB_169981","tr_customer_id":169998,"tr_customer_product_id":169988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:17:57.000Z","name":"Roscoe Wolf","mobile_number":"586-961-2040","email_id":"Freddy26@hotmail.com","dop":"2025-04-06","serial_number":"11243190297393252","imei1":"11243190297393252","imei2":"11243190297393252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169980,"job_number":"JOB_169980","tr_customer_id":169997,"tr_customer_product_id":169987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:18:31.000Z","name":"Julius Pagac","mobile_number":"421-452-0383","email_id":"Yesenia.Nolan34@hotmail.com","dop":"2025-04-06","serial_number":"14658148056864","imei1":"14658148056864","imei2":"14658148056864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169978,"job_number":"JOB_169978","tr_customer_id":169995,"tr_customer_product_id":169985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:17:57.000Z","name":"Jeramie Borer","mobile_number":"717-444-2614","email_id":"Valentin53@hotmail.com","dop":"2025-05-30","serial_number":"1366895474168729","imei1":"1366895474168729","imei2":"1366895474168729","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169977,"job_number":"JOB_169977","tr_customer_id":169994,"tr_customer_product_id":169984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:17:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17560182260872","imei1":"17560182260872","imei2":"17560182260872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169975,"job_number":"JOB_169975","tr_customer_id":169992,"tr_customer_product_id":169982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:18:32.000Z","name":"Troy Hauck","mobile_number":"809-729-7952","email_id":"Mayra.Osinski@gmail.com","dop":"2025-04-06","serial_number":"12374181624890","imei1":"12374181624890","imei2":"12374181624890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169974,"job_number":"JOB_169974","tr_customer_id":169991,"tr_customer_product_id":169981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:17:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13438763165786","imei1":"13438763165786","imei2":"13438763165786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169973,"job_number":"JOB_169973","tr_customer_id":169990,"tr_customer_product_id":169980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:55.000Z","modified_at":"2026-01-29T04:17:55.000Z","name":"Maud Willms","mobile_number":"531-916-9431","email_id":"Brett.Hessel@gmail.com","dop":"2025-05-30","serial_number":"19047804443738","imei1":"19047804443738","imei2":"19047804443738","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169972,"job_number":"JOB_169972","tr_customer_id":169989,"tr_customer_product_id":169979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:54.000Z","modified_at":"2026-01-29T04:18:12.000Z","name":"Kellie Cole","mobile_number":"231-606-7005","email_id":"Jarret88@yahoo.com","dop":"2025-05-30","serial_number":"15258879062250","imei1":"15258879062250","imei2":"15258879062250","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169971,"job_number":"JOB_169971","tr_customer_id":169988,"tr_customer_product_id":169978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:53.000Z","modified_at":"2026-01-29T04:17:53.000Z","name":"Derrick Terry","mobile_number":"688-773-2017","email_id":"Percival87@yahoo.com","dop":"2025-04-06","serial_number":"18769623652511530","imei1":"18769623652511530","imei2":"18769623652511530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169970,"job_number":"JOB_169970","tr_customer_id":169987,"tr_customer_product_id":169977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:52.000Z","modified_at":"2026-01-29T04:18:29.000Z","name":"Shea O'Hara","mobile_number":"502-953-5353","email_id":"Boris.Ledner@yahoo.com","dop":"2025-04-06","serial_number":"19129954802912","imei1":"19129954802912","imei2":"19129954802912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169969,"job_number":"JOB_169969","tr_customer_id":169986,"tr_customer_product_id":169976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:51.000Z","modified_at":"2026-01-29T04:17:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12070621903777","imei1":"12070621903777","imei2":"12070621903777","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169968,"job_number":"JOB_169968","tr_customer_id":169985,"tr_customer_product_id":169975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:49.000Z","modified_at":"2026-01-29T04:17:49.000Z","name":"Ebony Parisian","mobile_number":"895-882-8668","email_id":"Sedrick41@yahoo.com","dop":"2025-04-06","serial_number":"17429089838740596","imei1":"17429089838740596","imei2":"17429089838740596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169966,"job_number":"JOB_169966","tr_customer_id":169983,"tr_customer_product_id":169973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:48.000Z","modified_at":"2026-01-29T04:18:23.000Z","name":"Shad Hodkiewicz","mobile_number":"372-548-9865","email_id":"Veronica45@hotmail.com","dop":"2025-04-06","serial_number":"14474555501728","imei1":"14474555501728","imei2":"14474555501728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169964,"job_number":"JOB_169964","tr_customer_id":169981,"tr_customer_product_id":169971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16489268563937","imei1":"16489268563937","imei2":"16489268563937","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169961,"job_number":"JOB_169961","tr_customer_id":169978,"tr_customer_product_id":169968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Tommie Sauer","mobile_number":"682-387-7272","email_id":"Emiliano76@hotmail.com","dop":"2025-04-06","serial_number":"16683896035858156","imei1":"16683896035858156","imei2":"16683896035858156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169959,"job_number":"JOB_169959","tr_customer_id":169976,"tr_customer_product_id":169966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:17:46.000Z","name":"Fanny Shields","mobile_number":"938-931-7489","email_id":"Kristoffer_Considine6@hotmail.com","dop":"2025-04-06","serial_number":"13996429550028526","imei1":"13996429550028526","imei2":"13996429550028526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169958,"job_number":"JOB_169958","tr_customer_id":169975,"tr_customer_product_id":169965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:18:22.000Z","name":"Quinten Kub","mobile_number":"302-782-6955","email_id":"Marjory_Erdman@yahoo.com","dop":"2000-01-31","serial_number":"10838461623847","imei1":"10838461623847","imei2":"10838461623847","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169955,"job_number":"JOB_169955","tr_customer_id":169972,"tr_customer_product_id":169962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:18:21.000Z","name":"Sierra Schuppe","mobile_number":"273-923-7056","email_id":"Leanne27@yahoo.com","dop":"2025-04-06","serial_number":"10661380483898","imei1":"10661380483898","imei2":"10661380483898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169954,"job_number":"JOB_169954","tr_customer_id":169971,"tr_customer_product_id":169961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:17:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13135699846297","imei1":"13135699846297","imei2":"13135699846297","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169953,"job_number":"JOB_169953","tr_customer_id":169970,"tr_customer_product_id":169960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:18:22.000Z","name":"Amiya O'Kon","mobile_number":"239-812-1027","email_id":"Davonte_Lakin46@gmail.com","dop":"2025-04-06","serial_number":"19396588408992","imei1":"19396588408992","imei2":"19396588408992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169952,"job_number":"JOB_169952","tr_customer_id":169969,"tr_customer_product_id":169959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:17:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13991298792295","imei1":"13991298792295","imei2":"13991298792295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169951,"job_number":"JOB_169951","tr_customer_id":169968,"tr_customer_product_id":169958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:28.000Z","modified_at":"2026-01-29T04:17:28.000Z","name":"Blanca Murazik","mobile_number":"287-201-7312","email_id":"Jennings10@gmail.com","dop":"2025-04-06","serial_number":"11241529073060320","imei1":"11241529073060320","imei2":"11241529073060320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169950,"job_number":"JOB_169950","tr_customer_id":169967,"tr_customer_product_id":169957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:27.000Z","modified_at":"2026-01-29T04:18:01.000Z","name":"Rosalyn DuBuque","mobile_number":"423-544-5691","email_id":"Donna44@yahoo.com","dop":"2025-04-06","serial_number":"17003397822707","imei1":"17003397822707","imei2":"17003397822707","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169949,"job_number":"JOB_169949","tr_customer_id":169966,"tr_customer_product_id":169956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:27.000Z","modified_at":"2026-01-29T04:17:27.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13938280362099","imei1":"13938280362099","imei2":"13938280362099","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169948,"job_number":"JOB_169948","tr_customer_id":169965,"tr_customer_product_id":169955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:24.000Z","modified_at":"2026-01-29T04:17:24.000Z","name":"Johnson Cartwright","mobile_number":"293-616-5525","email_id":"Lauren90@hotmail.com","dop":"2025-04-06","serial_number":"12137245612803680","imei1":"12137245612803680","imei2":"12137245612803680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169947,"job_number":"JOB_169947","tr_customer_id":169964,"tr_customer_product_id":169954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:22.000Z","modified_at":"2026-01-29T04:18:03.000Z","name":"Kaelyn Lang","mobile_number":"641-801-2874","email_id":"Laurel40@yahoo.com","dop":"2025-04-06","serial_number":"18600707518512","imei1":"18600707518512","imei2":"18600707518512","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169946,"job_number":"JOB_169946","tr_customer_id":169963,"tr_customer_product_id":169953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:22.000Z","modified_at":"2026-01-29T04:17:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11636781794539","imei1":"11636781794539","imei2":"11636781794539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169945,"job_number":"JOB_169945","tr_customer_id":169962,"tr_customer_product_id":169952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:18.000Z","modified_at":"2026-01-29T04:17:18.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"29473598651057","imei1":"29473598651057","imei2":"29473598651057","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169944,"job_number":"JOB_169944","tr_customer_id":169961,"tr_customer_product_id":169951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:17.000Z","modified_at":"2026-01-29T04:17:51.000Z","name":"Gerhard Wiza","mobile_number":"243-901-5465","email_id":"Gina_Bins20@gmail.com","dop":"2026-01-04","serial_number":"12364460992685","imei1":"12364460992685","imei2":"12364460992685","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169943,"job_number":"JOB_169943","tr_customer_id":169960,"tr_customer_product_id":169950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:17.000Z","modified_at":"2026-01-29T04:17:17.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18269688819306","imei1":"18269688819306","imei2":"18269688819306","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169942,"job_number":"JOB_169942","tr_customer_id":169959,"tr_customer_product_id":169949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:15.000Z","modified_at":"2026-01-29T04:17:15.000Z","name":"Christina Fisher","mobile_number":"233-337-6786","email_id":"Genesis15@hotmail.com","dop":"2025-04-06","serial_number":"10851852586991604","imei1":"10851852586991604","imei2":"10851852586991604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169941,"job_number":"JOB_169941","tr_customer_id":169958,"tr_customer_product_id":169948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:14.000Z","modified_at":"2026-01-29T04:17:14.000Z","name":"Hayley Rice","mobile_number":"402-654-1383","email_id":"Rogers.Gutkowski@gmail.com","dop":"2025-04-06","serial_number":"16407734138657324","imei1":"16407734138657324","imei2":"16407734138657324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169940,"job_number":"JOB_169940","tr_customer_id":169957,"tr_customer_product_id":169947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:14.000Z","modified_at":"2026-01-29T04:17:14.000Z","name":"Tomas Jones","mobile_number":"963-869-7612","email_id":"Dean.Predovic67@hotmail.com","dop":"2025-04-06","serial_number":"11853819722048202","imei1":"11853819722048202","imei2":"11853819722048202","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169939,"job_number":"JOB_169939","tr_customer_id":169956,"tr_customer_product_id":169946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:14.000Z","modified_at":"2026-01-29T04:17:49.000Z","name":"Ricky Spencer","mobile_number":"364-548-6366","email_id":"Jennie.Hermiston54@hotmail.com","dop":"2025-04-06","serial_number":"18592851673821","imei1":"18592851673821","imei2":"18592851673821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169938,"job_number":"JOB_169938","tr_customer_id":169955,"tr_customer_product_id":169945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19878340438041","imei1":"19878340438041","imei2":"19878340438041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169937,"job_number":"JOB_169937","tr_customer_id":169954,"tr_customer_product_id":169944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:52.000Z","name":"Max Stracke","mobile_number":"714-460-4984","email_id":"Antonina_Turner70@gmail.com","dop":"2025-04-06","serial_number":"17500054701634","imei1":"17500054701634","imei2":"17500054701634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169936,"job_number":"JOB_169936","tr_customer_id":169953,"tr_customer_product_id":169943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:51.000Z","name":"Moses Medhurst","mobile_number":"303-974-7661","email_id":"Lilliana.Hane@yahoo.com","dop":"2025-04-06","serial_number":"18989444265023","imei1":"18989444265023","imei2":"18989444265023","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169935,"job_number":"JOB_169935","tr_customer_id":169952,"tr_customer_product_id":169942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18182378173943","imei1":"18182378173943","imei2":"18182378173943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169934,"job_number":"JOB_169934","tr_customer_id":169951,"tr_customer_product_id":169941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11438072933999","imei1":"11438072933999","imei2":"11438072933999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169933,"job_number":"JOB_169933","tr_customer_id":169950,"tr_customer_product_id":169940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:07.000Z","modified_at":"2026-01-29T04:17:07.000Z","name":"Raphael Collins","mobile_number":"936-970-6712","email_id":"Rebekah.Kuhlman16@gmail.com","dop":"2025-04-06","serial_number":"13216219847530868","imei1":"13216219847530868","imei2":"13216219847530868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169932,"job_number":"JOB_169932","tr_customer_id":169949,"tr_customer_product_id":169939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:06.000Z","modified_at":"2026-01-29T04:17:40.000Z","name":"Antoinette Cummings","mobile_number":"930-330-6029","email_id":"Libbie9@yahoo.com","dop":"2025-04-06","serial_number":"15906011632020","imei1":"15906011632020","imei2":"15906011632020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169931,"job_number":"JOB_169931","tr_customer_id":169948,"tr_customer_product_id":169938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:05.000Z","modified_at":"2026-01-29T04:17:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12472772312416","imei1":"12472772312416","imei2":"12472772312416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169930,"job_number":"JOB_169930","tr_customer_id":169947,"tr_customer_product_id":169937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:03.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11087117570789","imei2":"11087117570789","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169929,"job_number":"JOB_169929","tr_customer_id":169946,"tr_customer_product_id":169936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:03.000Z","modified_at":"2026-01-29T04:17:03.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19276057056292","imei2":"19276057056292","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169926,"job_number":"JOB_169926","tr_customer_id":169943,"tr_customer_product_id":169933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:51.000Z","modified_at":"2026-01-29T04:16:51.000Z","name":"Friedrich Conroy","mobile_number":"889-488-0858","email_id":"Zachary_Sporer@yahoo.com","dop":"2025-06-18","serial_number":"1067788577784827","imei1":"1067788577784827","imei2":"1067788577784827","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169925,"job_number":"JOB_169925","tr_customer_id":169942,"tr_customer_product_id":169932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:51.000Z","modified_at":"2026-01-29T04:17:25.000Z","name":"Gloria D'Amore","mobile_number":"949-247-9045","email_id":"Fred.Beer72@yahoo.com","dop":"2025-06-18","serial_number":"10192293493305","imei1":"10192293493305","imei2":"10192293493305","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169924,"job_number":"JOB_169924","tr_customer_id":169941,"tr_customer_product_id":169931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:50.000Z","modified_at":"2026-01-29T04:16:50.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10073147389813","imei1":"10073147389813","imei2":"10073147389813","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169923,"job_number":"JOB_169923","tr_customer_id":169940,"tr_customer_product_id":169930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:50.000Z","modified_at":"2026-01-29T04:17:00.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13629311360527","imei2":"13629311360527","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169922,"job_number":"JOB_169922","tr_customer_id":169939,"tr_customer_product_id":169929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:50.000Z","modified_at":"2026-01-29T04:16:50.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16399240615138","imei2":"16399240615138","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169921,"job_number":"JOB_169921","tr_customer_id":169938,"tr_customer_product_id":169928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:47.000Z","modified_at":"2026-01-29T04:16:47.000Z","name":"Ressie Bergnaum","mobile_number":"415-766-0961","email_id":"Hosea_Schneider69@gmail.com","dop":"2025-04-06","serial_number":"10877755317220514","imei1":"10877755317220514","imei2":"10877755317220514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169920,"job_number":"JOB_169920","tr_customer_id":169937,"tr_customer_product_id":169927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:46.000Z","modified_at":"2026-01-29T04:17:20.000Z","name":"Holly Bins","mobile_number":"572-633-6555","email_id":"Keely_Conn71@gmail.com","dop":"2025-04-06","serial_number":"10446319433056","imei1":"10446319433056","imei2":"10446319433056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169919,"job_number":"JOB_169919","tr_customer_id":169936,"tr_customer_product_id":169926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:46.000Z","modified_at":"2026-01-29T04:16:46.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"15782736781614","imei1":"15782736781614","imei2":"15782736781614","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169917,"job_number":"JOB_169917","tr_customer_id":169934,"tr_customer_product_id":169924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:37.000Z","modified_at":"2026-01-29T04:16:46.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17103157280969","imei2":"17103157280969","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169916,"job_number":"JOB_169916","tr_customer_id":169933,"tr_customer_product_id":169923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Sydni Senger","mobile_number":"869-282-7747","email_id":"Maci_Gerlach59@hotmail.com","dop":"2025-04-06","serial_number":"18415754176926830","imei1":"18415754176926830","imei2":"18415754176926830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169915,"job_number":"JOB_169915","tr_customer_id":169932,"tr_customer_product_id":169922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12803020310911","imei2":"12803020310911","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169914,"job_number":"JOB_169914","tr_customer_id":169931,"tr_customer_product_id":169921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"101462564205490","imei1":"101462564205490","imei2":"101462564205490","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169912,"job_number":"JOB_169912","tr_customer_id":169929,"tr_customer_product_id":169919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:35.000Z","modified_at":"2026-01-29T04:17:12.000Z","name":"Giovanna Lesch","mobile_number":"372-977-5907","email_id":"Iva.Nienow@hotmail.com","dop":"2025-04-06","serial_number":"11872920056391","imei1":"11872920056391","imei2":"11872920056391","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169911,"job_number":"JOB_169911","tr_customer_id":169928,"tr_customer_product_id":169918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:35.000Z","modified_at":"2026-01-29T04:17:09.000Z","name":"Krystel Dickinson","mobile_number":"781-254-4256","email_id":"Serena_Kris@hotmail.com","dop":"2026-01-04","serial_number":"17397854504903","imei1":"17397854504903","imei2":"17397854504903","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169910,"job_number":"JOB_169910","tr_customer_id":169927,"tr_customer_product_id":169917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:34.000Z","modified_at":"2026-01-29T04:16:34.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14302233343511","imei1":"14302233343511","imei2":"14302233343511","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169909,"job_number":"JOB_169909","tr_customer_id":169926,"tr_customer_product_id":169916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:34.000Z","modified_at":"2026-01-29T04:16:34.000Z","name":"Sarai Friesen","mobile_number":"719-677-8126","email_id":"Calista59@yahoo.com","dop":"2025-04-06","serial_number":"14026021872485694","imei1":"14026021872485694","imei2":"14026021872485694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169908,"job_number":"JOB_169908","tr_customer_id":169925,"tr_customer_product_id":169915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:32.000Z","modified_at":"2026-01-29T04:17:09.000Z","name":"Conor O'Conner","mobile_number":"738-971-8590","email_id":"Peyton18@gmail.com","dop":"2025-04-06","serial_number":"10334667608357","imei1":"10334667608357","imei2":"10334667608357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169907,"job_number":"JOB_169907","tr_customer_id":169924,"tr_customer_product_id":169914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:32.000Z","modified_at":"2026-01-29T04:16:32.000Z","name":"Demetrius D'Amore","mobile_number":"362-947-9683","email_id":"Perry_Kozey17@yahoo.com","dop":"2025-04-06","serial_number":"11484159943619490","imei1":"11484159943619490","imei2":"11484159943619490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169905,"job_number":"JOB_169905","tr_customer_id":169922,"tr_customer_product_id":169912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:31.000Z","modified_at":"2026-01-29T04:17:06.000Z","name":"Wendell Rath","mobile_number":"605-906-2935","email_id":"Vickie_Veum21@yahoo.com","dop":"2025-04-06","serial_number":"15766957779037","imei1":"15766957779037","imei2":"15766957779037","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169904,"job_number":"JOB_169904","tr_customer_id":169921,"tr_customer_product_id":169911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:30.000Z","modified_at":"2026-01-29T04:16:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11673376810277","imei1":"11673376810277","imei2":"11673376810277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169903,"job_number":"JOB_169903","tr_customer_id":169920,"tr_customer_product_id":169910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:28.000Z","modified_at":"2026-01-29T04:16:28.000Z","name":"Elijah Walter","mobile_number":"476-770-1837","email_id":"Fernando.Kirlin26@gmail.com","dop":"2025-04-06","serial_number":"11410915776276976","imei1":"11410915776276976","imei2":"11410915776276976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169902,"job_number":"JOB_169902","tr_customer_id":169919,"tr_customer_product_id":169909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:26.000Z","modified_at":"2026-01-29T04:16:26.000Z","name":"Lois Marks","mobile_number":"764-967-8562","email_id":"Carlie.Schumm@yahoo.com","dop":"2025-04-06","serial_number":"14440004652815754","imei1":"14440004652815754","imei2":"14440004652815754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169901,"job_number":"JOB_169901","tr_customer_id":169918,"tr_customer_product_id":169908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:26.000Z","modified_at":"2026-01-29T04:17:05.000Z","name":"Sallie Welch","mobile_number":"565-547-3229","email_id":"Graham9@hotmail.com","dop":"2025-04-06","serial_number":"15451720619746","imei1":"15451720619746","imei2":"15451720619746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169900,"job_number":"JOB_169900","tr_customer_id":169917,"tr_customer_product_id":169907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:26.000Z","modified_at":"2026-01-29T04:16:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16898380037762","imei1":"16898380037762","imei2":"16898380037762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169899,"job_number":"JOB_169899","tr_customer_id":169916,"tr_customer_product_id":169906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:25.000Z","modified_at":"2026-01-29T04:16:25.000Z","name":"Jayde Glover","mobile_number":"634-373-0219","email_id":"Jarred.Feil17@hotmail.com","dop":"2025-04-06","serial_number":"15932062647888252","imei1":"15932062647888252","imei2":"15932062647888252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169898,"job_number":"JOB_169898","tr_customer_id":169915,"tr_customer_product_id":169905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:25.000Z","modified_at":"2026-01-29T04:17:05.000Z","name":"Lupe Rippin","mobile_number":"435-423-9993","email_id":"Caden26@hotmail.com","dop":"2025-04-06","serial_number":"11434318738488","imei1":"11434318738488","imei2":"11434318738488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169897,"job_number":"JOB_169897","tr_customer_id":169914,"tr_customer_product_id":169904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:25.000Z","modified_at":"2026-01-29T04:16:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14289345962544","imei1":"14289345962544","imei2":"14289345962544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169896,"job_number":"JOB_169896","tr_customer_id":169913,"tr_customer_product_id":169903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:24.000Z","modified_at":"2026-01-29T04:16:24.000Z","name":"Karl Abbott","mobile_number":"703-729-7463","email_id":"Emilio79@hotmail.com","dop":"2025-04-06","serial_number":"14506814694084636","imei1":"14506814694084636","imei2":"14506814694084636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169895,"job_number":"JOB_169895","tr_customer_id":169912,"tr_customer_product_id":169902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:24.000Z","modified_at":"2026-01-29T04:16:58.000Z","name":"Katelyn Gottlieb","mobile_number":"545-282-3114","email_id":"Helene_Rosenbaum@yahoo.com","dop":"2025-04-06","serial_number":"14798629558442","imei1":"14798629558442","imei2":"14798629558442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169894,"job_number":"JOB_169894","tr_customer_id":169911,"tr_customer_product_id":169901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:23.000Z","modified_at":"2026-01-29T04:16:59.000Z","name":"Austin Roberts","mobile_number":"349-791-0104","email_id":"Deion36@hotmail.com","dop":"2025-04-06","serial_number":"13826216054609","imei1":"13826216054609","imei2":"13826216054609","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169893,"job_number":"JOB_169893","tr_customer_id":169910,"tr_customer_product_id":169900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:23.000Z","modified_at":"2026-01-29T04:16:23.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12923627457681","imei1":"12923627457681","imei2":"12923627457681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169892,"job_number":"JOB_169892","tr_customer_id":169909,"tr_customer_product_id":169899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:21.000Z","modified_at":"2026-01-29T04:16:21.000Z","name":"Eleonore Nitzsche","mobile_number":"398-329-9801","email_id":"Angelica_Weissnat@gmail.com","dop":"2025-04-06","serial_number":"12749404775768988","imei1":"12749404775768988","imei2":"12749404775768988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169891,"job_number":"JOB_169891","tr_customer_id":169908,"tr_customer_product_id":169898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:20.000Z","modified_at":"2026-01-29T04:16:57.000Z","name":"Rosie Nader","mobile_number":"407-966-6139","email_id":"Joyce.Rodriguez55@gmail.com","dop":"2025-04-06","serial_number":"13990803166248","imei1":"13990803166248","imei2":"13990803166248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169889,"job_number":"JOB_169889","tr_customer_id":169906,"tr_customer_product_id":169896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:12.000Z","modified_at":"2026-01-29T04:16:12.000Z","name":"Rupert Cronin","mobile_number":"620-842-1122","email_id":"Wilson_Gutkowski13@yahoo.com","dop":"2025-04-06","serial_number":"11997571758332780","imei1":"11997571758332780","imei2":"11997571758332780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169888,"job_number":"JOB_169888","tr_customer_id":169905,"tr_customer_product_id":169895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:11.000Z","modified_at":"2026-01-29T04:16:49.000Z","name":"Lonny O'Hara","mobile_number":"647-705-0848","email_id":"Lorenz63@hotmail.com","dop":"2025-04-06","serial_number":"19106745851574","imei1":"19106745851574","imei2":"19106745851574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169887,"job_number":"JOB_169887","tr_customer_id":169904,"tr_customer_product_id":169894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:10.000Z","modified_at":"2026-01-29T04:16:10.000Z","name":"Minnie Streich","mobile_number":"683-999-8265","email_id":"Donavon48@gmail.com","dop":"2025-06-18","serial_number":"1012382214566289","imei1":"1012382214566289","imei2":"1012382214566289","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169886,"job_number":"JOB_169886","tr_customer_id":169903,"tr_customer_product_id":169893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:09.000Z","modified_at":"2026-01-29T04:16:44.000Z","name":"Colin Towne","mobile_number":"629-800-7332","email_id":"Nicola.Jacobs@gmail.com","dop":"2025-06-18","serial_number":"10262731369748","imei1":"10262731369748","imei2":"10262731369748","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169885,"job_number":"JOB_169885","tr_customer_id":169902,"tr_customer_product_id":169892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:09.000Z","modified_at":"2026-01-29T04:16:09.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10561216161403","imei1":"10561216161403","imei2":"10561216161403","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169884,"job_number":"JOB_169884","tr_customer_id":169901,"tr_customer_product_id":169891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:07.000Z","modified_at":"2026-01-29T04:16:16.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"45654946781158","imei1":"45654946781158","imei2":"45654946781158","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169883,"job_number":"JOB_169883","tr_customer_id":169900,"tr_customer_product_id":169890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:06.000Z","modified_at":"2026-01-29T04:16:06.000Z","name":"Madelynn Waelchi","mobile_number":"699-759-6036","email_id":"Max_Muller@yahoo.com","dop":"2025-04-06","serial_number":"13740624223962302","imei1":"13740624223962302","imei2":"13740624223962302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169882,"job_number":"JOB_169882","tr_customer_id":169899,"tr_customer_product_id":169889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:05.000Z","modified_at":"2026-01-29T04:16:39.000Z","name":"Alberta Schaefer","mobile_number":"331-960-4694","email_id":"Lowell_Witting22@hotmail.com","dop":"2025-04-06","serial_number":"17242679401128","imei1":"17242679401128","imei2":"17242679401128","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169881,"job_number":"JOB_169881","tr_customer_id":169898,"tr_customer_product_id":169888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:04.000Z","modified_at":"2026-01-29T04:16:04.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"12070682964530","imei1":"12070682964530","imei2":"12070682964530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169880,"job_number":"JOB_169880","tr_customer_id":169897,"tr_customer_product_id":169887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:03.000Z","modified_at":"2026-01-29T04:16:03.000Z","name":"Marjory Prosacco","mobile_number":"699-267-2209","email_id":"Zula39@gmail.com","dop":"2025-04-06","serial_number":"16395387356944346","imei1":"16395387356944346","imei2":"16395387356944346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169879,"job_number":"JOB_169879","tr_customer_id":169896,"tr_customer_product_id":169886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:01.000Z","modified_at":"2026-01-29T04:16:37.000Z","name":"Melany Schaden","mobile_number":"488-655-8092","email_id":"Cindy_Jakubowski89@hotmail.com","dop":"2025-04-06","serial_number":"13869223701753","imei1":"13869223701753","imei2":"13869223701753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169878,"job_number":"JOB_169878","tr_customer_id":169895,"tr_customer_product_id":169885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:15:56.000Z","modified_at":"2026-01-29T04:16:05.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"61615467745554","imei1":"61615467745554","imei2":"61615467745554","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169877,"job_number":"JOB_169877","tr_customer_id":169894,"tr_customer_product_id":169884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:13:59.000Z","modified_at":"2026-01-29T04:13:59.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2026-01-19","serial_number":"13511700420678","imei1":"13511700420678","imei2":"13511700420678","popurl":"2026-01-19T04:13:56.241282Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:13:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169876,"job_number":"JOB_169876","tr_customer_id":169893,"tr_customer_product_id":169883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:26:23.000Z","modified_at":"2026-01-29T03:26:23.000Z","name":"Mercedes Mosciski","mobile_number":"923-418-2490","email_id":"Carrie_Bogisich@hotmail.com","dop":"2025-04-06","serial_number":"13521082425397300","imei1":"13521082425397300","imei2":"13521082425397300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169875,"job_number":"JOB_169875","tr_customer_id":169892,"tr_customer_product_id":169882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:26:22.000Z","modified_at":"2026-01-29T03:26:57.000Z","name":"Lupe Welch","mobile_number":"490-980-7594","email_id":"Adella63@gmail.com","dop":"2025-04-06","serial_number":"13920192643004","imei1":"13920192643004","imei2":"13920192643004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T03:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169874,"job_number":"JOB_169874","tr_customer_id":169891,"tr_customer_product_id":169881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:26:21.000Z","modified_at":"2026-01-29T03:26:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10673562968699","imei1":"10673562968699","imei2":"10673562968699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169873,"job_number":"JOB_169873","tr_customer_id":169890,"tr_customer_product_id":169880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:25:40.000Z","modified_at":"2026-01-29T03:25:40.000Z","name":"Mittie Balistreri","mobile_number":"618-238-8878","email_id":"Shakira15@gmail.com","dop":"2025-04-06","serial_number":"14916434383650400","imei1":"14916434383650400","imei2":"14916434383650400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:25:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169872,"job_number":"JOB_169872","tr_customer_id":169889,"tr_customer_product_id":169879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:25:39.000Z","modified_at":"2026-01-29T03:26:14.000Z","name":"Joey Gaylord","mobile_number":"517-628-5442","email_id":"Leonor_Friesen@hotmail.com","dop":"2025-04-06","serial_number":"11422722848889","imei1":"11422722848889","imei2":"11422722848889","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T03:26:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169871,"job_number":"JOB_169871","tr_customer_id":169888,"tr_customer_product_id":169878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:25:39.000Z","modified_at":"2026-01-29T03:25:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11809280576004","imei1":"11809280576004","imei2":"11809280576004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:25:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169870,"job_number":"JOB_169870","tr_customer_id":169887,"tr_customer_product_id":169877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:24:58.000Z","modified_at":"2026-01-29T03:24:58.000Z","name":"Fatima Cummerata","mobile_number":"876-508-4980","email_id":"Maryse25@gmail.com","dop":"2025-04-06","serial_number":"15477188232281228","imei1":"15477188232281228","imei2":"15477188232281228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:24:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169869,"job_number":"JOB_169869","tr_customer_id":169886,"tr_customer_product_id":169876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:24:57.000Z","modified_at":"2026-01-29T03:25:32.000Z","name":"Orpha Schamberger","mobile_number":"635-981-4238","email_id":"Emmy_Strosin47@hotmail.com","dop":"2025-04-06","serial_number":"11604588538358","imei1":"11604588538358","imei2":"11604588538358","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T03:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169868,"job_number":"JOB_169868","tr_customer_id":169885,"tr_customer_product_id":169875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:24:56.000Z","modified_at":"2026-01-29T03:24:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11745469378024","imei1":"11745469378024","imei2":"11745469378024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:24:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169867,"job_number":"JOB_169867","tr_customer_id":169884,"tr_customer_product_id":169874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T02:31:40.000Z","modified_at":"2026-01-29T02:31:41.000Z","name":"vedika singh","mobile_number":"9000000002","email_id":"vedika@gmail.com","dop":"2026-01-19","serial_number":"19280180958991","imei1":"19280180958991","imei2":"19280180958991","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T02:31:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169866,"job_number":"JOB_169866","tr_customer_id":169883,"tr_customer_product_id":169873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T02:31:38.000Z","modified_at":"2026-01-29T02:31:40.000Z","name":"ved singh","mobile_number":"9000000001","email_id":"ved@gmail.com","dop":"2026-01-19","serial_number":"14686990491718","imei1":"14686990491718","imei2":"14686990491718","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T02:31:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169865,"job_number":"JOB_169865","tr_customer_id":169882,"tr_customer_product_id":169872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T02:31:36.000Z","modified_at":"2026-01-29T02:31:38.000Z","name":"navin singh","mobile_number":"9000000000","email_id":"navin@gmail.com","dop":"2026-01-19","serial_number":"19774602002980","imei1":"19774602002980","imei2":"19774602002980","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T02:31:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169864,"job_number":"JOB_169864","tr_customer_id":169881,"tr_customer_product_id":169871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T02:17:01.000Z","modified_at":"2026-01-29T02:17:03.000Z","name":"Bhargav Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"15571746267895","imei1":"15571746267895","imei2":"15571746267895","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T02:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169863,"job_number":"JOB_169863","tr_customer_id":169880,"tr_customer_product_id":169870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:51:47.000Z","modified_at":"2026-01-29T01:51:47.000Z","name":"Bhooshit Ahluwalia","mobile_number":"7068428475","email_id":"bakula.arora@hotmail.com","dop":"2026-01-19","serial_number":"295825705730767","imei1":"295825705730767","imei2":"295825705730767","popurl":"www.sanjay-dutta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T01:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169862,"job_number":"JOB_169862","tr_customer_id":169879,"tr_customer_product_id":169869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:18:00.000Z","modified_at":"2026-01-29T01:18:00.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-19","serial_number":"78925764368475","imei1":"78925764368475","imei2":"78925764368475","popurl":"2026-01-19T01:18:00.226792700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T01:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169861,"job_number":"JOB_169861","tr_customer_id":169878,"tr_customer_product_id":169868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:17:53.000Z","modified_at":"2026-01-29T07:50:20.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-19","serial_number":"78920578946848","imei1":"78920578946848","imei2":"78920578946848","popurl":"2026-01-19T01:17:52.735271800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-29T07:50:20.000Z","assigned_to":17,"mst_warrenty_status_code":"IW"},{"id":169860,"job_number":"JOB_169860","tr_customer_id":169877,"tr_customer_product_id":169867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:17:20.000Z","modified_at":"2026-01-29T01:17:20.000Z","name":"Trilochana Gill","mobile_number":"7092945714","email_id":"dev.ganaka@yahoo.co.in","dop":"2026-01-19","serial_number":"483237302467988","imei1":"483237302467988","imei2":"483237302467988","popurl":"www.rageswari-bhattathiri.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T01:17:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169859,"job_number":"JOB_169859","tr_customer_id":169876,"tr_customer_product_id":169866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:17:19.000Z","modified_at":"2026-01-29T07:50:13.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-19","serial_number":"19920302988473","imei1":"19920302988473","imei2":"19920302988473","popurl":"2026-01-19T01:17:18.375227600Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-29T07:50:13.000Z","assigned_to":17,"mst_warrenty_status_code":"IW"},{"id":170411,"job_number":"JOB_170411","tr_customer_id":170428,"tr_customer_product_id":170418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:25.000Z","modified_at":"2026-01-29T06:50:25.000Z","name":"Enoch Schulist","mobile_number":"219-219-6550","email_id":"Kellie.Cronin@hotmail.com","dop":"2000-01-31","serial_number":"1046919848290472","imei1":"1046919848290472","imei2":"1046919848290472","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170409,"job_number":"JOB_170409","tr_customer_id":170426,"tr_customer_product_id":170416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:24.000Z","modified_at":"2026-01-29T06:50:24.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10594816478675","imei1":"10594816478675","imei2":"10594816478675","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170405,"job_number":"JOB_170405","tr_customer_id":170422,"tr_customer_product_id":170412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:39.000Z","modified_at":"2026-01-29T06:49:39.000Z","name":"Freeman Dickens","mobile_number":"614-949-6620","email_id":"Hope33@hotmail.com","dop":"2000-01-31","serial_number":"1046560680313165","imei1":"1046560680313165","imei2":"1046560680313165","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170403,"job_number":"JOB_170403","tr_customer_id":170420,"tr_customer_product_id":170410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:38.000Z","modified_at":"2026-01-29T06:49:38.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10942710777095","imei1":"10942710777095","imei2":"10942710777095","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170402,"job_number":"JOB_170402","tr_customer_id":170419,"tr_customer_product_id":170409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:53.000Z","modified_at":"2026-01-29T06:48:53.000Z","name":"Leda Ferry","mobile_number":"860-899-8473","email_id":"Gloria48@hotmail.com","dop":"2000-01-31","serial_number":"1065945309649281","imei1":"1065945309649281","imei2":"1065945309649281","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170400,"job_number":"JOB_170400","tr_customer_id":170417,"tr_customer_product_id":170407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:52.000Z","modified_at":"2026-01-29T06:48:52.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10137181032428","imei1":"10137181032428","imei2":"10137181032428","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170396,"job_number":"JOB_170396","tr_customer_id":170413,"tr_customer_product_id":170403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:07.000Z","modified_at":"2026-01-29T06:48:07.000Z","name":"Bobby Goodwin","mobile_number":"938-388-5703","email_id":"Bettye_Weber@gmail.com","dop":"2000-01-31","serial_number":"1002269612563443","imei1":"1002269612563443","imei2":"1002269612563443","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170394,"job_number":"JOB_170394","tr_customer_id":170411,"tr_customer_product_id":170401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:05.000Z","modified_at":"2026-01-29T06:48:05.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10040564136257","imei1":"10040564136257","imei2":"10040564136257","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170061,"job_number":"JOB_170061","tr_customer_id":170078,"tr_customer_product_id":170068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:55.000Z","modified_at":"2026-01-29T04:19:55.000Z","name":"Burnice Tromp","mobile_number":"206-221-6239","email_id":"Jasen.Harvey@hotmail.com","dop":"2000-01-31","serial_number":"1030163097598711","imei1":"1030163097598711","imei2":"1030163097598711","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:55.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170059,"job_number":"JOB_170059","tr_customer_id":170076,"tr_customer_product_id":170066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:54.000Z","modified_at":"2026-01-29T04:19:54.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10006257632907","imei1":"10006257632907","imei2":"10006257632907","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:54.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170046,"job_number":"JOB_170046","tr_customer_id":170063,"tr_customer_product_id":170053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:13.000Z","modified_at":"2026-01-29T04:19:13.000Z","name":"Imogene Parker","mobile_number":"952-922-4274","email_id":"Asia_Borer@hotmail.com","dop":"2000-01-31","serial_number":"1051265970680909","imei1":"1051265970680909","imei2":"1051265970680909","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170043,"job_number":"JOB_170043","tr_customer_id":170060,"tr_customer_product_id":170050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:11.000Z","modified_at":"2026-01-29T04:19:11.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10411503339546","imei1":"10411503339546","imei2":"10411503339546","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170020,"job_number":"JOB_170020","tr_customer_id":170037,"tr_customer_product_id":170027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:30.000Z","modified_at":"2026-01-29T04:18:30.000Z","name":"Jonas Nolan","mobile_number":"810-555-0144","email_id":"Issac81@gmail.com","dop":"2000-01-31","serial_number":"1033403239328929","imei1":"1033403239328929","imei2":"1033403239328929","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170015,"job_number":"JOB_170015","tr_customer_id":170032,"tr_customer_product_id":170022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:29.000Z","modified_at":"2026-01-29T04:18:29.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10739704061138","imei1":"10739704061138","imei2":"10739704061138","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169967,"job_number":"JOB_169967","tr_customer_id":169984,"tr_customer_product_id":169974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:48.000Z","modified_at":"2026-01-29T04:17:48.000Z","name":"Dock Raynor","mobile_number":"653-907-7882","email_id":"Laury.Goldner54@hotmail.com","dop":"2000-01-31","serial_number":"1095767801177090","imei1":"1095767801177090","imei2":"1095767801177090","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169956,"job_number":"JOB_169956","tr_customer_id":169973,"tr_customer_product_id":169963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:17:46.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10712940788540","imei1":"10712940788540","imei2":"10712940788540","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_151329"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 279ms
Mean size per request: 1007B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMzh9.mdUyWbaRjHCGV-7lQOMVD7BWT_OFVDfZUamUaWe45K0
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 24b80b14-573e-4cd9-bd2c-f83c95efd2b6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 27
Request Body
{"searchText":"JOB_170669"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1007
ETag W/"3ef-7f+kCSuqkCaDZTUZikghykKBjlg"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":170669,"job_number":"JOB_170669","tr_customer_id":170686,"tr_customer_product_id":170676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:34:00.000Z","modified_at":"2026-01-29T14:34:11.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16821902115578","imei2":"16821902115578","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:34:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_151329' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_170669
Response Information
Response Code: 200 - OK
Mean time per request: 288ms
Mean size per request: 2.56KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyMzh9.mdUyWbaRjHCGV-7lQOMVD7BWT_OFVDfZUamUaWe45K0
Connection keep-alive
Content-Length 0
Content-Type text/plain
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 23866ca0-90c5-4361-867f-a41552c864ca
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"a3a-vVoKDjZGDkjFuhkH5vwmd6Vjk8U"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 29 Jan 2026 14:34:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"id":170669,"job_number":"JOB_170669","tr_customer_id":170686,"tr_customer_product_id":170676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:34:00.000Z","modified_at":"2026-01-29T14:34:11.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16821902115578","imei2":"16821902115578","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:34:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","details":[{"id":652626,"mst_action_status":"Job Creation","assigned_by":null,"assigned_to":null,"assigned_on":"2026-01-29T14:34:00.000Z","created_at":"2026-01-29T14:34:00.000Z"},{"id":652627,"mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_to":null,"assigned_on":"2026-01-29T14:34:00.000Z","created_at":"2026-01-29T14:34:00.000Z"},{"id":652628,"mst_action_status":"Pending For Repair","assigned_by":"John Cena","assigned_to":"Mark zuk","assigned_on":"2026-01-29T14:34:03.000Z","created_at":"2026-01-29T14:34:03.000Z"},{"id":652630,"mst_action_status":"Pending For QC","assigned_by":"Mark zuk","assigned_to":null,"assigned_on":"2026-01-29T14:34:06.000Z","created_at":"2026-01-29T14:34:06.000Z"},{"id":652631,"mst_action_status":"Pending for Delivery","assigned_by":"qc qc","assigned_to":null,"assigned_on":"2026-01-29T14:34:09.000Z","created_at":"2026-01-29T14:34:09.000Z"},{"id":652632,"mst_action_status":"Delivered to customer","assigned_by":"fd fd","assigned_to":null,"assigned_on":"2026-01-29T14:34:11.000Z","created_at":"2026-01-29T14:34:11.000Z"},{"id":652633,"mst_action_status":"Job Closed Successfully","assigned_by":"fd fd","assigned_to":null,"assigned_on":"2026-01-29T14:34:11.000Z","created_at":"2026-01-29T14:34:11.000Z"}],"problems":[{"id":152901,"problem":"Smartphone is running slow","remark":"phone slow","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-29T14:34:00.000Z"},{"id":152903,"problem":"Smartphone is running slow","remark":"updated os","added_by":"Mark zuk","role_name":"Engineer","created_at":"2026-01-29T14:34:06.000Z"}],"quatations":[]}}
Test Information
No Tests for this request
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login?
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 690B

Test Pass Percentage
75 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d950562e-46a7-482c-b4a7-dede6f015f7a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-Aq/lb8GRMpi3IENRCNrjj9e3UWI"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:13 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNTN9.Rq9s1WhMqfiBsHel3W-nmNPytpkw0fly2W5gCq9Zhm4"}}
Test Information
NamePassedFailedSkipped
verify if the status code is 200 1 0 0
verify if the response message is Success 1 0 0
verify if the response time is less than 100 0 1 0
verify if the response token is not null 1 0 0
Total 3 1 0
Test Failure
Test NameAssertion Error
verify if the response time is less than 100
expected 258 to be below 100
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login?
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 258ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1d0811f5-c316-4e32-9a8f-4d8925f70419
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 72
Request Body
{
            "username": "iamfdinvalid",
            "password": "invalidPassword"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
verify if the status code is 401 0 1 0
verify error message 1 0 0
validate json schema response 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
verify if the status code is 401
expected response to have status code 401 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://v1/userdetails
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-US,en;q=0.9
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNTN9.Rq9s1WhMqfiBsHel3W-nmNPytpkw0fly2W5gCq9Zhm4
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a4cce6e3-9319-4f52-b6c5-d345dd695251
Host
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 284ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-US,en;q=0.9
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNTN9.Rq9s1WhMqfiBsHel3W-nmNPytpkw0fly2W5gCq9Zhm4
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 02d97aca-dc61-4aaa-aa27-4b43dbb63e22
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-h6LMMT85A9vsayiXGfKJ245dNOg"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":782},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 281ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-US,en;q=0.9
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNTN9.Rq9s1WhMqfiBsHel3W-nmNPytpkw0fly2W5gCq9Zhm4
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1e60d107-27a9-424a-9835-fe15dcada012
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-h6LMMT85A9vsayiXGfKJ245dNOg"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":782},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
verify status code is 200 1 0 0
verify if the keys are present in response data array 1 0 0
Verify if the count for the json object Pending for delivery is Number or not 1 0 0
Verify if the count for the json object Created today is Number or not 1 0 0
Verify if the count for the json object Pending for FST assignment is Number or not 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 269ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-US,en;q=0.9
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNTN9.Rq9s1WhMqfiBsHel3W-nmNPytpkw0fly2W5gCq9Zhm4
Connection keep-alive
Content-Length 0
Content-Type text/plain
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2308a0bd-bcf4-4085-b42d-e9e691a84ffe
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 29 Jan 2026 14:34:14 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 265ms
Mean size per request: 10.53KB

Test Pass Percentage
50 %
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-US,en;q=0.9
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNTN9.Rq9s1WhMqfiBsHel3W-nmNPytpkw0fly2W5gCq9Zhm4
Connection keep-alive
Content-Length 0
Content-Type text/plain
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a6a48ebf-0564-44e0-a74b-3550b743174c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 29 Jan 2026 14:34:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify whether the key mst_oem is present in the response 1 0 0
verify if the key is storing a non empty array 0 1 0
Total 1 1 0
Test Failure
Test NameAssertion Error
verify if the key is storing a non empty array
expected_keys is not defined
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Praj","last_name":"Test","mobile_number":"1234567891","mobile_number_alt":"","email_id":"praj22@test.com","email_id_alt":""},"customer_address":{"flat_number":"56","apartment_name":"ress","street_name":"4th Cross Road","landmark":"data","area":"4567","pincode":"560066","country":"India","state":"Karnataka"},"customer_product":{"dop":"2026-01-09T18:30:00.000Z","serial_number":"12345678567567","imei1":"12345678567567","imei2":"12345678567567","popurl":"2026-01-09T18:30:00.000Z","product_id":1,"mst_model_id":1},"problems":[{"id":1,"remark":"phone slow"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 324ms
Mean size per request: 233B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNTN9.Rq9s1WhMqfiBsHel3W-nmNPytpkw0fly2W5gCq9Zhm4
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0050fcc0-14f7-4f40-9171-e109e6c74cac
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1038
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Praj",
                "last_name": "Test",
                "mobile_number": "1234567891",
                "mobile_number_alt": "",
                "email_id": "praj22@test.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "56",
                "apartment_name": "ress",
                "street_name": "4th Cross Road",
                "landmark": "data",
                "area": "4567",
                "pincode": "560066",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2026-01-09T18:30:00.000Z",
                "serial_number": "12345678567567",
                "imei1": "11487568597016",
                "imei2": "11487568597016",
                "popurl": "2026-01-09T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 1
            },
            "problems": [
                {
                    "id": 1,
                    "remark": "phone slow"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-ibl72v3FPuMSzNTnSVgHpE1tkyA"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":170670,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"tr_customer_id":170687,"tr_customer_product_id":170677,"job_number":"JOB_170670"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Praj","last_name":"Test","mobile_number":"1234567891","mobile_number_alt":"","email_id":"praj22@test.com","email_id_alt":""},"customer_address":{"flat_number":"56","apartment_name":"ress","street_name":"4th Cross Road","landmark":"data","area":"4567","pincode":"560066","country":"India","state":"Karnataka"},"customer_product":{"dop":"2026-01-09T18:30:00.000Z","serial_number":"12345678567567","imei1":"12345678567567","imei2":"12345678567567","popurl":"2026-01-09T18:30:00.000Z","product_id":1,"mst_model_id":1},"problems":[{"id":1,"remark":"phone slow"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create?randomNumber=17757910031521
Response Information
Response Code: 200 - OK
Mean time per request: 322ms
Mean size per request: 233B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNTN9.Rq9s1WhMqfiBsHel3W-nmNPytpkw0fly2W5gCq9Zhm4
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 63721fd7-d720-4db7-8958-cc9edc830e48
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1038
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 1,
            "customer": {
                "first_name": "Praj",
                "last_name": "Test",
                "mobile_number": "1234567891",
                "mobile_number_alt": "",
                "email_id": "praj22@test.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "56",
                "apartment_name": "ress",
                "street_name": "4th Cross Road",
                "landmark": "data",
                "area": "4567",
                "pincode": "560066",
                "country": "India",
                "state": "Karnataka"
            },
            "customer_product": {
                "dop": "2026-01-09T18:30:00.000Z",
                "serial_number": "12345678567567",
                "imei1": "17757910031521",
                "imei2": "17757910031521",
                "popurl": "2026-01-09T18:30:00.000Z",
                "product_id": 1,
                "mst_model_id": 1
            },
            "problems": [
                {
                    "id": 1,
                    "remark": "phone slow"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-fJB75LeEyaqe+6A+H9bjf59R4DE"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:15 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":170671,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"tr_customer_id":170688,"tr_customer_product_id":170678,"job_number":"JOB_170671"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 284ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNTN9.Rq9s1WhMqfiBsHel3W-nmNPytpkw0fly2W5gCq9Zhm4
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6a644452-0bfa-4d07-bc9f-56c1f8af6144
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-ML0a4/p1fuAq2mj578gu3k60BC8"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":784},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
verify if the count for the created job today is incremented 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 446ms
Mean size per request: 760.5KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNTN9.Rq9s1WhMqfiBsHel3W-nmNPytpkw0fly2W5gCq9Zhm4
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Cache-Control no-cache
Postman-Token 8ef43ef3-bcef-487e-aae4-0cf274ae408f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"be1fd-Pp8TlmvCVM0qAp3wGMsSB5ALrUw"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 29 Jan 2026 14:34:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":170662,"job_number":"JOB_170662","tr_customer_id":170679,"tr_customer_product_id":170669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:24.000Z","modified_at":"2026-01-29T14:30:50.000Z","name":"Opal Hilpert","mobile_number":"469-677-2492","email_id":"Tia_Wehner5@yahoo.com","dop":"2025-10-01","serial_number":"16046327030474","imei1":"16046327030474","imei2":"16046327030474","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:30:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170661,"job_number":"JOB_170661","tr_customer_id":170678,"tr_customer_product_id":170668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:15.000Z","modified_at":"2026-01-29T14:30:15.000Z","name":"Afton Sanford","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"134477990546568","imei1":"134477990546568","imei2":"134477990546568","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170660,"job_number":"JOB_170660","tr_customer_id":170677,"tr_customer_product_id":170667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:14.000Z","modified_at":"2026-01-29T14:30:14.000Z","name":"Jeremie Lynch","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"135274987984350","imei1":"135274987984350","imei2":"135274987984350","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170659,"job_number":"JOB_170659","tr_customer_id":170676,"tr_customer_product_id":170666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:14.000Z","modified_at":"2026-01-29T14:30:14.000Z","name":"Nellie Kemmer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"190504053936811","imei1":"190504053936811","imei2":"190504053936811","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170658,"job_number":"JOB_170658","tr_customer_id":170675,"tr_customer_product_id":170665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:13.000Z","modified_at":"2026-01-29T14:30:13.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"192051065949516","imei1":"192051065949516","imei2":"192051065949516","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170657,"job_number":"JOB_170657","tr_customer_id":170674,"tr_customer_product_id":170664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:00.000Z","modified_at":"2026-01-29T14:30:00.000Z","name":"Kaley Koepp","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"169709661148071","imei1":"169709661148071","imei2":"169709661148071","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170656,"job_number":"JOB_170656","tr_customer_id":170673,"tr_customer_product_id":170663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:00.000Z","modified_at":"2026-01-29T14:30:00.000Z","name":"Camryn Lakin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114954477026693","imei1":"114954477026693","imei2":"114954477026693","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170655,"job_number":"JOB_170655","tr_customer_id":170672,"tr_customer_product_id":170662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:00.000Z","modified_at":"2026-01-29T14:30:00.000Z","name":"Darrick Kessler","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"168539902678161","imei1":"168539902678161","imei2":"168539902678161","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170654,"job_number":"JOB_170654","tr_customer_id":170671,"tr_customer_product_id":170661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:29:59.000Z","modified_at":"2026-01-29T14:29:59.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"112406510523889","imei1":"112406510523889","imei2":"112406510523889","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:29:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170640,"job_number":"JOB_170640","tr_customer_id":170657,"tr_customer_product_id":170647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:19.000Z","modified_at":"2026-01-29T14:10:30.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"79596888003891","imei1":"79596888003891","imei2":"79596888003891","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170639,"job_number":"JOB_170639","tr_customer_id":170656,"tr_customer_product_id":170646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:04.000Z","modified_at":"2026-01-29T14:10:15.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"10200392239708","imei1":"10200392239708","imei2":"10200392239708","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170631,"job_number":"JOB_170631","tr_customer_id":170648,"tr_customer_product_id":170638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:49.000Z","modified_at":"2026-01-29T14:09:59.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"18341397511533","imei1":"18341397511533","imei2":"18341397511533","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:09:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170576,"job_number":"JOB_170576","tr_customer_id":170593,"tr_customer_product_id":170583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:40:21.000Z","modified_at":"2026-01-29T13:15:27.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"10658929738383","imei1":"10658929738383","imei2":"10658929738383","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170575,"job_number":"JOB_170575","tr_customer_id":170592,"tr_customer_product_id":170582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:36:37.000Z","modified_at":"2026-01-29T12:36:37.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"10191171314065","imei1":"10191171314065","imei2":"10191171314065","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170551,"job_number":"JOB_170551","tr_customer_id":170568,"tr_customer_product_id":170558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:16:27.000Z","modified_at":"2026-01-29T12:16:27.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"97707161098983122","imei1":"97707161098983122","imei2":"97707161098983122","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170550,"job_number":"JOB_170550","tr_customer_id":170567,"tr_customer_product_id":170557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:13:23.000Z","modified_at":"2026-01-29T12:13:23.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"9770716109898312","imei1":"9770716109898312","imei2":"9770716109898312","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:13:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170510,"job_number":"JOB_170510","tr_customer_id":170527,"tr_customer_product_id":170517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:16:32.000Z","modified_at":"2026-01-29T11:16:32.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"977071610989831","imei1":"977071610989831","imei2":"977071610989831","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:16:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170485,"job_number":"JOB_170485","tr_customer_id":170502,"tr_customer_product_id":170492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:45:15.000Z","modified_at":"2026-01-29T09:06:22.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"977071610989831","imei1":"977071610989831","imei2":"977071610989831","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:06:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170473,"job_number":"JOB_170473","tr_customer_id":170490,"tr_customer_product_id":170480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:23.000Z","modified_at":"2026-01-29T07:58:34.000Z","name":"Vincent Hyatt","mobile_number":"892-347-9684","email_id":"Hershel_Veum@gmail.com","dop":"2025-11-04","serial_number":"13405906422571","imei1":"13405906422571","imei2":"13405906422571","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170472,"job_number":"JOB_170472","tr_customer_id":170489,"tr_customer_product_id":170479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:09.000Z","modified_at":"2026-01-29T07:58:20.000Z","name":"Esta Collier","mobile_number":"224-777-2629","email_id":"Marlene_Huel62@hotmail.com","dop":"2025-11-04","serial_number":"85826434988131","imei1":"85826434988131","imei2":"85826434988131","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170464,"job_number":"JOB_170464","tr_customer_id":170481,"tr_customer_product_id":170471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:45:07.000Z","modified_at":"2026-01-29T07:45:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Athena_Reinger@yahoo.com","dop":"2025-07-02","serial_number":"15409646448622","imei1":"15409646448622","imei2":"15409646448622","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:45:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170463,"job_number":"JOB_170463","tr_customer_id":170480,"tr_customer_product_id":170470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:44:47.000Z","modified_at":"2026-01-29T07:44:47.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Daphnee.Hammes83@hotmail.com","dop":"2025-07-02","serial_number":"13659206069138","imei1":"13659206069138","imei2":"13659206069138","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:44:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170462,"job_number":"JOB_170462","tr_customer_id":170479,"tr_customer_product_id":170469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:44:25.000Z","modified_at":"2026-01-29T07:44:25.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Justus81@hotmail.com","dop":"2025-07-02","serial_number":"16470960202615","imei1":"16470960202615","imei2":"16470960202615","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170460,"job_number":"JOB_170460","tr_customer_id":170477,"tr_customer_product_id":170467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:40:11.000Z","modified_at":"2026-01-29T07:40:22.000Z","name":"Royal Gusikowski","mobile_number":"536-365-1270","email_id":"Johnathon.Bashirian59@hotmail.com","dop":"2025-11-04","serial_number":"41067482337351","imei1":"41067482337351","imei2":"41067482337351","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:40:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170459,"job_number":"JOB_170459","tr_customer_id":170476,"tr_customer_product_id":170466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:39:55.000Z","modified_at":"2026-01-29T07:40:07.000Z","name":"Declan Orn","mobile_number":"485-379-8511","email_id":"Rocky_Crooks86@yahoo.com","dop":"2025-11-04","serial_number":"32392105313176","imei1":"32392105313176","imei2":"32392105313176","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:40:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170366,"job_number":"JOB_170366","tr_customer_id":170383,"tr_customer_product_id":170373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:56.000Z","modified_at":"2026-01-29T06:42:07.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"86070678264177","imei1":"86070678264177","imei2":"86070678264177","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:42:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170362,"job_number":"JOB_170362","tr_customer_id":170379,"tr_customer_product_id":170369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:40.000Z","modified_at":"2026-01-29T06:41:52.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"75367562556144","imei1":"75367562556144","imei2":"75367562556144","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170334,"job_number":"JOB_170334","tr_customer_id":170351,"tr_customer_product_id":170341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:21.000Z","modified_at":"2026-01-29T06:35:51.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"58322055980187","imei1":"58322055980187","imei2":"58322055980187","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170333,"job_number":"JOB_170333","tr_customer_id":170350,"tr_customer_product_id":170340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:03.000Z","modified_at":"2026-01-29T06:35:16.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"49081405834854","imei1":"49081405834854","imei2":"49081405834854","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:35:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170332,"job_number":"JOB_170332","tr_customer_id":170349,"tr_customer_product_id":170339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:54.000Z","modified_at":"2026-01-29T06:33:54.000Z","name":"Natalia Kessler","mobile_number":"761-543-6488","email_id":"Jade_Satterfield@gmail.com","dop":"2025-06-09","serial_number":"97950778071355780","imei1":"97950778071355780","imei2":"97950778071355780","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170331,"job_number":"JOB_170331","tr_customer_id":170348,"tr_customer_product_id":170338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:52.000Z","modified_at":"2026-01-29T06:33:52.000Z","name":"Jules Zboncak","mobile_number":"455-881-5519","email_id":"Meghan44@gmail.com","dop":"2025-06-09","serial_number":"107302736681477","imei1":"107302736681477","imei2":"107302736681477","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170330,"job_number":"JOB_170330","tr_customer_id":170347,"tr_customer_product_id":170337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:52.000Z","modified_at":"2026-01-29T06:34:05.000Z","name":"Leda Collins","mobile_number":"225-511-1845","email_id":"Kyleigh.Kautzer57@hotmail.com","dop":"2025-06-09","serial_number":"106849741801907","imei1":"106849741801907","imei2":"106849741801907","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:34:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170329,"job_number":"JOB_170329","tr_customer_id":170346,"tr_customer_product_id":170336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:52.000Z","modified_at":"2026-01-29T06:33:52.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109578000036737","imei1":"109578000036737","imei2":"109578000036737","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170328,"job_number":"JOB_170328","tr_customer_id":170345,"tr_customer_product_id":170335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:34.000Z","modified_at":"2026-01-29T06:33:34.000Z","name":"Lindsey Hettinger","mobile_number":"393-703-2324","email_id":"Justyn_Jenkins29@hotmail.com","dop":"2025-06-09","serial_number":"102632198232302","imei1":"102632198232302","imei2":"102632198232302","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170327,"job_number":"JOB_170327","tr_customer_id":170344,"tr_customer_product_id":170334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:34.000Z","modified_at":"2026-01-29T06:33:47.000Z","name":"Chase Kihn","mobile_number":"657-597-7471","email_id":"Julien4@hotmail.com","dop":"2025-06-09","serial_number":"107165057388892","imei1":"107165057388892","imei2":"107165057388892","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:33:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170326,"job_number":"JOB_170326","tr_customer_id":170343,"tr_customer_product_id":170333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:33.000Z","modified_at":"2026-01-29T06:33:33.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102172616443770","imei1":"102172616443770","imei2":"102172616443770","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170325,"job_number":"JOB_170325","tr_customer_id":170342,"tr_customer_product_id":170332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:16.000Z","modified_at":"2026-01-29T06:33:16.000Z","name":"Brooke Spencer","mobile_number":"627-430-8736","email_id":"Jacey30@yahoo.com","dop":"2025-06-09","serial_number":"8270962798696557","imei1":"8270962798696557","imei2":"8270962798696557","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170324,"job_number":"JOB_170324","tr_customer_id":170341,"tr_customer_product_id":170331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:15.000Z","modified_at":"2026-01-29T06:33:15.000Z","name":"Alicia Upton","mobile_number":"814-290-6671","email_id":"Connie.Goodwin66@hotmail.com","dop":"2025-06-09","serial_number":"105069189382942","imei1":"105069189382942","imei2":"105069189382942","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170323,"job_number":"JOB_170323","tr_customer_id":170340,"tr_customer_product_id":170330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:14.000Z","modified_at":"2026-01-29T06:33:28.000Z","name":"Elisa Ryan","mobile_number":"638-513-5547","email_id":"Catalina55@gmail.com","dop":"2025-06-09","serial_number":"108746957862883","imei1":"108746957862883","imei2":"108746957862883","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:33:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170322,"job_number":"JOB_170322","tr_customer_id":170339,"tr_customer_product_id":170329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:14.000Z","modified_at":"2026-01-29T06:33:14.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"102303592410008","imei1":"102303592410008","imei2":"102303592410008","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170321,"job_number":"JOB_170321","tr_customer_id":170338,"tr_customer_product_id":170328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:31:27.000Z","modified_at":"2026-01-29T06:31:51.000Z","name":"Ottis Labadie","mobile_number":"966-793-1574","email_id":"Kristian_Hayes97@gmail.com","dop":"2025-10-01","serial_number":"13893001630037","imei1":"13893001630037","imei2":"13893001630037","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170320,"job_number":"JOB_170320","tr_customer_id":170337,"tr_customer_product_id":170327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:30:58.000Z","modified_at":"2026-01-29T06:31:11.000Z","name":"Robyn Von","mobile_number":"407-528-2637","email_id":"Cleora17@gmail.com","dop":"2025-11-04","serial_number":"85566931991008","imei1":"85566931991008","imei2":"85566931991008","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:31:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170319,"job_number":"JOB_170319","tr_customer_id":170336,"tr_customer_product_id":170326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:30:40.000Z","modified_at":"2026-01-29T06:30:53.000Z","name":"Athena Kling","mobile_number":"392-554-0171","email_id":"Buddy_Aufderhar81@yahoo.com","dop":"2025-11-04","serial_number":"70505521790134","imei1":"70505521790134","imei2":"70505521790134","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:30:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170318,"job_number":"JOB_170318","tr_customer_id":170335,"tr_customer_product_id":170325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:30:23.000Z","modified_at":"2026-01-29T06:30:35.000Z","name":"Lela Treutel","mobile_number":"692-467-9811","email_id":"April86@yahoo.com","dop":"2025-11-04","serial_number":"35397617622191","imei1":"35397617622191","imei2":"35397617622191","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:30:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170085,"job_number":"JOB_170085","tr_customer_id":170102,"tr_customer_product_id":170092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:00:51.000Z","modified_at":"2026-01-29T05:00:51.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10286259884544","imei1":"10286259884544","imei2":"10286259884544","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:00:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170084,"job_number":"JOB_170084","tr_customer_id":170101,"tr_customer_product_id":170091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:00:51.000Z","modified_at":"2026-01-29T05:01:01.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"18405303130112","imei1":"18405303130112","imei2":"18405303130112","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170031,"job_number":"JOB_170031","tr_customer_id":170048,"tr_customer_product_id":170038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:39.000Z","modified_at":"2026-01-29T04:18:48.000Z","name":"Sarah Borer","mobile_number":"728-577-0903","email_id":"Merlin.Dibbert32@hotmail.com","dop":"2025-12-31","serial_number":"10819361310270","imei1":"10819361310270","imei2":"10819361310270","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170024,"job_number":"JOB_170024","tr_customer_id":170041,"tr_customer_product_id":170031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:36.000Z","modified_at":"2026-01-29T04:18:36.000Z","name":"Lavada Kub","mobile_number":"725-504-9986","email_id":"Quincy46@hotmail.com","dop":"2025-06-09","serial_number":"100552901932869","imei1":"100552901932869","imei2":"100552901932869","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170023,"job_number":"JOB_170023","tr_customer_id":170040,"tr_customer_product_id":170030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:35.000Z","modified_at":"2026-01-29T04:18:46.000Z","name":"Katharina Cruickshank","mobile_number":"924-627-4792","email_id":"Brianne21@yahoo.com","dop":"2025-06-09","serial_number":"109465015397039","imei1":"109465015397039","imei2":"109465015397039","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170022,"job_number":"JOB_170022","tr_customer_id":170039,"tr_customer_product_id":170029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:35.000Z","modified_at":"2026-01-29T04:18:35.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"102690346307484","imei1":"102690346307484","imei2":"102690346307484","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170012,"job_number":"JOB_170012","tr_customer_id":170029,"tr_customer_product_id":170019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:26.000Z","modified_at":"2026-01-29T04:18:35.000Z","name":"Chris Thompson","mobile_number":"845-539-7106","email_id":"Sigurd.Orn95@hotmail.com","dop":"2025-12-31","serial_number":"10467693498151","imei1":"10467693498151","imei2":"10467693498151","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170011,"job_number":"JOB_170011","tr_customer_id":170028,"tr_customer_product_id":170018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:20.000Z","modified_at":"2026-01-29T04:18:20.000Z","name":"Osborne Baumbach","mobile_number":"269-391-4648","email_id":"Amanda.Schoen6@yahoo.com","dop":"2025-06-09","serial_number":"101461346840938","imei1":"101461346840938","imei2":"101461346840938","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170010,"job_number":"JOB_170010","tr_customer_id":170027,"tr_customer_product_id":170017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:20.000Z","modified_at":"2026-01-29T04:18:31.000Z","name":"Durward Purdy","mobile_number":"439-238-6780","email_id":"Casimir94@hotmail.com","dop":"2025-06-09","serial_number":"109558957991032","imei1":"109558957991032","imei2":"109558957991032","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170009,"job_number":"JOB_170009","tr_customer_id":170026,"tr_customer_product_id":170016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:19.000Z","modified_at":"2026-01-29T04:18:19.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"105528713661639","imei1":"105528713661639","imei2":"105528713661639","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170008,"job_number":"JOB_170008","tr_customer_id":170025,"tr_customer_product_id":170015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:12.000Z","modified_at":"2026-01-29T04:18:22.000Z","name":"Lincoln Homenick","mobile_number":"817-973-4755","email_id":"Monique17@gmail.com","dop":"2025-12-31","serial_number":"10496055051791","imei1":"10496055051791","imei2":"10496055051791","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170004,"job_number":"JOB_170004","tr_customer_id":170021,"tr_customer_product_id":170011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:04.000Z","modified_at":"2026-01-29T04:18:04.000Z","name":"Eryn Bruen","mobile_number":"519-308-8273","email_id":"Meggie3@yahoo.com","dop":"2025-06-09","serial_number":"101844397816375","imei1":"101844397816375","imei2":"101844397816375","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170003,"job_number":"JOB_170003","tr_customer_id":170020,"tr_customer_product_id":170010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:04.000Z","modified_at":"2026-01-29T04:18:15.000Z","name":"Guillermo Hintz","mobile_number":"779-876-9730","email_id":"Darrick_Keeling78@hotmail.com","dop":"2025-06-09","serial_number":"104831108983090","imei1":"104831108983090","imei2":"104831108983090","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170002,"job_number":"JOB_170002","tr_customer_id":170019,"tr_customer_product_id":170009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:03.000Z","modified_at":"2026-01-29T04:18:03.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"105825948977618","imei1":"105825948977618","imei2":"105825948977618","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169990,"job_number":"JOB_169990","tr_customer_id":170007,"tr_customer_product_id":169997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"Josefina Schuppe","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"188490740819099","imei1":"188490740819099","imei2":"188490740819099","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169989,"job_number":"JOB_169989","tr_customer_id":170006,"tr_customer_product_id":169996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"Nola Steuber","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"129136019390741","imei1":"129136019390741","imei2":"129136019390741","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169988,"job_number":"JOB_169988","tr_customer_id":170004,"tr_customer_product_id":169995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:17:59.000Z","name":"Cleveland Nader","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"160593098261144","imei1":"160593098261144","imei2":"160593098261144","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169985,"job_number":"JOB_169985","tr_customer_id":170002,"tr_customer_product_id":169992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:17:59.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"178943905284676","imei1":"178943905284676","imei2":"178943905284676","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169979,"job_number":"JOB_169979","tr_customer_id":169996,"tr_customer_product_id":169986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:17:57.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"14778791158538","imei1":"14778791158538","imei2":"14778791158538","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169976,"job_number":"JOB_169976","tr_customer_id":169993,"tr_customer_product_id":169983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:18:06.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19471419291588","imei1":"19471419291588","imei2":"19471419291588","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169965,"job_number":"JOB_169965","tr_customer_id":169982,"tr_customer_product_id":169972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:48.000Z","modified_at":"2026-01-29T04:18:12.000Z","name":"Stanley Olson","mobile_number":"293-523-0223","email_id":"Wendy_Witting55@gmail.com","dop":"2025-10-01","serial_number":"18988258327942","imei1":"18988258327942","imei2":"18988258327942","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169963,"job_number":"JOB_169963","tr_customer_id":169980,"tr_customer_product_id":169970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Lela Boyle","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"113807506462303","imei1":"113807506462303","imei2":"113807506462303","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169962,"job_number":"JOB_169962","tr_customer_id":169979,"tr_customer_product_id":169969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Calista Schuppe","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"108590264598891","imei1":"108590264598891","imei2":"108590264598891","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169960,"job_number":"JOB_169960","tr_customer_id":169977,"tr_customer_product_id":169967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Johann Dibbert","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"184192556731387","imei1":"184192556731387","imei2":"184192556731387","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169957,"job_number":"JOB_169957","tr_customer_id":169974,"tr_customer_product_id":169964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:17:46.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"190716491907042","imei1":"190716491907042","imei2":"190716491907042","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169928,"job_number":"JOB_169928","tr_customer_id":169945,"tr_customer_product_id":169935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:55.000Z","modified_at":"2026-01-29T04:17:04.000Z","name":"giyu tomiaka","mobile_number":"300-376-0245","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"992077779167119","imei1":"992077779167119","imei2":"992077779167119","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169927,"job_number":"JOB_169927","tr_customer_id":169944,"tr_customer_product_id":169934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:53.000Z","modified_at":"2026-01-29T04:16:53.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Ralph.Reilly@hotmail.com","dop":"2025-07-02","serial_number":"15208020586693","imei1":"15208020586693","imei2":"15208020586693","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169918,"job_number":"JOB_169918","tr_customer_id":169935,"tr_customer_product_id":169925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:43.000Z","modified_at":"2026-01-29T04:16:52.000Z","name":"tanjiro kamado","mobile_number":"597-440-8271","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"771107984364553","imei1":"771107984364553","imei2":"771107984364553","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169913,"job_number":"JOB_169913","tr_customer_id":169930,"tr_customer_product_id":169920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Ronaldo_Kulas@gmail.com","dop":"2025-07-02","serial_number":"16826565478339","imei1":"16826565478339","imei2":"16826565478339","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169906,"job_number":"JOB_169906","tr_customer_id":169923,"tr_customer_product_id":169913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:31.000Z","modified_at":"2026-01-29T04:16:41.000Z","name":"saitama sensei","mobile_number":"849-330-7706","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"238347889613895","imei1":"238347889613895","imei2":"238347889613895","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169890,"job_number":"JOB_169890","tr_customer_id":169907,"tr_customer_product_id":169897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:18.000Z","modified_at":"2026-01-29T04:16:18.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Catalina_Beer85@hotmail.com","dop":"2025-07-02","serial_number":"11468399750888","imei1":"11468399750888","imei2":"11468399750888","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170671,"job_number":"JOB_170671","tr_customer_id":170688,"tr_customer_product_id":170678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:34:15.000Z","modified_at":"2026-01-29T14:34:15.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17757910031521","imei2":"17757910031521","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:34:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170670,"job_number":"JOB_170670","tr_customer_id":170687,"tr_customer_product_id":170677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:34:15.000Z","modified_at":"2026-01-29T14:34:15.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11487568597016","imei2":"11487568597016","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:34:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170669,"job_number":"JOB_170669","tr_customer_id":170686,"tr_customer_product_id":170676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:34:00.000Z","modified_at":"2026-01-29T14:34:11.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16821902115578","imei2":"16821902115578","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:34:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170668,"job_number":"JOB_170668","tr_customer_id":170685,"tr_customer_product_id":170675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:59.000Z","modified_at":"2026-01-29T14:33:59.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12161447353277","imei2":"12161447353277","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170667,"job_number":"JOB_170667","tr_customer_id":170684,"tr_customer_product_id":170674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:44.000Z","modified_at":"2026-01-29T14:33:56.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16221438407366","imei2":"16221438407366","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:33:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170666,"job_number":"JOB_170666","tr_customer_id":170683,"tr_customer_product_id":170673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:44.000Z","modified_at":"2026-01-29T14:33:44.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17620259137506","imei2":"17620259137506","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170665,"job_number":"JOB_170665","tr_customer_id":170682,"tr_customer_product_id":170672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:43.000Z","modified_at":"2026-01-29T14:33:43.000Z","name":"Jessica Bernhard","mobile_number":"832-560-6687","email_id":"Vernie_Klocko@hotmail.com","dop":"2025-04-06","serial_number":"17593189206573856","imei1":"17593189206573856","imei2":"17593189206573856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170664,"job_number":"JOB_170664","tr_customer_id":170681,"tr_customer_product_id":170671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:42.000Z","modified_at":"2026-01-29T14:34:16.000Z","name":"Madelyn Grant","mobile_number":"456-703-9202","email_id":"Maegan.Homenick29@gmail.com","dop":"2025-04-06","serial_number":"17423928987389","imei1":"17423928987389","imei2":"17423928987389","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-29T14:34:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170663,"job_number":"JOB_170663","tr_customer_id":170680,"tr_customer_product_id":170670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:42.000Z","modified_at":"2026-01-29T14:33:42.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18144335562909","imei1":"18144335562909","imei2":"18144335562909","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170653,"job_number":"JOB_170653","tr_customer_id":170670,"tr_customer_product_id":170660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:11:07.000Z","modified_at":"2026-01-29T14:11:07.000Z","name":"Colin Mann","mobile_number":"500-258-1892","email_id":"Chaz.Thompson17@gmail.com","dop":"2025-04-06","serial_number":"15145090007362290","imei1":"15145090007362290","imei2":"15145090007362290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:11:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170652,"job_number":"JOB_170652","tr_customer_id":170669,"tr_customer_product_id":170659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:11:05.000Z","modified_at":"2026-01-29T14:11:43.000Z","name":"Gabrielle Gerhold","mobile_number":"647-954-9594","email_id":"Jacynthe_Robel0@gmail.com","dop":"2025-04-06","serial_number":"18578815429337","imei1":"18578815429337","imei2":"18578815429337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:11:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170651,"job_number":"JOB_170651","tr_customer_id":170668,"tr_customer_product_id":170658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:11:05.000Z","modified_at":"2026-01-29T14:11:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14497840140645","imei1":"14497840140645","imei2":"14497840140645","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:11:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170650,"job_number":"JOB_170650","tr_customer_id":170667,"tr_customer_product_id":170657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:29.000Z","modified_at":"2026-01-29T14:10:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54403093365360","imei1":"54403093365360","imei2":"54403093365360","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170649,"job_number":"JOB_170649","tr_customer_id":170666,"tr_customer_product_id":170656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:28.000Z","modified_at":"2026-01-29T14:10:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36396773416077","imei1":"36396773416077","imei2":"36396773416077","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170648,"job_number":"JOB_170648","tr_customer_id":170665,"tr_customer_product_id":170655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:28.000Z","modified_at":"2026-01-29T14:10:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62451219327262","imei1":"62451219327262","imei2":"62451219327262","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170647,"job_number":"JOB_170647","tr_customer_id":170664,"tr_customer_product_id":170654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:28.000Z","modified_at":"2026-01-29T14:10:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87680375735673","imei1":"87680375735673","imei2":"87680375735673","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170646,"job_number":"JOB_170646","tr_customer_id":170663,"tr_customer_product_id":170653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:27.000Z","modified_at":"2026-01-29T14:10:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53855674847277","imei1":"53855674847277","imei2":"53855674847277","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170645,"job_number":"JOB_170645","tr_customer_id":170662,"tr_customer_product_id":170652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:27.000Z","modified_at":"2026-01-29T14:10:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32205266543222","imei1":"32205266543222","imei2":"32205266543222","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170644,"job_number":"JOB_170644","tr_customer_id":170661,"tr_customer_product_id":170651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:27.000Z","modified_at":"2026-01-29T14:10:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80476885755767","imei1":"80476885755767","imei2":"80476885755767","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170643,"job_number":"JOB_170643","tr_customer_id":170660,"tr_customer_product_id":170650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:21.000Z","modified_at":"2026-01-29T14:10:21.000Z","name":"Mabel Von","mobile_number":"545-600-8748","email_id":"Dustin.Littel@gmail.com","dop":"2025-04-06","serial_number":"15696888684715178","imei1":"15696888684715178","imei2":"15696888684715178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170642,"job_number":"JOB_170642","tr_customer_id":170659,"tr_customer_product_id":170649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:20.000Z","modified_at":"2026-01-29T14:10:58.000Z","name":"Davin Walker","mobile_number":"787-579-2037","email_id":"Ansley_Schmitt48@hotmail.com","dop":"2025-04-06","serial_number":"16632479613436","imei1":"16632479613436","imei2":"16632479613436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170641,"job_number":"JOB_170641","tr_customer_id":170658,"tr_customer_product_id":170648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:20.000Z","modified_at":"2026-01-29T14:10:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16471020128168","imei1":"16471020128168","imei2":"16471020128168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170638,"job_number":"JOB_170638","tr_customer_id":170655,"tr_customer_product_id":170645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:54.000Z","modified_at":"2026-01-29T14:10:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"77711799189048","imei1":"77711799189048","imei2":"77711799189048","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170637,"job_number":"JOB_170637","tr_customer_id":170654,"tr_customer_product_id":170644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:54.000Z","modified_at":"2026-01-29T14:09:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45530510234866","imei1":"45530510234866","imei2":"45530510234866","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170636,"job_number":"JOB_170636","tr_customer_id":170653,"tr_customer_product_id":170643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:54.000Z","modified_at":"2026-01-29T14:09:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11857570018969","imei1":"11857570018969","imei2":"11857570018969","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170635,"job_number":"JOB_170635","tr_customer_id":170652,"tr_customer_product_id":170642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:53.000Z","modified_at":"2026-01-29T14:09:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27348167769992","imei1":"27348167769992","imei2":"27348167769992","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170634,"job_number":"JOB_170634","tr_customer_id":170651,"tr_customer_product_id":170641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:53.000Z","modified_at":"2026-01-29T14:09:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13241669324108","imei1":"13241669324108","imei2":"13241669324108","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170633,"job_number":"JOB_170633","tr_customer_id":170650,"tr_customer_product_id":170640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:53.000Z","modified_at":"2026-01-29T14:09:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64298473275873","imei1":"64298473275873","imei2":"64298473275873","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170632,"job_number":"JOB_170632","tr_customer_id":170649,"tr_customer_product_id":170639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:52.000Z","modified_at":"2026-01-29T14:09:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51495525421831","imei1":"51495525421831","imei2":"51495525421831","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170630,"job_number":"JOB_170630","tr_customer_id":170647,"tr_customer_product_id":170637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:42.000Z","modified_at":"2026-01-29T14:09:42.000Z","name":"Sydney Hodkiewicz","mobile_number":"723-344-1980","email_id":"Adrien94@gmail.com","dop":"2025-04-06","serial_number":"10417035467645472","imei1":"10417035467645472","imei2":"10417035467645472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170629,"job_number":"JOB_170629","tr_customer_id":170646,"tr_customer_product_id":170636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:40.000Z","modified_at":"2026-01-29T14:10:22.000Z","name":"Wilton Hettinger","mobile_number":"211-746-1732","email_id":"Horace.Larson@yahoo.com","dop":"2025-04-06","serial_number":"16665506948731","imei1":"16665506948731","imei2":"16665506948731","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170628,"job_number":"JOB_170628","tr_customer_id":170645,"tr_customer_product_id":170635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:36.000Z","modified_at":"2026-01-29T14:09:36.000Z","name":"Sabina Russel","mobile_number":"603-905-7728","email_id":"Erick.Green@hotmail.com","dop":"2025-04-06","serial_number":"12765122914716278","imei1":"12765122914716278","imei2":"12765122914716278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170627,"job_number":"JOB_170627","tr_customer_id":170644,"tr_customer_product_id":170634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:35.000Z","modified_at":"2026-01-29T14:10:13.000Z","name":"Arnulfo Pacocha","mobile_number":"952-876-5615","email_id":"Dawn21@gmail.com","dop":"2025-04-06","serial_number":"10043256847780","imei1":"10043256847780","imei2":"10043256847780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170626,"job_number":"JOB_170626","tr_customer_id":170643,"tr_customer_product_id":170633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:34.000Z","modified_at":"2026-01-29T14:09:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13271255174915","imei1":"13271255174915","imei2":"13271255174915","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170625,"job_number":"JOB_170625","tr_customer_id":170642,"tr_customer_product_id":170632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:19.000Z","modified_at":"2026-01-29T14:09:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"67702757598973","imei1":"67702757598973","imei2":"67702757598973","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:09:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170624,"job_number":"JOB_170624","tr_customer_id":170641,"tr_customer_product_id":170631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:19.000Z","modified_at":"2026-01-29T14:09:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13699333898819","imei1":"13699333898819","imei2":"13699333898819","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170623,"job_number":"JOB_170623","tr_customer_id":170640,"tr_customer_product_id":170630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:19.000Z","modified_at":"2026-01-29T14:09:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62790160479191","imei1":"62790160479191","imei2":"62790160479191","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170622,"job_number":"JOB_170622","tr_customer_id":170639,"tr_customer_product_id":170629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:18.000Z","modified_at":"2026-01-29T14:09:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37116685992248","imei1":"37116685992248","imei2":"37116685992248","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170621,"job_number":"JOB_170621","tr_customer_id":170638,"tr_customer_product_id":170628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:18.000Z","modified_at":"2026-01-29T14:09:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46648017332110","imei1":"46648017332110","imei2":"46648017332110","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170620,"job_number":"JOB_170620","tr_customer_id":170637,"tr_customer_product_id":170627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:18.000Z","modified_at":"2026-01-29T14:09:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35629917911906","imei1":"35629917911906","imei2":"35629917911906","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170619,"job_number":"JOB_170619","tr_customer_id":170636,"tr_customer_product_id":170626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:17.000Z","modified_at":"2026-01-29T14:09:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59836183781698","imei1":"59836183781698","imei2":"59836183781698","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170618,"job_number":"JOB_170618","tr_customer_id":170635,"tr_customer_product_id":170625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:01:10.000Z","modified_at":"2026-01-29T14:01:12.000Z","name":"vedika singh","mobile_number":"9000000002","email_id":"vedika@gmail.com","dop":"2026-01-19","serial_number":"17041667492242","imei1":"17041667492242","imei2":"17041667492242","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170617,"job_number":"JOB_170617","tr_customer_id":170634,"tr_customer_product_id":170624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:01:07.000Z","modified_at":"2026-01-29T14:01:09.000Z","name":"ved singh","mobile_number":"9000000001","email_id":"ved@gmail.com","dop":"2026-01-19","serial_number":"18882897602096","imei1":"18882897602096","imei2":"18882897602096","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:01:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170616,"job_number":"JOB_170616","tr_customer_id":170633,"tr_customer_product_id":170623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:01:05.000Z","modified_at":"2026-01-29T14:01:07.000Z","name":"navin singh","mobile_number":"9000000000","email_id":"navin@gmail.com","dop":"2026-01-19","serial_number":"12126963812128","imei1":"12126963812128","imei2":"12126963812128","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:01:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170615,"job_number":"JOB_170615","tr_customer_id":170632,"tr_customer_product_id":170622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:50:35.000Z","modified_at":"2026-01-29T13:50:35.000Z","name":"Dion Batz","mobile_number":"795-535-5219","email_id":"Khalil_Davis@hotmail.com","dop":"2026-01-23","serial_number":"139235630811846","imei1":"139235630811846","imei2":"139235630811846","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170614,"job_number":"JOB_170614","tr_customer_id":170631,"tr_customer_product_id":170621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:38.000Z","modified_at":"2026-01-29T13:47:38.000Z","name":"Lucinda Koelpin","mobile_number":"751-655-1790","email_id":"Deangelo98@gmail.com","dop":"2025-04-13","serial_number":"1037337323091540","imei1":"1037337323091540","imei2":"1037337323091540","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170613,"job_number":"JOB_170613","tr_customer_id":170630,"tr_customer_product_id":170620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:38.000Z","modified_at":"2026-01-29T13:47:40.000Z","name":"Eino Balistreri","mobile_number":"972-937-6551","email_id":"Trent17@hotmail.com","dop":"2025-04-13","serial_number":"10824970651691","imei1":"10824970651691","imei2":"10824970651691","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:47:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170612,"job_number":"JOB_170612","tr_customer_id":170629,"tr_customer_product_id":170619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:11.000Z","modified_at":"2026-01-29T13:47:11.000Z","name":"Maribel Wolff","mobile_number":"214-481-6880","email_id":"Rosie_Hayes10@hotmail.com","dop":"2025-04-13","serial_number":"1054714305924975","imei1":"1054714305924975","imei2":"1054714305924975","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:47:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170611,"job_number":"JOB_170611","tr_customer_id":170628,"tr_customer_product_id":170618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:11.000Z","modified_at":"2026-01-29T13:47:17.000Z","name":"Dennis Howe","mobile_number":"472-915-3095","email_id":"Claud84@gmail.com","dop":"2025-04-13","serial_number":"10988577357850","imei1":"10988577357850","imei2":"10988577357850","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170610,"job_number":"JOB_170610","tr_customer_id":170627,"tr_customer_product_id":170617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:42:39.000Z","modified_at":"2026-01-29T13:42:39.000Z","name":"Ruben Wolff","mobile_number":"998-279-0271","email_id":"Hailie_Connelly93@yahoo.com","dop":"2025-04-13","serial_number":"1009744602322156","imei1":"1009744602322156","imei2":"1009744602322156","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170609,"job_number":"JOB_170609","tr_customer_id":170626,"tr_customer_product_id":170616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:42:38.000Z","modified_at":"2026-01-29T13:42:41.000Z","name":"Noelia Champlin","mobile_number":"814-699-2963","email_id":"Constance63@gmail.com","dop":"2025-04-13","serial_number":"10901314236664","imei1":"10901314236664","imei2":"10901314236664","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170608,"job_number":"JOB_170608","tr_customer_id":170625,"tr_customer_product_id":170615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:41:14.000Z","modified_at":"2026-01-29T13:41:14.000Z","name":"Daren Schamberger","mobile_number":"291-502-9600","email_id":"Demetrius_Beier76@hotmail.com","dop":"2026-01-23","serial_number":"139285000057022","imei1":"139285000057022","imei2":"139285000057022","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:41:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170607,"job_number":"JOB_170607","tr_customer_id":170624,"tr_customer_product_id":170614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:40:16.000Z","modified_at":"2026-01-29T13:40:16.000Z","name":"Conor Rutherford","mobile_number":"236-208-2545","email_id":"May58@yahoo.com","dop":"2026-01-23","serial_number":"18390069402972","imei1":"18390069402972","imei2":"18390069402972","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:40:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170606,"job_number":"JOB_170606","tr_customer_id":170623,"tr_customer_product_id":170613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:40:11.000Z","modified_at":"2026-01-29T13:40:11.000Z","name":"Carmel Upton","mobile_number":"934-686-6109","email_id":"Ardella0@yahoo.com","dop":"2026-01-19","serial_number":"12800249645231","imei1":"12800249645231","imei2":"12800249645231","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170605,"job_number":"JOB_170605","tr_customer_id":170622,"tr_customer_product_id":170612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:31.000Z","modified_at":"2026-01-29T13:28:31.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15252162674181","imei1":"15252162674181","imei2":"15252162674181","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170604,"job_number":"JOB_170604","tr_customer_id":170621,"tr_customer_product_id":170611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:30.000Z","modified_at":"2026-01-29T13:28:41.000Z","name":"Marcelino Nienow","mobile_number":"912-452-2157","email_id":"Randall.Hettinger@hotmail.com","dop":"2026-01-04","serial_number":"17164848171881","imei1":"17164848171881","imei2":"17164848171881","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170603,"job_number":"JOB_170603","tr_customer_id":170620,"tr_customer_product_id":170610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:30.000Z","modified_at":"2026-01-29T13:28:30.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17168215455938","imei1":"17168215455938","imei2":"17168215455938","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170602,"job_number":"JOB_170602","tr_customer_id":170619,"tr_customer_product_id":170609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:18.000Z","modified_at":"2026-01-29T13:28:18.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"81195005187923","imei1":"81195005187923","imei2":"81195005187923","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170601,"job_number":"JOB_170601","tr_customer_id":170618,"tr_customer_product_id":170608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:18.000Z","modified_at":"2026-01-29T13:28:28.000Z","name":"Leora Feest","mobile_number":"465-750-1407","email_id":"Gaston56@yahoo.com","dop":"2026-01-04","serial_number":"12787010096036","imei1":"12787010096036","imei2":"12787010096036","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170600,"job_number":"JOB_170600","tr_customer_id":170617,"tr_customer_product_id":170607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:18.000Z","modified_at":"2026-01-29T13:28:18.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13921813166721","imei1":"13921813166721","imei2":"13921813166721","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170599,"job_number":"JOB_170599","tr_customer_id":170616,"tr_customer_product_id":170606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:05.000Z","modified_at":"2026-01-29T13:28:05.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"39025816593383","imei1":"39025816593383","imei2":"39025816593383","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170598,"job_number":"JOB_170598","tr_customer_id":170615,"tr_customer_product_id":170605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:05.000Z","modified_at":"2026-01-29T13:28:16.000Z","name":"Lura Schmidt","mobile_number":"882-863-3675","email_id":"Gia63@hotmail.com","dop":"2026-01-04","serial_number":"16241769111764","imei1":"16241769111764","imei2":"16241769111764","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:28:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170597,"job_number":"JOB_170597","tr_customer_id":170614,"tr_customer_product_id":170604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:05.000Z","modified_at":"2026-01-29T13:28:05.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15764276875722","imei1":"15764276875722","imei2":"15764276875722","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170596,"job_number":"JOB_170596","tr_customer_id":170613,"tr_customer_product_id":170603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:14.000Z","modified_at":"2026-01-29T13:14:14.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"101826994044456","imei1":"101826994044456","imei2":"101826994044456","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170595,"job_number":"JOB_170595","tr_customer_id":170612,"tr_customer_product_id":170602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:14.000Z","modified_at":"2026-01-29T13:14:23.000Z","name":"Antonio Hauck","mobile_number":"737-984-1740","email_id":"Yasmeen74@gmail.com","dop":"2026-01-04","serial_number":"11268532122925","imei1":"11268532122925","imei2":"11268532122925","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:14:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170594,"job_number":"JOB_170594","tr_customer_id":170611,"tr_customer_product_id":170601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:13.000Z","modified_at":"2026-01-29T13:14:13.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17246229451653","imei1":"17246229451653","imei2":"17246229451653","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170593,"job_number":"JOB_170593","tr_customer_id":170610,"tr_customer_product_id":170600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:02.000Z","modified_at":"2026-01-29T13:14:02.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"34279997832217","imei1":"34279997832217","imei2":"34279997832217","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170592,"job_number":"JOB_170592","tr_customer_id":170609,"tr_customer_product_id":170599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:02.000Z","modified_at":"2026-01-29T13:14:12.000Z","name":"Noemie Murray","mobile_number":"546-439-5110","email_id":"Franz.Flatley@gmail.com","dop":"2026-01-04","serial_number":"17831223115200","imei1":"17831223115200","imei2":"17831223115200","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:14:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170591,"job_number":"JOB_170591","tr_customer_id":170608,"tr_customer_product_id":170598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:02.000Z","modified_at":"2026-01-29T13:14:02.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13846949774491","imei1":"13846949774491","imei2":"13846949774491","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170590,"job_number":"JOB_170590","tr_customer_id":170607,"tr_customer_product_id":170597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:13:51.000Z","modified_at":"2026-01-29T13:13:51.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"94810015130408","imei1":"94810015130408","imei2":"94810015130408","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:13:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170589,"job_number":"JOB_170589","tr_customer_id":170606,"tr_customer_product_id":170596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:13:50.000Z","modified_at":"2026-01-29T13:14:00.000Z","name":"Gladyce Williamson","mobile_number":"797-459-6456","email_id":"Myrna.Larson@hotmail.com","dop":"2026-01-04","serial_number":"18097877184785","imei1":"18097877184785","imei2":"18097877184785","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:14:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170588,"job_number":"JOB_170588","tr_customer_id":170605,"tr_customer_product_id":170595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:13:50.000Z","modified_at":"2026-01-29T13:13:50.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17470816007528","imei1":"17470816007528","imei2":"17470816007528","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:13:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170587,"job_number":"JOB_170587","tr_customer_id":170604,"tr_customer_product_id":170594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:11:01.000Z","modified_at":"2026-01-29T13:11:01.000Z","name":"Anamika Tagore","mobile_number":"7090685677","email_id":"devani.embranthiri@gmail.com","dop":"2026-01-19","serial_number":"081482321366832","imei1":"081482321366832","imei2":"081482321366832","popurl":"www.atreyi-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:11:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170586,"job_number":"JOB_170586","tr_customer_id":170603,"tr_customer_product_id":170593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:56.000Z","modified_at":"2026-01-29T13:03:56.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"106188952658294","imei1":"106188952658294","imei2":"106188952658294","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170585,"job_number":"JOB_170585","tr_customer_id":170602,"tr_customer_product_id":170592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:55.000Z","modified_at":"2026-01-29T13:04:05.000Z","name":"Skylar Grady","mobile_number":"970-888-8251","email_id":"Eric.Sanford60@yahoo.com","dop":"2026-01-04","serial_number":"13272956538999","imei1":"13272956538999","imei2":"13272956538999","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:04:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170584,"job_number":"JOB_170584","tr_customer_id":170601,"tr_customer_product_id":170591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:55.000Z","modified_at":"2026-01-29T13:03:55.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15710936490561","imei1":"15710936490561","imei2":"15710936490561","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170583,"job_number":"JOB_170583","tr_customer_id":170600,"tr_customer_product_id":170590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:44.000Z","modified_at":"2026-01-29T13:03:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51593891280494","imei1":"51593891280494","imei2":"51593891280494","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170582,"job_number":"JOB_170582","tr_customer_id":170599,"tr_customer_product_id":170589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:44.000Z","modified_at":"2026-01-29T13:03:53.000Z","name":"Ophelia Ruecker","mobile_number":"936-753-6545","email_id":"Rubie.White37@gmail.com","dop":"2026-01-04","serial_number":"15631980934310","imei1":"15631980934310","imei2":"15631980934310","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:03:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170581,"job_number":"JOB_170581","tr_customer_id":170598,"tr_customer_product_id":170588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:44.000Z","modified_at":"2026-01-29T13:03:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18543401995104","imei1":"18543401995104","imei2":"18543401995104","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170580,"job_number":"JOB_170580","tr_customer_id":170597,"tr_customer_product_id":170587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:33.000Z","modified_at":"2026-01-29T13:03:33.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"55459891588674","imei1":"55459891588674","imei2":"55459891588674","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170579,"job_number":"JOB_170579","tr_customer_id":170596,"tr_customer_product_id":170586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:32.000Z","modified_at":"2026-01-29T13:03:42.000Z","name":"Betty Walker","mobile_number":"757-261-2480","email_id":"Bridget.Tromp33@hotmail.com","dop":"2026-01-04","serial_number":"10011699735819","imei1":"10011699735819","imei2":"10011699735819","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:03:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170578,"job_number":"JOB_170578","tr_customer_id":170595,"tr_customer_product_id":170585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:32.000Z","modified_at":"2026-01-29T13:03:32.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14481599718290","imei1":"14481599718290","imei2":"14481599718290","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170577,"job_number":"JOB_170577","tr_customer_id":170594,"tr_customer_product_id":170584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:02:46.000Z","modified_at":"2026-01-29T13:02:46.000Z","name":"Rohan Johar","mobile_number":"7018972615","email_id":"manikya.somayaji@hotmail.com","dop":"2026-01-19","serial_number":"485879120274246","imei1":"485879120274246","imei2":"485879120274246","popurl":"www.naveen-pothuvaal.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:02:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170574,"job_number":"JOB_170574","tr_customer_id":170591,"tr_customer_product_id":170581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:50.000Z","modified_at":"2026-01-29T12:25:50.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"27208133878736","imei1":"27208133878736","imei2":"27208133878736","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170573,"job_number":"JOB_170573","tr_customer_id":170590,"tr_customer_product_id":170580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:49.000Z","modified_at":"2026-01-29T12:26:00.000Z","name":"Herbert Harber","mobile_number":"722-495-1013","email_id":"Susanna_Witting@gmail.com","dop":"2026-01-04","serial_number":"10367951325902","imei1":"10367951325902","imei2":"10367951325902","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:26:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170572,"job_number":"JOB_170572","tr_customer_id":170589,"tr_customer_product_id":170579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:49.000Z","modified_at":"2026-01-29T12:25:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19376722880369","imei1":"19376722880369","imei2":"19376722880369","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170571,"job_number":"JOB_170571","tr_customer_id":170588,"tr_customer_product_id":170578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:37.000Z","modified_at":"2026-01-29T12:25:37.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"65194808903664","imei1":"65194808903664","imei2":"65194808903664","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170570,"job_number":"JOB_170570","tr_customer_id":170587,"tr_customer_product_id":170577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:36.000Z","modified_at":"2026-01-29T12:25:47.000Z","name":"Alexandro Kub","mobile_number":"764-227-7248","email_id":"Jana97@gmail.com","dop":"2026-01-04","serial_number":"10000076238100","imei1":"10000076238100","imei2":"10000076238100","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:25:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170569,"job_number":"JOB_170569","tr_customer_id":170586,"tr_customer_product_id":170576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:36.000Z","modified_at":"2026-01-29T12:25:36.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10557207415583","imei1":"10557207415583","imei2":"10557207415583","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170568,"job_number":"JOB_170568","tr_customer_id":170585,"tr_customer_product_id":170575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:24.000Z","modified_at":"2026-01-29T12:25:24.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"25890562595419","imei1":"25890562595419","imei2":"25890562595419","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170567,"job_number":"JOB_170567","tr_customer_id":170584,"tr_customer_product_id":170574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:23.000Z","modified_at":"2026-01-29T12:25:34.000Z","name":"Eileen Quigley","mobile_number":"647-824-4939","email_id":"Irwin_Effertz39@gmail.com","dop":"2026-01-04","serial_number":"13187650727479","imei1":"13187650727479","imei2":"13187650727479","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:25:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170566,"job_number":"JOB_170566","tr_customer_id":170583,"tr_customer_product_id":170573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:23.000Z","modified_at":"2026-01-29T12:25:23.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12418718612898","imei1":"12418718612898","imei2":"12418718612898","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170565,"job_number":"JOB_170565","tr_customer_id":170582,"tr_customer_product_id":170572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:23:01.000Z","modified_at":"2026-01-29T12:23:01.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"106842557277893","imei1":"106842557277893","imei2":"106842557277893","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:23:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170564,"job_number":"JOB_170564","tr_customer_id":170581,"tr_customer_product_id":170571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:23:01.000Z","modified_at":"2026-01-29T12:23:12.000Z","name":"Derek Champlin","mobile_number":"936-944-7202","email_id":"Merritt54@gmail.com","dop":"2026-01-04","serial_number":"17715967919576","imei1":"17715967919576","imei2":"17715967919576","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:23:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170563,"job_number":"JOB_170563","tr_customer_id":170580,"tr_customer_product_id":170570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:23:00.000Z","modified_at":"2026-01-29T12:23:00.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15857532110722","imei1":"15857532110722","imei2":"15857532110722","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:23:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170562,"job_number":"JOB_170562","tr_customer_id":170579,"tr_customer_product_id":170569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:48.000Z","modified_at":"2026-01-29T12:22:48.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16620338405473","imei1":"16620338405473","imei2":"16620338405473","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170561,"job_number":"JOB_170561","tr_customer_id":170578,"tr_customer_product_id":170568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:48.000Z","modified_at":"2026-01-29T12:22:59.000Z","name":"Freda Fritsch","mobile_number":"364-542-0581","email_id":"Giovani.Pouros88@yahoo.com","dop":"2026-01-04","serial_number":"18093198653382","imei1":"18093198653382","imei2":"18093198653382","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:22:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170560,"job_number":"JOB_170560","tr_customer_id":170577,"tr_customer_product_id":170567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:48.000Z","modified_at":"2026-01-29T12:22:48.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17135188746991","imei1":"17135188746991","imei2":"17135188746991","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170559,"job_number":"JOB_170559","tr_customer_id":170576,"tr_customer_product_id":170566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:35.000Z","modified_at":"2026-01-29T12:22:35.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"50302547820553","imei1":"50302547820553","imei2":"50302547820553","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170558,"job_number":"JOB_170558","tr_customer_id":170575,"tr_customer_product_id":170565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:35.000Z","modified_at":"2026-01-29T12:22:46.000Z","name":"Sally Daniel","mobile_number":"980-587-4443","email_id":"Federico8@hotmail.com","dop":"2026-01-04","serial_number":"19622808642662","imei1":"19622808642662","imei2":"19622808642662","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170557,"job_number":"JOB_170557","tr_customer_id":170574,"tr_customer_product_id":170564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:34.000Z","modified_at":"2026-01-29T12:22:34.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19852270702376","imei1":"19852270702376","imei2":"19852270702376","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170556,"job_number":"JOB_170556","tr_customer_id":170573,"tr_customer_product_id":170563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Sudam P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"17257077553165","imei1":"17257077553165","imei2":"17257077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170555,"job_number":"JOB_170555","tr_customer_id":170572,"tr_customer_product_id":170562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"16357077553165","imei1":"16357077553165","imei2":"16357077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170554,"job_number":"JOB_170554","tr_customer_id":170571,"tr_customer_product_id":170561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Roshan P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"25857077553165","imei1":"25857077553165","imei2":"25857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170553,"job_number":"JOB_170553","tr_customer_id":170570,"tr_customer_product_id":170560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Ajit P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"93857077553165","imei1":"93857077553165","imei2":"93857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170552,"job_number":"JOB_170552","tr_customer_id":170569,"tr_customer_product_id":170559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Nidhish P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"36857077553165","imei1":"36857077553165","imei2":"36857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170549,"job_number":"JOB_170549","tr_customer_id":170566,"tr_customer_product_id":170556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:56.000Z","modified_at":"2026-01-29T12:08:56.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"68884399312617","imei1":"68884399312617","imei2":"68884399312617","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170548,"job_number":"JOB_170548","tr_customer_id":170565,"tr_customer_product_id":170555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:56.000Z","modified_at":"2026-01-29T12:09:07.000Z","name":"Cesar Hackett","mobile_number":"249-657-3144","email_id":"Mathias88@gmail.com","dop":"2026-01-04","serial_number":"14641059064417","imei1":"14641059064417","imei2":"14641059064417","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170547,"job_number":"JOB_170547","tr_customer_id":170564,"tr_customer_product_id":170554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:55.000Z","modified_at":"2026-01-29T12:08:55.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14974535054062","imei1":"14974535054062","imei2":"14974535054062","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170546,"job_number":"JOB_170546","tr_customer_id":170563,"tr_customer_product_id":170553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:44.000Z","modified_at":"2026-01-29T12:08:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19123522122975","imei1":"19123522122975","imei2":"19123522122975","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170545,"job_number":"JOB_170545","tr_customer_id":170562,"tr_customer_product_id":170552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:43.000Z","modified_at":"2026-01-29T12:08:54.000Z","name":"Grady Upton","mobile_number":"588-243-0925","email_id":"Saul.Langworth49@gmail.com","dop":"2026-01-04","serial_number":"16531430581277","imei1":"16531430581277","imei2":"16531430581277","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:08:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170544,"job_number":"JOB_170544","tr_customer_id":170561,"tr_customer_product_id":170551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:43.000Z","modified_at":"2026-01-29T12:08:43.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18134080865144","imei1":"18134080865144","imei2":"18134080865144","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170543,"job_number":"JOB_170543","tr_customer_id":170560,"tr_customer_product_id":170550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:31.000Z","modified_at":"2026-01-29T12:08:31.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"53986320780911","imei1":"53986320780911","imei2":"53986320780911","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170542,"job_number":"JOB_170542","tr_customer_id":170559,"tr_customer_product_id":170549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:30.000Z","modified_at":"2026-01-29T12:08:41.000Z","name":"Stephany Padberg","mobile_number":"305-498-1598","email_id":"Helmer_Spencer75@yahoo.com","dop":"2026-01-04","serial_number":"19268320626537","imei1":"19268320626537","imei2":"19268320626537","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:08:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170541,"job_number":"JOB_170541","tr_customer_id":170558,"tr_customer_product_id":170548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:30.000Z","modified_at":"2026-01-29T12:08:30.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10607057464470","imei1":"10607057464470","imei2":"10607057464470","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170540,"job_number":"JOB_170540","tr_customer_id":170557,"tr_customer_product_id":170547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:01:46.000Z","modified_at":"2026-01-29T12:01:46.000Z","name":"Paramartha Acharya","mobile_number":"7075611374","email_id":"indira.joshi@yahoo.co.in","dop":"2026-01-19","serial_number":"066833272319913","imei1":"066833272319913","imei2":"066833272319913","popurl":"www.mina-agarwal.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:01:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170539,"job_number":"JOB_170539","tr_customer_id":170556,"tr_customer_product_id":170546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:21.000Z","modified_at":"2026-01-29T11:57:21.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"95577275655207","imei1":"95577275655207","imei2":"95577275655207","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170538,"job_number":"JOB_170538","tr_customer_id":170555,"tr_customer_product_id":170545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:20.000Z","modified_at":"2026-01-29T11:57:31.000Z","name":"Aurelio Harber","mobile_number":"968-758-7855","email_id":"Kris_Brown@hotmail.com","dop":"2026-01-04","serial_number":"19004808111459","imei1":"19004808111459","imei2":"19004808111459","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170537,"job_number":"JOB_170537","tr_customer_id":170554,"tr_customer_product_id":170544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:20.000Z","modified_at":"2026-01-29T11:57:20.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10411358947544","imei1":"10411358947544","imei2":"10411358947544","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170536,"job_number":"JOB_170536","tr_customer_id":170553,"tr_customer_product_id":170543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:08.000Z","modified_at":"2026-01-29T11:57:08.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"57997310469576","imei1":"57997310469576","imei2":"57997310469576","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170535,"job_number":"JOB_170535","tr_customer_id":170552,"tr_customer_product_id":170542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:08.000Z","modified_at":"2026-01-29T11:57:18.000Z","name":"Wilfrid Schumm","mobile_number":"485-531-1025","email_id":"Liliane_Bosco@gmail.com","dop":"2026-01-04","serial_number":"16937056537872","imei1":"16937056537872","imei2":"16937056537872","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170534,"job_number":"JOB_170534","tr_customer_id":170551,"tr_customer_product_id":170541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:08.000Z","modified_at":"2026-01-29T11:57:08.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11838655015818","imei1":"11838655015818","imei2":"11838655015818","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170533,"job_number":"JOB_170533","tr_customer_id":170550,"tr_customer_product_id":170540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:56:55.000Z","modified_at":"2026-01-29T11:56:55.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"63867555085082","imei1":"63867555085082","imei2":"63867555085082","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170532,"job_number":"JOB_170532","tr_customer_id":170549,"tr_customer_product_id":170539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:56:54.000Z","modified_at":"2026-01-29T11:57:06.000Z","name":"Rogelio Wunsch","mobile_number":"979-218-6019","email_id":"Lavonne.Waelchi@hotmail.com","dop":"2026-01-04","serial_number":"14174907291452","imei1":"14174907291452","imei2":"14174907291452","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170531,"job_number":"JOB_170531","tr_customer_id":170548,"tr_customer_product_id":170538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:56:54.000Z","modified_at":"2026-01-29T11:56:54.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14271308685112","imei1":"14271308685112","imei2":"14271308685112","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170530,"job_number":"JOB_170530","tr_customer_id":170547,"tr_customer_product_id":170537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:30.000Z","modified_at":"2026-01-29T11:51:30.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"99920633052438","imei1":"99920633052438","imei2":"99920633052438","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170529,"job_number":"JOB_170529","tr_customer_id":170546,"tr_customer_product_id":170536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:29.000Z","modified_at":"2026-01-29T11:51:40.000Z","name":"Tressa Stark","mobile_number":"301-564-3145","email_id":"Bianka_Pfannerstill15@yahoo.com","dop":"2026-01-04","serial_number":"12857326481758","imei1":"12857326481758","imei2":"12857326481758","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:51:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170528,"job_number":"JOB_170528","tr_customer_id":170545,"tr_customer_product_id":170535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:29.000Z","modified_at":"2026-01-29T11:51:29.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11364612926593","imei1":"11364612926593","imei2":"11364612926593","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170527,"job_number":"JOB_170527","tr_customer_id":170544,"tr_customer_product_id":170534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:17.000Z","modified_at":"2026-01-29T11:51:17.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51487600308758","imei1":"51487600308758","imei2":"51487600308758","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170526,"job_number":"JOB_170526","tr_customer_id":170543,"tr_customer_product_id":170533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:16.000Z","modified_at":"2026-01-29T11:51:27.000Z","name":"Clementine Jenkins","mobile_number":"244-708-1495","email_id":"Albin_Berge21@hotmail.com","dop":"2026-01-04","serial_number":"13119006132245","imei1":"13119006132245","imei2":"13119006132245","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170525,"job_number":"JOB_170525","tr_customer_id":170542,"tr_customer_product_id":170532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:16.000Z","modified_at":"2026-01-29T11:51:16.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10539951757375","imei1":"10539951757375","imei2":"10539951757375","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170524,"job_number":"JOB_170524","tr_customer_id":170541,"tr_customer_product_id":170531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:04.000Z","modified_at":"2026-01-29T11:51:04.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"82623406654472","imei1":"82623406654472","imei2":"82623406654472","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170523,"job_number":"JOB_170523","tr_customer_id":170540,"tr_customer_product_id":170530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:03.000Z","modified_at":"2026-01-29T11:51:14.000Z","name":"Pauline Johns","mobile_number":"255-961-2218","email_id":"Cornell.Fadel@hotmail.com","dop":"2026-01-04","serial_number":"13557958258309","imei1":"13557958258309","imei2":"13557958258309","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:51:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170522,"job_number":"JOB_170522","tr_customer_id":170539,"tr_customer_product_id":170529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:03.000Z","modified_at":"2026-01-29T11:51:03.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19344968030446","imei1":"19344968030446","imei2":"19344968030446","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170521,"job_number":"JOB_170521","tr_customer_id":170538,"tr_customer_product_id":170528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:51.000Z","modified_at":"2026-01-29T11:35:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"21148268148501","imei1":"21148268148501","imei2":"21148268148501","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170520,"job_number":"JOB_170520","tr_customer_id":170537,"tr_customer_product_id":170527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:51.000Z","modified_at":"2026-01-29T11:35:51.000Z","name":"Sammy Miller","mobile_number":"240-579-5402","email_id":"Gerard.Prosacco@gmail.com","dop":"2026-01-04","serial_number":"13124607067875","imei1":"13124607067875","imei2":"13124607067875","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170519,"job_number":"JOB_170519","tr_customer_id":170536,"tr_customer_product_id":170526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:50.000Z","modified_at":"2026-01-29T11:35:50.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12733231512576","imei1":"12733231512576","imei2":"12733231512576","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170518,"job_number":"JOB_170518","tr_customer_id":170535,"tr_customer_product_id":170525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:21.000Z","modified_at":"2026-01-29T11:35:21.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11964579188926","imei1":"11964579188926","imei2":"11964579188926","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170517,"job_number":"JOB_170517","tr_customer_id":170534,"tr_customer_product_id":170524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:21.000Z","modified_at":"2026-01-29T11:35:49.000Z","name":"Randy Hilll","mobile_number":"530-850-3140","email_id":"Avis.Lowe11@yahoo.com","dop":"2026-01-04","serial_number":"13713249628109","imei1":"13713249628109","imei2":"13713249628109","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:35:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170516,"job_number":"JOB_170516","tr_customer_id":170533,"tr_customer_product_id":170523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:21.000Z","modified_at":"2026-01-29T11:35:21.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14066071322122","imei1":"14066071322122","imei2":"14066071322122","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170515,"job_number":"JOB_170515","tr_customer_id":170532,"tr_customer_product_id":170522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:09.000Z","modified_at":"2026-01-29T11:35:09.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"73803080638811","imei1":"73803080638811","imei2":"73803080638811","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170514,"job_number":"JOB_170514","tr_customer_id":170531,"tr_customer_product_id":170521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:08.000Z","modified_at":"2026-01-29T11:35:19.000Z","name":"Sienna Littel","mobile_number":"453-899-1190","email_id":"Hailie_Goyette@gmail.com","dop":"2026-01-04","serial_number":"11620809791973","imei1":"11620809791973","imei2":"11620809791973","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:35:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170513,"job_number":"JOB_170513","tr_customer_id":170530,"tr_customer_product_id":170520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:08.000Z","modified_at":"2026-01-29T11:35:08.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11897275204948","imei1":"11897275204948","imei2":"11897275204948","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170512,"job_number":"JOB_170512","tr_customer_id":170529,"tr_customer_product_id":170519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:22:20.000Z","modified_at":"2026-01-29T11:22:20.000Z","name":"Mandakini Gandhi","mobile_number":"7005985961","email_id":"anal.shukla@yahoo.co.in","dop":"2026-01-19","serial_number":"657148622683390","imei1":"657148622683390","imei2":"657148622683390","popurl":"www.anal-jain.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:22:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170511,"job_number":"JOB_170511","tr_customer_id":170528,"tr_customer_product_id":170518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:22:13.000Z","modified_at":"2026-01-29T11:22:13.000Z","name":"Manikya Chopra","mobile_number":"7032366380","email_id":"meghnad.patel@hotmail.com","dop":"2026-01-19","serial_number":"105719811067502","imei1":"105719811067502","imei2":"105719811067502","popurl":"www.divjot-talwar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:22:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170509,"job_number":"JOB_170509","tr_customer_id":170526,"tr_customer_product_id":170516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:08:15.000Z","modified_at":"2026-01-29T11:08:15.000Z","name":"Kartik Chopra","mobile_number":"7030240308","email_id":"kashyapi.khatri@hotmail.com","dop":"2026-01-19","serial_number":"236569941816667","imei1":"236569941816667","imei2":"236569941816667","popurl":"www.pushti-guha.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:08:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170508,"job_number":"JOB_170508","tr_customer_id":170525,"tr_customer_product_id":170515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:58:50.000Z","modified_at":"2026-01-29T10:58:50.000Z","name":"Dev Iyengar","mobile_number":"8606776917","email_id":"jahnu.dubashi@yahoo.co.in","dop":"2026-01-19","serial_number":"19475080550896","imei1":"19475080550896","imei2":"19475080550896","popurl":"www.baalagopaal-bharadwaj.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170507,"job_number":"JOB_170507","tr_customer_id":170524,"tr_customer_product_id":170514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:58:38.000Z","modified_at":"2026-01-29T10:58:38.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-19","serial_number":"46234996938486","imei1":"46234996938486","imei2":"46234996938486","popurl":"2026-01-19T10:58:28.194453550Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170506,"job_number":"JOB_170506","tr_customer_id":170523,"tr_customer_product_id":170513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:58:37.000Z","modified_at":"2026-01-29T10:58:37.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-19","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-19T10:58:28.191709007Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170505,"job_number":"JOB_170505","tr_customer_id":170522,"tr_customer_product_id":170512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:53:51.000Z","modified_at":"2026-01-29T10:53:51.000Z","name":"Giriraj Nehru","mobile_number":"7035374466","email_id":"rajendra.acharya@hotmail.com","dop":"2026-01-19","serial_number":"994897353497024","imei1":"994897353497024","imei2":"994897353497024","popurl":"www.adityanandana-pillai.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:53:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170504,"job_number":"JOB_170504","tr_customer_id":170521,"tr_customer_product_id":170511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:34:59.000Z","modified_at":"2026-01-29T10:34:59.000Z","name":"Newname lastname","mobile_number":"68555305710","email_id":"pravalikabariki2tt13@gmail.com","dop":"2025-02-13","serial_number":"104426212713358","imei1":"104426212713358","imei2":"104426212713358","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170503,"job_number":"JOB_170503","tr_customer_id":170520,"tr_customer_product_id":170510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:33:27.000Z","modified_at":"2026-01-29T10:33:27.000Z","name":"Jatin Jasani","mobile_number":"7507331188","email_id":"saurabh.jasani@gmail.com","dop":"2026-01-19","serial_number":"12308877001005","imei1":"12308877001005","imei2":"12308877001005","popurl":"2026-01-19T10:33:26.676455238Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170502,"job_number":"JOB_170502","tr_customer_id":170519,"tr_customer_product_id":170509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:58:39.000Z","modified_at":"2026-01-29T09:58:39.000Z","name":"veer kumar","mobile_number":"9398102868","email_id":"veer@gmail.com","dop":"2026-01-11","serial_number":"12343223456765432","imei1":"13343223456765437","imei2":"13343223456765437","popurl":"2026-01-11T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170501,"job_number":"JOB_170501","tr_customer_id":170518,"tr_customer_product_id":170508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:58:06.000Z","modified_at":"2026-01-29T09:58:06.000Z","name":"Bhushit Nambeesan","mobile_number":"7032420332","email_id":"hari.tagore@gmail.com","dop":"2026-01-19","serial_number":"270179718665005","imei1":"270179718665005","imei2":"270179718665005","popurl":"www.rajinder-nayar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170500,"job_number":"JOB_170500","tr_customer_id":170517,"tr_customer_product_id":170507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:53:22.000Z","modified_at":"2026-01-29T09:53:22.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"18857077553165","imei1":"18857077553165","imei2":"18857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:53:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170499,"job_number":"JOB_170499","tr_customer_id":170516,"tr_customer_product_id":170506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:46:45.000Z","modified_at":"2026-01-29T09:46:45.000Z","name":"Gerardo Larkin","mobile_number":"462-208-3593","email_id":"Cesar_Dickens35@gmail.com","dop":"2026-01-23","serial_number":"11999782266327","imei1":"11999782266327","imei2":"11999782266327","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170498,"job_number":"JOB_170498","tr_customer_id":170515,"tr_customer_product_id":170505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:46:20.000Z","modified_at":"2026-01-29T09:46:20.000Z","name":"Imelda Pagac","mobile_number":"438-253-9465","email_id":"Reina12@yahoo.com","dop":"2026-01-23","serial_number":"15790119862263","imei1":"15790119862263","imei2":"15790119862263","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170497,"job_number":"JOB_170497","tr_customer_id":170514,"tr_customer_product_id":170504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:45:07.000Z","modified_at":"2026-01-29T09:45:07.000Z","name":"Lorna Toy","mobile_number":"317-272-0077","email_id":"Zoila.Lakin@gmail.com","dop":"2026-01-23","serial_number":"15878897486017","imei1":"15878897486017","imei2":"15878897486017","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:45:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170496,"job_number":"JOB_170496","tr_customer_id":170513,"tr_customer_product_id":170503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:44:46.000Z","modified_at":"2026-01-29T09:46:04.000Z","name":"Lolita Weissnat","mobile_number":"526-345-0355","email_id":"Emmie12@hotmail.com","dop":"2025-02-01","serial_number":"16280539168904","imei1":"16280539168904","imei2":"16280539168904","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170495,"job_number":"JOB_170495","tr_customer_id":170512,"tr_customer_product_id":170502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:53.000Z","modified_at":"2026-01-29T09:32:53.000Z","name":"Bernhard Heaney","mobile_number":"451-908-1369","email_id":"Isabelle_Price@gmail.com","dop":"2025-04-06","serial_number":"12238637914880776","imei1":"12238637914880776","imei2":"12238637914880776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170494,"job_number":"JOB_170494","tr_customer_id":170511,"tr_customer_product_id":170501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:52.000Z","modified_at":"2026-01-29T09:33:33.000Z","name":"Anthony Dibbert","mobile_number":"940-557-7988","email_id":"Jillian13@yahoo.com","dop":"2025-04-06","serial_number":"11989568567393","imei1":"11989568567393","imei2":"11989568567393","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:33:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170493,"job_number":"JOB_170493","tr_customer_id":170510,"tr_customer_product_id":170500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:52.000Z","modified_at":"2026-01-29T09:32:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16704057294280","imei1":"16704057294280","imei2":"16704057294280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170492,"job_number":"JOB_170492","tr_customer_id":170509,"tr_customer_product_id":170499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:04.000Z","modified_at":"2026-01-29T09:32:04.000Z","name":"Dan Larkin","mobile_number":"832-264-6591","email_id":"Sheldon_Anderson@yahoo.com","dop":"2025-04-06","serial_number":"10459889448928188","imei1":"10459889448928188","imei2":"10459889448928188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170491,"job_number":"JOB_170491","tr_customer_id":170508,"tr_customer_product_id":170498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:02.000Z","modified_at":"2026-01-29T09:32:44.000Z","name":"Tevin Harvey","mobile_number":"667-384-9180","email_id":"Pedro88@gmail.com","dop":"2025-04-06","serial_number":"11698518485811","imei1":"11698518485811","imei2":"11698518485811","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:32:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170490,"job_number":"JOB_170490","tr_customer_id":170507,"tr_customer_product_id":170497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:02.000Z","modified_at":"2026-01-29T09:32:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11962789441695","imei1":"11962789441695","imei2":"11962789441695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170489,"job_number":"JOB_170489","tr_customer_id":170506,"tr_customer_product_id":170496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:31:14.000Z","modified_at":"2026-01-29T09:31:14.000Z","name":"Eleanora Hermann","mobile_number":"931-229-8276","email_id":"Erna32@gmail.com","dop":"2025-04-06","serial_number":"12163347163196928","imei1":"12163347163196928","imei2":"12163347163196928","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:31:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170488,"job_number":"JOB_170488","tr_customer_id":170505,"tr_customer_product_id":170495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:31:12.000Z","modified_at":"2026-01-29T09:31:54.000Z","name":"Mona Jakubowski","mobile_number":"365-289-0221","email_id":"Josefa.Blick82@gmail.com","dop":"2025-04-06","serial_number":"17777095297164","imei1":"17777095297164","imei2":"17777095297164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:31:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170487,"job_number":"JOB_170487","tr_customer_id":170504,"tr_customer_product_id":170494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:31:12.000Z","modified_at":"2026-01-29T09:31:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12182427394346","imei1":"12182427394346","imei2":"12182427394346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:31:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170486,"job_number":"JOB_170486","tr_customer_id":170503,"tr_customer_product_id":170493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:45:42.000Z","modified_at":"2026-01-29T08:45:48.000Z","name":"Itzel Mills","mobile_number":"350-257-8338","email_id":"Laurel77@yahoo.com","dop":"2026-01-23","serial_number":"17318696500964","imei1":"17318696500964","imei2":"17318696500964","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T08:45:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170484,"job_number":"JOB_170484","tr_customer_id":170501,"tr_customer_product_id":170491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:44:19.000Z","modified_at":"2026-01-29T08:44:19.000Z","name":"Nyasia Greenholt","mobile_number":"402-796-7619","email_id":"Jose_Mueller@yahoo.com","dop":"2026-01-23","serial_number":"16583482488738","imei1":"16583482488738","imei2":"16583482488738","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:44:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170483,"job_number":"JOB_170483","tr_customer_id":170500,"tr_customer_product_id":170490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:52.000Z","modified_at":"2026-01-29T08:34:00.000Z","name":"Clifford Heller","mobile_number":"545-638-9900","email_id":"Magali87@hotmail.com","dop":"2026-01-23","serial_number":"12820070591212","imei1":"12820070591212","imei2":"12820070591212","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T08:34:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170482,"job_number":"JOB_170482","tr_customer_id":170499,"tr_customer_product_id":170489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:52.000Z","modified_at":"2026-01-29T08:33:52.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"14504202781821","imei1":"14504202781821","imei2":"14504202781821","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170481,"job_number":"JOB_170481","tr_customer_id":170498,"tr_customer_product_id":170488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:43.000Z","modified_at":"2026-01-29T08:33:50.000Z","name":"Maud Ondricka","mobile_number":"517-814-8853","email_id":"Liana99@gmail.com","dop":"2026-01-23","serial_number":"17468331379376","imei1":"17468331379376","imei2":"17468331379376","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T08:33:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170480,"job_number":"JOB_170480","tr_customer_id":170497,"tr_customer_product_id":170487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:43.000Z","modified_at":"2026-01-29T08:33:43.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatinsh12@gmail.com","dop":"2026-01-23","serial_number":"14372247011439","imei1":"14372247011439","imei2":"14372247011439","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170479,"job_number":"JOB_170479","tr_customer_id":170496,"tr_customer_product_id":170486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:35.000Z","modified_at":"2026-01-29T08:33:41.000Z","name":"Lia Bernhard","mobile_number":"498-695-2967","email_id":"Emmanuelle.Larkin42@hotmail.com","dop":"2026-01-23","serial_number":"19728774976183","imei1":"19728774976183","imei2":"19728774976183","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T08:33:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170478,"job_number":"JOB_170478","tr_customer_id":170495,"tr_customer_product_id":170485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:35.000Z","modified_at":"2026-01-29T08:33:35.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"14443094780437","imei1":"14443094780437","imei2":"14443094780437","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:33:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170477,"job_number":"JOB_170477","tr_customer_id":170494,"tr_customer_product_id":170484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:43.000Z","modified_at":"2026-01-29T07:58:43.000Z","name":"Neha Cronin","mobile_number":"448-524-8683","email_id":"Jamar.Rogahn88@yahoo.com","dop":"2025-04-06","serial_number":"10871124116045736","imei1":"10871124116045736","imei2":"10871124116045736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170476,"job_number":"JOB_170476","tr_customer_id":170493,"tr_customer_product_id":170483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:42.000Z","modified_at":"2026-01-29T07:59:27.000Z","name":"Geovanni Jakubowski","mobile_number":"853-812-4196","email_id":"Coralie.Berge@hotmail.com","dop":"2025-04-06","serial_number":"16078606376452","imei1":"16078606376452","imei2":"16078606376452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170475,"job_number":"JOB_170475","tr_customer_id":170492,"tr_customer_product_id":170482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:33.000Z","modified_at":"2026-01-29T07:58:33.000Z","name":"Robert Beahan","mobile_number":"476-879-6737","email_id":"Jalon_Kreiger@hotmail.com","dop":"2025-04-06","serial_number":"10286485922550454","imei1":"10286485922550454","imei2":"10286485922550454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170474,"job_number":"JOB_170474","tr_customer_id":170491,"tr_customer_product_id":170481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:32.000Z","modified_at":"2026-01-29T07:59:10.000Z","name":"Cale Weimann","mobile_number":"426-592-7040","email_id":"Sigmund.DuBuque73@hotmail.com","dop":"2025-04-06","serial_number":"13784072508347","imei1":"13784072508347","imei2":"13784072508347","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:59:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170471,"job_number":"JOB_170471","tr_customer_id":170488,"tr_customer_product_id":170478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:47.000Z","modified_at":"2026-01-29T07:57:47.000Z","name":"Devan Leuschke","mobile_number":"262-820-7320","email_id":"Horacio.Hartmann@hotmail.com","dop":"2025-04-06","serial_number":"12096401794029758","imei1":"12096401794029758","imei2":"12096401794029758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170470,"job_number":"JOB_170470","tr_customer_id":170487,"tr_customer_product_id":170477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:45.000Z","modified_at":"2026-01-29T07:58:24.000Z","name":"Marlon Huel","mobile_number":"671-243-3697","email_id":"Candice.McCullough@yahoo.com","dop":"2025-04-06","serial_number":"16495530451823","imei1":"16495530451823","imei2":"16495530451823","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170469,"job_number":"JOB_170469","tr_customer_id":170486,"tr_customer_product_id":170476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:38.000Z","modified_at":"2026-01-29T07:57:38.000Z","name":"Ramona Brekke","mobile_number":"783-990-5641","email_id":"Palma_Weimann39@gmail.com","dop":"2025-04-06","serial_number":"12422512076616136","imei1":"12422512076616136","imei2":"12422512076616136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170468,"job_number":"JOB_170468","tr_customer_id":170485,"tr_customer_product_id":170475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:36.000Z","modified_at":"2026-01-29T07:58:20.000Z","name":"Agnes Hyatt","mobile_number":"271-457-1674","email_id":"Charity82@yahoo.com","dop":"2025-04-06","serial_number":"13831725484509","imei1":"13831725484509","imei2":"13831725484509","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170467,"job_number":"JOB_170467","tr_customer_id":170484,"tr_customer_product_id":170474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:00.000Z","modified_at":"2026-01-29T07:57:00.000Z","name":"Pascale Haley","mobile_number":"455-509-9022","email_id":"Ruby43@hotmail.com","dop":"2025-04-06","serial_number":"14373098808279600","imei1":"14373098808279600","imei2":"14373098808279600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170466,"job_number":"JOB_170466","tr_customer_id":170483,"tr_customer_product_id":170473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:56:58.000Z","modified_at":"2026-01-29T07:57:38.000Z","name":"Birdie Beier","mobile_number":"269-843-0736","email_id":"Taryn50@hotmail.com","dop":"2025-04-06","serial_number":"10020349453541","imei1":"10020349453541","imei2":"10020349453541","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170465,"job_number":"JOB_170465","tr_customer_id":170482,"tr_customer_product_id":170472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:52:52.000Z","modified_at":"2026-01-29T09:32:00.000Z","name":"Bobby Kunde","mobile_number":"966-568-5168","email_id":"Verona77@hotmail.com","dop":"2025-02-01","serial_number":"105860642571291","imei1":"105860642571291","imei2":"105860642571291","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170461,"job_number":"JOB_170461","tr_customer_id":170478,"tr_customer_product_id":170468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:42:19.000Z","modified_at":"2026-01-29T07:42:19.000Z","name":"Swara Ahluwalia","mobile_number":"7096046573","email_id":"pushti.nayar@gmail.com","dop":"2026-01-19","serial_number":"787116735846000","imei1":"787116735846000","imei2":"787116735846000","popurl":"www.ambar-panicker.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170458,"job_number":"JOB_170458","tr_customer_id":170475,"tr_customer_product_id":170465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:33:37.000Z","modified_at":"2026-01-29T07:33:37.000Z","name":"Kamala Kakkar","mobile_number":"7030157418","email_id":"gandharv.mehrotra@yahoo.co.in","dop":"2026-01-19","serial_number":"983519147373699","imei1":"983519147373699","imei2":"983519147373699","popurl":"www.chitrali-iyer.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:33:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170457,"job_number":"JOB_170457","tr_customer_id":170474,"tr_customer_product_id":170464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:24:23.000Z","modified_at":"2026-01-29T07:24:23.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"19691618055896","imei1":"19691618055896","imei2":"119691618055896","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170456,"job_number":"JOB_170456","tr_customer_id":170473,"tr_customer_product_id":170463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:56.000Z","modified_at":"2026-01-29T07:11:07.000Z","name":"Michel Wolf","mobile_number":"811-309-0969","email_id":"Marge.Goodwin50@gmail.com","dop":"2025-12-01","serial_number":"14473255892270","imei1":"14473255892270","imei2":"14473255892270","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:11:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170455,"job_number":"JOB_170455","tr_customer_id":170472,"tr_customer_product_id":170462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:56.000Z","modified_at":"2026-01-29T07:10:56.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"15613900543394","imei1":"15613900543394","imei2":"15613900543394","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:10:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170454,"job_number":"JOB_170454","tr_customer_id":170471,"tr_customer_product_id":170461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:41.000Z","modified_at":"2026-01-29T07:10:52.000Z","name":"Hector Kuvalis","mobile_number":"566-990-5739","email_id":"Alyson.Hahn49@yahoo.com","dop":"2025-12-01","serial_number":"11150543483316","imei1":"11150543483316","imei2":"11150543483316","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:10:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170453,"job_number":"JOB_170453","tr_customer_id":170470,"tr_customer_product_id":170460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:41.000Z","modified_at":"2026-01-29T07:10:41.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"10919082835236","imei1":"10919082835236","imei2":"10919082835236","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:10:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170452,"job_number":"JOB_170452","tr_customer_id":170469,"tr_customer_product_id":170459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:25.000Z","modified_at":"2026-01-29T07:10:36.000Z","name":"Judson Carroll","mobile_number":"616-247-8813","email_id":"Kathryne_Romaguera68@gmail.com","dop":"2025-12-01","serial_number":"13673878488667","imei1":"13673878488667","imei2":"13673878488667","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:10:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170451,"job_number":"JOB_170451","tr_customer_id":170468,"tr_customer_product_id":170458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:25.000Z","modified_at":"2026-01-29T07:10:25.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"10593676716794","imei1":"10593676716794","imei2":"10593676716794","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:10:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170450,"job_number":"JOB_170450","tr_customer_id":170467,"tr_customer_product_id":170457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:57.000Z","modified_at":"2026-01-29T07:01:57.000Z","name":"Travis Kilback","mobile_number":"245-744-6615","email_id":"Joey.Considine23@gmail.com","dop":"2025-04-06","serial_number":"17716187716120820","imei1":"17716187716120820","imei2":"17716187716120820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170449,"job_number":"JOB_170449","tr_customer_id":170466,"tr_customer_product_id":170456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:56.000Z","modified_at":"2026-01-29T07:02:35.000Z","name":"Ebba Moen","mobile_number":"384-351-2715","email_id":"Monique.Grady@gmail.com","dop":"2025-04-06","serial_number":"16632909401414","imei1":"16632909401414","imei2":"16632909401414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170448,"job_number":"JOB_170448","tr_customer_id":170465,"tr_customer_product_id":170455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:55.000Z","modified_at":"2026-01-29T07:01:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17411536850453","imei1":"17411536850453","imei2":"17411536850453","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170447,"job_number":"JOB_170447","tr_customer_id":170464,"tr_customer_product_id":170454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:10.000Z","modified_at":"2026-01-29T07:01:10.000Z","name":"Victoria Pfannerstill","mobile_number":"546-856-8212","email_id":"Nicholaus_Konopelski94@yahoo.com","dop":"2025-04-06","serial_number":"14543151397922404","imei1":"14543151397922404","imei2":"14543151397922404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170446,"job_number":"JOB_170446","tr_customer_id":170463,"tr_customer_product_id":170453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:09.000Z","modified_at":"2026-01-29T07:01:48.000Z","name":"Eddie Predovic","mobile_number":"425-379-0977","email_id":"Ida_Ebert43@yahoo.com","dop":"2025-04-06","serial_number":"14482564903052","imei1":"14482564903052","imei2":"14482564903052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170445,"job_number":"JOB_170445","tr_customer_id":170462,"tr_customer_product_id":170452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:09.000Z","modified_at":"2026-01-29T07:01:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17956609760043","imei1":"17956609760043","imei2":"17956609760043","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170444,"job_number":"JOB_170444","tr_customer_id":170461,"tr_customer_product_id":170451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:27.000Z","modified_at":"2026-01-29T07:00:27.000Z","name":"Carmela MacGyver","mobile_number":"266-774-7517","email_id":"Trace22@gmail.com","dop":"2025-04-06","serial_number":"15197690667528036","imei1":"15197690667528036","imei2":"15197690667528036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170443,"job_number":"JOB_170443","tr_customer_id":170460,"tr_customer_product_id":170450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:25.000Z","modified_at":"2026-01-29T07:01:03.000Z","name":"Levi D'Amore","mobile_number":"982-329-0466","email_id":"Vickie34@hotmail.com","dop":"2025-04-06","serial_number":"15835119081840","imei1":"15835119081840","imei2":"15835119081840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170442,"job_number":"JOB_170442","tr_customer_id":170459,"tr_customer_product_id":170449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:23.000Z","modified_at":"2026-01-29T07:00:23.000Z","name":"Alvena Crist","mobile_number":"368-433-0509","email_id":"Adeline.Carroll@gmail.com","dop":"2025-04-06","serial_number":"10878890550692228","imei1":"10878890550692228","imei2":"10878890550692228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:00:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170441,"job_number":"JOB_170441","tr_customer_id":170458,"tr_customer_product_id":170448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:22.000Z","modified_at":"2026-01-29T07:01:01.000Z","name":"Mauricio Abernathy","mobile_number":"741-200-8118","email_id":"Lenora.Wyman@gmail.com","dop":"2025-04-06","serial_number":"14155214614863","imei1":"14155214614863","imei2":"14155214614863","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170440,"job_number":"JOB_170440","tr_customer_id":170457,"tr_customer_product_id":170447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:21.000Z","modified_at":"2026-01-29T07:00:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17900992143091","imei1":"17900992143091","imei2":"17900992143091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170439,"job_number":"JOB_170439","tr_customer_id":170456,"tr_customer_product_id":170446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:57:38.000Z","modified_at":"2026-01-29T06:57:38.000Z","name":"Roel Tillman","mobile_number":"311-505-6960","email_id":"Lavon90@yahoo.com","dop":"2025-04-06","serial_number":"13433899235445894","imei1":"13433899235445894","imei2":"13433899235445894","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170438,"job_number":"JOB_170438","tr_customer_id":170455,"tr_customer_product_id":170445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:57:37.000Z","modified_at":"2026-01-29T06:58:18.000Z","name":"Clint Crona","mobile_number":"833-331-6342","email_id":"Faye_Kautzer26@gmail.com","dop":"2025-04-06","serial_number":"13363090924242","imei1":"13363090924242","imei2":"13363090924242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170437,"job_number":"JOB_170437","tr_customer_id":170454,"tr_customer_product_id":170444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:57:37.000Z","modified_at":"2026-01-29T06:57:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12745808333016","imei1":"12745808333016","imei2":"12745808333016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170436,"job_number":"JOB_170436","tr_customer_id":170453,"tr_customer_product_id":170443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:49.000Z","modified_at":"2026-01-29T06:56:49.000Z","name":"Raoul Kuhlman","mobile_number":"356-544-5923","email_id":"Mayra.Johnson@yahoo.com","dop":"2025-04-06","serial_number":"12562659490599182","imei1":"12562659490599182","imei2":"12562659490599182","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170435,"job_number":"JOB_170435","tr_customer_id":170452,"tr_customer_product_id":170442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:48.000Z","modified_at":"2026-01-29T06:57:29.000Z","name":"Dedric Oberbrunner","mobile_number":"454-492-6176","email_id":"Alta_McDermott@gmail.com","dop":"2025-04-06","serial_number":"15317863293848","imei1":"15317863293848","imei2":"15317863293848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170434,"job_number":"JOB_170434","tr_customer_id":170451,"tr_customer_product_id":170441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:48.000Z","modified_at":"2026-01-29T06:56:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17419896394536","imei1":"17419896394536","imei2":"17419896394536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170433,"job_number":"JOB_170433","tr_customer_id":170450,"tr_customer_product_id":170440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:46.000Z","modified_at":"2026-01-29T06:56:46.000Z","name":"Winfield Kerluke","mobile_number":"262-518-2098","email_id":"Braeden_Yundt42@yahoo.com","dop":"2025-04-06","serial_number":"10043849112111964","imei1":"10043849112111964","imei2":"10043849112111964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170432,"job_number":"JOB_170432","tr_customer_id":170449,"tr_customer_product_id":170439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:45.000Z","modified_at":"2026-01-29T06:57:24.000Z","name":"Christophe Erdman","mobile_number":"311-686-5036","email_id":"Chelsey_Hansen37@gmail.com","dop":"2025-04-06","serial_number":"17285379501908","imei1":"17285379501908","imei2":"17285379501908","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170431,"job_number":"JOB_170431","tr_customer_id":170448,"tr_customer_product_id":170438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:44.000Z","modified_at":"2026-01-29T06:56:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16199929190824","imei1":"16199929190824","imei2":"16199929190824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170430,"job_number":"JOB_170430","tr_customer_id":170447,"tr_customer_product_id":170437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:18.000Z","modified_at":"2026-01-29T06:56:18.000Z","name":"Mona Heaney","mobile_number":"821-325-9141","email_id":"Vallie63@gmail.com","dop":"2025-04-06","serial_number":"18494932092494360","imei1":"18494932092494360","imei2":"18494932092494360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170429,"job_number":"JOB_170429","tr_customer_id":170446,"tr_customer_product_id":170436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:17.000Z","modified_at":"2026-01-29T06:56:55.000Z","name":"Aric McLaughlin","mobile_number":"460-658-6003","email_id":"Griffin_Weber@yahoo.com","dop":"2025-04-06","serial_number":"15917657716094","imei1":"15917657716094","imei2":"15917657716094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170428,"job_number":"JOB_170428","tr_customer_id":170445,"tr_customer_product_id":170435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:04.000Z","modified_at":"2026-01-29T06:56:04.000Z","name":"Era Langosh","mobile_number":"535-387-8739","email_id":"Crystel_Cruickshank@yahoo.com","dop":"2025-04-06","serial_number":"18551971805714256","imei1":"18551971805714256","imei2":"18551971805714256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170427,"job_number":"JOB_170427","tr_customer_id":170444,"tr_customer_product_id":170434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:02.000Z","modified_at":"2026-01-29T06:56:40.000Z","name":"Hayden Conroy","mobile_number":"267-982-8060","email_id":"Mandy.Kulas@gmail.com","dop":"2025-04-06","serial_number":"14152460327219","imei1":"14152460327219","imei2":"14152460327219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170426,"job_number":"JOB_170426","tr_customer_id":170443,"tr_customer_product_id":170433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:59.000Z","modified_at":"2026-01-29T06:55:59.000Z","name":"Bria Leannon","mobile_number":"489-802-1287","email_id":"Chauncey_Dietrich63@gmail.com","dop":"2025-04-06","serial_number":"18153099437377484","imei1":"18153099437377484","imei2":"18153099437377484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170425,"job_number":"JOB_170425","tr_customer_id":170442,"tr_customer_product_id":170432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:58.000Z","modified_at":"2026-01-29T06:55:58.000Z","name":"Chauncey Runolfsson","mobile_number":"776-260-9651","email_id":"Andreanne_Stracke@gmail.com","dop":"2025-04-06","serial_number":"11741818876965598","imei1":"11741818876965598","imei2":"11741818876965598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170424,"job_number":"JOB_170424","tr_customer_id":170441,"tr_customer_product_id":170431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:57.000Z","modified_at":"2026-01-29T06:56:37.000Z","name":"Roger Kreiger","mobile_number":"498-306-0001","email_id":"Leila.Hermiston50@gmail.com","dop":"2025-04-06","serial_number":"19463705851281","imei1":"19463705851281","imei2":"19463705851281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:56:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170423,"job_number":"JOB_170423","tr_customer_id":170440,"tr_customer_product_id":170430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:57.000Z","modified_at":"2026-01-29T06:55:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15812020335789","imei1":"15812020335789","imei2":"15812020335789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170422,"job_number":"JOB_170422","tr_customer_id":170439,"tr_customer_product_id":170429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:57.000Z","modified_at":"2026-01-29T06:56:40.000Z","name":"Jazmin Hansen","mobile_number":"447-437-8600","email_id":"Joey.Prosacco@yahoo.com","dop":"2025-04-06","serial_number":"13548561804703","imei1":"13548561804703","imei2":"13548561804703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170421,"job_number":"JOB_170421","tr_customer_id":170438,"tr_customer_product_id":170428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:56.000Z","modified_at":"2026-01-29T06:55:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13702350431528","imei1":"13702350431528","imei2":"13702350431528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170420,"job_number":"JOB_170420","tr_customer_id":170437,"tr_customer_product_id":170427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:11.000Z","modified_at":"2026-01-29T06:55:11.000Z","name":"Karelle Schroeder","mobile_number":"331-848-5054","email_id":"Dave_Stracke70@yahoo.com","dop":"2025-04-06","serial_number":"17895068214493260","imei1":"17895068214493260","imei2":"17895068214493260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170419,"job_number":"JOB_170419","tr_customer_id":170436,"tr_customer_product_id":170426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:10.000Z","modified_at":"2026-01-29T06:55:50.000Z","name":"Roxanne Feest","mobile_number":"622-433-2556","email_id":"Heath65@gmail.com","dop":"2025-04-06","serial_number":"15807976462848","imei1":"15807976462848","imei2":"15807976462848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:55:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170418,"job_number":"JOB_170418","tr_customer_id":170435,"tr_customer_product_id":170425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:09.000Z","modified_at":"2026-01-29T06:55:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10353172608729","imei1":"10353172608729","imei2":"10353172608729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170417,"job_number":"JOB_170417","tr_customer_id":170434,"tr_customer_product_id":170424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:51:45.000Z","modified_at":"2026-01-29T06:51:45.000Z","name":"Ona Toy","mobile_number":"970-382-0624","email_id":"Lilly_Bode19@gmail.com","dop":"2025-04-06","serial_number":"10138149216530896","imei1":"10138149216530896","imei2":"10138149216530896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:51:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170416,"job_number":"JOB_170416","tr_customer_id":170433,"tr_customer_product_id":170423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:51:43.000Z","modified_at":"2026-01-29T06:52:26.000Z","name":"Samara Hermiston","mobile_number":"881-449-5243","email_id":"Gilbert93@yahoo.com","dop":"2025-04-06","serial_number":"16939765835829","imei1":"16939765835829","imei2":"16939765835829","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:52:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170415,"job_number":"JOB_170415","tr_customer_id":170432,"tr_customer_product_id":170422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:51:43.000Z","modified_at":"2026-01-29T06:51:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15987695788168","imei1":"15987695788168","imei2":"15987695788168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170414,"job_number":"JOB_170414","tr_customer_id":170431,"tr_customer_product_id":170421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:53.000Z","modified_at":"2026-01-29T06:50:53.000Z","name":"Queenie Schaden","mobile_number":"652-476-2967","email_id":"Zachary_Moore58@yahoo.com","dop":"2025-04-06","serial_number":"18537303171912784","imei1":"18537303171912784","imei2":"18537303171912784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170413,"job_number":"JOB_170413","tr_customer_id":170430,"tr_customer_product_id":170420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:52.000Z","modified_at":"2026-01-29T06:51:35.000Z","name":"Orie Hauck","mobile_number":"558-543-6587","email_id":"Chloe_Johns@yahoo.com","dop":"2025-04-06","serial_number":"18544895989950","imei1":"18544895989950","imei2":"18544895989950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170412,"job_number":"JOB_170412","tr_customer_id":170429,"tr_customer_product_id":170419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:52.000Z","modified_at":"2026-01-29T06:50:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12487628971591","imei1":"12487628971591","imei2":"12487628971591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170410,"job_number":"JOB_170410","tr_customer_id":170427,"tr_customer_product_id":170417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:24.000Z","modified_at":"2026-01-29T06:51:03.000Z","name":"Kaci Rodriguez","mobile_number":"746-715-1390","email_id":"Coby_Maggio@gmail.com","dop":"2000-01-31","serial_number":"10662856974804","imei1":"10662856974804","imei2":"10662856974804","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:51:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170408,"job_number":"JOB_170408","tr_customer_id":170425,"tr_customer_product_id":170415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:01.000Z","modified_at":"2026-01-29T06:50:01.000Z","name":"Heidi Brown","mobile_number":"904-681-5044","email_id":"Ceasar83@gmail.com","dop":"2025-04-06","serial_number":"13280798662547044","imei1":"13280798662547044","imei2":"13280798662547044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170407,"job_number":"JOB_170407","tr_customer_id":170424,"tr_customer_product_id":170414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:00.000Z","modified_at":"2026-01-29T06:50:43.000Z","name":"Blair Mertz","mobile_number":"870-748-9928","email_id":"Karl17@gmail.com","dop":"2025-04-06","serial_number":"12608303994859","imei1":"12608303994859","imei2":"12608303994859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:50:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170406,"job_number":"JOB_170406","tr_customer_id":170423,"tr_customer_product_id":170413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:59.000Z","modified_at":"2026-01-29T06:49:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14669517761007","imei1":"14669517761007","imei2":"14669517761007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170404,"job_number":"JOB_170404","tr_customer_id":170421,"tr_customer_product_id":170411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:38.000Z","modified_at":"2026-01-29T06:50:17.000Z","name":"Patricia Effertz","mobile_number":"394-373-9023","email_id":"Ollie28@hotmail.com","dop":"2000-01-31","serial_number":"10224554180527","imei1":"10224554180527","imei2":"10224554180527","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170401,"job_number":"JOB_170401","tr_customer_id":170418,"tr_customer_product_id":170408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:52.000Z","modified_at":"2026-01-29T06:49:31.000Z","name":"Annetta Boehm","mobile_number":"513-914-0314","email_id":"Harmony_Tillman49@hotmail.com","dop":"2000-01-31","serial_number":"10328003342046","imei1":"10328003342046","imei2":"10328003342046","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:49:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170399,"job_number":"JOB_170399","tr_customer_id":170416,"tr_customer_product_id":170406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:19.000Z","modified_at":"2026-01-29T06:48:19.000Z","name":"Kristin Sipes","mobile_number":"704-939-2871","email_id":"Royal_Miller@yahoo.com","dop":"2025-04-06","serial_number":"12721076683349210","imei1":"12721076683349210","imei2":"12721076683349210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170398,"job_number":"JOB_170398","tr_customer_id":170415,"tr_customer_product_id":170405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:17.000Z","modified_at":"2026-01-29T06:48:55.000Z","name":"Kirstin Kuhlman","mobile_number":"843-639-7057","email_id":"Aida75@hotmail.com","dop":"2025-04-06","serial_number":"10013536142327","imei1":"10013536142327","imei2":"10013536142327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170397,"job_number":"JOB_170397","tr_customer_id":170414,"tr_customer_product_id":170404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:17.000Z","modified_at":"2026-01-29T06:48:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11242676978023","imei1":"11242676978023","imei2":"11242676978023","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170395,"job_number":"JOB_170395","tr_customer_id":170412,"tr_customer_product_id":170402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:06.000Z","modified_at":"2026-01-29T06:48:44.000Z","name":"Filomena Carroll","mobile_number":"288-747-6278","email_id":"Garnet91@yahoo.com","dop":"2000-01-31","serial_number":"10602772254077","imei1":"10602772254077","imei2":"10602772254077","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170393,"job_number":"JOB_170393","tr_customer_id":170410,"tr_customer_product_id":170400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:56.000Z","modified_at":"2026-01-29T06:48:32.000Z","name":"Bernita Bernier","mobile_number":"657-628-0301","email_id":"Stephon.Bartoletti7@yahoo.com","dop":"2025-10-21","serial_number":"17650861386584","imei1":"17650861386584","imei2":"17650861386584","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170392,"job_number":"JOB_170392","tr_customer_id":170409,"tr_customer_product_id":170399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:56.000Z","modified_at":"2026-01-29T06:47:56.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"19847883260012","imei1":"19847883260012","imei2":"19847883260012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170391,"job_number":"JOB_170391","tr_customer_id":170408,"tr_customer_product_id":170398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:34.000Z","modified_at":"2026-01-29T06:47:34.000Z","name":"Dane Hoppe","mobile_number":"749-448-7419","email_id":"Annalise.Daugherty53@gmail.com","dop":"2025-04-06","serial_number":"11354351697475178","imei1":"11354351697475178","imei2":"11354351697475178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170390,"job_number":"JOB_170390","tr_customer_id":170407,"tr_customer_product_id":170397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:32.000Z","modified_at":"2026-01-29T06:48:10.000Z","name":"Kyra Leuschke","mobile_number":"351-716-4000","email_id":"Akeem.Zemlak@gmail.com","dop":"2025-04-06","serial_number":"15926735306563","imei1":"15926735306563","imei2":"15926735306563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170389,"job_number":"JOB_170389","tr_customer_id":170406,"tr_customer_product_id":170396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:32.000Z","modified_at":"2026-01-29T06:47:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19445917856710","imei1":"19445917856710","imei2":"19445917856710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170388,"job_number":"JOB_170388","tr_customer_id":170405,"tr_customer_product_id":170395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:13.000Z","modified_at":"2026-01-29T06:47:49.000Z","name":"Frances Kuhlman","mobile_number":"922-619-8165","email_id":"Imelda_Tromp@hotmail.com","dop":"2025-10-21","serial_number":"16756247052295","imei1":"16756247052295","imei2":"16756247052295","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170387,"job_number":"JOB_170387","tr_customer_id":170404,"tr_customer_product_id":170394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:13.000Z","modified_at":"2026-01-29T06:47:13.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"13725543893783","imei1":"13725543893783","imei2":"13725543893783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170386,"job_number":"JOB_170386","tr_customer_id":170403,"tr_customer_product_id":170393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:49.000Z","modified_at":"2026-01-29T06:46:49.000Z","name":"Kurtis O'Hara","mobile_number":"552-370-2299","email_id":"Alden_Price@hotmail.com","dop":"2025-04-06","serial_number":"18333736871994510","imei1":"18333736871994510","imei2":"18333736871994510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170385,"job_number":"JOB_170385","tr_customer_id":170402,"tr_customer_product_id":170392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:47.000Z","modified_at":"2026-01-29T06:47:25.000Z","name":"German Schmidt","mobile_number":"823-982-5823","email_id":"Selena_Schowalter51@hotmail.com","dop":"2025-04-06","serial_number":"19902411489288","imei1":"19902411489288","imei2":"19902411489288","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170384,"job_number":"JOB_170384","tr_customer_id":170401,"tr_customer_product_id":170391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:47.000Z","modified_at":"2026-01-29T06:46:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10870358707358","imei1":"10870358707358","imei2":"10870358707358","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170383,"job_number":"JOB_170383","tr_customer_id":170400,"tr_customer_product_id":170390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:30.000Z","modified_at":"2026-01-29T06:47:06.000Z","name":"Marlee Moore","mobile_number":"434-486-4942","email_id":"Jasmin.Balistreri73@yahoo.com","dop":"2025-10-21","serial_number":"17824471438303","imei1":"17824471438303","imei2":"17824471438303","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:47:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170382,"job_number":"JOB_170382","tr_customer_id":170399,"tr_customer_product_id":170389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:29.000Z","modified_at":"2026-01-29T06:46:29.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17680172698670","imei1":"17680172698670","imei2":"17680172698670","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170381,"job_number":"JOB_170381","tr_customer_id":170398,"tr_customer_product_id":170388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:25.000Z","modified_at":"2026-01-29T06:46:25.000Z","name":"Shresth Naik","mobile_number":"7096770820","email_id":"dharani.gill@gmail.com","dop":"2026-01-19","serial_number":"647276168264212","imei1":"647276168264212","imei2":"647276168264212","popurl":"www.prem-desai.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170380,"job_number":"JOB_170380","tr_customer_id":170397,"tr_customer_product_id":170387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:45:09.000Z","modified_at":"2026-01-29T06:45:09.000Z","name":"Winona Pouros","mobile_number":"473-755-4357","email_id":"Naomi14@gmail.com","dop":"2025-04-06","serial_number":"13217274141320578","imei1":"13217274141320578","imei2":"13217274141320578","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:45:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170379,"job_number":"JOB_170379","tr_customer_id":170396,"tr_customer_product_id":170386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:45:08.000Z","modified_at":"2026-01-29T06:45:47.000Z","name":"Alexander Padberg","mobile_number":"601-225-1822","email_id":"Cydney.Hayes@yahoo.com","dop":"2025-04-06","serial_number":"14594762092626","imei1":"14594762092626","imei2":"14594762092626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170378,"job_number":"JOB_170378","tr_customer_id":170395,"tr_customer_product_id":170385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:52.000Z","modified_at":"2026-01-29T06:44:02.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14108342420159","imei2":"14108342420159","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:44:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170377,"job_number":"JOB_170377","tr_customer_id":170394,"tr_customer_product_id":170384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:51.000Z","modified_at":"2026-01-29T06:43:51.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14983278150615","imei2":"14983278150615","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170376,"job_number":"JOB_170376","tr_customer_id":170393,"tr_customer_product_id":170383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:38.000Z","modified_at":"2026-01-29T06:43:48.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18346137390370","imei2":"18346137390370","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:43:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170375,"job_number":"JOB_170375","tr_customer_id":170392,"tr_customer_product_id":170382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:37.000Z","modified_at":"2026-01-29T06:43:37.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14176198100525","imei2":"14176198100525","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170374,"job_number":"JOB_170374","tr_customer_id":170391,"tr_customer_product_id":170381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:30.000Z","modified_at":"2026-01-29T06:43:30.000Z","name":"Elise Langworth","mobile_number":"506-789-5136","email_id":"Cordia_OKon@yahoo.com","dop":"2025-04-06","serial_number":"13668979298666100","imei1":"13668979298666100","imei2":"13668979298666100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170373,"job_number":"JOB_170373","tr_customer_id":170390,"tr_customer_product_id":170380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:28.000Z","modified_at":"2026-01-29T06:44:10.000Z","name":"Darius Hane","mobile_number":"784-296-1570","email_id":"Phoebe.Brown84@hotmail.com","dop":"2025-04-06","serial_number":"17862652103740","imei1":"17862652103740","imei2":"17862652103740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:44:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170372,"job_number":"JOB_170372","tr_customer_id":170389,"tr_customer_product_id":170379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:28.000Z","modified_at":"2026-01-29T06:43:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18444745092848","imei1":"18444745092848","imei2":"18444745092848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170371,"job_number":"JOB_170371","tr_customer_id":170388,"tr_customer_product_id":170378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:23.000Z","modified_at":"2026-01-29T06:43:34.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13001435899381","imei2":"13001435899381","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170370,"job_number":"JOB_170370","tr_customer_id":170387,"tr_customer_product_id":170377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:23.000Z","modified_at":"2026-01-29T06:43:23.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14953346028155","imei2":"14953346028155","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170369,"job_number":"JOB_170369","tr_customer_id":170386,"tr_customer_product_id":170376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:42:39.000Z","modified_at":"2026-01-29T06:42:39.000Z","name":"Elyssa Gaylord","mobile_number":"913-445-2459","email_id":"Erwin19@hotmail.com","dop":"2025-04-06","serial_number":"14369738604398470","imei1":"14369738604398470","imei2":"14369738604398470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170368,"job_number":"JOB_170368","tr_customer_id":170385,"tr_customer_product_id":170375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:42:38.000Z","modified_at":"2026-01-29T06:43:20.000Z","name":"Rachelle Gaylord","mobile_number":"216-466-8423","email_id":"Providenci14@hotmail.com","dop":"2025-04-06","serial_number":"18179063890691","imei1":"18179063890691","imei2":"18179063890691","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:43:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170367,"job_number":"JOB_170367","tr_customer_id":170384,"tr_customer_product_id":170374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:42:38.000Z","modified_at":"2026-01-29T06:42:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11661249578121","imei1":"11661249578121","imei2":"11661249578121","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:42:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170365,"job_number":"JOB_170365","tr_customer_id":170382,"tr_customer_product_id":170372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:49.000Z","modified_at":"2026-01-29T06:41:49.000Z","name":"Coy Dickens","mobile_number":"523-221-0909","email_id":"Luella_Wilkinson3@yahoo.com","dop":"2025-04-06","serial_number":"16780419753845036","imei1":"16780419753845036","imei2":"16780419753845036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:41:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170364,"job_number":"JOB_170364","tr_customer_id":170381,"tr_customer_product_id":170371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:47.000Z","modified_at":"2026-01-29T06:42:30.000Z","name":"Mireille Herman","mobile_number":"999-306-5629","email_id":"Easton_Aufderhar50@hotmail.com","dop":"2025-04-06","serial_number":"10593791691348","imei1":"10593791691348","imei2":"10593791691348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:42:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170363,"job_number":"JOB_170363","tr_customer_id":170380,"tr_customer_product_id":170370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:47.000Z","modified_at":"2026-01-29T06:41:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15855265716463","imei1":"15855265716463","imei2":"15855265716463","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:41:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170361,"job_number":"JOB_170361","tr_customer_id":170378,"tr_customer_product_id":170368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:57.000Z","modified_at":"2026-01-29T06:40:57.000Z","name":"Newell Lowe","mobile_number":"686-637-0679","email_id":"Vella.Kuhlman@hotmail.com","dop":"2025-04-06","serial_number":"10645713143187366","imei1":"10645713143187366","imei2":"10645713143187366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170360,"job_number":"JOB_170360","tr_customer_id":170377,"tr_customer_product_id":170367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:56.000Z","modified_at":"2026-01-29T06:41:34.000Z","name":"Deron Reichert","mobile_number":"589-678-0055","email_id":"Haylee_Renner@hotmail.com","dop":"2025-04-06","serial_number":"12407513074671","imei1":"12407513074671","imei2":"12407513074671","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:41:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170359,"job_number":"JOB_170359","tr_customer_id":170376,"tr_customer_product_id":170366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:56.000Z","modified_at":"2026-01-29T06:40:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12208140426477","imei1":"12208140426477","imei2":"12208140426477","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170358,"job_number":"JOB_170358","tr_customer_id":170375,"tr_customer_product_id":170365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:12.000Z","modified_at":"2026-01-29T06:40:12.000Z","name":"Liana Harvey","mobile_number":"408-925-4854","email_id":"Alison_Koepp@gmail.com","dop":"2025-04-06","serial_number":"17423739786054996","imei1":"17423739786054996","imei2":"17423739786054996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170357,"job_number":"JOB_170357","tr_customer_id":170374,"tr_customer_product_id":170364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:11.000Z","modified_at":"2026-01-29T06:40:49.000Z","name":"Grayce Schmitt","mobile_number":"822-921-5740","email_id":"Mauricio_Stracke@hotmail.com","dop":"2025-04-06","serial_number":"18180181629865","imei1":"18180181629865","imei2":"18180181629865","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:40:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170356,"job_number":"JOB_170356","tr_customer_id":170373,"tr_customer_product_id":170363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:10.000Z","modified_at":"2026-01-29T06:40:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12207671801424","imei1":"12207671801424","imei2":"12207671801424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170355,"job_number":"JOB_170355","tr_customer_id":170372,"tr_customer_product_id":170362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:39:26.000Z","modified_at":"2026-01-29T06:39:26.000Z","name":"Libby Torp","mobile_number":"288-373-3904","email_id":"Brown.Little1@yahoo.com","dop":"2025-04-06","serial_number":"18091890734912620","imei1":"18091890734912620","imei2":"18091890734912620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:39:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170354,"job_number":"JOB_170354","tr_customer_id":170371,"tr_customer_product_id":170361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:39:25.000Z","modified_at":"2026-01-29T06:40:03.000Z","name":"Dorothea Shields","mobile_number":"881-647-2530","email_id":"Orland_Walter42@yahoo.com","dop":"2025-04-06","serial_number":"18411695328476","imei1":"18411695328476","imei2":"18411695328476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:40:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170353,"job_number":"JOB_170353","tr_customer_id":170370,"tr_customer_product_id":170360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:39:25.000Z","modified_at":"2026-01-29T06:39:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19568621313003","imei1":"19568621313003","imei2":"19568621313003","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:39:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170352,"job_number":"JOB_170352","tr_customer_id":170369,"tr_customer_product_id":170359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:47.000Z","modified_at":"2026-01-29T06:38:47.000Z","name":"Atreyi Rana","mobile_number":"7083087604","email_id":"vidhya.bhat@hotmail.com","dop":"2026-01-19","serial_number":"706941820273780","imei1":"706941820273780","imei2":"706941820273780","popurl":"www.gaurang-naik.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:38:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170351,"job_number":"JOB_170351","tr_customer_id":170368,"tr_customer_product_id":170358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:33.000Z","modified_at":"2026-01-29T06:38:33.000Z","name":"Vallie Durgan","mobile_number":"902-443-2582","email_id":"Mason_Rutherford@yahoo.com","dop":"2025-04-06","serial_number":"19835579645295650","imei1":"19835579645295650","imei2":"19835579645295650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:38:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170350,"job_number":"JOB_170350","tr_customer_id":170367,"tr_customer_product_id":170357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:31.000Z","modified_at":"2026-01-29T06:39:08.000Z","name":"Celestine Gutmann","mobile_number":"253-781-9465","email_id":"Rafael.Emard@hotmail.com","dop":"2025-04-06","serial_number":"10329813854437","imei1":"10329813854437","imei2":"10329813854437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170349,"job_number":"JOB_170349","tr_customer_id":170366,"tr_customer_product_id":170356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:31.000Z","modified_at":"2026-01-29T06:38:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16037824530219","imei1":"16037824530219","imei2":"16037824530219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:38:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170348,"job_number":"JOB_170348","tr_customer_id":170365,"tr_customer_product_id":170355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:48.000Z","modified_at":"2026-01-29T06:37:48.000Z","name":"Jeanie Crist","mobile_number":"584-251-9509","email_id":"Assunta86@gmail.com","dop":"2025-04-06","serial_number":"10715964929387842","imei1":"10715964929387842","imei2":"10715964929387842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170347,"job_number":"JOB_170347","tr_customer_id":170364,"tr_customer_product_id":170354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:47.000Z","modified_at":"2026-01-29T06:38:24.000Z","name":"Stacy DuBuque","mobile_number":"852-256-3773","email_id":"Rosamond4@hotmail.com","dop":"2025-04-06","serial_number":"12954016719157","imei1":"12954016719157","imei2":"12954016719157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:38:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170346,"job_number":"JOB_170346","tr_customer_id":170363,"tr_customer_product_id":170353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:46.000Z","modified_at":"2026-01-29T06:37:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15855807980150","imei1":"15855807980150","imei2":"15855807980150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170345,"job_number":"JOB_170345","tr_customer_id":170362,"tr_customer_product_id":170352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:03.000Z","modified_at":"2026-01-29T06:37:04.000Z","name":"Alexa Crooks","mobile_number":"725-380-5649","email_id":"Jennyfer84@gmail.com","dop":"2025-04-06","serial_number":"18407784815935784","imei1":"18407784815935784","imei2":"18407784815935784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170344,"job_number":"JOB_170344","tr_customer_id":170361,"tr_customer_product_id":170351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:02.000Z","modified_at":"2026-01-29T06:37:39.000Z","name":"Carroll Quitzon","mobile_number":"506-529-6229","email_id":"Mariah_Osinski@hotmail.com","dop":"2025-04-06","serial_number":"19134770212767","imei1":"19134770212767","imei2":"19134770212767","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:37:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170343,"job_number":"JOB_170343","tr_customer_id":170360,"tr_customer_product_id":170350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:02.000Z","modified_at":"2026-01-29T06:37:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15522363055902","imei1":"15522363055902","imei2":"15522363055902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170342,"job_number":"JOB_170342","tr_customer_id":170359,"tr_customer_product_id":170349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:36.000Z","modified_at":"2026-01-29T06:36:36.000Z","name":"Roy Keeling","mobile_number":"283-823-6410","email_id":"Walton.Wisoky50@gmail.com","dop":"2025-06-18","serial_number":"1013664490259973","imei1":"1013664490259973","imei2":"1013664490259973","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:36:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170341,"job_number":"JOB_170341","tr_customer_id":170358,"tr_customer_product_id":170348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:35.000Z","modified_at":"2026-01-29T06:37:12.000Z","name":"Leland Considine","mobile_number":"674-449-0463","email_id":"Cierra23@yahoo.com","dop":"2025-06-18","serial_number":"10375802533635","imei1":"10375802533635","imei2":"10375802533635","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170340,"job_number":"JOB_170340","tr_customer_id":170357,"tr_customer_product_id":170347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:35.000Z","modified_at":"2026-01-29T06:36:35.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10276504604543","imei1":"10276504604543","imei2":"10276504604543","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:36:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170339,"job_number":"JOB_170339","tr_customer_id":170356,"tr_customer_product_id":170346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:00.000Z","modified_at":"2026-01-29T06:36:00.000Z","name":"Darlene Mayer","mobile_number":"455-205-3827","email_id":"Jadon.Gaylord33@yahoo.com","dop":"2025-04-06","serial_number":"18172264101396828","imei1":"18172264101396828","imei2":"18172264101396828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170338,"job_number":"JOB_170338","tr_customer_id":170355,"tr_customer_product_id":170345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:58.000Z","modified_at":"2026-01-29T06:36:41.000Z","name":"Valerie Haley","mobile_number":"505-875-3429","email_id":"Bernard.Weimann65@gmail.com","dop":"2025-04-06","serial_number":"14948468916716","imei1":"14948468916716","imei2":"14948468916716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:36:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170337,"job_number":"JOB_170337","tr_customer_id":170354,"tr_customer_product_id":170344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:52.000Z","modified_at":"2026-01-29T06:35:52.000Z","name":"Britney Boyer","mobile_number":"936-736-9229","email_id":"Derick_Simonis83@gmail.com","dop":"2025-06-18","serial_number":"1060705733169913","imei1":"1060705733169913","imei2":"1060705733169913","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:35:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170336,"job_number":"JOB_170336","tr_customer_id":170353,"tr_customer_product_id":170343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:52.000Z","modified_at":"2026-01-29T06:36:28.000Z","name":"Sherman Block","mobile_number":"631-567-8905","email_id":"Emerson21@gmail.com","dop":"2025-06-18","serial_number":"10316307221729","imei1":"10316307221729","imei2":"10316307221729","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:36:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170335,"job_number":"JOB_170335","tr_customer_id":170352,"tr_customer_product_id":170342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:51.000Z","modified_at":"2026-01-29T06:35:51.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10856121769214","imei1":"10856121769214","imei2":"10856121769214","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170317,"job_number":"JOB_170317","tr_customer_id":170334,"tr_customer_product_id":170324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:22:55.000Z","modified_at":"2026-01-29T06:22:55.000Z","name":"Dharitri Dutta","mobile_number":"7029773404","email_id":"bodhan.pothuvaal@hotmail.com","dop":"2026-01-19","serial_number":"945495203650264","imei1":"945495203650264","imei2":"945495203650264","popurl":"www.durgeshwari-kakkar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170316,"job_number":"JOB_170316","tr_customer_id":170333,"tr_customer_product_id":170323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:17:59.000Z","modified_at":"2026-01-29T06:17:59.000Z","name":"Brajesh Varma","mobile_number":"7037232521","email_id":"chanda.talwar@yahoo.co.in","dop":"2026-01-19","serial_number":"706892942434128","imei1":"706892942434128","imei2":"706892942434128","popurl":"www.umang-chaturvedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170315,"job_number":"JOB_170315","tr_customer_id":170332,"tr_customer_product_id":170322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:08:07.000Z","modified_at":"2026-01-29T06:08:07.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2026-01-19","serial_number":"13511800420678","imei1":"13511800420678","imei2":"13511800420678","popurl":"2026-01-19T06:08:04.176679800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:08:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170314,"job_number":"JOB_170314","tr_customer_id":170331,"tr_customer_product_id":170321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:02:17.000Z","modified_at":"2026-01-29T06:02:17.000Z","name":"Dron Reddy","mobile_number":"7034869575","email_id":"chandravati.nehru@yahoo.co.in","dop":"2026-01-19","serial_number":"059444005131417","imei1":"059444005131417","imei2":"059444005131417","popurl":"www.dhananjay-reddy.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:02:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170313,"job_number":"JOB_170313","tr_customer_id":170330,"tr_customer_product_id":170320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:57:36.000Z","modified_at":"2026-01-29T05:57:36.000Z","name":"veer kumar","mobile_number":"9398102868","email_id":"veer@gmail.com","dop":"2026-01-11","serial_number":"12343223456765432","imei1":"12343223456765432","imei2":"12343223456765432","popurl":"2026-01-11T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170312,"job_number":"JOB_170312","tr_customer_id":170329,"tr_customer_product_id":170319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Donte Schuster","mobile_number":"7056886671","email_id":"eldon.bechtelar@gmail.com","dop":"2026-01-19","serial_number":"986071458169851","imei1":"560922975673975","imei2":"913400530238079","popurl":"www.manie-murphy.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170311,"job_number":"JOB_170311","tr_customer_id":170328,"tr_customer_product_id":170318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Terra Batz","mobile_number":"7065942000","email_id":"dillon.cormier@hotmail.com","dop":"2026-01-19","serial_number":"360326519033902","imei1":"833717706004840","imei2":"518190593381939","popurl":"www.carlita-stamm.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170310,"job_number":"JOB_170310","tr_customer_id":170327,"tr_customer_product_id":170317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Cori Bahringer","mobile_number":"7015609745","email_id":"paola.aufderhar@gmail.com","dop":"2026-01-19","serial_number":"062382101570858","imei1":"107256484287444","imei2":"759968193356360","popurl":"www.cruz-ruecker.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170309,"job_number":"JOB_170309","tr_customer_id":170326,"tr_customer_product_id":170316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Marcos Bernhard","mobile_number":"7093341698","email_id":"peggy.nolan@hotmail.com","dop":"2026-01-19","serial_number":"872892873464589","imei1":"656320435657996","imei2":"579243516072405","popurl":"www.bernardina-farrell.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170308,"job_number":"JOB_170308","tr_customer_id":170325,"tr_customer_product_id":170315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Leroy Reichel","mobile_number":"7096262834","email_id":"lemuel.goodwin@yahoo.com","dop":"2026-01-19","serial_number":"113690943917920","imei1":"573989202481299","imei2":"493240038896145","popurl":"www.michaele-trantow.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170307,"job_number":"JOB_170307","tr_customer_id":170324,"tr_customer_product_id":170314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Octavio Hilll","mobile_number":"7070346459","email_id":"richard.thompson@hotmail.com","dop":"2026-01-19","serial_number":"315777018232010","imei1":"858636238195406","imei2":"687490805977002","popurl":"www.amanda-braun.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170306,"job_number":"JOB_170306","tr_customer_id":170323,"tr_customer_product_id":170313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Fermina McLaughlin","mobile_number":"7017166496","email_id":"rosendo.balistreri@hotmail.com","dop":"2026-01-19","serial_number":"072056892191034","imei1":"790721180190395","imei2":"805483436630756","popurl":"www.wayne-torp.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170305,"job_number":"JOB_170305","tr_customer_id":170322,"tr_customer_product_id":170312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Kimberly Glover","mobile_number":"7095559611","email_id":"cary.farrell@gmail.com","dop":"2026-01-19","serial_number":"239556247015289","imei1":"301960567483025","imei2":"128441512416247","popurl":"www.adelaide-schaefer.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170304,"job_number":"JOB_170304","tr_customer_id":170321,"tr_customer_product_id":170311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Zackary Wolff","mobile_number":"7042601363","email_id":"foster.mcglynn@gmail.com","dop":"2026-01-19","serial_number":"465575730158631","imei1":"021192744336210","imei2":"021057683656422","popurl":"www.randal-turner.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170303,"job_number":"JOB_170303","tr_customer_id":170320,"tr_customer_product_id":170310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:35.000Z","modified_at":"2026-01-29T05:48:35.000Z","name":"Estell Goyette","mobile_number":"7076879395","email_id":"jerrod.miller@hotmail.com","dop":"2026-01-19","serial_number":"525133618426072","imei1":"252597024711472","imei2":"150861370405568","popurl":"www.osvaldo-barrows.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170302,"job_number":"JOB_170302","tr_customer_id":170319,"tr_customer_product_id":170309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Julius Daugherty","mobile_number":"7068994163","email_id":"ryann.hand@yahoo.com","dop":"2026-01-19","serial_number":"115363344515312","imei1":"703158220144090","imei2":"214864755915204","popurl":"www.freida-mueller.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170301,"job_number":"JOB_170301","tr_customer_id":170318,"tr_customer_product_id":170308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Shanae Nienow","mobile_number":"7085477286","email_id":"bebe.collins@gmail.com","dop":"2026-01-19","serial_number":"333881492313480","imei1":"465199716601108","imei2":"190637435307858","popurl":"www.cinderella-abernathy.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170300,"job_number":"JOB_170300","tr_customer_id":170317,"tr_customer_product_id":170307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Dorthea Bode","mobile_number":"7028156604","email_id":"lizabeth.kreiger@yahoo.com","dop":"2026-01-19","serial_number":"014277701229923","imei1":"496340704994249","imei2":"093038207032628","popurl":"www.freeman-gulgowski.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170299,"job_number":"JOB_170299","tr_customer_id":170316,"tr_customer_product_id":170306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Krystin Kuhic","mobile_number":"7073314363","email_id":"amparo.howe@gmail.com","dop":"2026-01-19","serial_number":"405554517896442","imei1":"849844372020304","imei2":"401806640799600","popurl":"www.jacqulyn-stark.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170298,"job_number":"JOB_170298","tr_customer_id":170315,"tr_customer_product_id":170305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Judson Lebsack","mobile_number":"7047802957","email_id":"leon.schamberger@yahoo.com","dop":"2026-01-19","serial_number":"007111435469463","imei1":"942630586541499","imei2":"256068166300666","popurl":"www.todd-wehner.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170297,"job_number":"JOB_170297","tr_customer_id":170314,"tr_customer_product_id":170304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Wilbur Walker","mobile_number":"7071289746","email_id":"kip.rau@yahoo.com","dop":"2026-01-19","serial_number":"994703034336346","imei1":"698413656866811","imei2":"565237069743950","popurl":"www.cassandra-douglas.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170296,"job_number":"JOB_170296","tr_customer_id":170313,"tr_customer_product_id":170303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Cecily Conroy","mobile_number":"7090037166","email_id":"avery.klein@gmail.com","dop":"2026-01-19","serial_number":"054405971580322","imei1":"679615245379949","imei2":"975504407308938","popurl":"www.reginald-williamson.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170295,"job_number":"JOB_170295","tr_customer_id":170312,"tr_customer_product_id":170302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Corrin Emard","mobile_number":"7035854600","email_id":"rhea.grady@yahoo.com","dop":"2026-01-19","serial_number":"703029191701704","imei1":"039399364369762","imei2":"386766186332312","popurl":"www.arica-christiansen.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170294,"job_number":"JOB_170294","tr_customer_id":170311,"tr_customer_product_id":170301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Melissia Heathcote","mobile_number":"7049912515","email_id":"hipolito.okeefe@hotmail.com","dop":"2026-01-19","serial_number":"920398109443780","imei1":"299409222664093","imei2":"661756859460322","popurl":"www.nicolette-hansen.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170293,"job_number":"JOB_170293","tr_customer_id":170310,"tr_customer_product_id":170300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Gale Windler","mobile_number":"7053187120","email_id":"virgil.jacobson@gmail.com","dop":"2026-01-19","serial_number":"546650878449800","imei1":"654676504441541","imei2":"054634256245915","popurl":"www.fidela-muller.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170292,"job_number":"JOB_170292","tr_customer_id":170309,"tr_customer_product_id":170299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Wilburn Kutch","mobile_number":"7059269789","email_id":"diedra.dubuque@gmail.com","dop":"2026-01-19","serial_number":"792149224110826","imei1":"224341792702478","imei2":"686155765699649","popurl":"www.sol-ruecker.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170291,"job_number":"JOB_170291","tr_customer_id":170308,"tr_customer_product_id":170298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Ligia Powlowski","mobile_number":"7052117223","email_id":"nakia.skiles@hotmail.com","dop":"2026-01-19","serial_number":"734089455529193","imei1":"817252341842789","imei2":"122537213300785","popurl":"www.yen-jerde.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170290,"job_number":"JOB_170290","tr_customer_id":170307,"tr_customer_product_id":170297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Thanh Lueilwitz","mobile_number":"7073544974","email_id":"bobby.dicki@yahoo.com","dop":"2026-01-19","serial_number":"301518552424284","imei1":"893663339624586","imei2":"795915710844668","popurl":"www.gertrude-oconnell.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170289,"job_number":"JOB_170289","tr_customer_id":170306,"tr_customer_product_id":170296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Beau Kling","mobile_number":"7069866035","email_id":"kelsi.runolfsson@yahoo.com","dop":"2026-01-19","serial_number":"290742738273944","imei1":"668260766835625","imei2":"652104689973897","popurl":"www.bennie-bartoletti.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170288,"job_number":"JOB_170288","tr_customer_id":170305,"tr_customer_product_id":170295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Garfield Koch","mobile_number":"7054113851","email_id":"jarrett.hartmann@hotmail.com","dop":"2026-01-19","serial_number":"759466932485178","imei1":"112079791017813","imei2":"004672035246440","popurl":"www.oswaldo-pagac.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170287,"job_number":"JOB_170287","tr_customer_id":170304,"tr_customer_product_id":170294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Rolland Batz","mobile_number":"7086908465","email_id":"cordell.rodriguez@yahoo.com","dop":"2026-01-19","serial_number":"561496191451956","imei1":"004520205915341","imei2":"051969360351284","popurl":"www.benedict-waelchi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170286,"job_number":"JOB_170286","tr_customer_id":170303,"tr_customer_product_id":170293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Shayla Kessler","mobile_number":"7086168202","email_id":"aleen.kunde@gmail.com","dop":"2026-01-19","serial_number":"236372367591240","imei1":"334285666363360","imei2":"018877848468158","popurl":"www.stephen-blick.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170285,"job_number":"JOB_170285","tr_customer_id":170302,"tr_customer_product_id":170292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Broderick Smith","mobile_number":"7001351483","email_id":"cary.mccullough@hotmail.com","dop":"2026-01-19","serial_number":"320773034943050","imei1":"114223627161612","imei2":"107464813860199","popurl":"www.chu-renner.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170284,"job_number":"JOB_170284","tr_customer_id":170301,"tr_customer_product_id":170291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Leatrice Kling","mobile_number":"7057861642","email_id":"evette.bechtelar@yahoo.com","dop":"2026-01-19","serial_number":"211730052522536","imei1":"412751570164251","imei2":"304744183682637","popurl":"www.cassaundra-schmitt.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170283,"job_number":"JOB_170283","tr_customer_id":170300,"tr_customer_product_id":170290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Isidra Bernier","mobile_number":"7011875783","email_id":"kelley.rohan@hotmail.com","dop":"2026-01-19","serial_number":"081477794363547","imei1":"300507865461477","imei2":"746794430713661","popurl":"www.eldora-quitzon.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170282,"job_number":"JOB_170282","tr_customer_id":170299,"tr_customer_product_id":170289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Violette Zboncak","mobile_number":"7054325873","email_id":"jon.beatty@yahoo.com","dop":"2026-01-19","serial_number":"113313770878779","imei1":"172401667657537","imei2":"410626337285531","popurl":"www.randall-thompson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170281,"job_number":"JOB_170281","tr_customer_id":170298,"tr_customer_product_id":170288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Gerardo Lynch","mobile_number":"7052894028","email_id":"beatris.herman@yahoo.com","dop":"2026-01-19","serial_number":"991354659847131","imei1":"211131001419487","imei2":"732099870144335","popurl":"www.donya-wilkinson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170280,"job_number":"JOB_170280","tr_customer_id":170297,"tr_customer_product_id":170287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Launa Koelpin","mobile_number":"7019276649","email_id":"bart.dach@gmail.com","dop":"2026-01-19","serial_number":"111678387215629","imei1":"699233265636085","imei2":"389383014734706","popurl":"www.briana-hessel.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170279,"job_number":"JOB_170279","tr_customer_id":170296,"tr_customer_product_id":170286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Quinn Ankunding","mobile_number":"7078393695","email_id":"kurt.simonis@gmail.com","dop":"2026-01-19","serial_number":"585745996333988","imei1":"365102360124660","imei2":"290343825323120","popurl":"www.tuan-towne.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170278,"job_number":"JOB_170278","tr_customer_id":170295,"tr_customer_product_id":170285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Shanice Gutmann","mobile_number":"7057570768","email_id":"howard.murray@gmail.com","dop":"2026-01-19","serial_number":"133040382899834","imei1":"656152903691011","imei2":"097861798104938","popurl":"www.bong-johnson.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170277,"job_number":"JOB_170277","tr_customer_id":170294,"tr_customer_product_id":170284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Rosario Gleason","mobile_number":"7026928337","email_id":"ezra.hoeger@gmail.com","dop":"2026-01-19","serial_number":"714493037194091","imei1":"161475230192910","imei2":"237466804490015","popurl":"www.devin-keebler.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170276,"job_number":"JOB_170276","tr_customer_id":170293,"tr_customer_product_id":170283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Gil Little","mobile_number":"7005177573","email_id":"jerry.ratke@yahoo.com","dop":"2026-01-19","serial_number":"428147030483039","imei1":"451809402685655","imei2":"838329545950033","popurl":"www.valery-hickle.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170275,"job_number":"JOB_170275","tr_customer_id":170292,"tr_customer_product_id":170282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Rashad Streich","mobile_number":"7034316350","email_id":"devon.abshire@gmail.com","dop":"2026-01-19","serial_number":"074453291653388","imei1":"673519097646997","imei2":"954744911420191","popurl":"www.ivory-legros.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170274,"job_number":"JOB_170274","tr_customer_id":170291,"tr_customer_product_id":170281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Ariel Bernhard","mobile_number":"7091816373","email_id":"brandee.kemmer@yahoo.com","dop":"2026-01-19","serial_number":"663775890199765","imei1":"255542807658649","imei2":"840539096445094","popurl":"www.nga-kuhlman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170273,"job_number":"JOB_170273","tr_customer_id":170290,"tr_customer_product_id":170280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Bud Huel","mobile_number":"7068666049","email_id":"gaylene.price@yahoo.com","dop":"2026-01-19","serial_number":"047974297491639","imei1":"964610923672523","imei2":"323467555465233","popurl":"www.gerard-bashirian.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170272,"job_number":"JOB_170272","tr_customer_id":170289,"tr_customer_product_id":170279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:31.000Z","modified_at":"2026-01-29T05:48:31.000Z","name":"Susann Morar","mobile_number":"7021494068","email_id":"cecile.wiegand@yahoo.com","dop":"2026-01-19","serial_number":"158927685212213","imei1":"618188655915409","imei2":"265084974638323","popurl":"www.brenton-kunze.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170271,"job_number":"JOB_170271","tr_customer_id":170288,"tr_customer_product_id":170278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:31.000Z","modified_at":"2026-01-29T05:48:31.000Z","name":"Viki Leffler","mobile_number":"7040592842","email_id":"rigoberto.hodkiewicz@yahoo.com","dop":"2026-01-19","serial_number":"136593909292199","imei1":"469284031195261","imei2":"663408731276343","popurl":"www.archie-kozey.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170270,"job_number":"JOB_170270","tr_customer_id":170287,"tr_customer_product_id":170277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:31.000Z","modified_at":"2026-01-29T05:48:31.000Z","name":"Leopoldo Metz","mobile_number":"7056154650","email_id":"cedrick.kuhlman@yahoo.com","dop":"2026-01-19","serial_number":"382261397670933","imei1":"686808815643621","imei2":"991708990793421","popurl":"www.enrique-parisian.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170269,"job_number":"JOB_170269","tr_customer_id":170286,"tr_customer_product_id":170276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Chia Stokes","mobile_number":"7086481035","email_id":"leah.torp@yahoo.com","dop":"2026-01-19","serial_number":"740412324822571","imei1":"250445028212868","imei2":"523833711067033","popurl":"www.carl-hane.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170268,"job_number":"JOB_170268","tr_customer_id":170285,"tr_customer_product_id":170275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Dudley Parisian","mobile_number":"7006955607","email_id":"raphael.barton@hotmail.com","dop":"2026-01-19","serial_number":"399692295167685","imei1":"275440972100049","imei2":"836293278474897","popurl":"www.tammara-lang.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170267,"job_number":"JOB_170267","tr_customer_id":170284,"tr_customer_product_id":170274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Nu Hilll","mobile_number":"7012124385","email_id":"lucien.borer@gmail.com","dop":"2026-01-19","serial_number":"376314463825753","imei1":"553148262147938","imei2":"794406810841490","popurl":"www.pearl-satterfield.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170266,"job_number":"JOB_170266","tr_customer_id":170283,"tr_customer_product_id":170273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Alethea Kuvalis","mobile_number":"7053110000","email_id":"randall.rau@gmail.com","dop":"2026-01-19","serial_number":"484432184152380","imei1":"191393928705824","imei2":"777880831535541","popurl":"www.edison-predovic.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170265,"job_number":"JOB_170265","tr_customer_id":170282,"tr_customer_product_id":170272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Aubrey Gottlieb","mobile_number":"7010486455","email_id":"constance.mcdermott@hotmail.com","dop":"2026-01-19","serial_number":"278272999895817","imei1":"173192041728762","imei2":"027527426271741","popurl":"www.adelina-glover.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170264,"job_number":"JOB_170264","tr_customer_id":170281,"tr_customer_product_id":170271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Dorene Hammes","mobile_number":"7040009863","email_id":"colin.herman@yahoo.com","dop":"2026-01-19","serial_number":"615679501143379","imei1":"757008604094661","imei2":"965959708832096","popurl":"www.keesha-dach.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170263,"job_number":"JOB_170263","tr_customer_id":170280,"tr_customer_product_id":170270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Columbus O'Kon","mobile_number":"7000415323","email_id":"alberta.roberts@yahoo.com","dop":"2026-01-19","serial_number":"138553713980597","imei1":"281583572359640","imei2":"304285439128757","popurl":"www.kymberly-bechtelar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170262,"job_number":"JOB_170262","tr_customer_id":170279,"tr_customer_product_id":170269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Franklin Crooks","mobile_number":"7094377777","email_id":"cordell.greenfelder@yahoo.com","dop":"2026-01-19","serial_number":"620523949014325","imei1":"373651855507247","imei2":"134866534333791","popurl":"www.myrna-farrell.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170261,"job_number":"JOB_170261","tr_customer_id":170278,"tr_customer_product_id":170268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Elissa Crist","mobile_number":"7038856749","email_id":"warren.skiles@yahoo.com","dop":"2026-01-19","serial_number":"954973640377620","imei1":"828260409651650","imei2":"645711122930752","popurl":"www.joyce-frami.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170260,"job_number":"JOB_170260","tr_customer_id":170277,"tr_customer_product_id":170267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Desmond Price","mobile_number":"7033875383","email_id":"sarina.gorczany@gmail.com","dop":"2026-01-19","serial_number":"455424103027929","imei1":"900833817247677","imei2":"969999656496338","popurl":"www.tod-luettgen.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170259,"job_number":"JOB_170259","tr_customer_id":170276,"tr_customer_product_id":170266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Claudine Swift","mobile_number":"7023796523","email_id":"lurlene.hilll@yahoo.com","dop":"2026-01-19","serial_number":"652439642084903","imei1":"150928357402321","imei2":"838988491570929","popurl":"www.trenton-hoeger.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170258,"job_number":"JOB_170258","tr_customer_id":170275,"tr_customer_product_id":170265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Blaine Koss","mobile_number":"7099437200","email_id":"quiana.lueilwitz@hotmail.com","dop":"2026-01-19","serial_number":"521418201569197","imei1":"555246561444916","imei2":"641329924661925","popurl":"www.mardell-welch.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170257,"job_number":"JOB_170257","tr_customer_id":170274,"tr_customer_product_id":170264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Wilbur Schroeder","mobile_number":"7058480818","email_id":"rosina.jones@gmail.com","dop":"2026-01-19","serial_number":"653189068748251","imei1":"841498737012002","imei2":"064810199562801","popurl":"www.keenan-dooley.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170256,"job_number":"JOB_170256","tr_customer_id":170273,"tr_customer_product_id":170263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Cristi White","mobile_number":"7085500721","email_id":"elisa.hirthe@yahoo.com","dop":"2026-01-19","serial_number":"825123777768932","imei1":"687426411502932","imei2":"824387845415695","popurl":"www.galen-watsica.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170255,"job_number":"JOB_170255","tr_customer_id":170272,"tr_customer_product_id":170262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Alvin Conroy","mobile_number":"7077100482","email_id":"malia.walter@gmail.com","dop":"2026-01-19","serial_number":"943033844192086","imei1":"882972683114668","imei2":"560033161829803","popurl":"www.kenna-rice.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170254,"job_number":"JOB_170254","tr_customer_id":170271,"tr_customer_product_id":170261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Creola Bradtke","mobile_number":"7033148032","email_id":"rico.ebert@yahoo.com","dop":"2026-01-19","serial_number":"184754830996755","imei1":"135117381731041","imei2":"652897875624613","popurl":"www.davis-romaguera.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170253,"job_number":"JOB_170253","tr_customer_id":170270,"tr_customer_product_id":170260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Andria Reinger","mobile_number":"7049706800","email_id":"foster.herman@hotmail.com","dop":"2026-01-19","serial_number":"252772070797147","imei1":"549954692664623","imei2":"509503807632421","popurl":"www.tristan-rohan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170252,"job_number":"JOB_170252","tr_customer_id":170269,"tr_customer_product_id":170259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Hector Mayert","mobile_number":"7000067769","email_id":"karin.cormier@yahoo.com","dop":"2026-01-19","serial_number":"101963705060146","imei1":"188986013689175","imei2":"371523801056063","popurl":"www.wyatt-gleichner.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170251,"job_number":"JOB_170251","tr_customer_id":170268,"tr_customer_product_id":170258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Takako Harvey","mobile_number":"7075139015","email_id":"elease.osinski@yahoo.com","dop":"2026-01-19","serial_number":"566475336942803","imei1":"584350034680843","imei2":"041126346336279","popurl":"www.amos-kihn.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170250,"job_number":"JOB_170250","tr_customer_id":170267,"tr_customer_product_id":170257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Jeremy Douglas","mobile_number":"7020119602","email_id":"ira.toy@yahoo.com","dop":"2026-01-19","serial_number":"384872070076189","imei1":"564258331463972","imei2":"085278075055009","popurl":"www.curtis-medhurst.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170249,"job_number":"JOB_170249","tr_customer_id":170266,"tr_customer_product_id":170256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Jeneva Gutmann","mobile_number":"7051585591","email_id":"rodger.king@hotmail.com","dop":"2026-01-19","serial_number":"912060662832802","imei1":"488904204192327","imei2":"567495526836807","popurl":"www.moira-gulgowski.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170248,"job_number":"JOB_170248","tr_customer_id":170265,"tr_customer_product_id":170255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Josephina Hilpert","mobile_number":"7054172155","email_id":"bambi.welch@gmail.com","dop":"2026-01-19","serial_number":"962736970665202","imei1":"474371224125685","imei2":"289043046269861","popurl":"www.newton-kohler.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170247,"job_number":"JOB_170247","tr_customer_id":170264,"tr_customer_product_id":170254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Fabian Rogahn","mobile_number":"7085466827","email_id":"zelma.quitzon@gmail.com","dop":"2026-01-19","serial_number":"850559854879572","imei1":"903521674044926","imei2":"038596223035113","popurl":"www.deanne-torphy.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170246,"job_number":"JOB_170246","tr_customer_id":170263,"tr_customer_product_id":170253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Leigh Leffler","mobile_number":"7023494932","email_id":"elin.howell@gmail.com","dop":"2026-01-19","serial_number":"589264318857867","imei1":"200586495551914","imei2":"431114446632498","popurl":"www.adolfo-kunze.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170245,"job_number":"JOB_170245","tr_customer_id":170262,"tr_customer_product_id":170252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Sharyl Cummerata","mobile_number":"7070253948","email_id":"branden.becker@yahoo.com","dop":"2026-01-19","serial_number":"233206572760965","imei1":"707061874175435","imei2":"589928904627287","popurl":"www.louie-bauch.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170244,"job_number":"JOB_170244","tr_customer_id":170261,"tr_customer_product_id":170251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Angelyn Dooley","mobile_number":"7061461129","email_id":"pedro.marvin@gmail.com","dop":"2026-01-19","serial_number":"452032612133165","imei1":"559206740453246","imei2":"207471890302768","popurl":"www.gerard-kuhic.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170243,"job_number":"JOB_170243","tr_customer_id":170260,"tr_customer_product_id":170250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Lewis Johnston","mobile_number":"7094208443","email_id":"aja.sawayn@hotmail.com","dop":"2026-01-19","serial_number":"131230129459942","imei1":"025304491659747","imei2":"902681255883198","popurl":"www.lucas-prosacco.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170242,"job_number":"JOB_170242","tr_customer_id":170259,"tr_customer_product_id":170249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Lavette Huel","mobile_number":"7020968239","email_id":"chas.medhurst@hotmail.com","dop":"2026-01-19","serial_number":"589474559718762","imei1":"425468965770591","imei2":"296928363006821","popurl":"www.dorian-oconner.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170241,"job_number":"JOB_170241","tr_customer_id":170258,"tr_customer_product_id":170248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Florencia Kreiger","mobile_number":"7077887898","email_id":"malcom.cronin@gmail.com","dop":"2026-01-19","serial_number":"311006737465354","imei1":"715439860866496","imei2":"649302465989372","popurl":"www.winston-hoppe.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170240,"job_number":"JOB_170240","tr_customer_id":170257,"tr_customer_product_id":170247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Nickolas Weimann","mobile_number":"7093581638","email_id":"awilda.sawayn@yahoo.com","dop":"2026-01-19","serial_number":"101153590011072","imei1":"166656357351732","imei2":"389371791577826","popurl":"www.bong-okon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170239,"job_number":"JOB_170239","tr_customer_id":170256,"tr_customer_product_id":170246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Hayley Schowalter","mobile_number":"7022998802","email_id":"junior.white@gmail.com","dop":"2026-01-19","serial_number":"210971507849559","imei1":"202835066949078","imei2":"538271499790282","popurl":"www.leonarda-nicolas.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170238,"job_number":"JOB_170238","tr_customer_id":170255,"tr_customer_product_id":170245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Vi Grady","mobile_number":"7055471855","email_id":"lucien.green@hotmail.com","dop":"2026-01-19","serial_number":"107810911840661","imei1":"053152890367488","imei2":"265316909129822","popurl":"www.nathaniel-rath.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170237,"job_number":"JOB_170237","tr_customer_id":170254,"tr_customer_product_id":170244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Spencer Raynor","mobile_number":"7059441638","email_id":"zane.turner@hotmail.com","dop":"2026-01-19","serial_number":"958340763900306","imei1":"518891813416819","imei2":"445176252269607","popurl":"www.jerrell-schowalter.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170236,"job_number":"JOB_170236","tr_customer_id":170253,"tr_customer_product_id":170243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Amos Wyman","mobile_number":"7051301548","email_id":"edwin.tromp@hotmail.com","dop":"2026-01-19","serial_number":"929316672467096","imei1":"023799191245043","imei2":"551596693549773","popurl":"www.simon-schuster.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170235,"job_number":"JOB_170235","tr_customer_id":170252,"tr_customer_product_id":170242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Brock Rippin","mobile_number":"7018396582","email_id":"kennith.hand@gmail.com","dop":"2026-01-19","serial_number":"321216827512652","imei1":"979503815262283","imei2":"177238354959110","popurl":"www.lovie-herman.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170234,"job_number":"JOB_170234","tr_customer_id":170251,"tr_customer_product_id":170241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Stephani Schimmel","mobile_number":"7040016503","email_id":"celia.spencer@yahoo.com","dop":"2026-01-19","serial_number":"948611560897978","imei1":"995614146597753","imei2":"296746578266108","popurl":"www.hertha-hauck.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170233,"job_number":"JOB_170233","tr_customer_id":170250,"tr_customer_product_id":170240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Noel Becker","mobile_number":"7090324337","email_id":"ilse.mccullough@hotmail.com","dop":"2026-01-19","serial_number":"043988326612868","imei1":"174036313485590","imei2":"123128261742204","popurl":"www.rudy-nicolas.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170232,"job_number":"JOB_170232","tr_customer_id":170249,"tr_customer_product_id":170239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Basil Weber","mobile_number":"7056331788","email_id":"darrin.krajcik@gmail.com","dop":"2026-01-19","serial_number":"814686544162195","imei1":"392840382561529","imei2":"588696317677403","popurl":"www.dia-raynor.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170231,"job_number":"JOB_170231","tr_customer_id":170248,"tr_customer_product_id":170238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Deneen Schaefer","mobile_number":"7042301198","email_id":"margarette.crona@yahoo.com","dop":"2026-01-19","serial_number":"943266893741394","imei1":"466261641029135","imei2":"362463481624836","popurl":"www.forest-senger.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170230,"job_number":"JOB_170230","tr_customer_id":170247,"tr_customer_product_id":170237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Tiffani O'Reilly","mobile_number":"7093165858","email_id":"andre.johnson@gmail.com","dop":"2026-01-19","serial_number":"340665457787737","imei1":"722507410891080","imei2":"114545239349483","popurl":"www.lesley-jacobi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170229,"job_number":"JOB_170229","tr_customer_id":170246,"tr_customer_product_id":170236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Loyd Bernier","mobile_number":"7059942123","email_id":"armand.rutherford@hotmail.com","dop":"2026-01-19","serial_number":"893940628483506","imei1":"494002875673185","imei2":"791618318319657","popurl":"www.devorah-wyman.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170228,"job_number":"JOB_170228","tr_customer_id":170245,"tr_customer_product_id":170235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Porsha Braun","mobile_number":"7044490785","email_id":"galen.haley@yahoo.com","dop":"2026-01-19","serial_number":"349391363271139","imei1":"001137163421768","imei2":"024035365952399","popurl":"www.dwight-pouros.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170227,"job_number":"JOB_170227","tr_customer_id":170244,"tr_customer_product_id":170234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Ted D'Amore","mobile_number":"7025302013","email_id":"jackson.kreiger@yahoo.com","dop":"2026-01-19","serial_number":"469962355039832","imei1":"926574318548762","imei2":"355073763224486","popurl":"www.cleo-stracke.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170226,"job_number":"JOB_170226","tr_customer_id":170243,"tr_customer_product_id":170233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Tyrone Johnston","mobile_number":"7010542277","email_id":"britta.kessler@gmail.com","dop":"2026-01-19","serial_number":"496733144744161","imei1":"277731885006461","imei2":"178749463554094","popurl":"www.brenton-grant.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170225,"job_number":"JOB_170225","tr_customer_id":170242,"tr_customer_product_id":170232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Holley Schowalter","mobile_number":"7002039594","email_id":"arnold.aufderhar@yahoo.com","dop":"2026-01-19","serial_number":"471105183868605","imei1":"045570237491908","imei2":"349747981733279","popurl":"www.guillermina-wuckert.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170224,"job_number":"JOB_170224","tr_customer_id":170241,"tr_customer_product_id":170231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Esperanza Luettgen","mobile_number":"7073288083","email_id":"jennette.koch@hotmail.com","dop":"2026-01-19","serial_number":"446498257308002","imei1":"913856754915822","imei2":"562456480434160","popurl":"www.lindsey-lubowitz.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170223,"job_number":"JOB_170223","tr_customer_id":170240,"tr_customer_product_id":170230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Shemika Miller","mobile_number":"7089046215","email_id":"zola.weissnat@hotmail.com","dop":"2026-01-19","serial_number":"371154345167432","imei1":"510849773235687","imei2":"865703871847804","popurl":"www.lin-ernser.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170222,"job_number":"JOB_170222","tr_customer_id":170239,"tr_customer_product_id":170229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Marni Rau","mobile_number":"7041293254","email_id":"nathalie.emard@yahoo.com","dop":"2026-01-19","serial_number":"180581046522869","imei1":"632188882202833","imei2":"602710944438569","popurl":"www.hobert-shanahan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170221,"job_number":"JOB_170221","tr_customer_id":170238,"tr_customer_product_id":170228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Walter Lang","mobile_number":"7035772490","email_id":"johnie.renner@gmail.com","dop":"2026-01-19","serial_number":"742275585473763","imei1":"105360820550351","imei2":"432091736323913","popurl":"www.heath-reinger.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170220,"job_number":"JOB_170220","tr_customer_id":170236,"tr_customer_product_id":170226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Jaquelyn Larson","mobile_number":"7064888463","email_id":"romaine.schmidt@hotmail.com","dop":"2026-01-19","serial_number":"773366278280310","imei1":"170911266100788","imei2":"817151465171760","popurl":"www.kathi-bashirian.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170219,"job_number":"JOB_170219","tr_customer_id":170237,"tr_customer_product_id":170227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Osvaldo Jerde","mobile_number":"7055007069","email_id":"dell.dooley@hotmail.com","dop":"2026-01-19","serial_number":"904570095669522","imei1":"287955200431046","imei2":"093293884433160","popurl":"www.forest-bailey.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170218,"job_number":"JOB_170218","tr_customer_id":170235,"tr_customer_product_id":170225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Mickey McDermott","mobile_number":"7044214377","email_id":"hettie.schultz@gmail.com","dop":"2026-01-19","serial_number":"618241303926546","imei1":"582538028283710","imei2":"812232289371416","popurl":"www.stacy-russel.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170217,"job_number":"JOB_170217","tr_customer_id":170234,"tr_customer_product_id":170224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Jonathon Heller","mobile_number":"7041702890","email_id":"camie.kihn@yahoo.com","dop":"2026-01-19","serial_number":"083391448195476","imei1":"664192220803144","imei2":"282327820991273","popurl":"www.doug-schoen.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170216,"job_number":"JOB_170216","tr_customer_id":170233,"tr_customer_product_id":170223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Willian Gleason","mobile_number":"7040709820","email_id":"nelly.king@hotmail.com","dop":"2026-01-19","serial_number":"595546995583586","imei1":"899482708143404","imei2":"169129188635019","popurl":"www.emogene-muller.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170215,"job_number":"JOB_170215","tr_customer_id":170232,"tr_customer_product_id":170222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Ophelia Schinner","mobile_number":"7022044343","email_id":"hassan.glover@gmail.com","dop":"2026-01-19","serial_number":"914027609499283","imei1":"706965255470998","imei2":"029690803656320","popurl":"www.jeremy-streich.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170214,"job_number":"JOB_170214","tr_customer_id":170231,"tr_customer_product_id":170221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Lemuel Graham","mobile_number":"7031720015","email_id":"geoffrey.kohler@yahoo.com","dop":"2026-01-19","serial_number":"201326228201942","imei1":"800128561983084","imei2":"894603301513740","popurl":"www.doretta-yundt.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170213,"job_number":"JOB_170213","tr_customer_id":170230,"tr_customer_product_id":170220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Albert Bruen","mobile_number":"7067370160","email_id":"modesta.schinner@yahoo.com","dop":"2026-01-19","serial_number":"788933616861179","imei1":"511324452900780","imei2":"917067342738088","popurl":"www.yuko-mcdermott.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170212,"job_number":"JOB_170212","tr_customer_id":170229,"tr_customer_product_id":170219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:36:30.000Z","modified_at":"2026-01-29T05:36:30.000Z","name":"Libbie Keebler","mobile_number":"333-598-3808","email_id":"Mabelle.Miller@hotmail.com","dop":"2025-04-06","serial_number":"16537321253497456","imei1":"16537321253497456","imei2":"16537321253497456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:36:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170211,"job_number":"JOB_170211","tr_customer_id":170228,"tr_customer_product_id":170218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:36:29.000Z","modified_at":"2026-01-29T05:37:04.000Z","name":"Meagan Schaefer","mobile_number":"863-586-8628","email_id":"Alicia92@hotmail.com","dop":"2025-04-06","serial_number":"17631928186345","imei1":"17631928186345","imei2":"17631928186345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170210,"job_number":"JOB_170210","tr_customer_id":170227,"tr_customer_product_id":170217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:36:29.000Z","modified_at":"2026-01-29T05:36:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17561133055717","imei1":"17561133055717","imei2":"17561133055717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:36:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170209,"job_number":"JOB_170209","tr_customer_id":170226,"tr_customer_product_id":170216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:48.000Z","modified_at":"2026-01-29T05:35:48.000Z","name":"Tyreek Jacobson","mobile_number":"930-868-3905","email_id":"Holden6@hotmail.com","dop":"2025-04-06","serial_number":"13824853662455968","imei1":"13824853662455968","imei2":"13824853662455968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170208,"job_number":"JOB_170208","tr_customer_id":170225,"tr_customer_product_id":170215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:46.000Z","modified_at":"2026-01-29T05:36:22.000Z","name":"Laisha Botsford","mobile_number":"486-674-0169","email_id":"Lilliana.Grady86@yahoo.com","dop":"2025-04-06","serial_number":"19521776007117","imei1":"19521776007117","imei2":"19521776007117","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170207,"job_number":"JOB_170207","tr_customer_id":170224,"tr_customer_product_id":170214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:46.000Z","modified_at":"2026-01-29T05:35:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10274896426100","imei1":"10274896426100","imei2":"10274896426100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170206,"job_number":"JOB_170206","tr_customer_id":170223,"tr_customer_product_id":170213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:04.000Z","modified_at":"2026-01-29T05:35:04.000Z","name":"Darrion Kozey","mobile_number":"588-201-3797","email_id":"Richmond.Reinger@yahoo.com","dop":"2025-04-06","serial_number":"14582513913738704","imei1":"14582513913738704","imei2":"14582513913738704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170205,"job_number":"JOB_170205","tr_customer_id":170222,"tr_customer_product_id":170212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:03.000Z","modified_at":"2026-01-29T05:35:39.000Z","name":"Maegan Nolan","mobile_number":"473-311-8315","email_id":"Mariane43@hotmail.com","dop":"2025-04-06","serial_number":"13634145667307","imei1":"13634145667307","imei2":"13634145667307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170204,"job_number":"JOB_170204","tr_customer_id":170221,"tr_customer_product_id":170211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:03.000Z","modified_at":"2026-01-29T05:35:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16317495981557","imei1":"16317495981557","imei2":"16317495981557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170203,"job_number":"JOB_170203","tr_customer_id":170220,"tr_customer_product_id":170210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Teodoro Mertz","mobile_number":"7080081334","email_id":"glady.roberts@hotmail.com","dop":"2026-01-19","serial_number":"257966550364025","imei1":"010774829577335","imei2":"424251811115573","popurl":"www.etta-hammes.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170202,"job_number":"JOB_170202","tr_customer_id":170219,"tr_customer_product_id":170209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Ali Krajcik","mobile_number":"7070210978","email_id":"claude.marks@gmail.com","dop":"2026-01-19","serial_number":"566857283444400","imei1":"893816487869827","imei2":"988916068718383","popurl":"www.eli-pollich.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170200,"job_number":"JOB_170200","tr_customer_id":170217,"tr_customer_product_id":170207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Keren Vandervort","mobile_number":"7016611304","email_id":"junior.huel@yahoo.com","dop":"2026-01-19","serial_number":"855772320972979","imei1":"072206601964536","imei2":"515369842438752","popurl":"www.vita-kiehn.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170195,"job_number":"JOB_170195","tr_customer_id":170212,"tr_customer_product_id":170202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Adrianna Mohr","mobile_number":"7006815969","email_id":"vicenta.shanahan@hotmail.com","dop":"2026-01-19","serial_number":"696627622222377","imei1":"758946644000502","imei2":"044592208007460","popurl":"www.genia-connelly.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170194,"job_number":"JOB_170194","tr_customer_id":170211,"tr_customer_product_id":170201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Shaunta Kerluke","mobile_number":"7096743832","email_id":"shane.ledner@hotmail.com","dop":"2026-01-19","serial_number":"930616476723905","imei1":"703296338363976","imei2":"411675745899151","popurl":"www.jamal-green.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170193,"job_number":"JOB_170193","tr_customer_id":170210,"tr_customer_product_id":170200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Mara Goldner","mobile_number":"7099840348","email_id":"jacinto.mills@hotmail.com","dop":"2026-01-19","serial_number":"411820229868816","imei1":"325852625517677","imei2":"918718043689024","popurl":"www.mickey-runolfsdottir.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170192,"job_number":"JOB_170192","tr_customer_id":170209,"tr_customer_product_id":170199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Johnson Fritsch","mobile_number":"7094416521","email_id":"eric.gutkowski@yahoo.com","dop":"2026-01-19","serial_number":"527337101827418","imei1":"801268078604025","imei2":"195986011100836","popurl":"www.dione-brekke.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170191,"job_number":"JOB_170191","tr_customer_id":170208,"tr_customer_product_id":170198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Brenton Jerde","mobile_number":"7029466862","email_id":"zane.beier@yahoo.com","dop":"2026-01-19","serial_number":"284478695957991","imei1":"907372693052073","imei2":"065997887346674","popurl":"www.trey-prohaska.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170190,"job_number":"JOB_170190","tr_customer_id":170207,"tr_customer_product_id":170197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Sandra Nader","mobile_number":"7027122938","email_id":"trenton.deckow@hotmail.com","dop":"2026-01-19","serial_number":"960151578625596","imei1":"261219034925918","imei2":"710762509060247","popurl":"www.hassan-borer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170189,"job_number":"JOB_170189","tr_customer_id":170206,"tr_customer_product_id":170196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Merle Vandervort","mobile_number":"7027088728","email_id":"carina.gulgowski@hotmail.com","dop":"2026-01-19","serial_number":"269133326184491","imei1":"473766819248759","imei2":"516865209155111","popurl":"www.elden-kassulke.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170187,"job_number":"JOB_170187","tr_customer_id":170204,"tr_customer_product_id":170194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Franklyn McCullough","mobile_number":"7015874224","email_id":"jeremy.mcdermott@hotmail.com","dop":"2026-01-19","serial_number":"408991990502381","imei1":"537855977020547","imei2":"294087964856779","popurl":"www.doris-glover.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170186,"job_number":"JOB_170186","tr_customer_id":170203,"tr_customer_product_id":170193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Virgie Bayer","mobile_number":"7052676524","email_id":"jeffry.hammes@gmail.com","dop":"2026-01-19","serial_number":"258697975427608","imei1":"648626550074182","imei2":"132336005297838","popurl":"www.emerald-howell.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170185,"job_number":"JOB_170185","tr_customer_id":170202,"tr_customer_product_id":170192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Lavera Ritchie","mobile_number":"7050740236","email_id":"zack.morissette@yahoo.com","dop":"2026-01-19","serial_number":"902593860076450","imei1":"125117727673984","imei2":"057224463685136","popurl":"www.hilario-boehm.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170183,"job_number":"JOB_170183","tr_customer_id":170200,"tr_customer_product_id":170190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Frankie Veum","mobile_number":"7077706900","email_id":"ali.ondricka@hotmail.com","dop":"2026-01-19","serial_number":"022276152650084","imei1":"930493278393418","imei2":"946274536120247","popurl":"www.hermelinda-rath.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170182,"job_number":"JOB_170182","tr_customer_id":170199,"tr_customer_product_id":170189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Robt Lind","mobile_number":"7012761193","email_id":"dexter.hartmann@hotmail.com","dop":"2026-01-19","serial_number":"866996484480033","imei1":"342001239174758","imei2":"584804169047624","popurl":"www.albert-wilkinson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170181,"job_number":"JOB_170181","tr_customer_id":170198,"tr_customer_product_id":170188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Scot Collins","mobile_number":"7001509751","email_id":"marshall.hauck@yahoo.com","dop":"2026-01-19","serial_number":"035775542138682","imei1":"180520080387448","imei2":"147703922720161","popurl":"www.gregorio-dicki.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170180,"job_number":"JOB_170180","tr_customer_id":170197,"tr_customer_product_id":170187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Angel Wisoky","mobile_number":"7039526077","email_id":"krystyna.orn@yahoo.com","dop":"2026-01-19","serial_number":"475022420553739","imei1":"171603904199394","imei2":"239468795842844","popurl":"www.laticia-schowalter.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170179,"job_number":"JOB_170179","tr_customer_id":170196,"tr_customer_product_id":170186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Raphael Collier","mobile_number":"7002588450","email_id":"shamika.wehner@gmail.com","dop":"2026-01-19","serial_number":"365397063222001","imei1":"496677852016942","imei2":"343943356484650","popurl":"www.raul-dietrich.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170178,"job_number":"JOB_170178","tr_customer_id":170194,"tr_customer_product_id":170184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:52.000Z","modified_at":"2026-01-29T05:34:52.000Z","name":"Gregg Watsica","mobile_number":"7052160671","email_id":"aurore.bode@yahoo.com","dop":"2026-01-19","serial_number":"894351220996722","imei1":"006593672504426","imei2":"815235739304448","popurl":"www.jesica-cronin.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170177,"job_number":"JOB_170177","tr_customer_id":170195,"tr_customer_product_id":170185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:52.000Z","modified_at":"2026-01-29T05:34:52.000Z","name":"Rob Hintz","mobile_number":"7035166335","email_id":"trey.runolfsson@gmail.com","dop":"2026-01-19","serial_number":"655335391288894","imei1":"613492205532227","imei2":"232929543754821","popurl":"www.lesley-howell.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170175,"job_number":"JOB_170175","tr_customer_id":170192,"tr_customer_product_id":170182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:52.000Z","modified_at":"2026-01-29T05:34:52.000Z","name":"Art Zulauf","mobile_number":"7002171093","email_id":"clarissa.conn@hotmail.com","dop":"2026-01-19","serial_number":"297629132505454","imei1":"365179481433088","imei2":"395976257102523","popurl":"www.mitch-bailey.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170173,"job_number":"JOB_170173","tr_customer_id":170190,"tr_customer_product_id":170180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Frankie Borer","mobile_number":"7072692832","email_id":"glayds.carter@hotmail.com","dop":"2026-01-19","serial_number":"115875048037110","imei1":"441646074202699","imei2":"994800307573010","popurl":"www.robyn-beatty.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170168,"job_number":"JOB_170168","tr_customer_id":170185,"tr_customer_product_id":170175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Otha Bernier","mobile_number":"7018885113","email_id":"billy.stoltenberg@yahoo.com","dop":"2026-01-19","serial_number":"389961325088501","imei1":"712502540661022","imei2":"255797542092011","popurl":"www.delpha-smith.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170167,"job_number":"JOB_170167","tr_customer_id":170184,"tr_customer_product_id":170174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Rebekah Beahan","mobile_number":"7035742682","email_id":"adam.nienow@hotmail.com","dop":"2026-01-19","serial_number":"745760556428682","imei1":"455525227879351","imei2":"951041960995206","popurl":"www.gabriel-bayer.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170164,"job_number":"JOB_170164","tr_customer_id":170181,"tr_customer_product_id":170171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Jonelle Klocko","mobile_number":"7048265002","email_id":"tiara.padberg@yahoo.com","dop":"2026-01-19","serial_number":"228118469768664","imei1":"919151887827122","imei2":"631683307038891","popurl":"www.lynette-parisian.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170161,"job_number":"JOB_170161","tr_customer_id":170178,"tr_customer_product_id":170168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Dave Barton","mobile_number":"7054604363","email_id":"merlyn.considine@gmail.com","dop":"2026-01-19","serial_number":"133754245307686","imei1":"233312839185082","imei2":"626708762756189","popurl":"www.lynette-ritchie.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170160,"job_number":"JOB_170160","tr_customer_id":170177,"tr_customer_product_id":170167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Florance Predovic","mobile_number":"7096786166","email_id":"myrta.brown@gmail.com","dop":"2026-01-19","serial_number":"081168216538352","imei1":"441244422022332","imei2":"384656051872938","popurl":"www.stephanie-mante.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170159,"job_number":"JOB_170159","tr_customer_id":170176,"tr_customer_product_id":170166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Rudolf Rodriguez","mobile_number":"7039995742","email_id":"elvia.funk@hotmail.com","dop":"2026-01-19","serial_number":"242749064105965","imei1":"222561025414443","imei2":"808902081726739","popurl":"www.russell-padberg.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170156,"job_number":"JOB_170156","tr_customer_id":170173,"tr_customer_product_id":170163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Deeann Lueilwitz","mobile_number":"7000095225","email_id":"dannie.aufderhar@gmail.com","dop":"2026-01-19","serial_number":"734396947902275","imei1":"191661230487182","imei2":"874206157315772","popurl":"www.raymundo-gleichner.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170155,"job_number":"JOB_170155","tr_customer_id":170172,"tr_customer_product_id":170162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Peter Strosin","mobile_number":"7053723878","email_id":"antonia.gulgowski@gmail.com","dop":"2026-01-19","serial_number":"882859625055584","imei1":"848875892299538","imei2":"927166387545854","popurl":"www.louella-oreilly.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170153,"job_number":"JOB_170153","tr_customer_id":170170,"tr_customer_product_id":170160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Elwood Hickle","mobile_number":"7018262131","email_id":"bryce.dicki@hotmail.com","dop":"2026-01-19","serial_number":"059432894744626","imei1":"540484997535339","imei2":"966407735436446","popurl":"www.lilia-corwin.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170152,"job_number":"JOB_170152","tr_customer_id":170169,"tr_customer_product_id":170159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Wesley Wuckert","mobile_number":"7024604146","email_id":"nicholas.pagac@hotmail.com","dop":"2026-01-19","serial_number":"376606416051975","imei1":"113955156066774","imei2":"035005471882259","popurl":"www.damion-gutkowski.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170151,"job_number":"JOB_170151","tr_customer_id":170168,"tr_customer_product_id":170158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Mariella Collier","mobile_number":"7000022110","email_id":"alfonso.davis@hotmail.com","dop":"2026-01-19","serial_number":"833286205913040","imei1":"242474703887033","imei2":"942448992639882","popurl":"www.evelin-considine.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170150,"job_number":"JOB_170150","tr_customer_id":170167,"tr_customer_product_id":170157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Simonne Rogahn","mobile_number":"7046970877","email_id":"frederick.klein@hotmail.com","dop":"2026-01-19","serial_number":"807416161090568","imei1":"703543043452060","imei2":"233629490053099","popurl":"www.darryl-bergstrom.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170149,"job_number":"JOB_170149","tr_customer_id":170166,"tr_customer_product_id":170156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Kirk Kreiger","mobile_number":"7035806184","email_id":"jesse.cartwright@gmail.com","dop":"2026-01-19","serial_number":"874626696862079","imei1":"519035174253206","imei2":"265933440380059","popurl":"www.dierdre-muller.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170148,"job_number":"JOB_170148","tr_customer_id":170165,"tr_customer_product_id":170155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Yadira Upton","mobile_number":"7048794777","email_id":"irvin.kutch@yahoo.com","dop":"2026-01-19","serial_number":"410972370424697","imei1":"078643356514278","imei2":"892209840163632","popurl":"www.diann-harris.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170147,"job_number":"JOB_170147","tr_customer_id":170164,"tr_customer_product_id":170154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:48.000Z","modified_at":"2026-01-29T05:34:48.000Z","name":"Ignacio Donnelly","mobile_number":"7084184791","email_id":"waldo.gleichner@yahoo.com","dop":"2026-01-19","serial_number":"963412747552259","imei1":"971142090541697","imei2":"604051429757817","popurl":"www.lane-walsh.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170146,"job_number":"JOB_170146","tr_customer_id":170163,"tr_customer_product_id":170153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:48.000Z","modified_at":"2026-01-29T05:34:48.000Z","name":"Dewayne Erdman","mobile_number":"7030370487","email_id":"arlyne.hand@hotmail.com","dop":"2026-01-19","serial_number":"098829065653119","imei1":"504408521882558","imei2":"214225027358401","popurl":"www.zachary-dicki.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170145,"job_number":"JOB_170145","tr_customer_id":170162,"tr_customer_product_id":170152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:48.000Z","modified_at":"2026-01-29T05:34:48.000Z","name":"Oma Kris","mobile_number":"7087336186","email_id":"dorene.johns@yahoo.com","dop":"2026-01-19","serial_number":"795773481174834","imei1":"657132377848392","imei2":"553427137964735","popurl":"www.deon-grady.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170143,"job_number":"JOB_170143","tr_customer_id":170160,"tr_customer_product_id":170150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Bernetta Schumm","mobile_number":"7074171809","email_id":"clinton.sauer@yahoo.com","dop":"2026-01-19","serial_number":"264545792506379","imei1":"780197290642320","imei2":"515838340988710","popurl":"www.vinnie-carter.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170142,"job_number":"JOB_170142","tr_customer_id":170159,"tr_customer_product_id":170149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Rod Murray","mobile_number":"7078241403","email_id":"myles.okeefe@hotmail.com","dop":"2026-01-19","serial_number":"715797514403483","imei1":"458726082752992","imei2":"811096422918993","popurl":"www.ellis-hessel.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170141,"job_number":"JOB_170141","tr_customer_id":170158,"tr_customer_product_id":170148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Sherice Schaden","mobile_number":"7070250616","email_id":"eldon.mann@hotmail.com","dop":"2026-01-19","serial_number":"591030857229123","imei1":"909128399698045","imei2":"776866600626652","popurl":"www.javier-hirthe.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170140,"job_number":"JOB_170140","tr_customer_id":170157,"tr_customer_product_id":170147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Kina Oberbrunner","mobile_number":"7050500725","email_id":"lilian.bergstrom@gmail.com","dop":"2026-01-19","serial_number":"729355777351377","imei1":"633601704309389","imei2":"821036601253040","popurl":"www.kareem-stehr.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170139,"job_number":"JOB_170139","tr_customer_id":170156,"tr_customer_product_id":170146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Sheryll Roberts","mobile_number":"7066407099","email_id":"dillon.hammes@yahoo.com","dop":"2026-01-19","serial_number":"083669247668013","imei1":"879367248367880","imei2":"753360822015545","popurl":"www.forest-schumm.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170138,"job_number":"JOB_170138","tr_customer_id":170155,"tr_customer_product_id":170145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Na Connelly","mobile_number":"7022030315","email_id":"melonie.farrell@hotmail.com","dop":"2026-01-19","serial_number":"494850587113059","imei1":"841716178739898","imei2":"791888896548785","popurl":"www.alden-stoltenberg.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170137,"job_number":"JOB_170137","tr_customer_id":170154,"tr_customer_product_id":170144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Earle Yundt","mobile_number":"7038088096","email_id":"louetta.west@hotmail.com","dop":"2026-01-19","serial_number":"289688478587446","imei1":"503717768812734","imei2":"686103186396232","popurl":"www.lenora-stamm.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170136,"job_number":"JOB_170136","tr_customer_id":170153,"tr_customer_product_id":170143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Romeo Hermann","mobile_number":"7098466731","email_id":"sook.borer@hotmail.com","dop":"2026-01-19","serial_number":"446716482990167","imei1":"941734509717234","imei2":"013473444757851","popurl":"www.jeff-thompson.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170135,"job_number":"JOB_170135","tr_customer_id":170152,"tr_customer_product_id":170142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Magaret Orn","mobile_number":"7094285782","email_id":"victor.prohaska@hotmail.com","dop":"2026-01-19","serial_number":"867038359066668","imei1":"663378556594185","imei2":"915358945445974","popurl":"www.lynwood-dibbert.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170134,"job_number":"JOB_170134","tr_customer_id":170151,"tr_customer_product_id":170141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Nicholas Mann","mobile_number":"7049439514","email_id":"jamie.nolan@yahoo.com","dop":"2026-01-19","serial_number":"335502909755838","imei1":"530329350041440","imei2":"871356817984986","popurl":"www.kaitlin-turner.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170132,"job_number":"JOB_170132","tr_customer_id":170149,"tr_customer_product_id":170139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Sammy Toy","mobile_number":"7053214545","email_id":"chelsie.maggio@gmail.com","dop":"2026-01-19","serial_number":"052144706608728","imei1":"158718404043463","imei2":"641913851060150","popurl":"www.ernestina-rohan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170131,"job_number":"JOB_170131","tr_customer_id":170148,"tr_customer_product_id":170138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Ronald Shanahan","mobile_number":"7017619266","email_id":"melvin.lueilwitz@hotmail.com","dop":"2026-01-19","serial_number":"996023808558148","imei1":"701659339205798","imei2":"777756934171624","popurl":"www.lanita-white.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170130,"job_number":"JOB_170130","tr_customer_id":170147,"tr_customer_product_id":170137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Michaele Torp","mobile_number":"7008466807","email_id":"anglea.murphy@gmail.com","dop":"2026-01-19","serial_number":"201222226587651","imei1":"403699186426363","imei2":"399975174960955","popurl":"www.luba-ohara.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170129,"job_number":"JOB_170129","tr_customer_id":170146,"tr_customer_product_id":170136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Lesley Herzog","mobile_number":"7092505323","email_id":"hortense.lockman@hotmail.com","dop":"2026-01-19","serial_number":"247017482715954","imei1":"145049471155287","imei2":"454837346949920","popurl":"www.shameka-hammes.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170127,"job_number":"JOB_170127","tr_customer_id":170144,"tr_customer_product_id":170134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Demetrius Wisozk","mobile_number":"7003714203","email_id":"cathie.robel@hotmail.com","dop":"2026-01-19","serial_number":"684422314951074","imei1":"810729037499027","imei2":"376795426634857","popurl":"www.audrey-tillman.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170126,"job_number":"JOB_170126","tr_customer_id":170143,"tr_customer_product_id":170133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Rayford Rowe","mobile_number":"7030552072","email_id":"nakisha.goyette@gmail.com","dop":"2026-01-19","serial_number":"571117012921224","imei1":"459758782255139","imei2":"814346347356559","popurl":"www.sidney-cronin.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170124,"job_number":"JOB_170124","tr_customer_id":170141,"tr_customer_product_id":170131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Dorthy Lesch","mobile_number":"7023990804","email_id":"rosaria.ferry@yahoo.com","dop":"2026-01-19","serial_number":"587061789909037","imei1":"191532086863173","imei2":"045600577717171","popurl":"www.mitchel-yost.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170123,"job_number":"JOB_170123","tr_customer_id":170140,"tr_customer_product_id":170130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Mathew Parker","mobile_number":"7011685916","email_id":"tamica.yost@yahoo.com","dop":"2026-01-19","serial_number":"993966339214398","imei1":"449261436859162","imei2":"364092332632470","popurl":"www.ernesto-luettgen.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170122,"job_number":"JOB_170122","tr_customer_id":170139,"tr_customer_product_id":170129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Tommy Witting","mobile_number":"7070342056","email_id":"kory.bashirian@yahoo.com","dop":"2026-01-19","serial_number":"872358208120781","imei1":"220502342585437","imei2":"787055755713510","popurl":"www.aline-rowe.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170120,"job_number":"JOB_170120","tr_customer_id":170137,"tr_customer_product_id":170127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Anya Braun","mobile_number":"7011017484","email_id":"robbyn.marks@yahoo.com","dop":"2026-01-19","serial_number":"853442598438649","imei1":"522258776211542","imei2":"903444213148814","popurl":"www.hai-dibbert.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170119,"job_number":"JOB_170119","tr_customer_id":170136,"tr_customer_product_id":170126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Dario Hyatt","mobile_number":"7035075862","email_id":"duane.gorczany@gmail.com","dop":"2026-01-19","serial_number":"475786755446236","imei1":"851059287978101","imei2":"558210867899747","popurl":"www.tynisha-mcclure.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170117,"job_number":"JOB_170117","tr_customer_id":170134,"tr_customer_product_id":170124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Ethan Conn","mobile_number":"7018365754","email_id":"melvina.goodwin@hotmail.com","dop":"2026-01-19","serial_number":"968946009278006","imei1":"871343777068626","imei2":"853618837564621","popurl":"www.francesco-nikolaus.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170116,"job_number":"JOB_170116","tr_customer_id":170133,"tr_customer_product_id":170123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Blake Hoeger","mobile_number":"7056201307","email_id":"elroy.glover@yahoo.com","dop":"2026-01-19","serial_number":"747906301730079","imei1":"123765457449246","imei2":"524224954655081","popurl":"www.jae-kutch.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170114,"job_number":"JOB_170114","tr_customer_id":170131,"tr_customer_product_id":170121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:44.000Z","modified_at":"2026-01-29T05:34:44.000Z","name":"Yolanda Luettgen","mobile_number":"7029414401","email_id":"renata.windler@gmail.com","dop":"2026-01-19","serial_number":"259510094291768","imei1":"963232990401961","imei2":"748083918429044","popurl":"www.arlen-oconner.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170113,"job_number":"JOB_170113","tr_customer_id":170130,"tr_customer_product_id":170120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Jamel Kautzer","mobile_number":"7074242420","email_id":"roman.kuhn@gmail.com","dop":"2026-01-19","serial_number":"116761198144715","imei1":"008987442726444","imei2":"491283302611861","popurl":"www.jarred-nicolas.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170111,"job_number":"JOB_170111","tr_customer_id":170128,"tr_customer_product_id":170118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Marhta Gutmann","mobile_number":"7084825500","email_id":"cory.stark@yahoo.com","dop":"2026-01-19","serial_number":"159506114992362","imei1":"996490114489996","imei2":"075194986131691","popurl":"www.deadra-torp.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170110,"job_number":"JOB_170110","tr_customer_id":170127,"tr_customer_product_id":170117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Josiah Murray","mobile_number":"7015463645","email_id":"pat.sporer@hotmail.com","dop":"2026-01-19","serial_number":"916771939383097","imei1":"044050186125616","imei2":"403864503743931","popurl":"www.socorro-heaney.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170109,"job_number":"JOB_170109","tr_customer_id":170126,"tr_customer_product_id":170116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Jamie Lesch","mobile_number":"7007295861","email_id":"britt.oberbrunner@gmail.com","dop":"2026-01-19","serial_number":"942390214270973","imei1":"355491507732615","imei2":"294603664991773","popurl":"www.ryan-flatley.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170108,"job_number":"JOB_170108","tr_customer_id":170125,"tr_customer_product_id":170115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Jake Ferry","mobile_number":"7040877155","email_id":"marivel.stracke@yahoo.com","dop":"2026-01-19","serial_number":"807523303177321","imei1":"395308237474740","imei2":"439663713664202","popurl":"www.alisia-casper.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170107,"job_number":"JOB_170107","tr_customer_id":170124,"tr_customer_product_id":170114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Florida Mann","mobile_number":"7031155873","email_id":"hung.durgan@gmail.com","dop":"2026-01-19","serial_number":"263981510145910","imei1":"430492554064491","imei2":"520899703820156","popurl":"www.stephanie-langworth.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170105,"job_number":"JOB_170105","tr_customer_id":170123,"tr_customer_product_id":170113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Vance Conn","mobile_number":"7078935003","email_id":"dorine.deckow@gmail.com","dop":"2026-01-19","serial_number":"824141496680211","imei1":"435551315720134","imei2":"306772142899246","popurl":"www.yesenia-moen.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170104,"job_number":"JOB_170104","tr_customer_id":170121,"tr_customer_product_id":170111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Shemeka Konopelski","mobile_number":"7068432392","email_id":"ben.ortiz@hotmail.com","dop":"2026-01-19","serial_number":"111939494622416","imei1":"588506820130283","imei2":"876477157204946","popurl":"www.belinda-tillman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170103,"job_number":"JOB_170103","tr_customer_id":170120,"tr_customer_product_id":170110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:33:21.000Z","modified_at":"2026-01-29T05:33:21.000Z","name":"Scottie Morar","mobile_number":"986-546-3563","email_id":"Deion31@gmail.com","dop":"2025-04-06","serial_number":"10214013136574962","imei1":"10214013136574962","imei2":"10214013136574962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:33:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170102,"job_number":"JOB_170102","tr_customer_id":170119,"tr_customer_product_id":170109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:33:20.000Z","modified_at":"2026-01-29T05:33:58.000Z","name":"Manley Littel","mobile_number":"765-309-0306","email_id":"Leda.Rogahn@gmail.com","dop":"2025-04-06","serial_number":"19384564227598","imei1":"19384564227598","imei2":"19384564227598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:33:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170101,"job_number":"JOB_170101","tr_customer_id":170118,"tr_customer_product_id":170108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:32:35.000Z","modified_at":"2026-01-29T05:32:35.000Z","name":"Everett Wolff","mobile_number":"522-392-2016","email_id":"Esmeralda.Schmidt99@hotmail.com","dop":"2025-04-06","serial_number":"17752045343165536","imei1":"17752045343165536","imei2":"17752045343165536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:32:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170100,"job_number":"JOB_170100","tr_customer_id":170117,"tr_customer_product_id":170107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:32:34.000Z","modified_at":"2026-01-29T05:33:12.000Z","name":"Pasquale Fay","mobile_number":"533-322-6936","email_id":"Karina49@hotmail.com","dop":"2025-04-06","serial_number":"11208618268516","imei1":"11208618268516","imei2":"11208618268516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:33:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170099,"job_number":"JOB_170099","tr_customer_id":170116,"tr_customer_product_id":170106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:31:49.000Z","modified_at":"2026-01-29T05:31:49.000Z","name":"Maybelle Jaskolski","mobile_number":"632-851-4534","email_id":"Wayne.Predovic@gmail.com","dop":"2025-04-06","serial_number":"11225324344334598","imei1":"11225324344334598","imei2":"11225324344334598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:31:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170098,"job_number":"JOB_170098","tr_customer_id":170115,"tr_customer_product_id":170105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:31:48.000Z","modified_at":"2026-01-29T05:32:27.000Z","name":"Woodrow Beier","mobile_number":"928-596-3966","email_id":"Murray.Bayer3@hotmail.com","dop":"2025-04-06","serial_number":"14849700272956","imei1":"14849700272956","imei2":"14849700272956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:32:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170097,"job_number":"JOB_170097","tr_customer_id":170114,"tr_customer_product_id":170104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:29:32.000Z","modified_at":"2026-01-29T05:29:32.000Z","name":"Maryetta Boehm","mobile_number":"7017800939","email_id":"lizzette.mckenzie@gmail.com","dop":"2026-01-19","serial_number":"466775417237750","imei1":"579050702278771","imei2":"854786880215774","popurl":"www.marget-hickle.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170096,"job_number":"JOB_170096","tr_customer_id":170113,"tr_customer_product_id":170103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:31.000Z","modified_at":"2026-01-29T05:27:31.000Z","name":"Theodore Marvin","mobile_number":"270-774-0335","email_id":"Jan.Hoppe9@gmail.com","dop":"2025-04-06","serial_number":"12346774641211792","imei1":"12346774641211792","imei2":"12346774641211792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170095,"job_number":"JOB_170095","tr_customer_id":170112,"tr_customer_product_id":170102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:30.000Z","modified_at":"2026-01-29T05:28:08.000Z","name":"Jakayla Klein","mobile_number":"853-328-8115","email_id":"Stan_Sauer@hotmail.com","dop":"2025-04-06","serial_number":"12958949156481","imei1":"12958949156481","imei2":"12958949156481","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:28:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170094,"job_number":"JOB_170094","tr_customer_id":170111,"tr_customer_product_id":170101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:08.000Z","modified_at":"2026-01-29T05:27:08.000Z","name":"Erwin Beahan","mobile_number":"398-315-6549","email_id":"Lenora.Walker@hotmail.com","dop":"2025-04-06","serial_number":"10263264556686756","imei1":"10263264556686756","imei2":"10263264556686756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170093,"job_number":"JOB_170093","tr_customer_id":170110,"tr_customer_product_id":170100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:06.000Z","modified_at":"2026-01-29T05:27:47.000Z","name":"Karl Feest","mobile_number":"218-426-7707","email_id":"Maria.Kiehn66@gmail.com","dop":"2025-04-06","serial_number":"15789162376807","imei1":"15789162376807","imei2":"15789162376807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:27:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170092,"job_number":"JOB_170092","tr_customer_id":170109,"tr_customer_product_id":170099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:15:14.000Z","modified_at":"2026-01-29T05:15:14.000Z","name":"Acharyanandana Chaturvedi","mobile_number":"7002014268","email_id":"subhasini.khanna@yahoo.co.in","dop":"2026-01-19","serial_number":"127061244556375","imei1":"127061244556375","imei2":"127061244556375","popurl":"www.shashikala-kocchar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:15:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170091,"job_number":"JOB_170091","tr_customer_id":170108,"tr_customer_product_id":170098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:09:05.000Z","modified_at":"2026-01-29T05:09:13.000Z","name":"Clemmie Torphy","mobile_number":"534-238-1767","email_id":"Kelton26@gmail.com","dop":"2025-07-01","serial_number":"109357137151501","imei1":"109357137151501","imei2":"109357137151501","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170090,"job_number":"JOB_170090","tr_customer_id":170107,"tr_customer_product_id":170097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:09:04.000Z","modified_at":"2026-01-29T05:09:04.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103500580065617","imei1":"103500580065617","imei2":"103500580065617","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:09:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170089,"job_number":"JOB_170089","tr_customer_id":170106,"tr_customer_product_id":170096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:08:53.000Z","modified_at":"2026-01-29T05:09:02.000Z","name":"Kasey Kling","mobile_number":"415-986-1278","email_id":"Carrie_Hagenes@yahoo.com","dop":"2025-07-01","serial_number":"107601715293569","imei1":"107601715293569","imei2":"107601715293569","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:09:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170088,"job_number":"JOB_170088","tr_customer_id":170105,"tr_customer_product_id":170095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:08:53.000Z","modified_at":"2026-01-29T05:08:53.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101397703177975","imei1":"101397703177975","imei2":"101397703177975","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:08:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170087,"job_number":"JOB_170087","tr_customer_id":170104,"tr_customer_product_id":170094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:03:47.000Z","modified_at":"2026-01-29T05:03:47.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-19","serial_number":"27106990847514","imei1":"27106990847514","imei2":"27106990847514","popurl":"2026-01-19T05:03:47.346258629Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:03:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170086,"job_number":"JOB_170086","tr_customer_id":170103,"tr_customer_product_id":170093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:03:19.000Z","modified_at":"2026-01-29T05:03:19.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-19","serial_number":"26203262889575","imei1":"26203262889575","imei2":"26203262889575","popurl":"2026-01-19T05:03:18.686727126Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:03:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170083,"job_number":"JOB_170083","tr_customer_id":170100,"tr_customer_product_id":170090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:46.000Z","modified_at":"2026-01-29T04:25:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26559086427593","imei1":"26559086427593","imei2":"26559086427593","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170082,"job_number":"JOB_170082","tr_customer_id":170099,"tr_customer_product_id":170089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:45.000Z","modified_at":"2026-01-29T04:24:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38705468704814","imei1":"38705468704814","imei2":"38705468704814","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170081,"job_number":"JOB_170081","tr_customer_id":170098,"tr_customer_product_id":170088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:45.000Z","modified_at":"2026-01-29T04:24:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31823070311431","imei1":"31823070311431","imei2":"31823070311431","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170080,"job_number":"JOB_170080","tr_customer_id":170097,"tr_customer_product_id":170087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:45.000Z","modified_at":"2026-01-29T04:24:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39263213036163","imei1":"39263213036163","imei2":"39263213036163","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170079,"job_number":"JOB_170079","tr_customer_id":170096,"tr_customer_product_id":170086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:44.000Z","modified_at":"2026-01-29T04:24:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"98417105285089","imei1":"98417105285089","imei2":"98417105285089","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170078,"job_number":"JOB_170078","tr_customer_id":170095,"tr_customer_product_id":170085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:44.000Z","modified_at":"2026-01-29T04:24:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90655526949378","imei1":"90655526949378","imei2":"90655526949378","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170077,"job_number":"JOB_170077","tr_customer_id":170094,"tr_customer_product_id":170084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:44.000Z","modified_at":"2026-01-29T04:24:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59504424488692","imei1":"59504424488692","imei2":"59504424488692","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170076,"job_number":"JOB_170076","tr_customer_id":170093,"tr_customer_product_id":170083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69378142966940","imei1":"69378142966940","imei2":"69378142966940","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:24:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170075,"job_number":"JOB_170075","tr_customer_id":170092,"tr_customer_product_id":170082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54338572207443","imei1":"54338572207443","imei2":"54338572207443","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170074,"job_number":"JOB_170074","tr_customer_id":170091,"tr_customer_product_id":170081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14826939783532","imei1":"14826939783532","imei2":"14826939783532","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170073,"job_number":"JOB_170073","tr_customer_id":170090,"tr_customer_product_id":170080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"89557250189927","imei1":"89557250189927","imei2":"89557250189927","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170072,"job_number":"JOB_170072","tr_customer_id":170089,"tr_customer_product_id":170079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:12.000Z","modified_at":"2026-01-29T04:24:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12208933587131","imei1":"12208933587131","imei2":"12208933587131","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170071,"job_number":"JOB_170071","tr_customer_id":170088,"tr_customer_product_id":170078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:12.000Z","modified_at":"2026-01-29T04:24:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28724397917824","imei1":"28724397917824","imei2":"28724397917824","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170070,"job_number":"JOB_170070","tr_customer_id":170087,"tr_customer_product_id":170077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:12.000Z","modified_at":"2026-01-29T04:24:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97460499699716","imei1":"97460499699716","imei2":"97460499699716","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170069,"job_number":"JOB_170069","tr_customer_id":170086,"tr_customer_product_id":170076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:41.000Z","modified_at":"2026-01-29T04:24:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26862563788762","imei1":"26862563788762","imei2":"26862563788762","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:24:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170068,"job_number":"JOB_170068","tr_customer_id":170085,"tr_customer_product_id":170075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:41.000Z","modified_at":"2026-01-29T04:23:41.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18229715259307","imei1":"18229715259307","imei2":"18229715259307","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170067,"job_number":"JOB_170067","tr_customer_id":170084,"tr_customer_product_id":170074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:40.000Z","modified_at":"2026-01-29T04:23:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92767950644837","imei1":"92767950644837","imei2":"92767950644837","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170066,"job_number":"JOB_170066","tr_customer_id":170083,"tr_customer_product_id":170073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:40.000Z","modified_at":"2026-01-29T04:23:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31270802365495","imei1":"31270802365495","imei2":"31270802365495","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170065,"job_number":"JOB_170065","tr_customer_id":170082,"tr_customer_product_id":170072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:40.000Z","modified_at":"2026-01-29T04:23:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93791321431375","imei1":"93791321431375","imei2":"93791321431375","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170064,"job_number":"JOB_170064","tr_customer_id":170081,"tr_customer_product_id":170071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:39.000Z","modified_at":"2026-01-29T04:23:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93056327496200","imei1":"93056327496200","imei2":"93056327496200","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170063,"job_number":"JOB_170063","tr_customer_id":170080,"tr_customer_product_id":170070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:39.000Z","modified_at":"2026-01-29T04:23:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61742922570869","imei1":"61742922570869","imei2":"61742922570869","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170062,"job_number":"JOB_170062","tr_customer_id":170079,"tr_customer_product_id":170069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:20:43.000Z","modified_at":"2026-01-29T04:20:43.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"preethi.sathya@gmail.com","dop":"2025-12-09","serial_number":"10605741295101","imei1":"10605741295101","imei2":"10605741295101","popurl":"2025-12-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170060,"job_number":"JOB_170060","tr_customer_id":170077,"tr_customer_product_id":170067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:54.000Z","modified_at":"2026-01-29T04:20:29.000Z","name":"Hollis O'Hara","mobile_number":"500-509-7416","email_id":"Abbie_Collier14@hotmail.com","dop":"2000-01-31","serial_number":"10361432768092","imei1":"10361432768092","imei2":"10361432768092","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:20:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170058,"job_number":"JOB_170058","tr_customer_id":170075,"tr_customer_product_id":170065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:27.000Z","modified_at":"2026-01-29T04:19:27.000Z","name":"Jamarcus Schmitt","mobile_number":"413-229-5689","email_id":"Imelda_Bednar38@hotmail.com","dop":"2025-04-06","serial_number":"15619569772936880","imei1":"15619569772936880","imei2":"15619569772936880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170057,"job_number":"JOB_170057","tr_customer_id":170074,"tr_customer_product_id":170064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:26.000Z","modified_at":"2026-01-29T04:20:01.000Z","name":"Ava Langworth","mobile_number":"266-435-3231","email_id":"Keshawn.OReilly34@hotmail.com","dop":"2025-04-06","serial_number":"10034916946918","imei1":"10034916946918","imei2":"10034916946918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170056,"job_number":"JOB_170056","tr_customer_id":170073,"tr_customer_product_id":170063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:25.000Z","modified_at":"2026-01-29T04:19:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19335030462768","imei1":"19335030462768","imei2":"19335030462768","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170055,"job_number":"JOB_170055","tr_customer_id":170072,"tr_customer_product_id":170062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:21.000Z","modified_at":"2026-01-29T04:19:21.000Z","name":"Tyler Witting","mobile_number":"919-947-9150","email_id":"Maryam16@hotmail.com","dop":"2025-04-06","serial_number":"18160876903515956","imei1":"18160876903515956","imei2":"18160876903515956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170054,"job_number":"JOB_170054","tr_customer_id":170071,"tr_customer_product_id":170061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:20.000Z","modified_at":"2026-01-29T04:19:57.000Z","name":"Dashawn Kihn","mobile_number":"920-344-4539","email_id":"Philip_Stehr@yahoo.com","dop":"2025-04-06","serial_number":"17406246446877","imei1":"17406246446877","imei2":"17406246446877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170053,"job_number":"JOB_170053","tr_customer_id":170070,"tr_customer_product_id":170060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:20.000Z","modified_at":"2026-01-29T04:19:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16570668237798","imei1":"16570668237798","imei2":"16570668237798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170052,"job_number":"JOB_170052","tr_customer_id":170069,"tr_customer_product_id":170059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:19.000Z","modified_at":"2026-01-29T04:19:19.000Z","name":"Brain Lang","mobile_number":"594-849-9001","email_id":"Anabel.Botsford@gmail.com","dop":"2025-04-06","serial_number":"13596958877133660","imei1":"13596958877133660","imei2":"13596958877133660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170051,"job_number":"JOB_170051","tr_customer_id":170068,"tr_customer_product_id":170058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:18.000Z","modified_at":"2026-01-29T04:19:51.000Z","name":"Hallie Kling","mobile_number":"598-997-1551","email_id":"Jaquan_Ward15@gmail.com","dop":"2025-04-06","serial_number":"10219727070223","imei1":"10219727070223","imei2":"10219727070223","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170050,"job_number":"JOB_170050","tr_customer_id":170067,"tr_customer_product_id":170057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:18.000Z","modified_at":"2026-01-29T04:19:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19293730852996","imei1":"19293730852996","imei2":"19293730852996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170049,"job_number":"JOB_170049","tr_customer_id":170066,"tr_customer_product_id":170056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:16.000Z","modified_at":"2026-01-29T04:19:16.000Z","name":"Carlotta Ward","mobile_number":"352-533-4840","email_id":"Lessie_Tillman@gmail.com","dop":"2025-04-06","serial_number":"14248802048586536","imei1":"14248802048586536","imei2":"14248802048586536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170048,"job_number":"JOB_170048","tr_customer_id":170065,"tr_customer_product_id":170055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:15.000Z","modified_at":"2026-01-29T04:19:52.000Z","name":"Golda Satterfield","mobile_number":"303-320-5882","email_id":"Wade.Ruecker@yahoo.com","dop":"2025-04-06","serial_number":"15874632796157","imei1":"15874632796157","imei2":"15874632796157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170047,"job_number":"JOB_170047","tr_customer_id":170064,"tr_customer_product_id":170054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:14.000Z","modified_at":"2026-01-29T04:19:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11163741540531","imei1":"11163741540531","imei2":"11163741540531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170045,"job_number":"JOB_170045","tr_customer_id":170062,"tr_customer_product_id":170052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:12.000Z","modified_at":"2026-01-29T04:19:47.000Z","name":"Thelma Heaney","mobile_number":"297-654-4992","email_id":"Isidro.Conn59@gmail.com","dop":"2000-01-31","serial_number":"10829444433916","imei1":"10829444433916","imei2":"10829444433916","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170044,"job_number":"JOB_170044","tr_customer_id":170061,"tr_customer_product_id":170051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:11.000Z","modified_at":"2026-01-29T04:19:11.000Z","name":"Delta Dare","mobile_number":"971-424-5135","email_id":"Kara23@hotmail.com","dop":"2025-04-06","serial_number":"13717379560690216","imei1":"13717379560690216","imei2":"13717379560690216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170042,"job_number":"JOB_170042","tr_customer_id":170059,"tr_customer_product_id":170049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:10.000Z","modified_at":"2026-01-29T04:19:45.000Z","name":"Esta Spencer","mobile_number":"319-934-9516","email_id":"Guido.Reynolds@gmail.com","dop":"2025-04-06","serial_number":"18972699094695","imei1":"18972699094695","imei2":"18972699094695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170041,"job_number":"JOB_170041","tr_customer_id":170058,"tr_customer_product_id":170048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:10.000Z","modified_at":"2026-01-29T04:19:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12346224454851","imei1":"12346224454851","imei2":"12346224454851","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170040,"job_number":"JOB_170040","tr_customer_id":170057,"tr_customer_product_id":170047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:01.000Z","modified_at":"2026-01-29T04:19:01.000Z","name":"Dulce Turcotte","mobile_number":"627-644-7517","email_id":"Meredith_Mosciski97@gmail.com","dop":"2025-04-06","serial_number":"11308045440720300","imei1":"11308045440720300","imei2":"11308045440720300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170039,"job_number":"JOB_170039","tr_customer_id":170056,"tr_customer_product_id":170046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:59.000Z","modified_at":"2026-01-29T04:19:39.000Z","name":"Carmelo Anderson","mobile_number":"755-997-8585","email_id":"Marcel_Vandervort@hotmail.com","dop":"2025-04-06","serial_number":"15998312547573","imei1":"15998312547573","imei2":"15998312547573","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170038,"job_number":"JOB_170038","tr_customer_id":170055,"tr_customer_product_id":170045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:59.000Z","modified_at":"2026-01-29T04:18:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13136422782999","imei1":"13136422782999","imei2":"13136422782999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170037,"job_number":"JOB_170037","tr_customer_id":170054,"tr_customer_product_id":170044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:47.000Z","modified_at":"2026-01-29T04:18:47.000Z","name":"Otto Upton","mobile_number":"718-817-5286","email_id":"Nikita.Stehr40@hotmail.com","dop":"2025-04-06","serial_number":"12402780473306932","imei1":"12402780473306932","imei2":"12402780473306932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170036,"job_number":"JOB_170036","tr_customer_id":170053,"tr_customer_product_id":170043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:46.000Z","modified_at":"2026-01-29T04:19:23.000Z","name":"Dusty Wuckert","mobile_number":"267-421-8892","email_id":"Jermey_Stracke@hotmail.com","dop":"2025-04-06","serial_number":"16394810867233","imei1":"16394810867233","imei2":"16394810867233","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170035,"job_number":"JOB_170035","tr_customer_id":170052,"tr_customer_product_id":170042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:46.000Z","modified_at":"2026-01-29T04:18:46.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"12048314724048","imei1":"12048314724048","imei2":"12048314724048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170034,"job_number":"JOB_170034","tr_customer_id":170051,"tr_customer_product_id":170041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:44.000Z","modified_at":"2026-01-29T04:18:44.000Z","name":"Selmer Macejkovic","mobile_number":"353-579-4056","email_id":"Cassidy44@yahoo.com","dop":"2025-04-06","serial_number":"15208412121779964","imei1":"15208412121779964","imei2":"15208412121779964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170033,"job_number":"JOB_170033","tr_customer_id":170050,"tr_customer_product_id":170040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:43.000Z","modified_at":"2026-01-29T04:19:18.000Z","name":"Juvenal Von","mobile_number":"483-561-4875","email_id":"Mozelle.Emard@yahoo.com","dop":"2025-04-06","serial_number":"17528798658860","imei1":"17528798658860","imei2":"17528798658860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170032,"job_number":"JOB_170032","tr_customer_id":170049,"tr_customer_product_id":170039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:43.000Z","modified_at":"2026-01-29T04:18:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16936680577744","imei1":"16936680577744","imei2":"16936680577744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170030,"job_number":"JOB_170030","tr_customer_id":170047,"tr_customer_product_id":170037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:39.000Z","modified_at":"2026-01-29T04:18:39.000Z","name":"Jesse Lindgren","mobile_number":"840-897-8086","email_id":"Gertrude_Feil@hotmail.com","dop":"2025-04-06","serial_number":"19863142606345120","imei1":"19863142606345120","imei2":"19863142606345120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170029,"job_number":"JOB_170029","tr_customer_id":170046,"tr_customer_product_id":170036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:38.000Z","modified_at":"2026-01-29T04:18:38.000Z","name":"Casandra Rowe","mobile_number":"434-701-1275","email_id":"Garrick79@gmail.com","dop":"2025-04-06","serial_number":"15486414409544662","imei1":"15486414409544662","imei2":"15486414409544662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170028,"job_number":"JOB_170028","tr_customer_id":170045,"tr_customer_product_id":170035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:37.000Z","modified_at":"2026-01-29T04:19:11.000Z","name":"Cade Bergnaum","mobile_number":"853-540-3165","email_id":"Nicolette.Smith85@hotmail.com","dop":"2025-04-06","serial_number":"10361662978660","imei1":"10361662978660","imei2":"10361662978660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170027,"job_number":"JOB_170027","tr_customer_id":170044,"tr_customer_product_id":170034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:37.000Z","modified_at":"2026-01-29T04:18:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18269106291722","imei1":"18269106291722","imei2":"18269106291722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170026,"job_number":"JOB_170026","tr_customer_id":170043,"tr_customer_product_id":170033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:36.000Z","modified_at":"2026-01-29T04:19:13.000Z","name":"Cletus Jacobson","mobile_number":"950-983-8531","email_id":"Linnea_Quigley@yahoo.com","dop":"2025-04-06","serial_number":"13032975833520","imei1":"13032975833520","imei2":"13032975833520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170025,"job_number":"JOB_170025","tr_customer_id":170042,"tr_customer_product_id":170032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:36.000Z","modified_at":"2026-01-29T04:18:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19567663308904","imei1":"19567663308904","imei2":"19567663308904","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170021,"job_number":"JOB_170021","tr_customer_id":170038,"tr_customer_product_id":170028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:31.000Z","modified_at":"2026-01-29T04:18:31.000Z","name":"Isai Reichel","mobile_number":"341-862-5299","email_id":"Alfonzo31@gmail.com","dop":"2025-04-06","serial_number":"12233201586587286","imei1":"12233201586587286","imei2":"12233201586587286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170019,"job_number":"JOB_170019","tr_customer_id":170036,"tr_customer_product_id":170026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:30.000Z","modified_at":"2026-01-29T04:19:07.000Z","name":"Maudie King","mobile_number":"952-444-1324","email_id":"Elwin_Jones@yahoo.com","dop":"2025-04-06","serial_number":"13991901028666","imei1":"13991901028666","imei2":"13991901028666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170018,"job_number":"JOB_170018","tr_customer_id":170035,"tr_customer_product_id":170025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:30.000Z","modified_at":"2026-01-29T04:18:30.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10333081235751","imei1":"10333081235751","imei2":"10333081235751","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170017,"job_number":"JOB_170017","tr_customer_id":170034,"tr_customer_product_id":170024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:29.000Z","modified_at":"2026-01-29T04:18:29.000Z","name":"Isai Zboncak","mobile_number":"512-467-1207","email_id":"Malcolm.Durgan15@gmail.com","dop":"2025-04-06","serial_number":"19091436100148980","imei1":"19091436100148980","imei2":"19091436100148980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170016,"job_number":"JOB_170016","tr_customer_id":170033,"tr_customer_product_id":170023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:29.000Z","modified_at":"2026-01-29T04:19:04.000Z","name":"Marcus Streich","mobile_number":"816-947-3974","email_id":"Easton78@gmail.com","dop":"2000-01-31","serial_number":"10301099483968","imei1":"10301099483968","imei2":"10301099483968","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170014,"job_number":"JOB_170014","tr_customer_id":170031,"tr_customer_product_id":170021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:28.000Z","modified_at":"2026-01-29T04:19:03.000Z","name":"Eleanore Gleichner","mobile_number":"620-533-0505","email_id":"Doug_Gibson48@hotmail.com","dop":"2025-04-06","serial_number":"10409692299107","imei1":"10409692299107","imei2":"10409692299107","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170013,"job_number":"JOB_170013","tr_customer_id":170030,"tr_customer_product_id":170020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:28.000Z","modified_at":"2026-01-29T04:18:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18166799809930","imei1":"18166799809930","imei2":"18166799809930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170007,"job_number":"JOB_170007","tr_customer_id":170024,"tr_customer_product_id":170014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:12.000Z","modified_at":"2026-01-29T04:18:12.000Z","name":"Haleigh Glover","mobile_number":"652-273-9084","email_id":"Serenity.Paucek42@gmail.com","dop":"2025-04-06","serial_number":"13173861116338296","imei1":"13173861116338296","imei2":"13173861116338296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170006,"job_number":"JOB_170006","tr_customer_id":170023,"tr_customer_product_id":170013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:11.000Z","modified_at":"2026-01-29T04:18:51.000Z","name":"Westley Kuhic","mobile_number":"689-658-4855","email_id":"Wilton_Price39@hotmail.com","dop":"2025-04-06","serial_number":"13760095678159","imei1":"13760095678159","imei2":"13760095678159","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170005,"job_number":"JOB_170005","tr_customer_id":170022,"tr_customer_product_id":170012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:11.000Z","modified_at":"2026-01-29T04:18:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11252590444425","imei1":"11252590444425","imei2":"11252590444425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170001,"job_number":"JOB_170001","tr_customer_id":170018,"tr_customer_product_id":170008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:02.000Z","modified_at":"2026-01-29T04:18:02.000Z","name":"Theresa Green","mobile_number":"897-805-8431","email_id":"Emmy25@gmail.com","dop":"2025-04-06","serial_number":"11137089850184800","imei1":"11137089850184800","imei2":"11137089850184800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170000,"job_number":"JOB_170000","tr_customer_id":170017,"tr_customer_product_id":170007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:02.000Z","modified_at":"2026-01-29T04:18:02.000Z","name":"Arno Auer","mobile_number":"772-468-7279","email_id":"Aniyah.Tillman@yahoo.com","dop":"2025-04-06","serial_number":"16702733351902096","imei1":"16702733351902096","imei2":"16702733351902096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169999,"job_number":"JOB_169999","tr_customer_id":170016,"tr_customer_product_id":170006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:02.000Z","modified_at":"2026-01-29T04:18:02.000Z","name":"Lucie Goyette","mobile_number":"484-258-5676","email_id":"Candelario.Kessler28@yahoo.com","dop":"2025-04-06","serial_number":"11748011688107488","imei1":"11748011688107488","imei2":"11748011688107488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169998,"job_number":"JOB_169998","tr_customer_id":170015,"tr_customer_product_id":170005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:01.000Z","modified_at":"2026-01-29T04:18:38.000Z","name":"Willow Wiegand","mobile_number":"441-385-4383","email_id":"Justen_Prosacco23@yahoo.com","dop":"2025-04-06","serial_number":"17864770685625","imei1":"17864770685625","imei2":"17864770685625","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169997,"job_number":"JOB_169997","tr_customer_id":170014,"tr_customer_product_id":170004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:01.000Z","modified_at":"2026-01-29T04:18:01.000Z","name":"Donnie Rippin","mobile_number":"751-369-7144","email_id":"Moshe_Wisoky@yahoo.com","dop":"2025-04-06","serial_number":"17941153908569654","imei1":"17941153908569654","imei2":"17941153908569654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169996,"job_number":"JOB_169996","tr_customer_id":170013,"tr_customer_product_id":170003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:01.000Z","modified_at":"2026-01-29T04:18:40.000Z","name":"Devonte Johnston","mobile_number":"393-715-9726","email_id":"Amaya_Tremblay0@yahoo.com","dop":"2025-04-06","serial_number":"18034841745832","imei1":"18034841745832","imei2":"18034841745832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169995,"job_number":"JOB_169995","tr_customer_id":170012,"tr_customer_product_id":170002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:01.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"13651484288758","imei1":"13651484288758","imei2":"13651484288758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169994,"job_number":"JOB_169994","tr_customer_id":170011,"tr_customer_product_id":170001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:36.000Z","name":"Cristal Mann","mobile_number":"311-582-4108","email_id":"Cyril_Adams6@hotmail.com","dop":"2025-04-06","serial_number":"17185245559827","imei1":"17185245559827","imei2":"17185245559827","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169993,"job_number":"JOB_169993","tr_customer_id":170010,"tr_customer_product_id":170000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"28764031525642","imei1":"28764031525642","imei2":"28764031525642","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169992,"job_number":"JOB_169992","tr_customer_id":170009,"tr_customer_product_id":169999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13676563880234","imei1":"13676563880234","imei2":"13676563880234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169991,"job_number":"JOB_169991","tr_customer_id":170008,"tr_customer_product_id":169998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10873400051463","imei1":"10873400051463","imei2":"10873400051463","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169987,"job_number":"JOB_169987","tr_customer_id":170005,"tr_customer_product_id":169994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:18:38.000Z","name":"Kaitlyn Mraz","mobile_number":"472-710-8519","email_id":"Daron.Wiegand38@yahoo.com","dop":"2025-04-06","serial_number":"15736519075263","imei1":"15736519075263","imei2":"15736519075263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169986,"job_number":"JOB_169986","tr_customer_id":170003,"tr_customer_product_id":169993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:17:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15199399382074","imei1":"15199399382074","imei2":"15199399382074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169984,"job_number":"JOB_169984","tr_customer_id":170001,"tr_customer_product_id":169991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:18:34.000Z","name":"Presley Graham","mobile_number":"808-734-3980","email_id":"Ezekiel.Lesch@gmail.com","dop":"2026-01-04","serial_number":"15857222908621","imei1":"15857222908621","imei2":"15857222908621","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169983,"job_number":"JOB_169983","tr_customer_id":170000,"tr_customer_product_id":169990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:58.000Z","modified_at":"2026-01-29T04:17:58.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15240351894540","imei1":"15240351894540","imei2":"15240351894540","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169982,"job_number":"JOB_169982","tr_customer_id":169999,"tr_customer_product_id":169989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:58.000Z","modified_at":"2026-01-29T04:17:58.000Z","name":"Isabell Stroman","mobile_number":"412-452-2381","email_id":"Anya_Orn@hotmail.com","dop":"2025-04-06","serial_number":"13127050337010392","imei1":"13127050337010392","imei2":"13127050337010392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169981,"job_number":"JOB_169981","tr_customer_id":169998,"tr_customer_product_id":169988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:17:57.000Z","name":"Roscoe Wolf","mobile_number":"586-961-2040","email_id":"Freddy26@hotmail.com","dop":"2025-04-06","serial_number":"11243190297393252","imei1":"11243190297393252","imei2":"11243190297393252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169980,"job_number":"JOB_169980","tr_customer_id":169997,"tr_customer_product_id":169987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:18:31.000Z","name":"Julius Pagac","mobile_number":"421-452-0383","email_id":"Yesenia.Nolan34@hotmail.com","dop":"2025-04-06","serial_number":"14658148056864","imei1":"14658148056864","imei2":"14658148056864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169978,"job_number":"JOB_169978","tr_customer_id":169995,"tr_customer_product_id":169985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:17:57.000Z","name":"Jeramie Borer","mobile_number":"717-444-2614","email_id":"Valentin53@hotmail.com","dop":"2025-05-30","serial_number":"1366895474168729","imei1":"1366895474168729","imei2":"1366895474168729","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169977,"job_number":"JOB_169977","tr_customer_id":169994,"tr_customer_product_id":169984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:17:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17560182260872","imei1":"17560182260872","imei2":"17560182260872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169975,"job_number":"JOB_169975","tr_customer_id":169992,"tr_customer_product_id":169982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:18:32.000Z","name":"Troy Hauck","mobile_number":"809-729-7952","email_id":"Mayra.Osinski@gmail.com","dop":"2025-04-06","serial_number":"12374181624890","imei1":"12374181624890","imei2":"12374181624890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169974,"job_number":"JOB_169974","tr_customer_id":169991,"tr_customer_product_id":169981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:17:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13438763165786","imei1":"13438763165786","imei2":"13438763165786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169973,"job_number":"JOB_169973","tr_customer_id":169990,"tr_customer_product_id":169980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:55.000Z","modified_at":"2026-01-29T04:17:55.000Z","name":"Maud Willms","mobile_number":"531-916-9431","email_id":"Brett.Hessel@gmail.com","dop":"2025-05-30","serial_number":"19047804443738","imei1":"19047804443738","imei2":"19047804443738","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169972,"job_number":"JOB_169972","tr_customer_id":169989,"tr_customer_product_id":169979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:54.000Z","modified_at":"2026-01-29T04:18:12.000Z","name":"Kellie Cole","mobile_number":"231-606-7005","email_id":"Jarret88@yahoo.com","dop":"2025-05-30","serial_number":"15258879062250","imei1":"15258879062250","imei2":"15258879062250","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169971,"job_number":"JOB_169971","tr_customer_id":169988,"tr_customer_product_id":169978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:53.000Z","modified_at":"2026-01-29T04:17:53.000Z","name":"Derrick Terry","mobile_number":"688-773-2017","email_id":"Percival87@yahoo.com","dop":"2025-04-06","serial_number":"18769623652511530","imei1":"18769623652511530","imei2":"18769623652511530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169970,"job_number":"JOB_169970","tr_customer_id":169987,"tr_customer_product_id":169977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:52.000Z","modified_at":"2026-01-29T04:18:29.000Z","name":"Shea O'Hara","mobile_number":"502-953-5353","email_id":"Boris.Ledner@yahoo.com","dop":"2025-04-06","serial_number":"19129954802912","imei1":"19129954802912","imei2":"19129954802912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169969,"job_number":"JOB_169969","tr_customer_id":169986,"tr_customer_product_id":169976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:51.000Z","modified_at":"2026-01-29T04:17:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12070621903777","imei1":"12070621903777","imei2":"12070621903777","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169968,"job_number":"JOB_169968","tr_customer_id":169985,"tr_customer_product_id":169975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:49.000Z","modified_at":"2026-01-29T04:17:49.000Z","name":"Ebony Parisian","mobile_number":"895-882-8668","email_id":"Sedrick41@yahoo.com","dop":"2025-04-06","serial_number":"17429089838740596","imei1":"17429089838740596","imei2":"17429089838740596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169966,"job_number":"JOB_169966","tr_customer_id":169983,"tr_customer_product_id":169973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:48.000Z","modified_at":"2026-01-29T04:18:23.000Z","name":"Shad Hodkiewicz","mobile_number":"372-548-9865","email_id":"Veronica45@hotmail.com","dop":"2025-04-06","serial_number":"14474555501728","imei1":"14474555501728","imei2":"14474555501728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169964,"job_number":"JOB_169964","tr_customer_id":169981,"tr_customer_product_id":169971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16489268563937","imei1":"16489268563937","imei2":"16489268563937","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169961,"job_number":"JOB_169961","tr_customer_id":169978,"tr_customer_product_id":169968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Tommie Sauer","mobile_number":"682-387-7272","email_id":"Emiliano76@hotmail.com","dop":"2025-04-06","serial_number":"16683896035858156","imei1":"16683896035858156","imei2":"16683896035858156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169959,"job_number":"JOB_169959","tr_customer_id":169976,"tr_customer_product_id":169966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:17:46.000Z","name":"Fanny Shields","mobile_number":"938-931-7489","email_id":"Kristoffer_Considine6@hotmail.com","dop":"2025-04-06","serial_number":"13996429550028526","imei1":"13996429550028526","imei2":"13996429550028526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169958,"job_number":"JOB_169958","tr_customer_id":169975,"tr_customer_product_id":169965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:18:22.000Z","name":"Quinten Kub","mobile_number":"302-782-6955","email_id":"Marjory_Erdman@yahoo.com","dop":"2000-01-31","serial_number":"10838461623847","imei1":"10838461623847","imei2":"10838461623847","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169955,"job_number":"JOB_169955","tr_customer_id":169972,"tr_customer_product_id":169962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:18:21.000Z","name":"Sierra Schuppe","mobile_number":"273-923-7056","email_id":"Leanne27@yahoo.com","dop":"2025-04-06","serial_number":"10661380483898","imei1":"10661380483898","imei2":"10661380483898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169954,"job_number":"JOB_169954","tr_customer_id":169971,"tr_customer_product_id":169961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:17:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13135699846297","imei1":"13135699846297","imei2":"13135699846297","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169953,"job_number":"JOB_169953","tr_customer_id":169970,"tr_customer_product_id":169960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:18:22.000Z","name":"Amiya O'Kon","mobile_number":"239-812-1027","email_id":"Davonte_Lakin46@gmail.com","dop":"2025-04-06","serial_number":"19396588408992","imei1":"19396588408992","imei2":"19396588408992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169952,"job_number":"JOB_169952","tr_customer_id":169969,"tr_customer_product_id":169959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:17:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13991298792295","imei1":"13991298792295","imei2":"13991298792295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169951,"job_number":"JOB_169951","tr_customer_id":169968,"tr_customer_product_id":169958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:28.000Z","modified_at":"2026-01-29T04:17:28.000Z","name":"Blanca Murazik","mobile_number":"287-201-7312","email_id":"Jennings10@gmail.com","dop":"2025-04-06","serial_number":"11241529073060320","imei1":"11241529073060320","imei2":"11241529073060320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169950,"job_number":"JOB_169950","tr_customer_id":169967,"tr_customer_product_id":169957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:27.000Z","modified_at":"2026-01-29T04:18:01.000Z","name":"Rosalyn DuBuque","mobile_number":"423-544-5691","email_id":"Donna44@yahoo.com","dop":"2025-04-06","serial_number":"17003397822707","imei1":"17003397822707","imei2":"17003397822707","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169949,"job_number":"JOB_169949","tr_customer_id":169966,"tr_customer_product_id":169956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:27.000Z","modified_at":"2026-01-29T04:17:27.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13938280362099","imei1":"13938280362099","imei2":"13938280362099","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169948,"job_number":"JOB_169948","tr_customer_id":169965,"tr_customer_product_id":169955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:24.000Z","modified_at":"2026-01-29T04:17:24.000Z","name":"Johnson Cartwright","mobile_number":"293-616-5525","email_id":"Lauren90@hotmail.com","dop":"2025-04-06","serial_number":"12137245612803680","imei1":"12137245612803680","imei2":"12137245612803680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169947,"job_number":"JOB_169947","tr_customer_id":169964,"tr_customer_product_id":169954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:22.000Z","modified_at":"2026-01-29T04:18:03.000Z","name":"Kaelyn Lang","mobile_number":"641-801-2874","email_id":"Laurel40@yahoo.com","dop":"2025-04-06","serial_number":"18600707518512","imei1":"18600707518512","imei2":"18600707518512","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169946,"job_number":"JOB_169946","tr_customer_id":169963,"tr_customer_product_id":169953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:22.000Z","modified_at":"2026-01-29T04:17:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11636781794539","imei1":"11636781794539","imei2":"11636781794539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169945,"job_number":"JOB_169945","tr_customer_id":169962,"tr_customer_product_id":169952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:18.000Z","modified_at":"2026-01-29T04:17:18.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"29473598651057","imei1":"29473598651057","imei2":"29473598651057","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169944,"job_number":"JOB_169944","tr_customer_id":169961,"tr_customer_product_id":169951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:17.000Z","modified_at":"2026-01-29T04:17:51.000Z","name":"Gerhard Wiza","mobile_number":"243-901-5465","email_id":"Gina_Bins20@gmail.com","dop":"2026-01-04","serial_number":"12364460992685","imei1":"12364460992685","imei2":"12364460992685","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169943,"job_number":"JOB_169943","tr_customer_id":169960,"tr_customer_product_id":169950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:17.000Z","modified_at":"2026-01-29T04:17:17.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18269688819306","imei1":"18269688819306","imei2":"18269688819306","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169942,"job_number":"JOB_169942","tr_customer_id":169959,"tr_customer_product_id":169949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:15.000Z","modified_at":"2026-01-29T04:17:15.000Z","name":"Christina Fisher","mobile_number":"233-337-6786","email_id":"Genesis15@hotmail.com","dop":"2025-04-06","serial_number":"10851852586991604","imei1":"10851852586991604","imei2":"10851852586991604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169941,"job_number":"JOB_169941","tr_customer_id":169958,"tr_customer_product_id":169948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:14.000Z","modified_at":"2026-01-29T04:17:14.000Z","name":"Hayley Rice","mobile_number":"402-654-1383","email_id":"Rogers.Gutkowski@gmail.com","dop":"2025-04-06","serial_number":"16407734138657324","imei1":"16407734138657324","imei2":"16407734138657324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169940,"job_number":"JOB_169940","tr_customer_id":169957,"tr_customer_product_id":169947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:14.000Z","modified_at":"2026-01-29T04:17:14.000Z","name":"Tomas Jones","mobile_number":"963-869-7612","email_id":"Dean.Predovic67@hotmail.com","dop":"2025-04-06","serial_number":"11853819722048202","imei1":"11853819722048202","imei2":"11853819722048202","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169939,"job_number":"JOB_169939","tr_customer_id":169956,"tr_customer_product_id":169946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:14.000Z","modified_at":"2026-01-29T04:17:49.000Z","name":"Ricky Spencer","mobile_number":"364-548-6366","email_id":"Jennie.Hermiston54@hotmail.com","dop":"2025-04-06","serial_number":"18592851673821","imei1":"18592851673821","imei2":"18592851673821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169938,"job_number":"JOB_169938","tr_customer_id":169955,"tr_customer_product_id":169945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19878340438041","imei1":"19878340438041","imei2":"19878340438041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169937,"job_number":"JOB_169937","tr_customer_id":169954,"tr_customer_product_id":169944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:52.000Z","name":"Max Stracke","mobile_number":"714-460-4984","email_id":"Antonina_Turner70@gmail.com","dop":"2025-04-06","serial_number":"17500054701634","imei1":"17500054701634","imei2":"17500054701634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169936,"job_number":"JOB_169936","tr_customer_id":169953,"tr_customer_product_id":169943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:51.000Z","name":"Moses Medhurst","mobile_number":"303-974-7661","email_id":"Lilliana.Hane@yahoo.com","dop":"2025-04-06","serial_number":"18989444265023","imei1":"18989444265023","imei2":"18989444265023","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169935,"job_number":"JOB_169935","tr_customer_id":169952,"tr_customer_product_id":169942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18182378173943","imei1":"18182378173943","imei2":"18182378173943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169934,"job_number":"JOB_169934","tr_customer_id":169951,"tr_customer_product_id":169941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11438072933999","imei1":"11438072933999","imei2":"11438072933999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169933,"job_number":"JOB_169933","tr_customer_id":169950,"tr_customer_product_id":169940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:07.000Z","modified_at":"2026-01-29T04:17:07.000Z","name":"Raphael Collins","mobile_number":"936-970-6712","email_id":"Rebekah.Kuhlman16@gmail.com","dop":"2025-04-06","serial_number":"13216219847530868","imei1":"13216219847530868","imei2":"13216219847530868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169932,"job_number":"JOB_169932","tr_customer_id":169949,"tr_customer_product_id":169939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:06.000Z","modified_at":"2026-01-29T04:17:40.000Z","name":"Antoinette Cummings","mobile_number":"930-330-6029","email_id":"Libbie9@yahoo.com","dop":"2025-04-06","serial_number":"15906011632020","imei1":"15906011632020","imei2":"15906011632020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169931,"job_number":"JOB_169931","tr_customer_id":169948,"tr_customer_product_id":169938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:05.000Z","modified_at":"2026-01-29T04:17:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12472772312416","imei1":"12472772312416","imei2":"12472772312416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169930,"job_number":"JOB_169930","tr_customer_id":169947,"tr_customer_product_id":169937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:03.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11087117570789","imei2":"11087117570789","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169929,"job_number":"JOB_169929","tr_customer_id":169946,"tr_customer_product_id":169936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:03.000Z","modified_at":"2026-01-29T04:17:03.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19276057056292","imei2":"19276057056292","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169926,"job_number":"JOB_169926","tr_customer_id":169943,"tr_customer_product_id":169933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:51.000Z","modified_at":"2026-01-29T04:16:51.000Z","name":"Friedrich Conroy","mobile_number":"889-488-0858","email_id":"Zachary_Sporer@yahoo.com","dop":"2025-06-18","serial_number":"1067788577784827","imei1":"1067788577784827","imei2":"1067788577784827","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169925,"job_number":"JOB_169925","tr_customer_id":169942,"tr_customer_product_id":169932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:51.000Z","modified_at":"2026-01-29T04:17:25.000Z","name":"Gloria D'Amore","mobile_number":"949-247-9045","email_id":"Fred.Beer72@yahoo.com","dop":"2025-06-18","serial_number":"10192293493305","imei1":"10192293493305","imei2":"10192293493305","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169924,"job_number":"JOB_169924","tr_customer_id":169941,"tr_customer_product_id":169931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:50.000Z","modified_at":"2026-01-29T04:16:50.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10073147389813","imei1":"10073147389813","imei2":"10073147389813","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169923,"job_number":"JOB_169923","tr_customer_id":169940,"tr_customer_product_id":169930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:50.000Z","modified_at":"2026-01-29T04:17:00.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13629311360527","imei2":"13629311360527","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169922,"job_number":"JOB_169922","tr_customer_id":169939,"tr_customer_product_id":169929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:50.000Z","modified_at":"2026-01-29T04:16:50.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16399240615138","imei2":"16399240615138","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169921,"job_number":"JOB_169921","tr_customer_id":169938,"tr_customer_product_id":169928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:47.000Z","modified_at":"2026-01-29T04:16:47.000Z","name":"Ressie Bergnaum","mobile_number":"415-766-0961","email_id":"Hosea_Schneider69@gmail.com","dop":"2025-04-06","serial_number":"10877755317220514","imei1":"10877755317220514","imei2":"10877755317220514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169920,"job_number":"JOB_169920","tr_customer_id":169937,"tr_customer_product_id":169927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:46.000Z","modified_at":"2026-01-29T04:17:20.000Z","name":"Holly Bins","mobile_number":"572-633-6555","email_id":"Keely_Conn71@gmail.com","dop":"2025-04-06","serial_number":"10446319433056","imei1":"10446319433056","imei2":"10446319433056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169919,"job_number":"JOB_169919","tr_customer_id":169936,"tr_customer_product_id":169926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:46.000Z","modified_at":"2026-01-29T04:16:46.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"15782736781614","imei1":"15782736781614","imei2":"15782736781614","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169917,"job_number":"JOB_169917","tr_customer_id":169934,"tr_customer_product_id":169924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:37.000Z","modified_at":"2026-01-29T04:16:46.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17103157280969","imei2":"17103157280969","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169916,"job_number":"JOB_169916","tr_customer_id":169933,"tr_customer_product_id":169923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Sydni Senger","mobile_number":"869-282-7747","email_id":"Maci_Gerlach59@hotmail.com","dop":"2025-04-06","serial_number":"18415754176926830","imei1":"18415754176926830","imei2":"18415754176926830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169915,"job_number":"JOB_169915","tr_customer_id":169932,"tr_customer_product_id":169922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12803020310911","imei2":"12803020310911","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169914,"job_number":"JOB_169914","tr_customer_id":169931,"tr_customer_product_id":169921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"101462564205490","imei1":"101462564205490","imei2":"101462564205490","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169912,"job_number":"JOB_169912","tr_customer_id":169929,"tr_customer_product_id":169919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:35.000Z","modified_at":"2026-01-29T04:17:12.000Z","name":"Giovanna Lesch","mobile_number":"372-977-5907","email_id":"Iva.Nienow@hotmail.com","dop":"2025-04-06","serial_number":"11872920056391","imei1":"11872920056391","imei2":"11872920056391","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169911,"job_number":"JOB_169911","tr_customer_id":169928,"tr_customer_product_id":169918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:35.000Z","modified_at":"2026-01-29T04:17:09.000Z","name":"Krystel Dickinson","mobile_number":"781-254-4256","email_id":"Serena_Kris@hotmail.com","dop":"2026-01-04","serial_number":"17397854504903","imei1":"17397854504903","imei2":"17397854504903","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169910,"job_number":"JOB_169910","tr_customer_id":169927,"tr_customer_product_id":169917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:34.000Z","modified_at":"2026-01-29T04:16:34.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14302233343511","imei1":"14302233343511","imei2":"14302233343511","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169909,"job_number":"JOB_169909","tr_customer_id":169926,"tr_customer_product_id":169916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:34.000Z","modified_at":"2026-01-29T04:16:34.000Z","name":"Sarai Friesen","mobile_number":"719-677-8126","email_id":"Calista59@yahoo.com","dop":"2025-04-06","serial_number":"14026021872485694","imei1":"14026021872485694","imei2":"14026021872485694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169908,"job_number":"JOB_169908","tr_customer_id":169925,"tr_customer_product_id":169915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:32.000Z","modified_at":"2026-01-29T04:17:09.000Z","name":"Conor O'Conner","mobile_number":"738-971-8590","email_id":"Peyton18@gmail.com","dop":"2025-04-06","serial_number":"10334667608357","imei1":"10334667608357","imei2":"10334667608357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169907,"job_number":"JOB_169907","tr_customer_id":169924,"tr_customer_product_id":169914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:32.000Z","modified_at":"2026-01-29T04:16:32.000Z","name":"Demetrius D'Amore","mobile_number":"362-947-9683","email_id":"Perry_Kozey17@yahoo.com","dop":"2025-04-06","serial_number":"11484159943619490","imei1":"11484159943619490","imei2":"11484159943619490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169905,"job_number":"JOB_169905","tr_customer_id":169922,"tr_customer_product_id":169912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:31.000Z","modified_at":"2026-01-29T04:17:06.000Z","name":"Wendell Rath","mobile_number":"605-906-2935","email_id":"Vickie_Veum21@yahoo.com","dop":"2025-04-06","serial_number":"15766957779037","imei1":"15766957779037","imei2":"15766957779037","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169904,"job_number":"JOB_169904","tr_customer_id":169921,"tr_customer_product_id":169911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:30.000Z","modified_at":"2026-01-29T04:16:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11673376810277","imei1":"11673376810277","imei2":"11673376810277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169903,"job_number":"JOB_169903","tr_customer_id":169920,"tr_customer_product_id":169910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:28.000Z","modified_at":"2026-01-29T04:16:28.000Z","name":"Elijah Walter","mobile_number":"476-770-1837","email_id":"Fernando.Kirlin26@gmail.com","dop":"2025-04-06","serial_number":"11410915776276976","imei1":"11410915776276976","imei2":"11410915776276976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169902,"job_number":"JOB_169902","tr_customer_id":169919,"tr_customer_product_id":169909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:26.000Z","modified_at":"2026-01-29T04:16:26.000Z","name":"Lois Marks","mobile_number":"764-967-8562","email_id":"Carlie.Schumm@yahoo.com","dop":"2025-04-06","serial_number":"14440004652815754","imei1":"14440004652815754","imei2":"14440004652815754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169901,"job_number":"JOB_169901","tr_customer_id":169918,"tr_customer_product_id":169908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:26.000Z","modified_at":"2026-01-29T04:17:05.000Z","name":"Sallie Welch","mobile_number":"565-547-3229","email_id":"Graham9@hotmail.com","dop":"2025-04-06","serial_number":"15451720619746","imei1":"15451720619746","imei2":"15451720619746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169900,"job_number":"JOB_169900","tr_customer_id":169917,"tr_customer_product_id":169907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:26.000Z","modified_at":"2026-01-29T04:16:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16898380037762","imei1":"16898380037762","imei2":"16898380037762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169899,"job_number":"JOB_169899","tr_customer_id":169916,"tr_customer_product_id":169906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:25.000Z","modified_at":"2026-01-29T04:16:25.000Z","name":"Jayde Glover","mobile_number":"634-373-0219","email_id":"Jarred.Feil17@hotmail.com","dop":"2025-04-06","serial_number":"15932062647888252","imei1":"15932062647888252","imei2":"15932062647888252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169898,"job_number":"JOB_169898","tr_customer_id":169915,"tr_customer_product_id":169905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:25.000Z","modified_at":"2026-01-29T04:17:05.000Z","name":"Lupe Rippin","mobile_number":"435-423-9993","email_id":"Caden26@hotmail.com","dop":"2025-04-06","serial_number":"11434318738488","imei1":"11434318738488","imei2":"11434318738488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169897,"job_number":"JOB_169897","tr_customer_id":169914,"tr_customer_product_id":169904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:25.000Z","modified_at":"2026-01-29T04:16:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14289345962544","imei1":"14289345962544","imei2":"14289345962544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169896,"job_number":"JOB_169896","tr_customer_id":169913,"tr_customer_product_id":169903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:24.000Z","modified_at":"2026-01-29T04:16:24.000Z","name":"Karl Abbott","mobile_number":"703-729-7463","email_id":"Emilio79@hotmail.com","dop":"2025-04-06","serial_number":"14506814694084636","imei1":"14506814694084636","imei2":"14506814694084636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169895,"job_number":"JOB_169895","tr_customer_id":169912,"tr_customer_product_id":169902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:24.000Z","modified_at":"2026-01-29T04:16:58.000Z","name":"Katelyn Gottlieb","mobile_number":"545-282-3114","email_id":"Helene_Rosenbaum@yahoo.com","dop":"2025-04-06","serial_number":"14798629558442","imei1":"14798629558442","imei2":"14798629558442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169894,"job_number":"JOB_169894","tr_customer_id":169911,"tr_customer_product_id":169901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:23.000Z","modified_at":"2026-01-29T04:16:59.000Z","name":"Austin Roberts","mobile_number":"349-791-0104","email_id":"Deion36@hotmail.com","dop":"2025-04-06","serial_number":"13826216054609","imei1":"13826216054609","imei2":"13826216054609","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169893,"job_number":"JOB_169893","tr_customer_id":169910,"tr_customer_product_id":169900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:23.000Z","modified_at":"2026-01-29T04:16:23.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12923627457681","imei1":"12923627457681","imei2":"12923627457681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169892,"job_number":"JOB_169892","tr_customer_id":169909,"tr_customer_product_id":169899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:21.000Z","modified_at":"2026-01-29T04:16:21.000Z","name":"Eleonore Nitzsche","mobile_number":"398-329-9801","email_id":"Angelica_Weissnat@gmail.com","dop":"2025-04-06","serial_number":"12749404775768988","imei1":"12749404775768988","imei2":"12749404775768988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169891,"job_number":"JOB_169891","tr_customer_id":169908,"tr_customer_product_id":169898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:20.000Z","modified_at":"2026-01-29T04:16:57.000Z","name":"Rosie Nader","mobile_number":"407-966-6139","email_id":"Joyce.Rodriguez55@gmail.com","dop":"2025-04-06","serial_number":"13990803166248","imei1":"13990803166248","imei2":"13990803166248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169889,"job_number":"JOB_169889","tr_customer_id":169906,"tr_customer_product_id":169896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:12.000Z","modified_at":"2026-01-29T04:16:12.000Z","name":"Rupert Cronin","mobile_number":"620-842-1122","email_id":"Wilson_Gutkowski13@yahoo.com","dop":"2025-04-06","serial_number":"11997571758332780","imei1":"11997571758332780","imei2":"11997571758332780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169888,"job_number":"JOB_169888","tr_customer_id":169905,"tr_customer_product_id":169895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:11.000Z","modified_at":"2026-01-29T04:16:49.000Z","name":"Lonny O'Hara","mobile_number":"647-705-0848","email_id":"Lorenz63@hotmail.com","dop":"2025-04-06","serial_number":"19106745851574","imei1":"19106745851574","imei2":"19106745851574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169887,"job_number":"JOB_169887","tr_customer_id":169904,"tr_customer_product_id":169894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:10.000Z","modified_at":"2026-01-29T04:16:10.000Z","name":"Minnie Streich","mobile_number":"683-999-8265","email_id":"Donavon48@gmail.com","dop":"2025-06-18","serial_number":"1012382214566289","imei1":"1012382214566289","imei2":"1012382214566289","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169886,"job_number":"JOB_169886","tr_customer_id":169903,"tr_customer_product_id":169893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:09.000Z","modified_at":"2026-01-29T04:16:44.000Z","name":"Colin Towne","mobile_number":"629-800-7332","email_id":"Nicola.Jacobs@gmail.com","dop":"2025-06-18","serial_number":"10262731369748","imei1":"10262731369748","imei2":"10262731369748","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169885,"job_number":"JOB_169885","tr_customer_id":169902,"tr_customer_product_id":169892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:09.000Z","modified_at":"2026-01-29T04:16:09.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10561216161403","imei1":"10561216161403","imei2":"10561216161403","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169884,"job_number":"JOB_169884","tr_customer_id":169901,"tr_customer_product_id":169891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:07.000Z","modified_at":"2026-01-29T04:16:16.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"45654946781158","imei1":"45654946781158","imei2":"45654946781158","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169883,"job_number":"JOB_169883","tr_customer_id":169900,"tr_customer_product_id":169890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:06.000Z","modified_at":"2026-01-29T04:16:06.000Z","name":"Madelynn Waelchi","mobile_number":"699-759-6036","email_id":"Max_Muller@yahoo.com","dop":"2025-04-06","serial_number":"13740624223962302","imei1":"13740624223962302","imei2":"13740624223962302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169882,"job_number":"JOB_169882","tr_customer_id":169899,"tr_customer_product_id":169889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:05.000Z","modified_at":"2026-01-29T04:16:39.000Z","name":"Alberta Schaefer","mobile_number":"331-960-4694","email_id":"Lowell_Witting22@hotmail.com","dop":"2025-04-06","serial_number":"17242679401128","imei1":"17242679401128","imei2":"17242679401128","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169881,"job_number":"JOB_169881","tr_customer_id":169898,"tr_customer_product_id":169888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:04.000Z","modified_at":"2026-01-29T04:16:04.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"12070682964530","imei1":"12070682964530","imei2":"12070682964530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169880,"job_number":"JOB_169880","tr_customer_id":169897,"tr_customer_product_id":169887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:03.000Z","modified_at":"2026-01-29T04:16:03.000Z","name":"Marjory Prosacco","mobile_number":"699-267-2209","email_id":"Zula39@gmail.com","dop":"2025-04-06","serial_number":"16395387356944346","imei1":"16395387356944346","imei2":"16395387356944346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169879,"job_number":"JOB_169879","tr_customer_id":169896,"tr_customer_product_id":169886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:01.000Z","modified_at":"2026-01-29T04:16:37.000Z","name":"Melany Schaden","mobile_number":"488-655-8092","email_id":"Cindy_Jakubowski89@hotmail.com","dop":"2025-04-06","serial_number":"13869223701753","imei1":"13869223701753","imei2":"13869223701753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169878,"job_number":"JOB_169878","tr_customer_id":169895,"tr_customer_product_id":169885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:15:56.000Z","modified_at":"2026-01-29T04:16:05.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"61615467745554","imei1":"61615467745554","imei2":"61615467745554","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169877,"job_number":"JOB_169877","tr_customer_id":169894,"tr_customer_product_id":169884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:13:59.000Z","modified_at":"2026-01-29T04:13:59.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2026-01-19","serial_number":"13511700420678","imei1":"13511700420678","imei2":"13511700420678","popurl":"2026-01-19T04:13:56.241282Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:13:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169876,"job_number":"JOB_169876","tr_customer_id":169893,"tr_customer_product_id":169883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:26:23.000Z","modified_at":"2026-01-29T03:26:23.000Z","name":"Mercedes Mosciski","mobile_number":"923-418-2490","email_id":"Carrie_Bogisich@hotmail.com","dop":"2025-04-06","serial_number":"13521082425397300","imei1":"13521082425397300","imei2":"13521082425397300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169875,"job_number":"JOB_169875","tr_customer_id":169892,"tr_customer_product_id":169882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:26:22.000Z","modified_at":"2026-01-29T03:26:57.000Z","name":"Lupe Welch","mobile_number":"490-980-7594","email_id":"Adella63@gmail.com","dop":"2025-04-06","serial_number":"13920192643004","imei1":"13920192643004","imei2":"13920192643004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T03:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169874,"job_number":"JOB_169874","tr_customer_id":169891,"tr_customer_product_id":169881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:26:21.000Z","modified_at":"2026-01-29T03:26:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10673562968699","imei1":"10673562968699","imei2":"10673562968699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169873,"job_number":"JOB_169873","tr_customer_id":169890,"tr_customer_product_id":169880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:25:40.000Z","modified_at":"2026-01-29T03:25:40.000Z","name":"Mittie Balistreri","mobile_number":"618-238-8878","email_id":"Shakira15@gmail.com","dop":"2025-04-06","serial_number":"14916434383650400","imei1":"14916434383650400","imei2":"14916434383650400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:25:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169872,"job_number":"JOB_169872","tr_customer_id":169889,"tr_customer_product_id":169879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:25:39.000Z","modified_at":"2026-01-29T03:26:14.000Z","name":"Joey Gaylord","mobile_number":"517-628-5442","email_id":"Leonor_Friesen@hotmail.com","dop":"2025-04-06","serial_number":"11422722848889","imei1":"11422722848889","imei2":"11422722848889","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T03:26:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169871,"job_number":"JOB_169871","tr_customer_id":169888,"tr_customer_product_id":169878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:25:39.000Z","modified_at":"2026-01-29T03:25:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11809280576004","imei1":"11809280576004","imei2":"11809280576004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:25:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169870,"job_number":"JOB_169870","tr_customer_id":169887,"tr_customer_product_id":169877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:24:58.000Z","modified_at":"2026-01-29T03:24:58.000Z","name":"Fatima Cummerata","mobile_number":"876-508-4980","email_id":"Maryse25@gmail.com","dop":"2025-04-06","serial_number":"15477188232281228","imei1":"15477188232281228","imei2":"15477188232281228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:24:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169869,"job_number":"JOB_169869","tr_customer_id":169886,"tr_customer_product_id":169876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:24:57.000Z","modified_at":"2026-01-29T03:25:32.000Z","name":"Orpha Schamberger","mobile_number":"635-981-4238","email_id":"Emmy_Strosin47@hotmail.com","dop":"2025-04-06","serial_number":"11604588538358","imei1":"11604588538358","imei2":"11604588538358","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T03:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169868,"job_number":"JOB_169868","tr_customer_id":169885,"tr_customer_product_id":169875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:24:56.000Z","modified_at":"2026-01-29T03:24:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11745469378024","imei1":"11745469378024","imei2":"11745469378024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:24:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169867,"job_number":"JOB_169867","tr_customer_id":169884,"tr_customer_product_id":169874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T02:31:40.000Z","modified_at":"2026-01-29T02:31:41.000Z","name":"vedika singh","mobile_number":"9000000002","email_id":"vedika@gmail.com","dop":"2026-01-19","serial_number":"19280180958991","imei1":"19280180958991","imei2":"19280180958991","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T02:31:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169866,"job_number":"JOB_169866","tr_customer_id":169883,"tr_customer_product_id":169873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T02:31:38.000Z","modified_at":"2026-01-29T02:31:40.000Z","name":"ved singh","mobile_number":"9000000001","email_id":"ved@gmail.com","dop":"2026-01-19","serial_number":"14686990491718","imei1":"14686990491718","imei2":"14686990491718","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T02:31:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169865,"job_number":"JOB_169865","tr_customer_id":169882,"tr_customer_product_id":169872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T02:31:36.000Z","modified_at":"2026-01-29T02:31:38.000Z","name":"navin singh","mobile_number":"9000000000","email_id":"navin@gmail.com","dop":"2026-01-19","serial_number":"19774602002980","imei1":"19774602002980","imei2":"19774602002980","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T02:31:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169864,"job_number":"JOB_169864","tr_customer_id":169881,"tr_customer_product_id":169871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T02:17:01.000Z","modified_at":"2026-01-29T02:17:03.000Z","name":"Bhargav Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"15571746267895","imei1":"15571746267895","imei2":"15571746267895","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T02:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169863,"job_number":"JOB_169863","tr_customer_id":169880,"tr_customer_product_id":169870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:51:47.000Z","modified_at":"2026-01-29T01:51:47.000Z","name":"Bhooshit Ahluwalia","mobile_number":"7068428475","email_id":"bakula.arora@hotmail.com","dop":"2026-01-19","serial_number":"295825705730767","imei1":"295825705730767","imei2":"295825705730767","popurl":"www.sanjay-dutta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T01:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169862,"job_number":"JOB_169862","tr_customer_id":169879,"tr_customer_product_id":169869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:18:00.000Z","modified_at":"2026-01-29T01:18:00.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-19","serial_number":"78925764368475","imei1":"78925764368475","imei2":"78925764368475","popurl":"2026-01-19T01:18:00.226792700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T01:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169861,"job_number":"JOB_169861","tr_customer_id":169878,"tr_customer_product_id":169868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:17:53.000Z","modified_at":"2026-01-29T07:50:20.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-19","serial_number":"78920578946848","imei1":"78920578946848","imei2":"78920578946848","popurl":"2026-01-19T01:17:52.735271800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-29T07:50:20.000Z","assigned_to":17,"mst_warrenty_status_code":"IW"},{"id":169860,"job_number":"JOB_169860","tr_customer_id":169877,"tr_customer_product_id":169867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:17:20.000Z","modified_at":"2026-01-29T01:17:20.000Z","name":"Trilochana Gill","mobile_number":"7092945714","email_id":"dev.ganaka@yahoo.co.in","dop":"2026-01-19","serial_number":"483237302467988","imei1":"483237302467988","imei2":"483237302467988","popurl":"www.rageswari-bhattathiri.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T01:17:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169859,"job_number":"JOB_169859","tr_customer_id":169876,"tr_customer_product_id":169866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:17:19.000Z","modified_at":"2026-01-29T07:50:13.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-19","serial_number":"19920302988473","imei1":"19920302988473","imei2":"19920302988473","popurl":"2026-01-19T01:17:18.375227600Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-29T07:50:13.000Z","assigned_to":17,"mst_warrenty_status_code":"IW"},{"id":170411,"job_number":"JOB_170411","tr_customer_id":170428,"tr_customer_product_id":170418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:25.000Z","modified_at":"2026-01-29T06:50:25.000Z","name":"Enoch Schulist","mobile_number":"219-219-6550","email_id":"Kellie.Cronin@hotmail.com","dop":"2000-01-31","serial_number":"1046919848290472","imei1":"1046919848290472","imei2":"1046919848290472","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170409,"job_number":"JOB_170409","tr_customer_id":170426,"tr_customer_product_id":170416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:24.000Z","modified_at":"2026-01-29T06:50:24.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10594816478675","imei1":"10594816478675","imei2":"10594816478675","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170405,"job_number":"JOB_170405","tr_customer_id":170422,"tr_customer_product_id":170412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:39.000Z","modified_at":"2026-01-29T06:49:39.000Z","name":"Freeman Dickens","mobile_number":"614-949-6620","email_id":"Hope33@hotmail.com","dop":"2000-01-31","serial_number":"1046560680313165","imei1":"1046560680313165","imei2":"1046560680313165","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170403,"job_number":"JOB_170403","tr_customer_id":170420,"tr_customer_product_id":170410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:38.000Z","modified_at":"2026-01-29T06:49:38.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10942710777095","imei1":"10942710777095","imei2":"10942710777095","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170402,"job_number":"JOB_170402","tr_customer_id":170419,"tr_customer_product_id":170409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:53.000Z","modified_at":"2026-01-29T06:48:53.000Z","name":"Leda Ferry","mobile_number":"860-899-8473","email_id":"Gloria48@hotmail.com","dop":"2000-01-31","serial_number":"1065945309649281","imei1":"1065945309649281","imei2":"1065945309649281","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170400,"job_number":"JOB_170400","tr_customer_id":170417,"tr_customer_product_id":170407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:52.000Z","modified_at":"2026-01-29T06:48:52.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10137181032428","imei1":"10137181032428","imei2":"10137181032428","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170396,"job_number":"JOB_170396","tr_customer_id":170413,"tr_customer_product_id":170403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:07.000Z","modified_at":"2026-01-29T06:48:07.000Z","name":"Bobby Goodwin","mobile_number":"938-388-5703","email_id":"Bettye_Weber@gmail.com","dop":"2000-01-31","serial_number":"1002269612563443","imei1":"1002269612563443","imei2":"1002269612563443","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170394,"job_number":"JOB_170394","tr_customer_id":170411,"tr_customer_product_id":170401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:05.000Z","modified_at":"2026-01-29T06:48:05.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10040564136257","imei1":"10040564136257","imei2":"10040564136257","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170061,"job_number":"JOB_170061","tr_customer_id":170078,"tr_customer_product_id":170068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:55.000Z","modified_at":"2026-01-29T04:19:55.000Z","name":"Burnice Tromp","mobile_number":"206-221-6239","email_id":"Jasen.Harvey@hotmail.com","dop":"2000-01-31","serial_number":"1030163097598711","imei1":"1030163097598711","imei2":"1030163097598711","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:55.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170059,"job_number":"JOB_170059","tr_customer_id":170076,"tr_customer_product_id":170066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:54.000Z","modified_at":"2026-01-29T04:19:54.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10006257632907","imei1":"10006257632907","imei2":"10006257632907","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:54.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170046,"job_number":"JOB_170046","tr_customer_id":170063,"tr_customer_product_id":170053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:13.000Z","modified_at":"2026-01-29T04:19:13.000Z","name":"Imogene Parker","mobile_number":"952-922-4274","email_id":"Asia_Borer@hotmail.com","dop":"2000-01-31","serial_number":"1051265970680909","imei1":"1051265970680909","imei2":"1051265970680909","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170043,"job_number":"JOB_170043","tr_customer_id":170060,"tr_customer_product_id":170050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:11.000Z","modified_at":"2026-01-29T04:19:11.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10411503339546","imei1":"10411503339546","imei2":"10411503339546","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170020,"job_number":"JOB_170020","tr_customer_id":170037,"tr_customer_product_id":170027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:30.000Z","modified_at":"2026-01-29T04:18:30.000Z","name":"Jonas Nolan","mobile_number":"810-555-0144","email_id":"Issac81@gmail.com","dop":"2000-01-31","serial_number":"1033403239328929","imei1":"1033403239328929","imei2":"1033403239328929","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170015,"job_number":"JOB_170015","tr_customer_id":170032,"tr_customer_product_id":170022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:29.000Z","modified_at":"2026-01-29T04:18:29.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10739704061138","imei1":"10739704061138","imei2":"10739704061138","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169967,"job_number":"JOB_169967","tr_customer_id":169984,"tr_customer_product_id":169974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:48.000Z","modified_at":"2026-01-29T04:17:48.000Z","name":"Dock Raynor","mobile_number":"653-907-7882","email_id":"Laury.Goldner54@hotmail.com","dop":"2000-01-31","serial_number":"1095767801177090","imei1":"1095767801177090","imei2":"1095767801177090","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169956,"job_number":"JOB_169956","tr_customer_id":169973,"tr_customer_product_id":169963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:17:46.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10712940788540","imei1":"10712940788540","imei2":"10712940788540","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_151330"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 278ms
Mean size per request: 1014B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNTN9.Rq9s1WhMqfiBsHel3W-nmNPytpkw0fly2W5gCq9Zhm4
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Cache-Control no-cache
Postman-Token 957b2729-c310-4dcb-b37a-51867564a1fb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 27
Request Body
{"searchText":"JOB_170671"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1014
ETag W/"3f6-bcJahgxABP8Pa1vx3y7RFVi32j4"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:16 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":170671,"job_number":"JOB_170671","tr_customer_id":170688,"tr_customer_product_id":170678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:34:15.000Z","modified_at":"2026-01-29T14:34:15.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17757910031521","imei2":"17757910031521","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:34:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_151330' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgwNjQ1NDB9.xAo45FYitKXlHK3214kIeUWg2EO4TpdMB0ub-a0TenQ' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_151330
Response Information
Response Code: 200 - OK
Mean time per request: 295ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNTN9.Rq9s1WhMqfiBsHel3W-nmNPytpkw0fly2W5gCq9Zhm4
Connection keep-alive
Content-Length 0
Content-Type text/plain
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 118a31c3-ce64-4874-b812-03b6fd17eb6b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ddf7a90a-97c6-4569-8e74-3c323ce9dda0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{"username":"iamsup","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-CtXgR/2rQJXrcl65QjuWwYnX67M"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNTd9.d1ALlxGft1J_XjXVBjmHqCHrrHGVZdkS7DsNxR53AUU"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNTd9.d1ALlxGft1J_XjXVBjmHqCHrrHGVZdkS7DsNxR53AUU
Connection keep-alive
If-None-Match W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ee786a40-d774-4473-afc5-faa36d4838e4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:17 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f2-c13JZaMe1DjPAjwqciA/I1tIi4k"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 335ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNTd9.d1ALlxGft1J_XjXVBjmHqCHrrHGVZdkS7DsNxR53AUU
Connection keep-alive
If-None-Match W/"f2-c13JZaMe1DjPAjwqciA/I1tIi4k"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b8c78788-bd32-4d50-b118-a9ffd9628621
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-5ZDSB7iJcjfyTlkgYo2MeIFRPSc"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":575},{"label":"Pending for repair","key":"pending_for_repair","count":3},{"label":"Pending for delivery","key":"pending_for_delivery","count":1}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 331ms
Mean size per request: 558.76KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNTd9.d1ALlxGft1J_XjXVBjmHqCHrrHGVZdkS7DsNxR53AUU
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b9f9158a-c6d7-4a6b-bf8c-4e1c33cf22ec
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"8bb06-q4VnfP8EsKivvCwm1ZjuqLLANGA"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 29 Jan 2026 14:34:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":169856,"job_number":"JOB_169856","tr_customer_id":169873,"tr_customer_product_id":169863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T23:45:49.000Z","modified_at":"2026-01-28T23:45:49.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-18","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-18T23:45:48.998308266Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T23:45:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169858,"job_number":"JOB_169858","tr_customer_id":169875,"tr_customer_product_id":169865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T23:48:19.000Z","modified_at":"2026-01-28T23:48:19.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-18","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-18T23:48:18.916903686Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T23:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169860,"job_number":"JOB_169860","tr_customer_id":169877,"tr_customer_product_id":169867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:17:20.000Z","modified_at":"2026-01-29T01:17:20.000Z","name":"Trilochana Gill","mobile_number":"7092945714","email_id":"dev.ganaka@yahoo.co.in","dop":"2026-01-19","serial_number":"483237302467988","imei1":"483237302467988","imei2":"483237302467988","popurl":"www.rageswari-bhattathiri.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T01:17:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169862,"job_number":"JOB_169862","tr_customer_id":169879,"tr_customer_product_id":169869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:18:00.000Z","modified_at":"2026-01-29T01:18:00.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-19","serial_number":"78925764368475","imei1":"78925764368475","imei2":"78925764368475","popurl":"2026-01-19T01:18:00.226792700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T01:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169863,"job_number":"JOB_169863","tr_customer_id":169880,"tr_customer_product_id":169870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:51:47.000Z","modified_at":"2026-01-29T01:51:47.000Z","name":"Bhooshit Ahluwalia","mobile_number":"7068428475","email_id":"bakula.arora@hotmail.com","dop":"2026-01-19","serial_number":"295825705730767","imei1":"295825705730767","imei2":"295825705730767","popurl":"www.sanjay-dutta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T01:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169868,"job_number":"JOB_169868","tr_customer_id":169885,"tr_customer_product_id":169875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:24:56.000Z","modified_at":"2026-01-29T03:24:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11745469378024","imei1":"11745469378024","imei2":"11745469378024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:24:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169870,"job_number":"JOB_169870","tr_customer_id":169887,"tr_customer_product_id":169877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:24:58.000Z","modified_at":"2026-01-29T03:24:58.000Z","name":"Fatima Cummerata","mobile_number":"876-508-4980","email_id":"Maryse25@gmail.com","dop":"2025-04-06","serial_number":"15477188232281228","imei1":"15477188232281228","imei2":"15477188232281228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:24:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169871,"job_number":"JOB_169871","tr_customer_id":169888,"tr_customer_product_id":169878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:25:39.000Z","modified_at":"2026-01-29T03:25:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11809280576004","imei1":"11809280576004","imei2":"11809280576004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:25:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169873,"job_number":"JOB_169873","tr_customer_id":169890,"tr_customer_product_id":169880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:25:40.000Z","modified_at":"2026-01-29T03:25:40.000Z","name":"Mittie Balistreri","mobile_number":"618-238-8878","email_id":"Shakira15@gmail.com","dop":"2025-04-06","serial_number":"14916434383650400","imei1":"14916434383650400","imei2":"14916434383650400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:25:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169874,"job_number":"JOB_169874","tr_customer_id":169891,"tr_customer_product_id":169881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:26:21.000Z","modified_at":"2026-01-29T03:26:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10673562968699","imei1":"10673562968699","imei2":"10673562968699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169876,"job_number":"JOB_169876","tr_customer_id":169893,"tr_customer_product_id":169883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:26:23.000Z","modified_at":"2026-01-29T03:26:23.000Z","name":"Mercedes Mosciski","mobile_number":"923-418-2490","email_id":"Carrie_Bogisich@hotmail.com","dop":"2025-04-06","serial_number":"13521082425397300","imei1":"13521082425397300","imei2":"13521082425397300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169877,"job_number":"JOB_169877","tr_customer_id":169894,"tr_customer_product_id":169884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:13:59.000Z","modified_at":"2026-01-29T04:13:59.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2026-01-19","serial_number":"13511700420678","imei1":"13511700420678","imei2":"13511700420678","popurl":"2026-01-19T04:13:56.241282Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:13:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169880,"job_number":"JOB_169880","tr_customer_id":169897,"tr_customer_product_id":169887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:03.000Z","modified_at":"2026-01-29T04:16:03.000Z","name":"Marjory Prosacco","mobile_number":"699-267-2209","email_id":"Zula39@gmail.com","dop":"2025-04-06","serial_number":"16395387356944346","imei1":"16395387356944346","imei2":"16395387356944346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169881,"job_number":"JOB_169881","tr_customer_id":169898,"tr_customer_product_id":169888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:04.000Z","modified_at":"2026-01-29T04:16:04.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"12070682964530","imei1":"12070682964530","imei2":"12070682964530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169883,"job_number":"JOB_169883","tr_customer_id":169900,"tr_customer_product_id":169890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:06.000Z","modified_at":"2026-01-29T04:16:06.000Z","name":"Madelynn Waelchi","mobile_number":"699-759-6036","email_id":"Max_Muller@yahoo.com","dop":"2025-04-06","serial_number":"13740624223962302","imei1":"13740624223962302","imei2":"13740624223962302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169885,"job_number":"JOB_169885","tr_customer_id":169902,"tr_customer_product_id":169892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:09.000Z","modified_at":"2026-01-29T04:16:09.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10561216161403","imei1":"10561216161403","imei2":"10561216161403","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169887,"job_number":"JOB_169887","tr_customer_id":169904,"tr_customer_product_id":169894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:10.000Z","modified_at":"2026-01-29T04:16:10.000Z","name":"Minnie Streich","mobile_number":"683-999-8265","email_id":"Donavon48@gmail.com","dop":"2025-06-18","serial_number":"1012382214566289","imei1":"1012382214566289","imei2":"1012382214566289","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169889,"job_number":"JOB_169889","tr_customer_id":169906,"tr_customer_product_id":169896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:12.000Z","modified_at":"2026-01-29T04:16:12.000Z","name":"Rupert Cronin","mobile_number":"620-842-1122","email_id":"Wilson_Gutkowski13@yahoo.com","dop":"2025-04-06","serial_number":"11997571758332780","imei1":"11997571758332780","imei2":"11997571758332780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169892,"job_number":"JOB_169892","tr_customer_id":169909,"tr_customer_product_id":169899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:21.000Z","modified_at":"2026-01-29T04:16:21.000Z","name":"Eleonore Nitzsche","mobile_number":"398-329-9801","email_id":"Angelica_Weissnat@gmail.com","dop":"2025-04-06","serial_number":"12749404775768988","imei1":"12749404775768988","imei2":"12749404775768988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169893,"job_number":"JOB_169893","tr_customer_id":169910,"tr_customer_product_id":169900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:23.000Z","modified_at":"2026-01-29T04:16:23.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12923627457681","imei1":"12923627457681","imei2":"12923627457681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169896,"job_number":"JOB_169896","tr_customer_id":169913,"tr_customer_product_id":169903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:24.000Z","modified_at":"2026-01-29T04:16:24.000Z","name":"Karl Abbott","mobile_number":"703-729-7463","email_id":"Emilio79@hotmail.com","dop":"2025-04-06","serial_number":"14506814694084636","imei1":"14506814694084636","imei2":"14506814694084636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169897,"job_number":"JOB_169897","tr_customer_id":169914,"tr_customer_product_id":169904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:25.000Z","modified_at":"2026-01-29T04:16:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14289345962544","imei1":"14289345962544","imei2":"14289345962544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169899,"job_number":"JOB_169899","tr_customer_id":169916,"tr_customer_product_id":169906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:25.000Z","modified_at":"2026-01-29T04:16:25.000Z","name":"Jayde Glover","mobile_number":"634-373-0219","email_id":"Jarred.Feil17@hotmail.com","dop":"2025-04-06","serial_number":"15932062647888252","imei1":"15932062647888252","imei2":"15932062647888252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169900,"job_number":"JOB_169900","tr_customer_id":169917,"tr_customer_product_id":169907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:26.000Z","modified_at":"2026-01-29T04:16:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16898380037762","imei1":"16898380037762","imei2":"16898380037762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169902,"job_number":"JOB_169902","tr_customer_id":169919,"tr_customer_product_id":169909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:26.000Z","modified_at":"2026-01-29T04:16:26.000Z","name":"Lois Marks","mobile_number":"764-967-8562","email_id":"Carlie.Schumm@yahoo.com","dop":"2025-04-06","serial_number":"14440004652815754","imei1":"14440004652815754","imei2":"14440004652815754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169903,"job_number":"JOB_169903","tr_customer_id":169920,"tr_customer_product_id":169910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:28.000Z","modified_at":"2026-01-29T04:16:28.000Z","name":"Elijah Walter","mobile_number":"476-770-1837","email_id":"Fernando.Kirlin26@gmail.com","dop":"2025-04-06","serial_number":"11410915776276976","imei1":"11410915776276976","imei2":"11410915776276976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169904,"job_number":"JOB_169904","tr_customer_id":169921,"tr_customer_product_id":169911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:30.000Z","modified_at":"2026-01-29T04:16:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11673376810277","imei1":"11673376810277","imei2":"11673376810277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169907,"job_number":"JOB_169907","tr_customer_id":169924,"tr_customer_product_id":169914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:32.000Z","modified_at":"2026-01-29T04:16:32.000Z","name":"Demetrius D'Amore","mobile_number":"362-947-9683","email_id":"Perry_Kozey17@yahoo.com","dop":"2025-04-06","serial_number":"11484159943619490","imei1":"11484159943619490","imei2":"11484159943619490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169909,"job_number":"JOB_169909","tr_customer_id":169926,"tr_customer_product_id":169916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:34.000Z","modified_at":"2026-01-29T04:16:34.000Z","name":"Sarai Friesen","mobile_number":"719-677-8126","email_id":"Calista59@yahoo.com","dop":"2025-04-06","serial_number":"14026021872485694","imei1":"14026021872485694","imei2":"14026021872485694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169910,"job_number":"JOB_169910","tr_customer_id":169927,"tr_customer_product_id":169917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:34.000Z","modified_at":"2026-01-29T04:16:34.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14302233343511","imei1":"14302233343511","imei2":"14302233343511","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169914,"job_number":"JOB_169914","tr_customer_id":169931,"tr_customer_product_id":169921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"101462564205490","imei1":"101462564205490","imei2":"101462564205490","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169915,"job_number":"JOB_169915","tr_customer_id":169932,"tr_customer_product_id":169922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12803020310911","imei2":"12803020310911","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169916,"job_number":"JOB_169916","tr_customer_id":169933,"tr_customer_product_id":169923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Sydni Senger","mobile_number":"869-282-7747","email_id":"Maci_Gerlach59@hotmail.com","dop":"2025-04-06","serial_number":"18415754176926830","imei1":"18415754176926830","imei2":"18415754176926830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169919,"job_number":"JOB_169919","tr_customer_id":169936,"tr_customer_product_id":169926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:46.000Z","modified_at":"2026-01-29T04:16:46.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"15782736781614","imei1":"15782736781614","imei2":"15782736781614","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169921,"job_number":"JOB_169921","tr_customer_id":169938,"tr_customer_product_id":169928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:47.000Z","modified_at":"2026-01-29T04:16:47.000Z","name":"Ressie Bergnaum","mobile_number":"415-766-0961","email_id":"Hosea_Schneider69@gmail.com","dop":"2025-04-06","serial_number":"10877755317220514","imei1":"10877755317220514","imei2":"10877755317220514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169922,"job_number":"JOB_169922","tr_customer_id":169939,"tr_customer_product_id":169929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:50.000Z","modified_at":"2026-01-29T04:16:50.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16399240615138","imei2":"16399240615138","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169924,"job_number":"JOB_169924","tr_customer_id":169941,"tr_customer_product_id":169931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:50.000Z","modified_at":"2026-01-29T04:16:50.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10073147389813","imei1":"10073147389813","imei2":"10073147389813","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169926,"job_number":"JOB_169926","tr_customer_id":169943,"tr_customer_product_id":169933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:51.000Z","modified_at":"2026-01-29T04:16:51.000Z","name":"Friedrich Conroy","mobile_number":"889-488-0858","email_id":"Zachary_Sporer@yahoo.com","dop":"2025-06-18","serial_number":"1067788577784827","imei1":"1067788577784827","imei2":"1067788577784827","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169929,"job_number":"JOB_169929","tr_customer_id":169946,"tr_customer_product_id":169936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:03.000Z","modified_at":"2026-01-29T04:17:03.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19276057056292","imei2":"19276057056292","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169931,"job_number":"JOB_169931","tr_customer_id":169948,"tr_customer_product_id":169938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:05.000Z","modified_at":"2026-01-29T04:17:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12472772312416","imei1":"12472772312416","imei2":"12472772312416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169933,"job_number":"JOB_169933","tr_customer_id":169950,"tr_customer_product_id":169940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:07.000Z","modified_at":"2026-01-29T04:17:07.000Z","name":"Raphael Collins","mobile_number":"936-970-6712","email_id":"Rebekah.Kuhlman16@gmail.com","dop":"2025-04-06","serial_number":"13216219847530868","imei1":"13216219847530868","imei2":"13216219847530868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169934,"job_number":"JOB_169934","tr_customer_id":169951,"tr_customer_product_id":169941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11438072933999","imei1":"11438072933999","imei2":"11438072933999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169935,"job_number":"JOB_169935","tr_customer_id":169952,"tr_customer_product_id":169942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18182378173943","imei1":"18182378173943","imei2":"18182378173943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169938,"job_number":"JOB_169938","tr_customer_id":169955,"tr_customer_product_id":169945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19878340438041","imei1":"19878340438041","imei2":"19878340438041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169940,"job_number":"JOB_169940","tr_customer_id":169957,"tr_customer_product_id":169947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:14.000Z","modified_at":"2026-01-29T04:17:14.000Z","name":"Tomas Jones","mobile_number":"963-869-7612","email_id":"Dean.Predovic67@hotmail.com","dop":"2025-04-06","serial_number":"11853819722048202","imei1":"11853819722048202","imei2":"11853819722048202","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169941,"job_number":"JOB_169941","tr_customer_id":169958,"tr_customer_product_id":169948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:14.000Z","modified_at":"2026-01-29T04:17:14.000Z","name":"Hayley Rice","mobile_number":"402-654-1383","email_id":"Rogers.Gutkowski@gmail.com","dop":"2025-04-06","serial_number":"16407734138657324","imei1":"16407734138657324","imei2":"16407734138657324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169942,"job_number":"JOB_169942","tr_customer_id":169959,"tr_customer_product_id":169949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:15.000Z","modified_at":"2026-01-29T04:17:15.000Z","name":"Christina Fisher","mobile_number":"233-337-6786","email_id":"Genesis15@hotmail.com","dop":"2025-04-06","serial_number":"10851852586991604","imei1":"10851852586991604","imei2":"10851852586991604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169943,"job_number":"JOB_169943","tr_customer_id":169960,"tr_customer_product_id":169950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:17.000Z","modified_at":"2026-01-29T04:17:17.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18269688819306","imei1":"18269688819306","imei2":"18269688819306","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169945,"job_number":"JOB_169945","tr_customer_id":169962,"tr_customer_product_id":169952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:18.000Z","modified_at":"2026-01-29T04:17:18.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"29473598651057","imei1":"29473598651057","imei2":"29473598651057","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169946,"job_number":"JOB_169946","tr_customer_id":169963,"tr_customer_product_id":169953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:22.000Z","modified_at":"2026-01-29T04:17:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11636781794539","imei1":"11636781794539","imei2":"11636781794539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169948,"job_number":"JOB_169948","tr_customer_id":169965,"tr_customer_product_id":169955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:24.000Z","modified_at":"2026-01-29T04:17:24.000Z","name":"Johnson Cartwright","mobile_number":"293-616-5525","email_id":"Lauren90@hotmail.com","dop":"2025-04-06","serial_number":"12137245612803680","imei1":"12137245612803680","imei2":"12137245612803680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169949,"job_number":"JOB_169949","tr_customer_id":169966,"tr_customer_product_id":169956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:27.000Z","modified_at":"2026-01-29T04:17:27.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13938280362099","imei1":"13938280362099","imei2":"13938280362099","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169951,"job_number":"JOB_169951","tr_customer_id":169968,"tr_customer_product_id":169958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:28.000Z","modified_at":"2026-01-29T04:17:28.000Z","name":"Blanca Murazik","mobile_number":"287-201-7312","email_id":"Jennings10@gmail.com","dop":"2025-04-06","serial_number":"11241529073060320","imei1":"11241529073060320","imei2":"11241529073060320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169952,"job_number":"JOB_169952","tr_customer_id":169969,"tr_customer_product_id":169959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:17:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13991298792295","imei1":"13991298792295","imei2":"13991298792295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169954,"job_number":"JOB_169954","tr_customer_id":169971,"tr_customer_product_id":169961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:17:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13135699846297","imei1":"13135699846297","imei2":"13135699846297","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169959,"job_number":"JOB_169959","tr_customer_id":169976,"tr_customer_product_id":169966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:17:46.000Z","name":"Fanny Shields","mobile_number":"938-931-7489","email_id":"Kristoffer_Considine6@hotmail.com","dop":"2025-04-06","serial_number":"13996429550028526","imei1":"13996429550028526","imei2":"13996429550028526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169961,"job_number":"JOB_169961","tr_customer_id":169978,"tr_customer_product_id":169968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Tommie Sauer","mobile_number":"682-387-7272","email_id":"Emiliano76@hotmail.com","dop":"2025-04-06","serial_number":"16683896035858156","imei1":"16683896035858156","imei2":"16683896035858156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169964,"job_number":"JOB_169964","tr_customer_id":169981,"tr_customer_product_id":169971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16489268563937","imei1":"16489268563937","imei2":"16489268563937","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169968,"job_number":"JOB_169968","tr_customer_id":169985,"tr_customer_product_id":169975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:49.000Z","modified_at":"2026-01-29T04:17:49.000Z","name":"Ebony Parisian","mobile_number":"895-882-8668","email_id":"Sedrick41@yahoo.com","dop":"2025-04-06","serial_number":"17429089838740596","imei1":"17429089838740596","imei2":"17429089838740596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169969,"job_number":"JOB_169969","tr_customer_id":169986,"tr_customer_product_id":169976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:51.000Z","modified_at":"2026-01-29T04:17:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12070621903777","imei1":"12070621903777","imei2":"12070621903777","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169971,"job_number":"JOB_169971","tr_customer_id":169988,"tr_customer_product_id":169978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:53.000Z","modified_at":"2026-01-29T04:17:53.000Z","name":"Derrick Terry","mobile_number":"688-773-2017","email_id":"Percival87@yahoo.com","dop":"2025-04-06","serial_number":"18769623652511530","imei1":"18769623652511530","imei2":"18769623652511530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169973,"job_number":"JOB_169973","tr_customer_id":169990,"tr_customer_product_id":169980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:55.000Z","modified_at":"2026-01-29T04:17:55.000Z","name":"Maud Willms","mobile_number":"531-916-9431","email_id":"Brett.Hessel@gmail.com","dop":"2025-05-30","serial_number":"19047804443738","imei1":"19047804443738","imei2":"19047804443738","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169974,"job_number":"JOB_169974","tr_customer_id":169991,"tr_customer_product_id":169981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:17:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13438763165786","imei1":"13438763165786","imei2":"13438763165786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169977,"job_number":"JOB_169977","tr_customer_id":169994,"tr_customer_product_id":169984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:17:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17560182260872","imei1":"17560182260872","imei2":"17560182260872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169978,"job_number":"JOB_169978","tr_customer_id":169995,"tr_customer_product_id":169985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:17:57.000Z","name":"Jeramie Borer","mobile_number":"717-444-2614","email_id":"Valentin53@hotmail.com","dop":"2025-05-30","serial_number":"1366895474168729","imei1":"1366895474168729","imei2":"1366895474168729","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169981,"job_number":"JOB_169981","tr_customer_id":169998,"tr_customer_product_id":169988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:17:57.000Z","name":"Roscoe Wolf","mobile_number":"586-961-2040","email_id":"Freddy26@hotmail.com","dop":"2025-04-06","serial_number":"11243190297393252","imei1":"11243190297393252","imei2":"11243190297393252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169982,"job_number":"JOB_169982","tr_customer_id":169999,"tr_customer_product_id":169989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:58.000Z","modified_at":"2026-01-29T04:17:58.000Z","name":"Isabell Stroman","mobile_number":"412-452-2381","email_id":"Anya_Orn@hotmail.com","dop":"2025-04-06","serial_number":"13127050337010392","imei1":"13127050337010392","imei2":"13127050337010392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169983,"job_number":"JOB_169983","tr_customer_id":170000,"tr_customer_product_id":169990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:58.000Z","modified_at":"2026-01-29T04:17:58.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15240351894540","imei1":"15240351894540","imei2":"15240351894540","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169986,"job_number":"JOB_169986","tr_customer_id":170003,"tr_customer_product_id":169993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:17:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15199399382074","imei1":"15199399382074","imei2":"15199399382074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169991,"job_number":"JOB_169991","tr_customer_id":170008,"tr_customer_product_id":169998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10873400051463","imei1":"10873400051463","imei2":"10873400051463","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169992,"job_number":"JOB_169992","tr_customer_id":170009,"tr_customer_product_id":169999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13676563880234","imei1":"13676563880234","imei2":"13676563880234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169993,"job_number":"JOB_169993","tr_customer_id":170010,"tr_customer_product_id":170000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"28764031525642","imei1":"28764031525642","imei2":"28764031525642","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169995,"job_number":"JOB_169995","tr_customer_id":170012,"tr_customer_product_id":170002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:01.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"13651484288758","imei1":"13651484288758","imei2":"13651484288758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169997,"job_number":"JOB_169997","tr_customer_id":170014,"tr_customer_product_id":170004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:01.000Z","modified_at":"2026-01-29T04:18:01.000Z","name":"Donnie Rippin","mobile_number":"751-369-7144","email_id":"Moshe_Wisoky@yahoo.com","dop":"2025-04-06","serial_number":"17941153908569654","imei1":"17941153908569654","imei2":"17941153908569654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169999,"job_number":"JOB_169999","tr_customer_id":170016,"tr_customer_product_id":170006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:02.000Z","modified_at":"2026-01-29T04:18:02.000Z","name":"Lucie Goyette","mobile_number":"484-258-5676","email_id":"Candelario.Kessler28@yahoo.com","dop":"2025-04-06","serial_number":"11748011688107488","imei1":"11748011688107488","imei2":"11748011688107488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170000,"job_number":"JOB_170000","tr_customer_id":170017,"tr_customer_product_id":170007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:02.000Z","modified_at":"2026-01-29T04:18:02.000Z","name":"Arno Auer","mobile_number":"772-468-7279","email_id":"Aniyah.Tillman@yahoo.com","dop":"2025-04-06","serial_number":"16702733351902096","imei1":"16702733351902096","imei2":"16702733351902096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170001,"job_number":"JOB_170001","tr_customer_id":170018,"tr_customer_product_id":170008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:02.000Z","modified_at":"2026-01-29T04:18:02.000Z","name":"Theresa Green","mobile_number":"897-805-8431","email_id":"Emmy25@gmail.com","dop":"2025-04-06","serial_number":"11137089850184800","imei1":"11137089850184800","imei2":"11137089850184800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170005,"job_number":"JOB_170005","tr_customer_id":170022,"tr_customer_product_id":170012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:11.000Z","modified_at":"2026-01-29T04:18:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11252590444425","imei1":"11252590444425","imei2":"11252590444425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170007,"job_number":"JOB_170007","tr_customer_id":170024,"tr_customer_product_id":170014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:12.000Z","modified_at":"2026-01-29T04:18:12.000Z","name":"Haleigh Glover","mobile_number":"652-273-9084","email_id":"Serenity.Paucek42@gmail.com","dop":"2025-04-06","serial_number":"13173861116338296","imei1":"13173861116338296","imei2":"13173861116338296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170013,"job_number":"JOB_170013","tr_customer_id":170030,"tr_customer_product_id":170020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:28.000Z","modified_at":"2026-01-29T04:18:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18166799809930","imei1":"18166799809930","imei2":"18166799809930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170017,"job_number":"JOB_170017","tr_customer_id":170034,"tr_customer_product_id":170024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:29.000Z","modified_at":"2026-01-29T04:18:29.000Z","name":"Isai Zboncak","mobile_number":"512-467-1207","email_id":"Malcolm.Durgan15@gmail.com","dop":"2025-04-06","serial_number":"19091436100148980","imei1":"19091436100148980","imei2":"19091436100148980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170018,"job_number":"JOB_170018","tr_customer_id":170035,"tr_customer_product_id":170025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:30.000Z","modified_at":"2026-01-29T04:18:30.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10333081235751","imei1":"10333081235751","imei2":"10333081235751","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170021,"job_number":"JOB_170021","tr_customer_id":170038,"tr_customer_product_id":170028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:31.000Z","modified_at":"2026-01-29T04:18:31.000Z","name":"Isai Reichel","mobile_number":"341-862-5299","email_id":"Alfonzo31@gmail.com","dop":"2025-04-06","serial_number":"12233201586587286","imei1":"12233201586587286","imei2":"12233201586587286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170025,"job_number":"JOB_170025","tr_customer_id":170042,"tr_customer_product_id":170032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:36.000Z","modified_at":"2026-01-29T04:18:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19567663308904","imei1":"19567663308904","imei2":"19567663308904","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170027,"job_number":"JOB_170027","tr_customer_id":170044,"tr_customer_product_id":170034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:37.000Z","modified_at":"2026-01-29T04:18:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18269106291722","imei1":"18269106291722","imei2":"18269106291722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170029,"job_number":"JOB_170029","tr_customer_id":170046,"tr_customer_product_id":170036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:38.000Z","modified_at":"2026-01-29T04:18:38.000Z","name":"Casandra Rowe","mobile_number":"434-701-1275","email_id":"Garrick79@gmail.com","dop":"2025-04-06","serial_number":"15486414409544662","imei1":"15486414409544662","imei2":"15486414409544662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170030,"job_number":"JOB_170030","tr_customer_id":170047,"tr_customer_product_id":170037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:39.000Z","modified_at":"2026-01-29T04:18:39.000Z","name":"Jesse Lindgren","mobile_number":"840-897-8086","email_id":"Gertrude_Feil@hotmail.com","dop":"2025-04-06","serial_number":"19863142606345120","imei1":"19863142606345120","imei2":"19863142606345120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170032,"job_number":"JOB_170032","tr_customer_id":170049,"tr_customer_product_id":170039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:43.000Z","modified_at":"2026-01-29T04:18:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16936680577744","imei1":"16936680577744","imei2":"16936680577744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170034,"job_number":"JOB_170034","tr_customer_id":170051,"tr_customer_product_id":170041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:44.000Z","modified_at":"2026-01-29T04:18:44.000Z","name":"Selmer Macejkovic","mobile_number":"353-579-4056","email_id":"Cassidy44@yahoo.com","dop":"2025-04-06","serial_number":"15208412121779964","imei1":"15208412121779964","imei2":"15208412121779964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170035,"job_number":"JOB_170035","tr_customer_id":170052,"tr_customer_product_id":170042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:46.000Z","modified_at":"2026-01-29T04:18:46.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"12048314724048","imei1":"12048314724048","imei2":"12048314724048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170037,"job_number":"JOB_170037","tr_customer_id":170054,"tr_customer_product_id":170044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:47.000Z","modified_at":"2026-01-29T04:18:47.000Z","name":"Otto Upton","mobile_number":"718-817-5286","email_id":"Nikita.Stehr40@hotmail.com","dop":"2025-04-06","serial_number":"12402780473306932","imei1":"12402780473306932","imei2":"12402780473306932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170038,"job_number":"JOB_170038","tr_customer_id":170055,"tr_customer_product_id":170045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:59.000Z","modified_at":"2026-01-29T04:18:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13136422782999","imei1":"13136422782999","imei2":"13136422782999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170040,"job_number":"JOB_170040","tr_customer_id":170057,"tr_customer_product_id":170047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:01.000Z","modified_at":"2026-01-29T04:19:01.000Z","name":"Dulce Turcotte","mobile_number":"627-644-7517","email_id":"Meredith_Mosciski97@gmail.com","dop":"2025-04-06","serial_number":"11308045440720300","imei1":"11308045440720300","imei2":"11308045440720300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170041,"job_number":"JOB_170041","tr_customer_id":170058,"tr_customer_product_id":170048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:10.000Z","modified_at":"2026-01-29T04:19:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12346224454851","imei1":"12346224454851","imei2":"12346224454851","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170044,"job_number":"JOB_170044","tr_customer_id":170061,"tr_customer_product_id":170051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:11.000Z","modified_at":"2026-01-29T04:19:11.000Z","name":"Delta Dare","mobile_number":"971-424-5135","email_id":"Kara23@hotmail.com","dop":"2025-04-06","serial_number":"13717379560690216","imei1":"13717379560690216","imei2":"13717379560690216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170047,"job_number":"JOB_170047","tr_customer_id":170064,"tr_customer_product_id":170054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:14.000Z","modified_at":"2026-01-29T04:19:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11163741540531","imei1":"11163741540531","imei2":"11163741540531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170049,"job_number":"JOB_170049","tr_customer_id":170066,"tr_customer_product_id":170056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:16.000Z","modified_at":"2026-01-29T04:19:16.000Z","name":"Carlotta Ward","mobile_number":"352-533-4840","email_id":"Lessie_Tillman@gmail.com","dop":"2025-04-06","serial_number":"14248802048586536","imei1":"14248802048586536","imei2":"14248802048586536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170050,"job_number":"JOB_170050","tr_customer_id":170067,"tr_customer_product_id":170057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:18.000Z","modified_at":"2026-01-29T04:19:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19293730852996","imei1":"19293730852996","imei2":"19293730852996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170052,"job_number":"JOB_170052","tr_customer_id":170069,"tr_customer_product_id":170059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:19.000Z","modified_at":"2026-01-29T04:19:19.000Z","name":"Brain Lang","mobile_number":"594-849-9001","email_id":"Anabel.Botsford@gmail.com","dop":"2025-04-06","serial_number":"13596958877133660","imei1":"13596958877133660","imei2":"13596958877133660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170053,"job_number":"JOB_170053","tr_customer_id":170070,"tr_customer_product_id":170060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:20.000Z","modified_at":"2026-01-29T04:19:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16570668237798","imei1":"16570668237798","imei2":"16570668237798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170055,"job_number":"JOB_170055","tr_customer_id":170072,"tr_customer_product_id":170062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:21.000Z","modified_at":"2026-01-29T04:19:21.000Z","name":"Tyler Witting","mobile_number":"919-947-9150","email_id":"Maryam16@hotmail.com","dop":"2025-04-06","serial_number":"18160876903515956","imei1":"18160876903515956","imei2":"18160876903515956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170056,"job_number":"JOB_170056","tr_customer_id":170073,"tr_customer_product_id":170063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:25.000Z","modified_at":"2026-01-29T04:19:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19335030462768","imei1":"19335030462768","imei2":"19335030462768","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170058,"job_number":"JOB_170058","tr_customer_id":170075,"tr_customer_product_id":170065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:27.000Z","modified_at":"2026-01-29T04:19:27.000Z","name":"Jamarcus Schmitt","mobile_number":"413-229-5689","email_id":"Imelda_Bednar38@hotmail.com","dop":"2025-04-06","serial_number":"15619569772936880","imei1":"15619569772936880","imei2":"15619569772936880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170062,"job_number":"JOB_170062","tr_customer_id":170079,"tr_customer_product_id":170069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:20:43.000Z","modified_at":"2026-01-29T04:20:43.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"preethi.sathya@gmail.com","dop":"2025-12-09","serial_number":"10605741295101","imei1":"10605741295101","imei2":"10605741295101","popurl":"2025-12-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170063,"job_number":"JOB_170063","tr_customer_id":170080,"tr_customer_product_id":170070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:39.000Z","modified_at":"2026-01-29T04:23:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61742922570869","imei1":"61742922570869","imei2":"61742922570869","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170064,"job_number":"JOB_170064","tr_customer_id":170081,"tr_customer_product_id":170071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:39.000Z","modified_at":"2026-01-29T04:23:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93056327496200","imei1":"93056327496200","imei2":"93056327496200","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170065,"job_number":"JOB_170065","tr_customer_id":170082,"tr_customer_product_id":170072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:40.000Z","modified_at":"2026-01-29T04:23:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93791321431375","imei1":"93791321431375","imei2":"93791321431375","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170066,"job_number":"JOB_170066","tr_customer_id":170083,"tr_customer_product_id":170073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:40.000Z","modified_at":"2026-01-29T04:23:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31270802365495","imei1":"31270802365495","imei2":"31270802365495","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170067,"job_number":"JOB_170067","tr_customer_id":170084,"tr_customer_product_id":170074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:40.000Z","modified_at":"2026-01-29T04:23:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92767950644837","imei1":"92767950644837","imei2":"92767950644837","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170068,"job_number":"JOB_170068","tr_customer_id":170085,"tr_customer_product_id":170075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:41.000Z","modified_at":"2026-01-29T04:23:41.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18229715259307","imei1":"18229715259307","imei2":"18229715259307","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170070,"job_number":"JOB_170070","tr_customer_id":170087,"tr_customer_product_id":170077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:12.000Z","modified_at":"2026-01-29T04:24:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97460499699716","imei1":"97460499699716","imei2":"97460499699716","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170071,"job_number":"JOB_170071","tr_customer_id":170088,"tr_customer_product_id":170078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:12.000Z","modified_at":"2026-01-29T04:24:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28724397917824","imei1":"28724397917824","imei2":"28724397917824","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170072,"job_number":"JOB_170072","tr_customer_id":170089,"tr_customer_product_id":170079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:12.000Z","modified_at":"2026-01-29T04:24:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12208933587131","imei1":"12208933587131","imei2":"12208933587131","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170073,"job_number":"JOB_170073","tr_customer_id":170090,"tr_customer_product_id":170080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"89557250189927","imei1":"89557250189927","imei2":"89557250189927","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170074,"job_number":"JOB_170074","tr_customer_id":170091,"tr_customer_product_id":170081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14826939783532","imei1":"14826939783532","imei2":"14826939783532","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170075,"job_number":"JOB_170075","tr_customer_id":170092,"tr_customer_product_id":170082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54338572207443","imei1":"54338572207443","imei2":"54338572207443","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170077,"job_number":"JOB_170077","tr_customer_id":170094,"tr_customer_product_id":170084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:44.000Z","modified_at":"2026-01-29T04:24:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59504424488692","imei1":"59504424488692","imei2":"59504424488692","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170078,"job_number":"JOB_170078","tr_customer_id":170095,"tr_customer_product_id":170085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:44.000Z","modified_at":"2026-01-29T04:24:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90655526949378","imei1":"90655526949378","imei2":"90655526949378","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170079,"job_number":"JOB_170079","tr_customer_id":170096,"tr_customer_product_id":170086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:44.000Z","modified_at":"2026-01-29T04:24:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"98417105285089","imei1":"98417105285089","imei2":"98417105285089","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170080,"job_number":"JOB_170080","tr_customer_id":170097,"tr_customer_product_id":170087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:45.000Z","modified_at":"2026-01-29T04:24:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39263213036163","imei1":"39263213036163","imei2":"39263213036163","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170081,"job_number":"JOB_170081","tr_customer_id":170098,"tr_customer_product_id":170088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:45.000Z","modified_at":"2026-01-29T04:24:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31823070311431","imei1":"31823070311431","imei2":"31823070311431","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170082,"job_number":"JOB_170082","tr_customer_id":170099,"tr_customer_product_id":170089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:45.000Z","modified_at":"2026-01-29T04:24:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38705468704814","imei1":"38705468704814","imei2":"38705468704814","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170086,"job_number":"JOB_170086","tr_customer_id":170103,"tr_customer_product_id":170093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:03:19.000Z","modified_at":"2026-01-29T05:03:19.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-19","serial_number":"26203262889575","imei1":"26203262889575","imei2":"26203262889575","popurl":"2026-01-19T05:03:18.686727126Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:03:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170087,"job_number":"JOB_170087","tr_customer_id":170104,"tr_customer_product_id":170094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:03:47.000Z","modified_at":"2026-01-29T05:03:47.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-19","serial_number":"27106990847514","imei1":"27106990847514","imei2":"27106990847514","popurl":"2026-01-19T05:03:47.346258629Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:03:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170088,"job_number":"JOB_170088","tr_customer_id":170105,"tr_customer_product_id":170095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:08:53.000Z","modified_at":"2026-01-29T05:08:53.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101397703177975","imei1":"101397703177975","imei2":"101397703177975","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:08:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170090,"job_number":"JOB_170090","tr_customer_id":170107,"tr_customer_product_id":170097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:09:04.000Z","modified_at":"2026-01-29T05:09:04.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103500580065617","imei1":"103500580065617","imei2":"103500580065617","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:09:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170092,"job_number":"JOB_170092","tr_customer_id":170109,"tr_customer_product_id":170099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:15:14.000Z","modified_at":"2026-01-29T05:15:14.000Z","name":"Acharyanandana Chaturvedi","mobile_number":"7002014268","email_id":"subhasini.khanna@yahoo.co.in","dop":"2026-01-19","serial_number":"127061244556375","imei1":"127061244556375","imei2":"127061244556375","popurl":"www.shashikala-kocchar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:15:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170094,"job_number":"JOB_170094","tr_customer_id":170111,"tr_customer_product_id":170101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:08.000Z","modified_at":"2026-01-29T05:27:08.000Z","name":"Erwin Beahan","mobile_number":"398-315-6549","email_id":"Lenora.Walker@hotmail.com","dop":"2025-04-06","serial_number":"10263264556686756","imei1":"10263264556686756","imei2":"10263264556686756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170096,"job_number":"JOB_170096","tr_customer_id":170113,"tr_customer_product_id":170103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:31.000Z","modified_at":"2026-01-29T05:27:31.000Z","name":"Theodore Marvin","mobile_number":"270-774-0335","email_id":"Jan.Hoppe9@gmail.com","dop":"2025-04-06","serial_number":"12346774641211792","imei1":"12346774641211792","imei2":"12346774641211792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170097,"job_number":"JOB_170097","tr_customer_id":170114,"tr_customer_product_id":170104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:29:32.000Z","modified_at":"2026-01-29T05:29:32.000Z","name":"Maryetta Boehm","mobile_number":"7017800939","email_id":"lizzette.mckenzie@gmail.com","dop":"2026-01-19","serial_number":"466775417237750","imei1":"579050702278771","imei2":"854786880215774","popurl":"www.marget-hickle.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170099,"job_number":"JOB_170099","tr_customer_id":170116,"tr_customer_product_id":170106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:31:49.000Z","modified_at":"2026-01-29T05:31:49.000Z","name":"Maybelle Jaskolski","mobile_number":"632-851-4534","email_id":"Wayne.Predovic@gmail.com","dop":"2025-04-06","serial_number":"11225324344334598","imei1":"11225324344334598","imei2":"11225324344334598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:31:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170101,"job_number":"JOB_170101","tr_customer_id":170118,"tr_customer_product_id":170108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:32:35.000Z","modified_at":"2026-01-29T05:32:35.000Z","name":"Everett Wolff","mobile_number":"522-392-2016","email_id":"Esmeralda.Schmidt99@hotmail.com","dop":"2025-04-06","serial_number":"17752045343165536","imei1":"17752045343165536","imei2":"17752045343165536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:32:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170103,"job_number":"JOB_170103","tr_customer_id":170120,"tr_customer_product_id":170110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:33:21.000Z","modified_at":"2026-01-29T05:33:21.000Z","name":"Scottie Morar","mobile_number":"986-546-3563","email_id":"Deion31@gmail.com","dop":"2025-04-06","serial_number":"10214013136574962","imei1":"10214013136574962","imei2":"10214013136574962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:33:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170104,"job_number":"JOB_170104","tr_customer_id":170121,"tr_customer_product_id":170111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Shemeka Konopelski","mobile_number":"7068432392","email_id":"ben.ortiz@hotmail.com","dop":"2026-01-19","serial_number":"111939494622416","imei1":"588506820130283","imei2":"876477157204946","popurl":"www.belinda-tillman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170105,"job_number":"JOB_170105","tr_customer_id":170123,"tr_customer_product_id":170113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Vance Conn","mobile_number":"7078935003","email_id":"dorine.deckow@gmail.com","dop":"2026-01-19","serial_number":"824141496680211","imei1":"435551315720134","imei2":"306772142899246","popurl":"www.yesenia-moen.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170107,"job_number":"JOB_170107","tr_customer_id":170124,"tr_customer_product_id":170114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Florida Mann","mobile_number":"7031155873","email_id":"hung.durgan@gmail.com","dop":"2026-01-19","serial_number":"263981510145910","imei1":"430492554064491","imei2":"520899703820156","popurl":"www.stephanie-langworth.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170108,"job_number":"JOB_170108","tr_customer_id":170125,"tr_customer_product_id":170115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Jake Ferry","mobile_number":"7040877155","email_id":"marivel.stracke@yahoo.com","dop":"2026-01-19","serial_number":"807523303177321","imei1":"395308237474740","imei2":"439663713664202","popurl":"www.alisia-casper.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170109,"job_number":"JOB_170109","tr_customer_id":170126,"tr_customer_product_id":170116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Jamie Lesch","mobile_number":"7007295861","email_id":"britt.oberbrunner@gmail.com","dop":"2026-01-19","serial_number":"942390214270973","imei1":"355491507732615","imei2":"294603664991773","popurl":"www.ryan-flatley.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170110,"job_number":"JOB_170110","tr_customer_id":170127,"tr_customer_product_id":170117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Josiah Murray","mobile_number":"7015463645","email_id":"pat.sporer@hotmail.com","dop":"2026-01-19","serial_number":"916771939383097","imei1":"044050186125616","imei2":"403864503743931","popurl":"www.socorro-heaney.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170111,"job_number":"JOB_170111","tr_customer_id":170128,"tr_customer_product_id":170118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Marhta Gutmann","mobile_number":"7084825500","email_id":"cory.stark@yahoo.com","dop":"2026-01-19","serial_number":"159506114992362","imei1":"996490114489996","imei2":"075194986131691","popurl":"www.deadra-torp.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170113,"job_number":"JOB_170113","tr_customer_id":170130,"tr_customer_product_id":170120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Jamel Kautzer","mobile_number":"7074242420","email_id":"roman.kuhn@gmail.com","dop":"2026-01-19","serial_number":"116761198144715","imei1":"008987442726444","imei2":"491283302611861","popurl":"www.jarred-nicolas.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170114,"job_number":"JOB_170114","tr_customer_id":170131,"tr_customer_product_id":170121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:44.000Z","modified_at":"2026-01-29T05:34:44.000Z","name":"Yolanda Luettgen","mobile_number":"7029414401","email_id":"renata.windler@gmail.com","dop":"2026-01-19","serial_number":"259510094291768","imei1":"963232990401961","imei2":"748083918429044","popurl":"www.arlen-oconner.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170116,"job_number":"JOB_170116","tr_customer_id":170133,"tr_customer_product_id":170123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Blake Hoeger","mobile_number":"7056201307","email_id":"elroy.glover@yahoo.com","dop":"2026-01-19","serial_number":"747906301730079","imei1":"123765457449246","imei2":"524224954655081","popurl":"www.jae-kutch.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170117,"job_number":"JOB_170117","tr_customer_id":170134,"tr_customer_product_id":170124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Ethan Conn","mobile_number":"7018365754","email_id":"melvina.goodwin@hotmail.com","dop":"2026-01-19","serial_number":"968946009278006","imei1":"871343777068626","imei2":"853618837564621","popurl":"www.francesco-nikolaus.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170119,"job_number":"JOB_170119","tr_customer_id":170136,"tr_customer_product_id":170126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Dario Hyatt","mobile_number":"7035075862","email_id":"duane.gorczany@gmail.com","dop":"2026-01-19","serial_number":"475786755446236","imei1":"851059287978101","imei2":"558210867899747","popurl":"www.tynisha-mcclure.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170120,"job_number":"JOB_170120","tr_customer_id":170137,"tr_customer_product_id":170127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Anya Braun","mobile_number":"7011017484","email_id":"robbyn.marks@yahoo.com","dop":"2026-01-19","serial_number":"853442598438649","imei1":"522258776211542","imei2":"903444213148814","popurl":"www.hai-dibbert.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170122,"job_number":"JOB_170122","tr_customer_id":170139,"tr_customer_product_id":170129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Tommy Witting","mobile_number":"7070342056","email_id":"kory.bashirian@yahoo.com","dop":"2026-01-19","serial_number":"872358208120781","imei1":"220502342585437","imei2":"787055755713510","popurl":"www.aline-rowe.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170123,"job_number":"JOB_170123","tr_customer_id":170140,"tr_customer_product_id":170130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Mathew Parker","mobile_number":"7011685916","email_id":"tamica.yost@yahoo.com","dop":"2026-01-19","serial_number":"993966339214398","imei1":"449261436859162","imei2":"364092332632470","popurl":"www.ernesto-luettgen.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170124,"job_number":"JOB_170124","tr_customer_id":170141,"tr_customer_product_id":170131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Dorthy Lesch","mobile_number":"7023990804","email_id":"rosaria.ferry@yahoo.com","dop":"2026-01-19","serial_number":"587061789909037","imei1":"191532086863173","imei2":"045600577717171","popurl":"www.mitchel-yost.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170126,"job_number":"JOB_170126","tr_customer_id":170143,"tr_customer_product_id":170133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Rayford Rowe","mobile_number":"7030552072","email_id":"nakisha.goyette@gmail.com","dop":"2026-01-19","serial_number":"571117012921224","imei1":"459758782255139","imei2":"814346347356559","popurl":"www.sidney-cronin.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170127,"job_number":"JOB_170127","tr_customer_id":170144,"tr_customer_product_id":170134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Demetrius Wisozk","mobile_number":"7003714203","email_id":"cathie.robel@hotmail.com","dop":"2026-01-19","serial_number":"684422314951074","imei1":"810729037499027","imei2":"376795426634857","popurl":"www.audrey-tillman.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170129,"job_number":"JOB_170129","tr_customer_id":170146,"tr_customer_product_id":170136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Lesley Herzog","mobile_number":"7092505323","email_id":"hortense.lockman@hotmail.com","dop":"2026-01-19","serial_number":"247017482715954","imei1":"145049471155287","imei2":"454837346949920","popurl":"www.shameka-hammes.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170130,"job_number":"JOB_170130","tr_customer_id":170147,"tr_customer_product_id":170137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Michaele Torp","mobile_number":"7008466807","email_id":"anglea.murphy@gmail.com","dop":"2026-01-19","serial_number":"201222226587651","imei1":"403699186426363","imei2":"399975174960955","popurl":"www.luba-ohara.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170131,"job_number":"JOB_170131","tr_customer_id":170148,"tr_customer_product_id":170138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Ronald Shanahan","mobile_number":"7017619266","email_id":"melvin.lueilwitz@hotmail.com","dop":"2026-01-19","serial_number":"996023808558148","imei1":"701659339205798","imei2":"777756934171624","popurl":"www.lanita-white.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170132,"job_number":"JOB_170132","tr_customer_id":170149,"tr_customer_product_id":170139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Sammy Toy","mobile_number":"7053214545","email_id":"chelsie.maggio@gmail.com","dop":"2026-01-19","serial_number":"052144706608728","imei1":"158718404043463","imei2":"641913851060150","popurl":"www.ernestina-rohan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170134,"job_number":"JOB_170134","tr_customer_id":170151,"tr_customer_product_id":170141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Nicholas Mann","mobile_number":"7049439514","email_id":"jamie.nolan@yahoo.com","dop":"2026-01-19","serial_number":"335502909755838","imei1":"530329350041440","imei2":"871356817984986","popurl":"www.kaitlin-turner.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170135,"job_number":"JOB_170135","tr_customer_id":170152,"tr_customer_product_id":170142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Magaret Orn","mobile_number":"7094285782","email_id":"victor.prohaska@hotmail.com","dop":"2026-01-19","serial_number":"867038359066668","imei1":"663378556594185","imei2":"915358945445974","popurl":"www.lynwood-dibbert.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170136,"job_number":"JOB_170136","tr_customer_id":170153,"tr_customer_product_id":170143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Romeo Hermann","mobile_number":"7098466731","email_id":"sook.borer@hotmail.com","dop":"2026-01-19","serial_number":"446716482990167","imei1":"941734509717234","imei2":"013473444757851","popurl":"www.jeff-thompson.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170137,"job_number":"JOB_170137","tr_customer_id":170154,"tr_customer_product_id":170144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Earle Yundt","mobile_number":"7038088096","email_id":"louetta.west@hotmail.com","dop":"2026-01-19","serial_number":"289688478587446","imei1":"503717768812734","imei2":"686103186396232","popurl":"www.lenora-stamm.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170138,"job_number":"JOB_170138","tr_customer_id":170155,"tr_customer_product_id":170145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Na Connelly","mobile_number":"7022030315","email_id":"melonie.farrell@hotmail.com","dop":"2026-01-19","serial_number":"494850587113059","imei1":"841716178739898","imei2":"791888896548785","popurl":"www.alden-stoltenberg.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170139,"job_number":"JOB_170139","tr_customer_id":170156,"tr_customer_product_id":170146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Sheryll Roberts","mobile_number":"7066407099","email_id":"dillon.hammes@yahoo.com","dop":"2026-01-19","serial_number":"083669247668013","imei1":"879367248367880","imei2":"753360822015545","popurl":"www.forest-schumm.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170140,"job_number":"JOB_170140","tr_customer_id":170157,"tr_customer_product_id":170147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Kina Oberbrunner","mobile_number":"7050500725","email_id":"lilian.bergstrom@gmail.com","dop":"2026-01-19","serial_number":"729355777351377","imei1":"633601704309389","imei2":"821036601253040","popurl":"www.kareem-stehr.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170141,"job_number":"JOB_170141","tr_customer_id":170158,"tr_customer_product_id":170148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Sherice Schaden","mobile_number":"7070250616","email_id":"eldon.mann@hotmail.com","dop":"2026-01-19","serial_number":"591030857229123","imei1":"909128399698045","imei2":"776866600626652","popurl":"www.javier-hirthe.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170142,"job_number":"JOB_170142","tr_customer_id":170159,"tr_customer_product_id":170149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Rod Murray","mobile_number":"7078241403","email_id":"myles.okeefe@hotmail.com","dop":"2026-01-19","serial_number":"715797514403483","imei1":"458726082752992","imei2":"811096422918993","popurl":"www.ellis-hessel.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170143,"job_number":"JOB_170143","tr_customer_id":170160,"tr_customer_product_id":170150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Bernetta Schumm","mobile_number":"7074171809","email_id":"clinton.sauer@yahoo.com","dop":"2026-01-19","serial_number":"264545792506379","imei1":"780197290642320","imei2":"515838340988710","popurl":"www.vinnie-carter.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170145,"job_number":"JOB_170145","tr_customer_id":170162,"tr_customer_product_id":170152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:48.000Z","modified_at":"2026-01-29T05:34:48.000Z","name":"Oma Kris","mobile_number":"7087336186","email_id":"dorene.johns@yahoo.com","dop":"2026-01-19","serial_number":"795773481174834","imei1":"657132377848392","imei2":"553427137964735","popurl":"www.deon-grady.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170146,"job_number":"JOB_170146","tr_customer_id":170163,"tr_customer_product_id":170153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:48.000Z","modified_at":"2026-01-29T05:34:48.000Z","name":"Dewayne Erdman","mobile_number":"7030370487","email_id":"arlyne.hand@hotmail.com","dop":"2026-01-19","serial_number":"098829065653119","imei1":"504408521882558","imei2":"214225027358401","popurl":"www.zachary-dicki.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170147,"job_number":"JOB_170147","tr_customer_id":170164,"tr_customer_product_id":170154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:48.000Z","modified_at":"2026-01-29T05:34:48.000Z","name":"Ignacio Donnelly","mobile_number":"7084184791","email_id":"waldo.gleichner@yahoo.com","dop":"2026-01-19","serial_number":"963412747552259","imei1":"971142090541697","imei2":"604051429757817","popurl":"www.lane-walsh.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170148,"job_number":"JOB_170148","tr_customer_id":170165,"tr_customer_product_id":170155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Yadira Upton","mobile_number":"7048794777","email_id":"irvin.kutch@yahoo.com","dop":"2026-01-19","serial_number":"410972370424697","imei1":"078643356514278","imei2":"892209840163632","popurl":"www.diann-harris.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170149,"job_number":"JOB_170149","tr_customer_id":170166,"tr_customer_product_id":170156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Kirk Kreiger","mobile_number":"7035806184","email_id":"jesse.cartwright@gmail.com","dop":"2026-01-19","serial_number":"874626696862079","imei1":"519035174253206","imei2":"265933440380059","popurl":"www.dierdre-muller.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170150,"job_number":"JOB_170150","tr_customer_id":170167,"tr_customer_product_id":170157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Simonne Rogahn","mobile_number":"7046970877","email_id":"frederick.klein@hotmail.com","dop":"2026-01-19","serial_number":"807416161090568","imei1":"703543043452060","imei2":"233629490053099","popurl":"www.darryl-bergstrom.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170151,"job_number":"JOB_170151","tr_customer_id":170168,"tr_customer_product_id":170158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Mariella Collier","mobile_number":"7000022110","email_id":"alfonso.davis@hotmail.com","dop":"2026-01-19","serial_number":"833286205913040","imei1":"242474703887033","imei2":"942448992639882","popurl":"www.evelin-considine.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170152,"job_number":"JOB_170152","tr_customer_id":170169,"tr_customer_product_id":170159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Wesley Wuckert","mobile_number":"7024604146","email_id":"nicholas.pagac@hotmail.com","dop":"2026-01-19","serial_number":"376606416051975","imei1":"113955156066774","imei2":"035005471882259","popurl":"www.damion-gutkowski.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170153,"job_number":"JOB_170153","tr_customer_id":170170,"tr_customer_product_id":170160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Elwood Hickle","mobile_number":"7018262131","email_id":"bryce.dicki@hotmail.com","dop":"2026-01-19","serial_number":"059432894744626","imei1":"540484997535339","imei2":"966407735436446","popurl":"www.lilia-corwin.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170155,"job_number":"JOB_170155","tr_customer_id":170172,"tr_customer_product_id":170162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Peter Strosin","mobile_number":"7053723878","email_id":"antonia.gulgowski@gmail.com","dop":"2026-01-19","serial_number":"882859625055584","imei1":"848875892299538","imei2":"927166387545854","popurl":"www.louella-oreilly.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170156,"job_number":"JOB_170156","tr_customer_id":170173,"tr_customer_product_id":170163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Deeann Lueilwitz","mobile_number":"7000095225","email_id":"dannie.aufderhar@gmail.com","dop":"2026-01-19","serial_number":"734396947902275","imei1":"191661230487182","imei2":"874206157315772","popurl":"www.raymundo-gleichner.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170159,"job_number":"JOB_170159","tr_customer_id":170176,"tr_customer_product_id":170166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Rudolf Rodriguez","mobile_number":"7039995742","email_id":"elvia.funk@hotmail.com","dop":"2026-01-19","serial_number":"242749064105965","imei1":"222561025414443","imei2":"808902081726739","popurl":"www.russell-padberg.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170160,"job_number":"JOB_170160","tr_customer_id":170177,"tr_customer_product_id":170167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Florance Predovic","mobile_number":"7096786166","email_id":"myrta.brown@gmail.com","dop":"2026-01-19","serial_number":"081168216538352","imei1":"441244422022332","imei2":"384656051872938","popurl":"www.stephanie-mante.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170161,"job_number":"JOB_170161","tr_customer_id":170178,"tr_customer_product_id":170168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Dave Barton","mobile_number":"7054604363","email_id":"merlyn.considine@gmail.com","dop":"2026-01-19","serial_number":"133754245307686","imei1":"233312839185082","imei2":"626708762756189","popurl":"www.lynette-ritchie.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170164,"job_number":"JOB_170164","tr_customer_id":170181,"tr_customer_product_id":170171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Jonelle Klocko","mobile_number":"7048265002","email_id":"tiara.padberg@yahoo.com","dop":"2026-01-19","serial_number":"228118469768664","imei1":"919151887827122","imei2":"631683307038891","popurl":"www.lynette-parisian.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170167,"job_number":"JOB_170167","tr_customer_id":170184,"tr_customer_product_id":170174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Rebekah Beahan","mobile_number":"7035742682","email_id":"adam.nienow@hotmail.com","dop":"2026-01-19","serial_number":"745760556428682","imei1":"455525227879351","imei2":"951041960995206","popurl":"www.gabriel-bayer.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170168,"job_number":"JOB_170168","tr_customer_id":170185,"tr_customer_product_id":170175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Otha Bernier","mobile_number":"7018885113","email_id":"billy.stoltenberg@yahoo.com","dop":"2026-01-19","serial_number":"389961325088501","imei1":"712502540661022","imei2":"255797542092011","popurl":"www.delpha-smith.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170173,"job_number":"JOB_170173","tr_customer_id":170190,"tr_customer_product_id":170180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Frankie Borer","mobile_number":"7072692832","email_id":"glayds.carter@hotmail.com","dop":"2026-01-19","serial_number":"115875048037110","imei1":"441646074202699","imei2":"994800307573010","popurl":"www.robyn-beatty.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170175,"job_number":"JOB_170175","tr_customer_id":170192,"tr_customer_product_id":170182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:52.000Z","modified_at":"2026-01-29T05:34:52.000Z","name":"Art Zulauf","mobile_number":"7002171093","email_id":"clarissa.conn@hotmail.com","dop":"2026-01-19","serial_number":"297629132505454","imei1":"365179481433088","imei2":"395976257102523","popurl":"www.mitch-bailey.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170177,"job_number":"JOB_170177","tr_customer_id":170195,"tr_customer_product_id":170185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:52.000Z","modified_at":"2026-01-29T05:34:52.000Z","name":"Rob Hintz","mobile_number":"7035166335","email_id":"trey.runolfsson@gmail.com","dop":"2026-01-19","serial_number":"655335391288894","imei1":"613492205532227","imei2":"232929543754821","popurl":"www.lesley-howell.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170178,"job_number":"JOB_170178","tr_customer_id":170194,"tr_customer_product_id":170184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:52.000Z","modified_at":"2026-01-29T05:34:52.000Z","name":"Gregg Watsica","mobile_number":"7052160671","email_id":"aurore.bode@yahoo.com","dop":"2026-01-19","serial_number":"894351220996722","imei1":"006593672504426","imei2":"815235739304448","popurl":"www.jesica-cronin.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170179,"job_number":"JOB_170179","tr_customer_id":170196,"tr_customer_product_id":170186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Raphael Collier","mobile_number":"7002588450","email_id":"shamika.wehner@gmail.com","dop":"2026-01-19","serial_number":"365397063222001","imei1":"496677852016942","imei2":"343943356484650","popurl":"www.raul-dietrich.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170180,"job_number":"JOB_170180","tr_customer_id":170197,"tr_customer_product_id":170187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Angel Wisoky","mobile_number":"7039526077","email_id":"krystyna.orn@yahoo.com","dop":"2026-01-19","serial_number":"475022420553739","imei1":"171603904199394","imei2":"239468795842844","popurl":"www.laticia-schowalter.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170181,"job_number":"JOB_170181","tr_customer_id":170198,"tr_customer_product_id":170188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Scot Collins","mobile_number":"7001509751","email_id":"marshall.hauck@yahoo.com","dop":"2026-01-19","serial_number":"035775542138682","imei1":"180520080387448","imei2":"147703922720161","popurl":"www.gregorio-dicki.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170182,"job_number":"JOB_170182","tr_customer_id":170199,"tr_customer_product_id":170189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Robt Lind","mobile_number":"7012761193","email_id":"dexter.hartmann@hotmail.com","dop":"2026-01-19","serial_number":"866996484480033","imei1":"342001239174758","imei2":"584804169047624","popurl":"www.albert-wilkinson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170183,"job_number":"JOB_170183","tr_customer_id":170200,"tr_customer_product_id":170190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Frankie Veum","mobile_number":"7077706900","email_id":"ali.ondricka@hotmail.com","dop":"2026-01-19","serial_number":"022276152650084","imei1":"930493278393418","imei2":"946274536120247","popurl":"www.hermelinda-rath.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170185,"job_number":"JOB_170185","tr_customer_id":170202,"tr_customer_product_id":170192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Lavera Ritchie","mobile_number":"7050740236","email_id":"zack.morissette@yahoo.com","dop":"2026-01-19","serial_number":"902593860076450","imei1":"125117727673984","imei2":"057224463685136","popurl":"www.hilario-boehm.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170186,"job_number":"JOB_170186","tr_customer_id":170203,"tr_customer_product_id":170193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Virgie Bayer","mobile_number":"7052676524","email_id":"jeffry.hammes@gmail.com","dop":"2026-01-19","serial_number":"258697975427608","imei1":"648626550074182","imei2":"132336005297838","popurl":"www.emerald-howell.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170187,"job_number":"JOB_170187","tr_customer_id":170204,"tr_customer_product_id":170194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Franklyn McCullough","mobile_number":"7015874224","email_id":"jeremy.mcdermott@hotmail.com","dop":"2026-01-19","serial_number":"408991990502381","imei1":"537855977020547","imei2":"294087964856779","popurl":"www.doris-glover.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170189,"job_number":"JOB_170189","tr_customer_id":170206,"tr_customer_product_id":170196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Merle Vandervort","mobile_number":"7027088728","email_id":"carina.gulgowski@hotmail.com","dop":"2026-01-19","serial_number":"269133326184491","imei1":"473766819248759","imei2":"516865209155111","popurl":"www.elden-kassulke.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170190,"job_number":"JOB_170190","tr_customer_id":170207,"tr_customer_product_id":170197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Sandra Nader","mobile_number":"7027122938","email_id":"trenton.deckow@hotmail.com","dop":"2026-01-19","serial_number":"960151578625596","imei1":"261219034925918","imei2":"710762509060247","popurl":"www.hassan-borer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170191,"job_number":"JOB_170191","tr_customer_id":170208,"tr_customer_product_id":170198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Brenton Jerde","mobile_number":"7029466862","email_id":"zane.beier@yahoo.com","dop":"2026-01-19","serial_number":"284478695957991","imei1":"907372693052073","imei2":"065997887346674","popurl":"www.trey-prohaska.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170192,"job_number":"JOB_170192","tr_customer_id":170209,"tr_customer_product_id":170199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Johnson Fritsch","mobile_number":"7094416521","email_id":"eric.gutkowski@yahoo.com","dop":"2026-01-19","serial_number":"527337101827418","imei1":"801268078604025","imei2":"195986011100836","popurl":"www.dione-brekke.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170193,"job_number":"JOB_170193","tr_customer_id":170210,"tr_customer_product_id":170200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Mara Goldner","mobile_number":"7099840348","email_id":"jacinto.mills@hotmail.com","dop":"2026-01-19","serial_number":"411820229868816","imei1":"325852625517677","imei2":"918718043689024","popurl":"www.mickey-runolfsdottir.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170194,"job_number":"JOB_170194","tr_customer_id":170211,"tr_customer_product_id":170201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Shaunta Kerluke","mobile_number":"7096743832","email_id":"shane.ledner@hotmail.com","dop":"2026-01-19","serial_number":"930616476723905","imei1":"703296338363976","imei2":"411675745899151","popurl":"www.jamal-green.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170195,"job_number":"JOB_170195","tr_customer_id":170212,"tr_customer_product_id":170202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Adrianna Mohr","mobile_number":"7006815969","email_id":"vicenta.shanahan@hotmail.com","dop":"2026-01-19","serial_number":"696627622222377","imei1":"758946644000502","imei2":"044592208007460","popurl":"www.genia-connelly.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170200,"job_number":"JOB_170200","tr_customer_id":170217,"tr_customer_product_id":170207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Keren Vandervort","mobile_number":"7016611304","email_id":"junior.huel@yahoo.com","dop":"2026-01-19","serial_number":"855772320972979","imei1":"072206601964536","imei2":"515369842438752","popurl":"www.vita-kiehn.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170202,"job_number":"JOB_170202","tr_customer_id":170219,"tr_customer_product_id":170209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Ali Krajcik","mobile_number":"7070210978","email_id":"claude.marks@gmail.com","dop":"2026-01-19","serial_number":"566857283444400","imei1":"893816487869827","imei2":"988916068718383","popurl":"www.eli-pollich.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170203,"job_number":"JOB_170203","tr_customer_id":170220,"tr_customer_product_id":170210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Teodoro Mertz","mobile_number":"7080081334","email_id":"glady.roberts@hotmail.com","dop":"2026-01-19","serial_number":"257966550364025","imei1":"010774829577335","imei2":"424251811115573","popurl":"www.etta-hammes.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170204,"job_number":"JOB_170204","tr_customer_id":170221,"tr_customer_product_id":170211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:03.000Z","modified_at":"2026-01-29T05:35:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16317495981557","imei1":"16317495981557","imei2":"16317495981557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170206,"job_number":"JOB_170206","tr_customer_id":170223,"tr_customer_product_id":170213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:04.000Z","modified_at":"2026-01-29T05:35:04.000Z","name":"Darrion Kozey","mobile_number":"588-201-3797","email_id":"Richmond.Reinger@yahoo.com","dop":"2025-04-06","serial_number":"14582513913738704","imei1":"14582513913738704","imei2":"14582513913738704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170207,"job_number":"JOB_170207","tr_customer_id":170224,"tr_customer_product_id":170214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:46.000Z","modified_at":"2026-01-29T05:35:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10274896426100","imei1":"10274896426100","imei2":"10274896426100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170209,"job_number":"JOB_170209","tr_customer_id":170226,"tr_customer_product_id":170216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:48.000Z","modified_at":"2026-01-29T05:35:48.000Z","name":"Tyreek Jacobson","mobile_number":"930-868-3905","email_id":"Holden6@hotmail.com","dop":"2025-04-06","serial_number":"13824853662455968","imei1":"13824853662455968","imei2":"13824853662455968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170210,"job_number":"JOB_170210","tr_customer_id":170227,"tr_customer_product_id":170217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:36:29.000Z","modified_at":"2026-01-29T05:36:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17561133055717","imei1":"17561133055717","imei2":"17561133055717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:36:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170212,"job_number":"JOB_170212","tr_customer_id":170229,"tr_customer_product_id":170219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:36:30.000Z","modified_at":"2026-01-29T05:36:30.000Z","name":"Libbie Keebler","mobile_number":"333-598-3808","email_id":"Mabelle.Miller@hotmail.com","dop":"2025-04-06","serial_number":"16537321253497456","imei1":"16537321253497456","imei2":"16537321253497456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:36:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170213,"job_number":"JOB_170213","tr_customer_id":170230,"tr_customer_product_id":170220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Albert Bruen","mobile_number":"7067370160","email_id":"modesta.schinner@yahoo.com","dop":"2026-01-19","serial_number":"788933616861179","imei1":"511324452900780","imei2":"917067342738088","popurl":"www.yuko-mcdermott.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170214,"job_number":"JOB_170214","tr_customer_id":170231,"tr_customer_product_id":170221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Lemuel Graham","mobile_number":"7031720015","email_id":"geoffrey.kohler@yahoo.com","dop":"2026-01-19","serial_number":"201326228201942","imei1":"800128561983084","imei2":"894603301513740","popurl":"www.doretta-yundt.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170215,"job_number":"JOB_170215","tr_customer_id":170232,"tr_customer_product_id":170222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Ophelia Schinner","mobile_number":"7022044343","email_id":"hassan.glover@gmail.com","dop":"2026-01-19","serial_number":"914027609499283","imei1":"706965255470998","imei2":"029690803656320","popurl":"www.jeremy-streich.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170216,"job_number":"JOB_170216","tr_customer_id":170233,"tr_customer_product_id":170223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Willian Gleason","mobile_number":"7040709820","email_id":"nelly.king@hotmail.com","dop":"2026-01-19","serial_number":"595546995583586","imei1":"899482708143404","imei2":"169129188635019","popurl":"www.emogene-muller.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170217,"job_number":"JOB_170217","tr_customer_id":170234,"tr_customer_product_id":170224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Jonathon Heller","mobile_number":"7041702890","email_id":"camie.kihn@yahoo.com","dop":"2026-01-19","serial_number":"083391448195476","imei1":"664192220803144","imei2":"282327820991273","popurl":"www.doug-schoen.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170218,"job_number":"JOB_170218","tr_customer_id":170235,"tr_customer_product_id":170225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Mickey McDermott","mobile_number":"7044214377","email_id":"hettie.schultz@gmail.com","dop":"2026-01-19","serial_number":"618241303926546","imei1":"582538028283710","imei2":"812232289371416","popurl":"www.stacy-russel.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170219,"job_number":"JOB_170219","tr_customer_id":170237,"tr_customer_product_id":170227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Osvaldo Jerde","mobile_number":"7055007069","email_id":"dell.dooley@hotmail.com","dop":"2026-01-19","serial_number":"904570095669522","imei1":"287955200431046","imei2":"093293884433160","popurl":"www.forest-bailey.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170220,"job_number":"JOB_170220","tr_customer_id":170236,"tr_customer_product_id":170226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Jaquelyn Larson","mobile_number":"7064888463","email_id":"romaine.schmidt@hotmail.com","dop":"2026-01-19","serial_number":"773366278280310","imei1":"170911266100788","imei2":"817151465171760","popurl":"www.kathi-bashirian.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170221,"job_number":"JOB_170221","tr_customer_id":170238,"tr_customer_product_id":170228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Walter Lang","mobile_number":"7035772490","email_id":"johnie.renner@gmail.com","dop":"2026-01-19","serial_number":"742275585473763","imei1":"105360820550351","imei2":"432091736323913","popurl":"www.heath-reinger.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170222,"job_number":"JOB_170222","tr_customer_id":170239,"tr_customer_product_id":170229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Marni Rau","mobile_number":"7041293254","email_id":"nathalie.emard@yahoo.com","dop":"2026-01-19","serial_number":"180581046522869","imei1":"632188882202833","imei2":"602710944438569","popurl":"www.hobert-shanahan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170223,"job_number":"JOB_170223","tr_customer_id":170240,"tr_customer_product_id":170230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Shemika Miller","mobile_number":"7089046215","email_id":"zola.weissnat@hotmail.com","dop":"2026-01-19","serial_number":"371154345167432","imei1":"510849773235687","imei2":"865703871847804","popurl":"www.lin-ernser.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170224,"job_number":"JOB_170224","tr_customer_id":170241,"tr_customer_product_id":170231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Esperanza Luettgen","mobile_number":"7073288083","email_id":"jennette.koch@hotmail.com","dop":"2026-01-19","serial_number":"446498257308002","imei1":"913856754915822","imei2":"562456480434160","popurl":"www.lindsey-lubowitz.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170225,"job_number":"JOB_170225","tr_customer_id":170242,"tr_customer_product_id":170232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Holley Schowalter","mobile_number":"7002039594","email_id":"arnold.aufderhar@yahoo.com","dop":"2026-01-19","serial_number":"471105183868605","imei1":"045570237491908","imei2":"349747981733279","popurl":"www.guillermina-wuckert.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170226,"job_number":"JOB_170226","tr_customer_id":170243,"tr_customer_product_id":170233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Tyrone Johnston","mobile_number":"7010542277","email_id":"britta.kessler@gmail.com","dop":"2026-01-19","serial_number":"496733144744161","imei1":"277731885006461","imei2":"178749463554094","popurl":"www.brenton-grant.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170227,"job_number":"JOB_170227","tr_customer_id":170244,"tr_customer_product_id":170234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Ted D'Amore","mobile_number":"7025302013","email_id":"jackson.kreiger@yahoo.com","dop":"2026-01-19","serial_number":"469962355039832","imei1":"926574318548762","imei2":"355073763224486","popurl":"www.cleo-stracke.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170228,"job_number":"JOB_170228","tr_customer_id":170245,"tr_customer_product_id":170235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Porsha Braun","mobile_number":"7044490785","email_id":"galen.haley@yahoo.com","dop":"2026-01-19","serial_number":"349391363271139","imei1":"001137163421768","imei2":"024035365952399","popurl":"www.dwight-pouros.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170229,"job_number":"JOB_170229","tr_customer_id":170246,"tr_customer_product_id":170236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Loyd Bernier","mobile_number":"7059942123","email_id":"armand.rutherford@hotmail.com","dop":"2026-01-19","serial_number":"893940628483506","imei1":"494002875673185","imei2":"791618318319657","popurl":"www.devorah-wyman.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170230,"job_number":"JOB_170230","tr_customer_id":170247,"tr_customer_product_id":170237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Tiffani O'Reilly","mobile_number":"7093165858","email_id":"andre.johnson@gmail.com","dop":"2026-01-19","serial_number":"340665457787737","imei1":"722507410891080","imei2":"114545239349483","popurl":"www.lesley-jacobi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170231,"job_number":"JOB_170231","tr_customer_id":170248,"tr_customer_product_id":170238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Deneen Schaefer","mobile_number":"7042301198","email_id":"margarette.crona@yahoo.com","dop":"2026-01-19","serial_number":"943266893741394","imei1":"466261641029135","imei2":"362463481624836","popurl":"www.forest-senger.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170232,"job_number":"JOB_170232","tr_customer_id":170249,"tr_customer_product_id":170239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Basil Weber","mobile_number":"7056331788","email_id":"darrin.krajcik@gmail.com","dop":"2026-01-19","serial_number":"814686544162195","imei1":"392840382561529","imei2":"588696317677403","popurl":"www.dia-raynor.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170233,"job_number":"JOB_170233","tr_customer_id":170250,"tr_customer_product_id":170240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Noel Becker","mobile_number":"7090324337","email_id":"ilse.mccullough@hotmail.com","dop":"2026-01-19","serial_number":"043988326612868","imei1":"174036313485590","imei2":"123128261742204","popurl":"www.rudy-nicolas.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170234,"job_number":"JOB_170234","tr_customer_id":170251,"tr_customer_product_id":170241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Stephani Schimmel","mobile_number":"7040016503","email_id":"celia.spencer@yahoo.com","dop":"2026-01-19","serial_number":"948611560897978","imei1":"995614146597753","imei2":"296746578266108","popurl":"www.hertha-hauck.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170235,"job_number":"JOB_170235","tr_customer_id":170252,"tr_customer_product_id":170242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Brock Rippin","mobile_number":"7018396582","email_id":"kennith.hand@gmail.com","dop":"2026-01-19","serial_number":"321216827512652","imei1":"979503815262283","imei2":"177238354959110","popurl":"www.lovie-herman.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170236,"job_number":"JOB_170236","tr_customer_id":170253,"tr_customer_product_id":170243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Amos Wyman","mobile_number":"7051301548","email_id":"edwin.tromp@hotmail.com","dop":"2026-01-19","serial_number":"929316672467096","imei1":"023799191245043","imei2":"551596693549773","popurl":"www.simon-schuster.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170237,"job_number":"JOB_170237","tr_customer_id":170254,"tr_customer_product_id":170244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Spencer Raynor","mobile_number":"7059441638","email_id":"zane.turner@hotmail.com","dop":"2026-01-19","serial_number":"958340763900306","imei1":"518891813416819","imei2":"445176252269607","popurl":"www.jerrell-schowalter.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170238,"job_number":"JOB_170238","tr_customer_id":170255,"tr_customer_product_id":170245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Vi Grady","mobile_number":"7055471855","email_id":"lucien.green@hotmail.com","dop":"2026-01-19","serial_number":"107810911840661","imei1":"053152890367488","imei2":"265316909129822","popurl":"www.nathaniel-rath.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170239,"job_number":"JOB_170239","tr_customer_id":170256,"tr_customer_product_id":170246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Hayley Schowalter","mobile_number":"7022998802","email_id":"junior.white@gmail.com","dop":"2026-01-19","serial_number":"210971507849559","imei1":"202835066949078","imei2":"538271499790282","popurl":"www.leonarda-nicolas.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170240,"job_number":"JOB_170240","tr_customer_id":170257,"tr_customer_product_id":170247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Nickolas Weimann","mobile_number":"7093581638","email_id":"awilda.sawayn@yahoo.com","dop":"2026-01-19","serial_number":"101153590011072","imei1":"166656357351732","imei2":"389371791577826","popurl":"www.bong-okon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170241,"job_number":"JOB_170241","tr_customer_id":170258,"tr_customer_product_id":170248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Florencia Kreiger","mobile_number":"7077887898","email_id":"malcom.cronin@gmail.com","dop":"2026-01-19","serial_number":"311006737465354","imei1":"715439860866496","imei2":"649302465989372","popurl":"www.winston-hoppe.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170242,"job_number":"JOB_170242","tr_customer_id":170259,"tr_customer_product_id":170249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Lavette Huel","mobile_number":"7020968239","email_id":"chas.medhurst@hotmail.com","dop":"2026-01-19","serial_number":"589474559718762","imei1":"425468965770591","imei2":"296928363006821","popurl":"www.dorian-oconner.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170243,"job_number":"JOB_170243","tr_customer_id":170260,"tr_customer_product_id":170250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Lewis Johnston","mobile_number":"7094208443","email_id":"aja.sawayn@hotmail.com","dop":"2026-01-19","serial_number":"131230129459942","imei1":"025304491659747","imei2":"902681255883198","popurl":"www.lucas-prosacco.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170244,"job_number":"JOB_170244","tr_customer_id":170261,"tr_customer_product_id":170251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Angelyn Dooley","mobile_number":"7061461129","email_id":"pedro.marvin@gmail.com","dop":"2026-01-19","serial_number":"452032612133165","imei1":"559206740453246","imei2":"207471890302768","popurl":"www.gerard-kuhic.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170245,"job_number":"JOB_170245","tr_customer_id":170262,"tr_customer_product_id":170252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Sharyl Cummerata","mobile_number":"7070253948","email_id":"branden.becker@yahoo.com","dop":"2026-01-19","serial_number":"233206572760965","imei1":"707061874175435","imei2":"589928904627287","popurl":"www.louie-bauch.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170246,"job_number":"JOB_170246","tr_customer_id":170263,"tr_customer_product_id":170253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Leigh Leffler","mobile_number":"7023494932","email_id":"elin.howell@gmail.com","dop":"2026-01-19","serial_number":"589264318857867","imei1":"200586495551914","imei2":"431114446632498","popurl":"www.adolfo-kunze.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170247,"job_number":"JOB_170247","tr_customer_id":170264,"tr_customer_product_id":170254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Fabian Rogahn","mobile_number":"7085466827","email_id":"zelma.quitzon@gmail.com","dop":"2026-01-19","serial_number":"850559854879572","imei1":"903521674044926","imei2":"038596223035113","popurl":"www.deanne-torphy.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170248,"job_number":"JOB_170248","tr_customer_id":170265,"tr_customer_product_id":170255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Josephina Hilpert","mobile_number":"7054172155","email_id":"bambi.welch@gmail.com","dop":"2026-01-19","serial_number":"962736970665202","imei1":"474371224125685","imei2":"289043046269861","popurl":"www.newton-kohler.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170249,"job_number":"JOB_170249","tr_customer_id":170266,"tr_customer_product_id":170256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Jeneva Gutmann","mobile_number":"7051585591","email_id":"rodger.king@hotmail.com","dop":"2026-01-19","serial_number":"912060662832802","imei1":"488904204192327","imei2":"567495526836807","popurl":"www.moira-gulgowski.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170250,"job_number":"JOB_170250","tr_customer_id":170267,"tr_customer_product_id":170257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Jeremy Douglas","mobile_number":"7020119602","email_id":"ira.toy@yahoo.com","dop":"2026-01-19","serial_number":"384872070076189","imei1":"564258331463972","imei2":"085278075055009","popurl":"www.curtis-medhurst.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170251,"job_number":"JOB_170251","tr_customer_id":170268,"tr_customer_product_id":170258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Takako Harvey","mobile_number":"7075139015","email_id":"elease.osinski@yahoo.com","dop":"2026-01-19","serial_number":"566475336942803","imei1":"584350034680843","imei2":"041126346336279","popurl":"www.amos-kihn.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170252,"job_number":"JOB_170252","tr_customer_id":170269,"tr_customer_product_id":170259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Hector Mayert","mobile_number":"7000067769","email_id":"karin.cormier@yahoo.com","dop":"2026-01-19","serial_number":"101963705060146","imei1":"188986013689175","imei2":"371523801056063","popurl":"www.wyatt-gleichner.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170253,"job_number":"JOB_170253","tr_customer_id":170270,"tr_customer_product_id":170260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Andria Reinger","mobile_number":"7049706800","email_id":"foster.herman@hotmail.com","dop":"2026-01-19","serial_number":"252772070797147","imei1":"549954692664623","imei2":"509503807632421","popurl":"www.tristan-rohan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170254,"job_number":"JOB_170254","tr_customer_id":170271,"tr_customer_product_id":170261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Creola Bradtke","mobile_number":"7033148032","email_id":"rico.ebert@yahoo.com","dop":"2026-01-19","serial_number":"184754830996755","imei1":"135117381731041","imei2":"652897875624613","popurl":"www.davis-romaguera.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170255,"job_number":"JOB_170255","tr_customer_id":170272,"tr_customer_product_id":170262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Alvin Conroy","mobile_number":"7077100482","email_id":"malia.walter@gmail.com","dop":"2026-01-19","serial_number":"943033844192086","imei1":"882972683114668","imei2":"560033161829803","popurl":"www.kenna-rice.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170256,"job_number":"JOB_170256","tr_customer_id":170273,"tr_customer_product_id":170263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Cristi White","mobile_number":"7085500721","email_id":"elisa.hirthe@yahoo.com","dop":"2026-01-19","serial_number":"825123777768932","imei1":"687426411502932","imei2":"824387845415695","popurl":"www.galen-watsica.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170257,"job_number":"JOB_170257","tr_customer_id":170274,"tr_customer_product_id":170264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Wilbur Schroeder","mobile_number":"7058480818","email_id":"rosina.jones@gmail.com","dop":"2026-01-19","serial_number":"653189068748251","imei1":"841498737012002","imei2":"064810199562801","popurl":"www.keenan-dooley.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170258,"job_number":"JOB_170258","tr_customer_id":170275,"tr_customer_product_id":170265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Blaine Koss","mobile_number":"7099437200","email_id":"quiana.lueilwitz@hotmail.com","dop":"2026-01-19","serial_number":"521418201569197","imei1":"555246561444916","imei2":"641329924661925","popurl":"www.mardell-welch.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170259,"job_number":"JOB_170259","tr_customer_id":170276,"tr_customer_product_id":170266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Claudine Swift","mobile_number":"7023796523","email_id":"lurlene.hilll@yahoo.com","dop":"2026-01-19","serial_number":"652439642084903","imei1":"150928357402321","imei2":"838988491570929","popurl":"www.trenton-hoeger.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170260,"job_number":"JOB_170260","tr_customer_id":170277,"tr_customer_product_id":170267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Desmond Price","mobile_number":"7033875383","email_id":"sarina.gorczany@gmail.com","dop":"2026-01-19","serial_number":"455424103027929","imei1":"900833817247677","imei2":"969999656496338","popurl":"www.tod-luettgen.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170261,"job_number":"JOB_170261","tr_customer_id":170278,"tr_customer_product_id":170268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Elissa Crist","mobile_number":"7038856749","email_id":"warren.skiles@yahoo.com","dop":"2026-01-19","serial_number":"954973640377620","imei1":"828260409651650","imei2":"645711122930752","popurl":"www.joyce-frami.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170262,"job_number":"JOB_170262","tr_customer_id":170279,"tr_customer_product_id":170269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Franklin Crooks","mobile_number":"7094377777","email_id":"cordell.greenfelder@yahoo.com","dop":"2026-01-19","serial_number":"620523949014325","imei1":"373651855507247","imei2":"134866534333791","popurl":"www.myrna-farrell.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170263,"job_number":"JOB_170263","tr_customer_id":170280,"tr_customer_product_id":170270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Columbus O'Kon","mobile_number":"7000415323","email_id":"alberta.roberts@yahoo.com","dop":"2026-01-19","serial_number":"138553713980597","imei1":"281583572359640","imei2":"304285439128757","popurl":"www.kymberly-bechtelar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170264,"job_number":"JOB_170264","tr_customer_id":170281,"tr_customer_product_id":170271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Dorene Hammes","mobile_number":"7040009863","email_id":"colin.herman@yahoo.com","dop":"2026-01-19","serial_number":"615679501143379","imei1":"757008604094661","imei2":"965959708832096","popurl":"www.keesha-dach.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170265,"job_number":"JOB_170265","tr_customer_id":170282,"tr_customer_product_id":170272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Aubrey Gottlieb","mobile_number":"7010486455","email_id":"constance.mcdermott@hotmail.com","dop":"2026-01-19","serial_number":"278272999895817","imei1":"173192041728762","imei2":"027527426271741","popurl":"www.adelina-glover.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170266,"job_number":"JOB_170266","tr_customer_id":170283,"tr_customer_product_id":170273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Alethea Kuvalis","mobile_number":"7053110000","email_id":"randall.rau@gmail.com","dop":"2026-01-19","serial_number":"484432184152380","imei1":"191393928705824","imei2":"777880831535541","popurl":"www.edison-predovic.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170267,"job_number":"JOB_170267","tr_customer_id":170284,"tr_customer_product_id":170274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Nu Hilll","mobile_number":"7012124385","email_id":"lucien.borer@gmail.com","dop":"2026-01-19","serial_number":"376314463825753","imei1":"553148262147938","imei2":"794406810841490","popurl":"www.pearl-satterfield.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170268,"job_number":"JOB_170268","tr_customer_id":170285,"tr_customer_product_id":170275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Dudley Parisian","mobile_number":"7006955607","email_id":"raphael.barton@hotmail.com","dop":"2026-01-19","serial_number":"399692295167685","imei1":"275440972100049","imei2":"836293278474897","popurl":"www.tammara-lang.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170269,"job_number":"JOB_170269","tr_customer_id":170286,"tr_customer_product_id":170276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Chia Stokes","mobile_number":"7086481035","email_id":"leah.torp@yahoo.com","dop":"2026-01-19","serial_number":"740412324822571","imei1":"250445028212868","imei2":"523833711067033","popurl":"www.carl-hane.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170270,"job_number":"JOB_170270","tr_customer_id":170287,"tr_customer_product_id":170277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:31.000Z","modified_at":"2026-01-29T05:48:31.000Z","name":"Leopoldo Metz","mobile_number":"7056154650","email_id":"cedrick.kuhlman@yahoo.com","dop":"2026-01-19","serial_number":"382261397670933","imei1":"686808815643621","imei2":"991708990793421","popurl":"www.enrique-parisian.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170271,"job_number":"JOB_170271","tr_customer_id":170288,"tr_customer_product_id":170278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:31.000Z","modified_at":"2026-01-29T05:48:31.000Z","name":"Viki Leffler","mobile_number":"7040592842","email_id":"rigoberto.hodkiewicz@yahoo.com","dop":"2026-01-19","serial_number":"136593909292199","imei1":"469284031195261","imei2":"663408731276343","popurl":"www.archie-kozey.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170272,"job_number":"JOB_170272","tr_customer_id":170289,"tr_customer_product_id":170279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:31.000Z","modified_at":"2026-01-29T05:48:31.000Z","name":"Susann Morar","mobile_number":"7021494068","email_id":"cecile.wiegand@yahoo.com","dop":"2026-01-19","serial_number":"158927685212213","imei1":"618188655915409","imei2":"265084974638323","popurl":"www.brenton-kunze.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170273,"job_number":"JOB_170273","tr_customer_id":170290,"tr_customer_product_id":170280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Bud Huel","mobile_number":"7068666049","email_id":"gaylene.price@yahoo.com","dop":"2026-01-19","serial_number":"047974297491639","imei1":"964610923672523","imei2":"323467555465233","popurl":"www.gerard-bashirian.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170274,"job_number":"JOB_170274","tr_customer_id":170291,"tr_customer_product_id":170281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Ariel Bernhard","mobile_number":"7091816373","email_id":"brandee.kemmer@yahoo.com","dop":"2026-01-19","serial_number":"663775890199765","imei1":"255542807658649","imei2":"840539096445094","popurl":"www.nga-kuhlman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170275,"job_number":"JOB_170275","tr_customer_id":170292,"tr_customer_product_id":170282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Rashad Streich","mobile_number":"7034316350","email_id":"devon.abshire@gmail.com","dop":"2026-01-19","serial_number":"074453291653388","imei1":"673519097646997","imei2":"954744911420191","popurl":"www.ivory-legros.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170276,"job_number":"JOB_170276","tr_customer_id":170293,"tr_customer_product_id":170283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Gil Little","mobile_number":"7005177573","email_id":"jerry.ratke@yahoo.com","dop":"2026-01-19","serial_number":"428147030483039","imei1":"451809402685655","imei2":"838329545950033","popurl":"www.valery-hickle.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170277,"job_number":"JOB_170277","tr_customer_id":170294,"tr_customer_product_id":170284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Rosario Gleason","mobile_number":"7026928337","email_id":"ezra.hoeger@gmail.com","dop":"2026-01-19","serial_number":"714493037194091","imei1":"161475230192910","imei2":"237466804490015","popurl":"www.devin-keebler.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170278,"job_number":"JOB_170278","tr_customer_id":170295,"tr_customer_product_id":170285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Shanice Gutmann","mobile_number":"7057570768","email_id":"howard.murray@gmail.com","dop":"2026-01-19","serial_number":"133040382899834","imei1":"656152903691011","imei2":"097861798104938","popurl":"www.bong-johnson.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170279,"job_number":"JOB_170279","tr_customer_id":170296,"tr_customer_product_id":170286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Quinn Ankunding","mobile_number":"7078393695","email_id":"kurt.simonis@gmail.com","dop":"2026-01-19","serial_number":"585745996333988","imei1":"365102360124660","imei2":"290343825323120","popurl":"www.tuan-towne.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170280,"job_number":"JOB_170280","tr_customer_id":170297,"tr_customer_product_id":170287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Launa Koelpin","mobile_number":"7019276649","email_id":"bart.dach@gmail.com","dop":"2026-01-19","serial_number":"111678387215629","imei1":"699233265636085","imei2":"389383014734706","popurl":"www.briana-hessel.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170281,"job_number":"JOB_170281","tr_customer_id":170298,"tr_customer_product_id":170288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Gerardo Lynch","mobile_number":"7052894028","email_id":"beatris.herman@yahoo.com","dop":"2026-01-19","serial_number":"991354659847131","imei1":"211131001419487","imei2":"732099870144335","popurl":"www.donya-wilkinson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170282,"job_number":"JOB_170282","tr_customer_id":170299,"tr_customer_product_id":170289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Violette Zboncak","mobile_number":"7054325873","email_id":"jon.beatty@yahoo.com","dop":"2026-01-19","serial_number":"113313770878779","imei1":"172401667657537","imei2":"410626337285531","popurl":"www.randall-thompson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170283,"job_number":"JOB_170283","tr_customer_id":170300,"tr_customer_product_id":170290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Isidra Bernier","mobile_number":"7011875783","email_id":"kelley.rohan@hotmail.com","dop":"2026-01-19","serial_number":"081477794363547","imei1":"300507865461477","imei2":"746794430713661","popurl":"www.eldora-quitzon.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170284,"job_number":"JOB_170284","tr_customer_id":170301,"tr_customer_product_id":170291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Leatrice Kling","mobile_number":"7057861642","email_id":"evette.bechtelar@yahoo.com","dop":"2026-01-19","serial_number":"211730052522536","imei1":"412751570164251","imei2":"304744183682637","popurl":"www.cassaundra-schmitt.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170285,"job_number":"JOB_170285","tr_customer_id":170302,"tr_customer_product_id":170292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Broderick Smith","mobile_number":"7001351483","email_id":"cary.mccullough@hotmail.com","dop":"2026-01-19","serial_number":"320773034943050","imei1":"114223627161612","imei2":"107464813860199","popurl":"www.chu-renner.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170286,"job_number":"JOB_170286","tr_customer_id":170303,"tr_customer_product_id":170293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Shayla Kessler","mobile_number":"7086168202","email_id":"aleen.kunde@gmail.com","dop":"2026-01-19","serial_number":"236372367591240","imei1":"334285666363360","imei2":"018877848468158","popurl":"www.stephen-blick.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170287,"job_number":"JOB_170287","tr_customer_id":170304,"tr_customer_product_id":170294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Rolland Batz","mobile_number":"7086908465","email_id":"cordell.rodriguez@yahoo.com","dop":"2026-01-19","serial_number":"561496191451956","imei1":"004520205915341","imei2":"051969360351284","popurl":"www.benedict-waelchi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170288,"job_number":"JOB_170288","tr_customer_id":170305,"tr_customer_product_id":170295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Garfield Koch","mobile_number":"7054113851","email_id":"jarrett.hartmann@hotmail.com","dop":"2026-01-19","serial_number":"759466932485178","imei1":"112079791017813","imei2":"004672035246440","popurl":"www.oswaldo-pagac.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170289,"job_number":"JOB_170289","tr_customer_id":170306,"tr_customer_product_id":170296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Beau Kling","mobile_number":"7069866035","email_id":"kelsi.runolfsson@yahoo.com","dop":"2026-01-19","serial_number":"290742738273944","imei1":"668260766835625","imei2":"652104689973897","popurl":"www.bennie-bartoletti.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170290,"job_number":"JOB_170290","tr_customer_id":170307,"tr_customer_product_id":170297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Thanh Lueilwitz","mobile_number":"7073544974","email_id":"bobby.dicki@yahoo.com","dop":"2026-01-19","serial_number":"301518552424284","imei1":"893663339624586","imei2":"795915710844668","popurl":"www.gertrude-oconnell.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170291,"job_number":"JOB_170291","tr_customer_id":170308,"tr_customer_product_id":170298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Ligia Powlowski","mobile_number":"7052117223","email_id":"nakia.skiles@hotmail.com","dop":"2026-01-19","serial_number":"734089455529193","imei1":"817252341842789","imei2":"122537213300785","popurl":"www.yen-jerde.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170292,"job_number":"JOB_170292","tr_customer_id":170309,"tr_customer_product_id":170299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Wilburn Kutch","mobile_number":"7059269789","email_id":"diedra.dubuque@gmail.com","dop":"2026-01-19","serial_number":"792149224110826","imei1":"224341792702478","imei2":"686155765699649","popurl":"www.sol-ruecker.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170293,"job_number":"JOB_170293","tr_customer_id":170310,"tr_customer_product_id":170300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Gale Windler","mobile_number":"7053187120","email_id":"virgil.jacobson@gmail.com","dop":"2026-01-19","serial_number":"546650878449800","imei1":"654676504441541","imei2":"054634256245915","popurl":"www.fidela-muller.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170294,"job_number":"JOB_170294","tr_customer_id":170311,"tr_customer_product_id":170301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Melissia Heathcote","mobile_number":"7049912515","email_id":"hipolito.okeefe@hotmail.com","dop":"2026-01-19","serial_number":"920398109443780","imei1":"299409222664093","imei2":"661756859460322","popurl":"www.nicolette-hansen.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170295,"job_number":"JOB_170295","tr_customer_id":170312,"tr_customer_product_id":170302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Corrin Emard","mobile_number":"7035854600","email_id":"rhea.grady@yahoo.com","dop":"2026-01-19","serial_number":"703029191701704","imei1":"039399364369762","imei2":"386766186332312","popurl":"www.arica-christiansen.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170296,"job_number":"JOB_170296","tr_customer_id":170313,"tr_customer_product_id":170303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Cecily Conroy","mobile_number":"7090037166","email_id":"avery.klein@gmail.com","dop":"2026-01-19","serial_number":"054405971580322","imei1":"679615245379949","imei2":"975504407308938","popurl":"www.reginald-williamson.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170297,"job_number":"JOB_170297","tr_customer_id":170314,"tr_customer_product_id":170304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Wilbur Walker","mobile_number":"7071289746","email_id":"kip.rau@yahoo.com","dop":"2026-01-19","serial_number":"994703034336346","imei1":"698413656866811","imei2":"565237069743950","popurl":"www.cassandra-douglas.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170298,"job_number":"JOB_170298","tr_customer_id":170315,"tr_customer_product_id":170305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Judson Lebsack","mobile_number":"7047802957","email_id":"leon.schamberger@yahoo.com","dop":"2026-01-19","serial_number":"007111435469463","imei1":"942630586541499","imei2":"256068166300666","popurl":"www.todd-wehner.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170299,"job_number":"JOB_170299","tr_customer_id":170316,"tr_customer_product_id":170306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Krystin Kuhic","mobile_number":"7073314363","email_id":"amparo.howe@gmail.com","dop":"2026-01-19","serial_number":"405554517896442","imei1":"849844372020304","imei2":"401806640799600","popurl":"www.jacqulyn-stark.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170300,"job_number":"JOB_170300","tr_customer_id":170317,"tr_customer_product_id":170307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Dorthea Bode","mobile_number":"7028156604","email_id":"lizabeth.kreiger@yahoo.com","dop":"2026-01-19","serial_number":"014277701229923","imei1":"496340704994249","imei2":"093038207032628","popurl":"www.freeman-gulgowski.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170301,"job_number":"JOB_170301","tr_customer_id":170318,"tr_customer_product_id":170308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Shanae Nienow","mobile_number":"7085477286","email_id":"bebe.collins@gmail.com","dop":"2026-01-19","serial_number":"333881492313480","imei1":"465199716601108","imei2":"190637435307858","popurl":"www.cinderella-abernathy.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170302,"job_number":"JOB_170302","tr_customer_id":170319,"tr_customer_product_id":170309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Julius Daugherty","mobile_number":"7068994163","email_id":"ryann.hand@yahoo.com","dop":"2026-01-19","serial_number":"115363344515312","imei1":"703158220144090","imei2":"214864755915204","popurl":"www.freida-mueller.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170303,"job_number":"JOB_170303","tr_customer_id":170320,"tr_customer_product_id":170310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:35.000Z","modified_at":"2026-01-29T05:48:35.000Z","name":"Estell Goyette","mobile_number":"7076879395","email_id":"jerrod.miller@hotmail.com","dop":"2026-01-19","serial_number":"525133618426072","imei1":"252597024711472","imei2":"150861370405568","popurl":"www.osvaldo-barrows.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170304,"job_number":"JOB_170304","tr_customer_id":170321,"tr_customer_product_id":170311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Zackary Wolff","mobile_number":"7042601363","email_id":"foster.mcglynn@gmail.com","dop":"2026-01-19","serial_number":"465575730158631","imei1":"021192744336210","imei2":"021057683656422","popurl":"www.randal-turner.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170305,"job_number":"JOB_170305","tr_customer_id":170322,"tr_customer_product_id":170312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Kimberly Glover","mobile_number":"7095559611","email_id":"cary.farrell@gmail.com","dop":"2026-01-19","serial_number":"239556247015289","imei1":"301960567483025","imei2":"128441512416247","popurl":"www.adelaide-schaefer.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170306,"job_number":"JOB_170306","tr_customer_id":170323,"tr_customer_product_id":170313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Fermina McLaughlin","mobile_number":"7017166496","email_id":"rosendo.balistreri@hotmail.com","dop":"2026-01-19","serial_number":"072056892191034","imei1":"790721180190395","imei2":"805483436630756","popurl":"www.wayne-torp.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170307,"job_number":"JOB_170307","tr_customer_id":170324,"tr_customer_product_id":170314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Octavio Hilll","mobile_number":"7070346459","email_id":"richard.thompson@hotmail.com","dop":"2026-01-19","serial_number":"315777018232010","imei1":"858636238195406","imei2":"687490805977002","popurl":"www.amanda-braun.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170308,"job_number":"JOB_170308","tr_customer_id":170325,"tr_customer_product_id":170315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Leroy Reichel","mobile_number":"7096262834","email_id":"lemuel.goodwin@yahoo.com","dop":"2026-01-19","serial_number":"113690943917920","imei1":"573989202481299","imei2":"493240038896145","popurl":"www.michaele-trantow.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170309,"job_number":"JOB_170309","tr_customer_id":170326,"tr_customer_product_id":170316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Marcos Bernhard","mobile_number":"7093341698","email_id":"peggy.nolan@hotmail.com","dop":"2026-01-19","serial_number":"872892873464589","imei1":"656320435657996","imei2":"579243516072405","popurl":"www.bernardina-farrell.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170310,"job_number":"JOB_170310","tr_customer_id":170327,"tr_customer_product_id":170317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Cori Bahringer","mobile_number":"7015609745","email_id":"paola.aufderhar@gmail.com","dop":"2026-01-19","serial_number":"062382101570858","imei1":"107256484287444","imei2":"759968193356360","popurl":"www.cruz-ruecker.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170311,"job_number":"JOB_170311","tr_customer_id":170328,"tr_customer_product_id":170318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Terra Batz","mobile_number":"7065942000","email_id":"dillon.cormier@hotmail.com","dop":"2026-01-19","serial_number":"360326519033902","imei1":"833717706004840","imei2":"518190593381939","popurl":"www.carlita-stamm.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170312,"job_number":"JOB_170312","tr_customer_id":170329,"tr_customer_product_id":170319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Donte Schuster","mobile_number":"7056886671","email_id":"eldon.bechtelar@gmail.com","dop":"2026-01-19","serial_number":"986071458169851","imei1":"560922975673975","imei2":"913400530238079","popurl":"www.manie-murphy.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170313,"job_number":"JOB_170313","tr_customer_id":170330,"tr_customer_product_id":170320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:57:36.000Z","modified_at":"2026-01-29T05:57:36.000Z","name":"veer kumar","mobile_number":"9398102868","email_id":"veer@gmail.com","dop":"2026-01-11","serial_number":"12343223456765432","imei1":"12343223456765432","imei2":"12343223456765432","popurl":"2026-01-11T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170314,"job_number":"JOB_170314","tr_customer_id":170331,"tr_customer_product_id":170321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:02:17.000Z","modified_at":"2026-01-29T06:02:17.000Z","name":"Dron Reddy","mobile_number":"7034869575","email_id":"chandravati.nehru@yahoo.co.in","dop":"2026-01-19","serial_number":"059444005131417","imei1":"059444005131417","imei2":"059444005131417","popurl":"www.dhananjay-reddy.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:02:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170315,"job_number":"JOB_170315","tr_customer_id":170332,"tr_customer_product_id":170322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:08:07.000Z","modified_at":"2026-01-29T06:08:07.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2026-01-19","serial_number":"13511800420678","imei1":"13511800420678","imei2":"13511800420678","popurl":"2026-01-19T06:08:04.176679800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:08:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170316,"job_number":"JOB_170316","tr_customer_id":170333,"tr_customer_product_id":170323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:17:59.000Z","modified_at":"2026-01-29T06:17:59.000Z","name":"Brajesh Varma","mobile_number":"7037232521","email_id":"chanda.talwar@yahoo.co.in","dop":"2026-01-19","serial_number":"706892942434128","imei1":"706892942434128","imei2":"706892942434128","popurl":"www.umang-chaturvedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170317,"job_number":"JOB_170317","tr_customer_id":170334,"tr_customer_product_id":170324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:22:55.000Z","modified_at":"2026-01-29T06:22:55.000Z","name":"Dharitri Dutta","mobile_number":"7029773404","email_id":"bodhan.pothuvaal@hotmail.com","dop":"2026-01-19","serial_number":"945495203650264","imei1":"945495203650264","imei2":"945495203650264","popurl":"www.durgeshwari-kakkar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170335,"job_number":"JOB_170335","tr_customer_id":170352,"tr_customer_product_id":170342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:51.000Z","modified_at":"2026-01-29T06:35:51.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10856121769214","imei1":"10856121769214","imei2":"10856121769214","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170337,"job_number":"JOB_170337","tr_customer_id":170354,"tr_customer_product_id":170344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:52.000Z","modified_at":"2026-01-29T06:35:52.000Z","name":"Britney Boyer","mobile_number":"936-736-9229","email_id":"Derick_Simonis83@gmail.com","dop":"2025-06-18","serial_number":"1060705733169913","imei1":"1060705733169913","imei2":"1060705733169913","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:35:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170339,"job_number":"JOB_170339","tr_customer_id":170356,"tr_customer_product_id":170346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:00.000Z","modified_at":"2026-01-29T06:36:00.000Z","name":"Darlene Mayer","mobile_number":"455-205-3827","email_id":"Jadon.Gaylord33@yahoo.com","dop":"2025-04-06","serial_number":"18172264101396828","imei1":"18172264101396828","imei2":"18172264101396828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170340,"job_number":"JOB_170340","tr_customer_id":170357,"tr_customer_product_id":170347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:35.000Z","modified_at":"2026-01-29T06:36:35.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10276504604543","imei1":"10276504604543","imei2":"10276504604543","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:36:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170342,"job_number":"JOB_170342","tr_customer_id":170359,"tr_customer_product_id":170349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:36.000Z","modified_at":"2026-01-29T06:36:36.000Z","name":"Roy Keeling","mobile_number":"283-823-6410","email_id":"Walton.Wisoky50@gmail.com","dop":"2025-06-18","serial_number":"1013664490259973","imei1":"1013664490259973","imei2":"1013664490259973","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:36:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170343,"job_number":"JOB_170343","tr_customer_id":170360,"tr_customer_product_id":170350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:02.000Z","modified_at":"2026-01-29T06:37:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15522363055902","imei1":"15522363055902","imei2":"15522363055902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170345,"job_number":"JOB_170345","tr_customer_id":170362,"tr_customer_product_id":170352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:03.000Z","modified_at":"2026-01-29T06:37:04.000Z","name":"Alexa Crooks","mobile_number":"725-380-5649","email_id":"Jennyfer84@gmail.com","dop":"2025-04-06","serial_number":"18407784815935784","imei1":"18407784815935784","imei2":"18407784815935784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170346,"job_number":"JOB_170346","tr_customer_id":170363,"tr_customer_product_id":170353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:46.000Z","modified_at":"2026-01-29T06:37:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15855807980150","imei1":"15855807980150","imei2":"15855807980150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170348,"job_number":"JOB_170348","tr_customer_id":170365,"tr_customer_product_id":170355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:48.000Z","modified_at":"2026-01-29T06:37:48.000Z","name":"Jeanie Crist","mobile_number":"584-251-9509","email_id":"Assunta86@gmail.com","dop":"2025-04-06","serial_number":"10715964929387842","imei1":"10715964929387842","imei2":"10715964929387842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170349,"job_number":"JOB_170349","tr_customer_id":170366,"tr_customer_product_id":170356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:31.000Z","modified_at":"2026-01-29T06:38:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16037824530219","imei1":"16037824530219","imei2":"16037824530219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:38:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170351,"job_number":"JOB_170351","tr_customer_id":170368,"tr_customer_product_id":170358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:33.000Z","modified_at":"2026-01-29T06:38:33.000Z","name":"Vallie Durgan","mobile_number":"902-443-2582","email_id":"Mason_Rutherford@yahoo.com","dop":"2025-04-06","serial_number":"19835579645295650","imei1":"19835579645295650","imei2":"19835579645295650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:38:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170352,"job_number":"JOB_170352","tr_customer_id":170369,"tr_customer_product_id":170359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:47.000Z","modified_at":"2026-01-29T06:38:47.000Z","name":"Atreyi Rana","mobile_number":"7083087604","email_id":"vidhya.bhat@hotmail.com","dop":"2026-01-19","serial_number":"706941820273780","imei1":"706941820273780","imei2":"706941820273780","popurl":"www.gaurang-naik.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:38:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170353,"job_number":"JOB_170353","tr_customer_id":170370,"tr_customer_product_id":170360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:39:25.000Z","modified_at":"2026-01-29T06:39:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19568621313003","imei1":"19568621313003","imei2":"19568621313003","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:39:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170355,"job_number":"JOB_170355","tr_customer_id":170372,"tr_customer_product_id":170362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:39:26.000Z","modified_at":"2026-01-29T06:39:26.000Z","name":"Libby Torp","mobile_number":"288-373-3904","email_id":"Brown.Little1@yahoo.com","dop":"2025-04-06","serial_number":"18091890734912620","imei1":"18091890734912620","imei2":"18091890734912620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:39:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170356,"job_number":"JOB_170356","tr_customer_id":170373,"tr_customer_product_id":170363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:10.000Z","modified_at":"2026-01-29T06:40:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12207671801424","imei1":"12207671801424","imei2":"12207671801424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170358,"job_number":"JOB_170358","tr_customer_id":170375,"tr_customer_product_id":170365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:12.000Z","modified_at":"2026-01-29T06:40:12.000Z","name":"Liana Harvey","mobile_number":"408-925-4854","email_id":"Alison_Koepp@gmail.com","dop":"2025-04-06","serial_number":"17423739786054996","imei1":"17423739786054996","imei2":"17423739786054996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170359,"job_number":"JOB_170359","tr_customer_id":170376,"tr_customer_product_id":170366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:56.000Z","modified_at":"2026-01-29T06:40:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12208140426477","imei1":"12208140426477","imei2":"12208140426477","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170361,"job_number":"JOB_170361","tr_customer_id":170378,"tr_customer_product_id":170368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:57.000Z","modified_at":"2026-01-29T06:40:57.000Z","name":"Newell Lowe","mobile_number":"686-637-0679","email_id":"Vella.Kuhlman@hotmail.com","dop":"2025-04-06","serial_number":"10645713143187366","imei1":"10645713143187366","imei2":"10645713143187366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170363,"job_number":"JOB_170363","tr_customer_id":170380,"tr_customer_product_id":170370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:47.000Z","modified_at":"2026-01-29T06:41:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15855265716463","imei1":"15855265716463","imei2":"15855265716463","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:41:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170365,"job_number":"JOB_170365","tr_customer_id":170382,"tr_customer_product_id":170372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:49.000Z","modified_at":"2026-01-29T06:41:49.000Z","name":"Coy Dickens","mobile_number":"523-221-0909","email_id":"Luella_Wilkinson3@yahoo.com","dop":"2025-04-06","serial_number":"16780419753845036","imei1":"16780419753845036","imei2":"16780419753845036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:41:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170367,"job_number":"JOB_170367","tr_customer_id":170384,"tr_customer_product_id":170374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:42:38.000Z","modified_at":"2026-01-29T06:42:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11661249578121","imei1":"11661249578121","imei2":"11661249578121","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:42:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170369,"job_number":"JOB_170369","tr_customer_id":170386,"tr_customer_product_id":170376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:42:39.000Z","modified_at":"2026-01-29T06:42:39.000Z","name":"Elyssa Gaylord","mobile_number":"913-445-2459","email_id":"Erwin19@hotmail.com","dop":"2025-04-06","serial_number":"14369738604398470","imei1":"14369738604398470","imei2":"14369738604398470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170370,"job_number":"JOB_170370","tr_customer_id":170387,"tr_customer_product_id":170377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:23.000Z","modified_at":"2026-01-29T06:43:23.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14953346028155","imei2":"14953346028155","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170372,"job_number":"JOB_170372","tr_customer_id":170389,"tr_customer_product_id":170379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:28.000Z","modified_at":"2026-01-29T06:43:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18444745092848","imei1":"18444745092848","imei2":"18444745092848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170374,"job_number":"JOB_170374","tr_customer_id":170391,"tr_customer_product_id":170381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:30.000Z","modified_at":"2026-01-29T06:43:30.000Z","name":"Elise Langworth","mobile_number":"506-789-5136","email_id":"Cordia_OKon@yahoo.com","dop":"2025-04-06","serial_number":"13668979298666100","imei1":"13668979298666100","imei2":"13668979298666100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170375,"job_number":"JOB_170375","tr_customer_id":170392,"tr_customer_product_id":170382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:37.000Z","modified_at":"2026-01-29T06:43:37.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14176198100525","imei2":"14176198100525","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170377,"job_number":"JOB_170377","tr_customer_id":170394,"tr_customer_product_id":170384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:51.000Z","modified_at":"2026-01-29T06:43:51.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14983278150615","imei2":"14983278150615","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170380,"job_number":"JOB_170380","tr_customer_id":170397,"tr_customer_product_id":170387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:45:09.000Z","modified_at":"2026-01-29T06:45:09.000Z","name":"Winona Pouros","mobile_number":"473-755-4357","email_id":"Naomi14@gmail.com","dop":"2025-04-06","serial_number":"13217274141320578","imei1":"13217274141320578","imei2":"13217274141320578","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:45:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170381,"job_number":"JOB_170381","tr_customer_id":170398,"tr_customer_product_id":170388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:25.000Z","modified_at":"2026-01-29T06:46:25.000Z","name":"Shresth Naik","mobile_number":"7096770820","email_id":"dharani.gill@gmail.com","dop":"2026-01-19","serial_number":"647276168264212","imei1":"647276168264212","imei2":"647276168264212","popurl":"www.prem-desai.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170382,"job_number":"JOB_170382","tr_customer_id":170399,"tr_customer_product_id":170389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:29.000Z","modified_at":"2026-01-29T06:46:29.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17680172698670","imei1":"17680172698670","imei2":"17680172698670","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170384,"job_number":"JOB_170384","tr_customer_id":170401,"tr_customer_product_id":170391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:47.000Z","modified_at":"2026-01-29T06:46:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10870358707358","imei1":"10870358707358","imei2":"10870358707358","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170386,"job_number":"JOB_170386","tr_customer_id":170403,"tr_customer_product_id":170393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:49.000Z","modified_at":"2026-01-29T06:46:49.000Z","name":"Kurtis O'Hara","mobile_number":"552-370-2299","email_id":"Alden_Price@hotmail.com","dop":"2025-04-06","serial_number":"18333736871994510","imei1":"18333736871994510","imei2":"18333736871994510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170387,"job_number":"JOB_170387","tr_customer_id":170404,"tr_customer_product_id":170394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:13.000Z","modified_at":"2026-01-29T06:47:13.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"13725543893783","imei1":"13725543893783","imei2":"13725543893783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170389,"job_number":"JOB_170389","tr_customer_id":170406,"tr_customer_product_id":170396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:32.000Z","modified_at":"2026-01-29T06:47:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19445917856710","imei1":"19445917856710","imei2":"19445917856710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170391,"job_number":"JOB_170391","tr_customer_id":170408,"tr_customer_product_id":170398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:34.000Z","modified_at":"2026-01-29T06:47:34.000Z","name":"Dane Hoppe","mobile_number":"749-448-7419","email_id":"Annalise.Daugherty53@gmail.com","dop":"2025-04-06","serial_number":"11354351697475178","imei1":"11354351697475178","imei2":"11354351697475178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170392,"job_number":"JOB_170392","tr_customer_id":170409,"tr_customer_product_id":170399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:56.000Z","modified_at":"2026-01-29T06:47:56.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"19847883260012","imei1":"19847883260012","imei2":"19847883260012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170397,"job_number":"JOB_170397","tr_customer_id":170414,"tr_customer_product_id":170404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:17.000Z","modified_at":"2026-01-29T06:48:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11242676978023","imei1":"11242676978023","imei2":"11242676978023","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170399,"job_number":"JOB_170399","tr_customer_id":170416,"tr_customer_product_id":170406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:19.000Z","modified_at":"2026-01-29T06:48:19.000Z","name":"Kristin Sipes","mobile_number":"704-939-2871","email_id":"Royal_Miller@yahoo.com","dop":"2025-04-06","serial_number":"12721076683349210","imei1":"12721076683349210","imei2":"12721076683349210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170406,"job_number":"JOB_170406","tr_customer_id":170423,"tr_customer_product_id":170413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:59.000Z","modified_at":"2026-01-29T06:49:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14669517761007","imei1":"14669517761007","imei2":"14669517761007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170408,"job_number":"JOB_170408","tr_customer_id":170425,"tr_customer_product_id":170415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:01.000Z","modified_at":"2026-01-29T06:50:01.000Z","name":"Heidi Brown","mobile_number":"904-681-5044","email_id":"Ceasar83@gmail.com","dop":"2025-04-06","serial_number":"13280798662547044","imei1":"13280798662547044","imei2":"13280798662547044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170412,"job_number":"JOB_170412","tr_customer_id":170429,"tr_customer_product_id":170419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:52.000Z","modified_at":"2026-01-29T06:50:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12487628971591","imei1":"12487628971591","imei2":"12487628971591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170414,"job_number":"JOB_170414","tr_customer_id":170431,"tr_customer_product_id":170421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:53.000Z","modified_at":"2026-01-29T06:50:53.000Z","name":"Queenie Schaden","mobile_number":"652-476-2967","email_id":"Zachary_Moore58@yahoo.com","dop":"2025-04-06","serial_number":"18537303171912784","imei1":"18537303171912784","imei2":"18537303171912784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170415,"job_number":"JOB_170415","tr_customer_id":170432,"tr_customer_product_id":170422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:51:43.000Z","modified_at":"2026-01-29T06:51:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15987695788168","imei1":"15987695788168","imei2":"15987695788168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170417,"job_number":"JOB_170417","tr_customer_id":170434,"tr_customer_product_id":170424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:51:45.000Z","modified_at":"2026-01-29T06:51:45.000Z","name":"Ona Toy","mobile_number":"970-382-0624","email_id":"Lilly_Bode19@gmail.com","dop":"2025-04-06","serial_number":"10138149216530896","imei1":"10138149216530896","imei2":"10138149216530896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:51:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170418,"job_number":"JOB_170418","tr_customer_id":170435,"tr_customer_product_id":170425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:09.000Z","modified_at":"2026-01-29T06:55:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10353172608729","imei1":"10353172608729","imei2":"10353172608729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170420,"job_number":"JOB_170420","tr_customer_id":170437,"tr_customer_product_id":170427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:11.000Z","modified_at":"2026-01-29T06:55:11.000Z","name":"Karelle Schroeder","mobile_number":"331-848-5054","email_id":"Dave_Stracke70@yahoo.com","dop":"2025-04-06","serial_number":"17895068214493260","imei1":"17895068214493260","imei2":"17895068214493260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170421,"job_number":"JOB_170421","tr_customer_id":170438,"tr_customer_product_id":170428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:56.000Z","modified_at":"2026-01-29T06:55:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13702350431528","imei1":"13702350431528","imei2":"13702350431528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170423,"job_number":"JOB_170423","tr_customer_id":170440,"tr_customer_product_id":170430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:57.000Z","modified_at":"2026-01-29T06:55:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15812020335789","imei1":"15812020335789","imei2":"15812020335789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170425,"job_number":"JOB_170425","tr_customer_id":170442,"tr_customer_product_id":170432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:58.000Z","modified_at":"2026-01-29T06:55:58.000Z","name":"Chauncey Runolfsson","mobile_number":"776-260-9651","email_id":"Andreanne_Stracke@gmail.com","dop":"2025-04-06","serial_number":"11741818876965598","imei1":"11741818876965598","imei2":"11741818876965598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170426,"job_number":"JOB_170426","tr_customer_id":170443,"tr_customer_product_id":170433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:59.000Z","modified_at":"2026-01-29T06:55:59.000Z","name":"Bria Leannon","mobile_number":"489-802-1287","email_id":"Chauncey_Dietrich63@gmail.com","dop":"2025-04-06","serial_number":"18153099437377484","imei1":"18153099437377484","imei2":"18153099437377484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170428,"job_number":"JOB_170428","tr_customer_id":170445,"tr_customer_product_id":170435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:04.000Z","modified_at":"2026-01-29T06:56:04.000Z","name":"Era Langosh","mobile_number":"535-387-8739","email_id":"Crystel_Cruickshank@yahoo.com","dop":"2025-04-06","serial_number":"18551971805714256","imei1":"18551971805714256","imei2":"18551971805714256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170430,"job_number":"JOB_170430","tr_customer_id":170447,"tr_customer_product_id":170437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:18.000Z","modified_at":"2026-01-29T06:56:18.000Z","name":"Mona Heaney","mobile_number":"821-325-9141","email_id":"Vallie63@gmail.com","dop":"2025-04-06","serial_number":"18494932092494360","imei1":"18494932092494360","imei2":"18494932092494360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170431,"job_number":"JOB_170431","tr_customer_id":170448,"tr_customer_product_id":170438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:44.000Z","modified_at":"2026-01-29T06:56:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16199929190824","imei1":"16199929190824","imei2":"16199929190824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170433,"job_number":"JOB_170433","tr_customer_id":170450,"tr_customer_product_id":170440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:46.000Z","modified_at":"2026-01-29T06:56:46.000Z","name":"Winfield Kerluke","mobile_number":"262-518-2098","email_id":"Braeden_Yundt42@yahoo.com","dop":"2025-04-06","serial_number":"10043849112111964","imei1":"10043849112111964","imei2":"10043849112111964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170434,"job_number":"JOB_170434","tr_customer_id":170451,"tr_customer_product_id":170441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:48.000Z","modified_at":"2026-01-29T06:56:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17419896394536","imei1":"17419896394536","imei2":"17419896394536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170436,"job_number":"JOB_170436","tr_customer_id":170453,"tr_customer_product_id":170443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:49.000Z","modified_at":"2026-01-29T06:56:49.000Z","name":"Raoul Kuhlman","mobile_number":"356-544-5923","email_id":"Mayra.Johnson@yahoo.com","dop":"2025-04-06","serial_number":"12562659490599182","imei1":"12562659490599182","imei2":"12562659490599182","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170437,"job_number":"JOB_170437","tr_customer_id":170454,"tr_customer_product_id":170444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:57:37.000Z","modified_at":"2026-01-29T06:57:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12745808333016","imei1":"12745808333016","imei2":"12745808333016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170439,"job_number":"JOB_170439","tr_customer_id":170456,"tr_customer_product_id":170446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:57:38.000Z","modified_at":"2026-01-29T06:57:38.000Z","name":"Roel Tillman","mobile_number":"311-505-6960","email_id":"Lavon90@yahoo.com","dop":"2025-04-06","serial_number":"13433899235445894","imei1":"13433899235445894","imei2":"13433899235445894","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170440,"job_number":"JOB_170440","tr_customer_id":170457,"tr_customer_product_id":170447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:21.000Z","modified_at":"2026-01-29T07:00:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17900992143091","imei1":"17900992143091","imei2":"17900992143091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170442,"job_number":"JOB_170442","tr_customer_id":170459,"tr_customer_product_id":170449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:23.000Z","modified_at":"2026-01-29T07:00:23.000Z","name":"Alvena Crist","mobile_number":"368-433-0509","email_id":"Adeline.Carroll@gmail.com","dop":"2025-04-06","serial_number":"10878890550692228","imei1":"10878890550692228","imei2":"10878890550692228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:00:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170444,"job_number":"JOB_170444","tr_customer_id":170461,"tr_customer_product_id":170451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:27.000Z","modified_at":"2026-01-29T07:00:27.000Z","name":"Carmela MacGyver","mobile_number":"266-774-7517","email_id":"Trace22@gmail.com","dop":"2025-04-06","serial_number":"15197690667528036","imei1":"15197690667528036","imei2":"15197690667528036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170445,"job_number":"JOB_170445","tr_customer_id":170462,"tr_customer_product_id":170452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:09.000Z","modified_at":"2026-01-29T07:01:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17956609760043","imei1":"17956609760043","imei2":"17956609760043","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170447,"job_number":"JOB_170447","tr_customer_id":170464,"tr_customer_product_id":170454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:10.000Z","modified_at":"2026-01-29T07:01:10.000Z","name":"Victoria Pfannerstill","mobile_number":"546-856-8212","email_id":"Nicholaus_Konopelski94@yahoo.com","dop":"2025-04-06","serial_number":"14543151397922404","imei1":"14543151397922404","imei2":"14543151397922404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170448,"job_number":"JOB_170448","tr_customer_id":170465,"tr_customer_product_id":170455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:55.000Z","modified_at":"2026-01-29T07:01:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17411536850453","imei1":"17411536850453","imei2":"17411536850453","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170450,"job_number":"JOB_170450","tr_customer_id":170467,"tr_customer_product_id":170457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:57.000Z","modified_at":"2026-01-29T07:01:57.000Z","name":"Travis Kilback","mobile_number":"245-744-6615","email_id":"Joey.Considine23@gmail.com","dop":"2025-04-06","serial_number":"17716187716120820","imei1":"17716187716120820","imei2":"17716187716120820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170451,"job_number":"JOB_170451","tr_customer_id":170468,"tr_customer_product_id":170458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:25.000Z","modified_at":"2026-01-29T07:10:25.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"10593676716794","imei1":"10593676716794","imei2":"10593676716794","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:10:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170453,"job_number":"JOB_170453","tr_customer_id":170470,"tr_customer_product_id":170460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:41.000Z","modified_at":"2026-01-29T07:10:41.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"10919082835236","imei1":"10919082835236","imei2":"10919082835236","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:10:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170455,"job_number":"JOB_170455","tr_customer_id":170472,"tr_customer_product_id":170462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:56.000Z","modified_at":"2026-01-29T07:10:56.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"15613900543394","imei1":"15613900543394","imei2":"15613900543394","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:10:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170457,"job_number":"JOB_170457","tr_customer_id":170474,"tr_customer_product_id":170464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:24:23.000Z","modified_at":"2026-01-29T07:24:23.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"19691618055896","imei1":"19691618055896","imei2":"119691618055896","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170458,"job_number":"JOB_170458","tr_customer_id":170475,"tr_customer_product_id":170465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:33:37.000Z","modified_at":"2026-01-29T07:33:37.000Z","name":"Kamala Kakkar","mobile_number":"7030157418","email_id":"gandharv.mehrotra@yahoo.co.in","dop":"2026-01-19","serial_number":"983519147373699","imei1":"983519147373699","imei2":"983519147373699","popurl":"www.chitrali-iyer.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:33:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170461,"job_number":"JOB_170461","tr_customer_id":170478,"tr_customer_product_id":170468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:42:19.000Z","modified_at":"2026-01-29T07:42:19.000Z","name":"Swara Ahluwalia","mobile_number":"7096046573","email_id":"pushti.nayar@gmail.com","dop":"2026-01-19","serial_number":"787116735846000","imei1":"787116735846000","imei2":"787116735846000","popurl":"www.ambar-panicker.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170467,"job_number":"JOB_170467","tr_customer_id":170484,"tr_customer_product_id":170474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:00.000Z","modified_at":"2026-01-29T07:57:00.000Z","name":"Pascale Haley","mobile_number":"455-509-9022","email_id":"Ruby43@hotmail.com","dop":"2025-04-06","serial_number":"14373098808279600","imei1":"14373098808279600","imei2":"14373098808279600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170469,"job_number":"JOB_170469","tr_customer_id":170486,"tr_customer_product_id":170476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:38.000Z","modified_at":"2026-01-29T07:57:38.000Z","name":"Ramona Brekke","mobile_number":"783-990-5641","email_id":"Palma_Weimann39@gmail.com","dop":"2025-04-06","serial_number":"12422512076616136","imei1":"12422512076616136","imei2":"12422512076616136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170471,"job_number":"JOB_170471","tr_customer_id":170488,"tr_customer_product_id":170478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:47.000Z","modified_at":"2026-01-29T07:57:47.000Z","name":"Devan Leuschke","mobile_number":"262-820-7320","email_id":"Horacio.Hartmann@hotmail.com","dop":"2025-04-06","serial_number":"12096401794029758","imei1":"12096401794029758","imei2":"12096401794029758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170475,"job_number":"JOB_170475","tr_customer_id":170492,"tr_customer_product_id":170482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:33.000Z","modified_at":"2026-01-29T07:58:33.000Z","name":"Robert Beahan","mobile_number":"476-879-6737","email_id":"Jalon_Kreiger@hotmail.com","dop":"2025-04-06","serial_number":"10286485922550454","imei1":"10286485922550454","imei2":"10286485922550454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170477,"job_number":"JOB_170477","tr_customer_id":170494,"tr_customer_product_id":170484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:43.000Z","modified_at":"2026-01-29T07:58:43.000Z","name":"Neha Cronin","mobile_number":"448-524-8683","email_id":"Jamar.Rogahn88@yahoo.com","dop":"2025-04-06","serial_number":"10871124116045736","imei1":"10871124116045736","imei2":"10871124116045736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170478,"job_number":"JOB_170478","tr_customer_id":170495,"tr_customer_product_id":170485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:35.000Z","modified_at":"2026-01-29T08:33:35.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"14443094780437","imei1":"14443094780437","imei2":"14443094780437","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:33:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170480,"job_number":"JOB_170480","tr_customer_id":170497,"tr_customer_product_id":170487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:43.000Z","modified_at":"2026-01-29T08:33:43.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatinsh12@gmail.com","dop":"2026-01-23","serial_number":"14372247011439","imei1":"14372247011439","imei2":"14372247011439","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170482,"job_number":"JOB_170482","tr_customer_id":170499,"tr_customer_product_id":170489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:52.000Z","modified_at":"2026-01-29T08:33:52.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"14504202781821","imei1":"14504202781821","imei2":"14504202781821","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170484,"job_number":"JOB_170484","tr_customer_id":170501,"tr_customer_product_id":170491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:44:19.000Z","modified_at":"2026-01-29T08:44:19.000Z","name":"Nyasia Greenholt","mobile_number":"402-796-7619","email_id":"Jose_Mueller@yahoo.com","dop":"2026-01-23","serial_number":"16583482488738","imei1":"16583482488738","imei2":"16583482488738","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:44:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170487,"job_number":"JOB_170487","tr_customer_id":170504,"tr_customer_product_id":170494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:31:12.000Z","modified_at":"2026-01-29T09:31:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12182427394346","imei1":"12182427394346","imei2":"12182427394346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:31:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170489,"job_number":"JOB_170489","tr_customer_id":170506,"tr_customer_product_id":170496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:31:14.000Z","modified_at":"2026-01-29T09:31:14.000Z","name":"Eleanora Hermann","mobile_number":"931-229-8276","email_id":"Erna32@gmail.com","dop":"2025-04-06","serial_number":"12163347163196928","imei1":"12163347163196928","imei2":"12163347163196928","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:31:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170490,"job_number":"JOB_170490","tr_customer_id":170507,"tr_customer_product_id":170497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:02.000Z","modified_at":"2026-01-29T09:32:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11962789441695","imei1":"11962789441695","imei2":"11962789441695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170492,"job_number":"JOB_170492","tr_customer_id":170509,"tr_customer_product_id":170499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:04.000Z","modified_at":"2026-01-29T09:32:04.000Z","name":"Dan Larkin","mobile_number":"832-264-6591","email_id":"Sheldon_Anderson@yahoo.com","dop":"2025-04-06","serial_number":"10459889448928188","imei1":"10459889448928188","imei2":"10459889448928188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170493,"job_number":"JOB_170493","tr_customer_id":170510,"tr_customer_product_id":170500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:52.000Z","modified_at":"2026-01-29T09:32:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16704057294280","imei1":"16704057294280","imei2":"16704057294280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170495,"job_number":"JOB_170495","tr_customer_id":170512,"tr_customer_product_id":170502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:53.000Z","modified_at":"2026-01-29T09:32:53.000Z","name":"Bernhard Heaney","mobile_number":"451-908-1369","email_id":"Isabelle_Price@gmail.com","dop":"2025-04-06","serial_number":"12238637914880776","imei1":"12238637914880776","imei2":"12238637914880776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170497,"job_number":"JOB_170497","tr_customer_id":170514,"tr_customer_product_id":170504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:45:07.000Z","modified_at":"2026-01-29T09:45:07.000Z","name":"Lorna Toy","mobile_number":"317-272-0077","email_id":"Zoila.Lakin@gmail.com","dop":"2026-01-23","serial_number":"15878897486017","imei1":"15878897486017","imei2":"15878897486017","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:45:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170498,"job_number":"JOB_170498","tr_customer_id":170515,"tr_customer_product_id":170505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:46:20.000Z","modified_at":"2026-01-29T09:46:20.000Z","name":"Imelda Pagac","mobile_number":"438-253-9465","email_id":"Reina12@yahoo.com","dop":"2026-01-23","serial_number":"15790119862263","imei1":"15790119862263","imei2":"15790119862263","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170499,"job_number":"JOB_170499","tr_customer_id":170516,"tr_customer_product_id":170506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:46:45.000Z","modified_at":"2026-01-29T09:46:45.000Z","name":"Gerardo Larkin","mobile_number":"462-208-3593","email_id":"Cesar_Dickens35@gmail.com","dop":"2026-01-23","serial_number":"11999782266327","imei1":"11999782266327","imei2":"11999782266327","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170500,"job_number":"JOB_170500","tr_customer_id":170517,"tr_customer_product_id":170507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:53:22.000Z","modified_at":"2026-01-29T09:53:22.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"18857077553165","imei1":"18857077553165","imei2":"18857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:53:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170501,"job_number":"JOB_170501","tr_customer_id":170518,"tr_customer_product_id":170508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:58:06.000Z","modified_at":"2026-01-29T09:58:06.000Z","name":"Bhushit Nambeesan","mobile_number":"7032420332","email_id":"hari.tagore@gmail.com","dop":"2026-01-19","serial_number":"270179718665005","imei1":"270179718665005","imei2":"270179718665005","popurl":"www.rajinder-nayar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170502,"job_number":"JOB_170502","tr_customer_id":170519,"tr_customer_product_id":170509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:58:39.000Z","modified_at":"2026-01-29T09:58:39.000Z","name":"veer kumar","mobile_number":"9398102868","email_id":"veer@gmail.com","dop":"2026-01-11","serial_number":"12343223456765432","imei1":"13343223456765437","imei2":"13343223456765437","popurl":"2026-01-11T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170503,"job_number":"JOB_170503","tr_customer_id":170520,"tr_customer_product_id":170510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:33:27.000Z","modified_at":"2026-01-29T10:33:27.000Z","name":"Jatin Jasani","mobile_number":"7507331188","email_id":"saurabh.jasani@gmail.com","dop":"2026-01-19","serial_number":"12308877001005","imei1":"12308877001005","imei2":"12308877001005","popurl":"2026-01-19T10:33:26.676455238Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170504,"job_number":"JOB_170504","tr_customer_id":170521,"tr_customer_product_id":170511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:34:59.000Z","modified_at":"2026-01-29T10:34:59.000Z","name":"Newname lastname","mobile_number":"68555305710","email_id":"pravalikabariki2tt13@gmail.com","dop":"2025-02-13","serial_number":"104426212713358","imei1":"104426212713358","imei2":"104426212713358","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170505,"job_number":"JOB_170505","tr_customer_id":170522,"tr_customer_product_id":170512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:53:51.000Z","modified_at":"2026-01-29T10:53:51.000Z","name":"Giriraj Nehru","mobile_number":"7035374466","email_id":"rajendra.acharya@hotmail.com","dop":"2026-01-19","serial_number":"994897353497024","imei1":"994897353497024","imei2":"994897353497024","popurl":"www.adityanandana-pillai.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:53:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170506,"job_number":"JOB_170506","tr_customer_id":170523,"tr_customer_product_id":170513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:58:37.000Z","modified_at":"2026-01-29T10:58:37.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-19","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-19T10:58:28.191709007Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170507,"job_number":"JOB_170507","tr_customer_id":170524,"tr_customer_product_id":170514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:58:38.000Z","modified_at":"2026-01-29T10:58:38.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-19","serial_number":"46234996938486","imei1":"46234996938486","imei2":"46234996938486","popurl":"2026-01-19T10:58:28.194453550Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170508,"job_number":"JOB_170508","tr_customer_id":170525,"tr_customer_product_id":170515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:58:50.000Z","modified_at":"2026-01-29T10:58:50.000Z","name":"Dev Iyengar","mobile_number":"8606776917","email_id":"jahnu.dubashi@yahoo.co.in","dop":"2026-01-19","serial_number":"19475080550896","imei1":"19475080550896","imei2":"19475080550896","popurl":"www.baalagopaal-bharadwaj.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170509,"job_number":"JOB_170509","tr_customer_id":170526,"tr_customer_product_id":170516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:08:15.000Z","modified_at":"2026-01-29T11:08:15.000Z","name":"Kartik Chopra","mobile_number":"7030240308","email_id":"kashyapi.khatri@hotmail.com","dop":"2026-01-19","serial_number":"236569941816667","imei1":"236569941816667","imei2":"236569941816667","popurl":"www.pushti-guha.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:08:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170511,"job_number":"JOB_170511","tr_customer_id":170528,"tr_customer_product_id":170518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:22:13.000Z","modified_at":"2026-01-29T11:22:13.000Z","name":"Manikya Chopra","mobile_number":"7032366380","email_id":"meghnad.patel@hotmail.com","dop":"2026-01-19","serial_number":"105719811067502","imei1":"105719811067502","imei2":"105719811067502","popurl":"www.divjot-talwar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:22:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170512,"job_number":"JOB_170512","tr_customer_id":170529,"tr_customer_product_id":170519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:22:20.000Z","modified_at":"2026-01-29T11:22:20.000Z","name":"Mandakini Gandhi","mobile_number":"7005985961","email_id":"anal.shukla@yahoo.co.in","dop":"2026-01-19","serial_number":"657148622683390","imei1":"657148622683390","imei2":"657148622683390","popurl":"www.anal-jain.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:22:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170513,"job_number":"JOB_170513","tr_customer_id":170530,"tr_customer_product_id":170520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:08.000Z","modified_at":"2026-01-29T11:35:08.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11897275204948","imei1":"11897275204948","imei2":"11897275204948","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170515,"job_number":"JOB_170515","tr_customer_id":170532,"tr_customer_product_id":170522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:09.000Z","modified_at":"2026-01-29T11:35:09.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"73803080638811","imei1":"73803080638811","imei2":"73803080638811","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170516,"job_number":"JOB_170516","tr_customer_id":170533,"tr_customer_product_id":170523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:21.000Z","modified_at":"2026-01-29T11:35:21.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14066071322122","imei1":"14066071322122","imei2":"14066071322122","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170518,"job_number":"JOB_170518","tr_customer_id":170535,"tr_customer_product_id":170525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:21.000Z","modified_at":"2026-01-29T11:35:21.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11964579188926","imei1":"11964579188926","imei2":"11964579188926","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170519,"job_number":"JOB_170519","tr_customer_id":170536,"tr_customer_product_id":170526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:50.000Z","modified_at":"2026-01-29T11:35:50.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12733231512576","imei1":"12733231512576","imei2":"12733231512576","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170520,"job_number":"JOB_170520","tr_customer_id":170537,"tr_customer_product_id":170527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:51.000Z","modified_at":"2026-01-29T11:35:51.000Z","name":"Sammy Miller","mobile_number":"240-579-5402","email_id":"Gerard.Prosacco@gmail.com","dop":"2026-01-04","serial_number":"13124607067875","imei1":"13124607067875","imei2":"13124607067875","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170521,"job_number":"JOB_170521","tr_customer_id":170538,"tr_customer_product_id":170528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:51.000Z","modified_at":"2026-01-29T11:35:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"21148268148501","imei1":"21148268148501","imei2":"21148268148501","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170522,"job_number":"JOB_170522","tr_customer_id":170539,"tr_customer_product_id":170529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:03.000Z","modified_at":"2026-01-29T11:51:03.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19344968030446","imei1":"19344968030446","imei2":"19344968030446","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170524,"job_number":"JOB_170524","tr_customer_id":170541,"tr_customer_product_id":170531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:04.000Z","modified_at":"2026-01-29T11:51:04.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"82623406654472","imei1":"82623406654472","imei2":"82623406654472","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170525,"job_number":"JOB_170525","tr_customer_id":170542,"tr_customer_product_id":170532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:16.000Z","modified_at":"2026-01-29T11:51:16.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10539951757375","imei1":"10539951757375","imei2":"10539951757375","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170527,"job_number":"JOB_170527","tr_customer_id":170544,"tr_customer_product_id":170534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:17.000Z","modified_at":"2026-01-29T11:51:17.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51487600308758","imei1":"51487600308758","imei2":"51487600308758","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170528,"job_number":"JOB_170528","tr_customer_id":170545,"tr_customer_product_id":170535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:29.000Z","modified_at":"2026-01-29T11:51:29.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11364612926593","imei1":"11364612926593","imei2":"11364612926593","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170530,"job_number":"JOB_170530","tr_customer_id":170547,"tr_customer_product_id":170537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:30.000Z","modified_at":"2026-01-29T11:51:30.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"99920633052438","imei1":"99920633052438","imei2":"99920633052438","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170531,"job_number":"JOB_170531","tr_customer_id":170548,"tr_customer_product_id":170538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:56:54.000Z","modified_at":"2026-01-29T11:56:54.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14271308685112","imei1":"14271308685112","imei2":"14271308685112","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170533,"job_number":"JOB_170533","tr_customer_id":170550,"tr_customer_product_id":170540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:56:55.000Z","modified_at":"2026-01-29T11:56:55.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"63867555085082","imei1":"63867555085082","imei2":"63867555085082","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170534,"job_number":"JOB_170534","tr_customer_id":170551,"tr_customer_product_id":170541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:08.000Z","modified_at":"2026-01-29T11:57:08.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11838655015818","imei1":"11838655015818","imei2":"11838655015818","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170536,"job_number":"JOB_170536","tr_customer_id":170553,"tr_customer_product_id":170543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:08.000Z","modified_at":"2026-01-29T11:57:08.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"57997310469576","imei1":"57997310469576","imei2":"57997310469576","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170537,"job_number":"JOB_170537","tr_customer_id":170554,"tr_customer_product_id":170544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:20.000Z","modified_at":"2026-01-29T11:57:20.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10411358947544","imei1":"10411358947544","imei2":"10411358947544","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170539,"job_number":"JOB_170539","tr_customer_id":170556,"tr_customer_product_id":170546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:21.000Z","modified_at":"2026-01-29T11:57:21.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"95577275655207","imei1":"95577275655207","imei2":"95577275655207","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170540,"job_number":"JOB_170540","tr_customer_id":170557,"tr_customer_product_id":170547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:01:46.000Z","modified_at":"2026-01-29T12:01:46.000Z","name":"Paramartha Acharya","mobile_number":"7075611374","email_id":"indira.joshi@yahoo.co.in","dop":"2026-01-19","serial_number":"066833272319913","imei1":"066833272319913","imei2":"066833272319913","popurl":"www.mina-agarwal.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:01:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170541,"job_number":"JOB_170541","tr_customer_id":170558,"tr_customer_product_id":170548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:30.000Z","modified_at":"2026-01-29T12:08:30.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10607057464470","imei1":"10607057464470","imei2":"10607057464470","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170543,"job_number":"JOB_170543","tr_customer_id":170560,"tr_customer_product_id":170550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:31.000Z","modified_at":"2026-01-29T12:08:31.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"53986320780911","imei1":"53986320780911","imei2":"53986320780911","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170544,"job_number":"JOB_170544","tr_customer_id":170561,"tr_customer_product_id":170551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:43.000Z","modified_at":"2026-01-29T12:08:43.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18134080865144","imei1":"18134080865144","imei2":"18134080865144","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170546,"job_number":"JOB_170546","tr_customer_id":170563,"tr_customer_product_id":170553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:44.000Z","modified_at":"2026-01-29T12:08:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19123522122975","imei1":"19123522122975","imei2":"19123522122975","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170547,"job_number":"JOB_170547","tr_customer_id":170564,"tr_customer_product_id":170554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:55.000Z","modified_at":"2026-01-29T12:08:55.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14974535054062","imei1":"14974535054062","imei2":"14974535054062","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170549,"job_number":"JOB_170549","tr_customer_id":170566,"tr_customer_product_id":170556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:56.000Z","modified_at":"2026-01-29T12:08:56.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"68884399312617","imei1":"68884399312617","imei2":"68884399312617","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170552,"job_number":"JOB_170552","tr_customer_id":170569,"tr_customer_product_id":170559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Nidhish P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"36857077553165","imei1":"36857077553165","imei2":"36857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170553,"job_number":"JOB_170553","tr_customer_id":170570,"tr_customer_product_id":170560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Ajit P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"93857077553165","imei1":"93857077553165","imei2":"93857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170554,"job_number":"JOB_170554","tr_customer_id":170571,"tr_customer_product_id":170561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Roshan P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"25857077553165","imei1":"25857077553165","imei2":"25857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170555,"job_number":"JOB_170555","tr_customer_id":170572,"tr_customer_product_id":170562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"16357077553165","imei1":"16357077553165","imei2":"16357077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170556,"job_number":"JOB_170556","tr_customer_id":170573,"tr_customer_product_id":170563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Sudam P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"17257077553165","imei1":"17257077553165","imei2":"17257077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170557,"job_number":"JOB_170557","tr_customer_id":170574,"tr_customer_product_id":170564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:34.000Z","modified_at":"2026-01-29T12:22:34.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19852270702376","imei1":"19852270702376","imei2":"19852270702376","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170559,"job_number":"JOB_170559","tr_customer_id":170576,"tr_customer_product_id":170566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:35.000Z","modified_at":"2026-01-29T12:22:35.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"50302547820553","imei1":"50302547820553","imei2":"50302547820553","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170560,"job_number":"JOB_170560","tr_customer_id":170577,"tr_customer_product_id":170567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:48.000Z","modified_at":"2026-01-29T12:22:48.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17135188746991","imei1":"17135188746991","imei2":"17135188746991","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170562,"job_number":"JOB_170562","tr_customer_id":170579,"tr_customer_product_id":170569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:48.000Z","modified_at":"2026-01-29T12:22:48.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16620338405473","imei1":"16620338405473","imei2":"16620338405473","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170563,"job_number":"JOB_170563","tr_customer_id":170580,"tr_customer_product_id":170570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:23:00.000Z","modified_at":"2026-01-29T12:23:00.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15857532110722","imei1":"15857532110722","imei2":"15857532110722","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:23:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170565,"job_number":"JOB_170565","tr_customer_id":170582,"tr_customer_product_id":170572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:23:01.000Z","modified_at":"2026-01-29T12:23:01.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"106842557277893","imei1":"106842557277893","imei2":"106842557277893","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:23:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170566,"job_number":"JOB_170566","tr_customer_id":170583,"tr_customer_product_id":170573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:23.000Z","modified_at":"2026-01-29T12:25:23.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12418718612898","imei1":"12418718612898","imei2":"12418718612898","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170568,"job_number":"JOB_170568","tr_customer_id":170585,"tr_customer_product_id":170575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:24.000Z","modified_at":"2026-01-29T12:25:24.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"25890562595419","imei1":"25890562595419","imei2":"25890562595419","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170569,"job_number":"JOB_170569","tr_customer_id":170586,"tr_customer_product_id":170576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:36.000Z","modified_at":"2026-01-29T12:25:36.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10557207415583","imei1":"10557207415583","imei2":"10557207415583","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170571,"job_number":"JOB_170571","tr_customer_id":170588,"tr_customer_product_id":170578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:37.000Z","modified_at":"2026-01-29T12:25:37.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"65194808903664","imei1":"65194808903664","imei2":"65194808903664","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170572,"job_number":"JOB_170572","tr_customer_id":170589,"tr_customer_product_id":170579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:49.000Z","modified_at":"2026-01-29T12:25:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19376722880369","imei1":"19376722880369","imei2":"19376722880369","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170574,"job_number":"JOB_170574","tr_customer_id":170591,"tr_customer_product_id":170581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:50.000Z","modified_at":"2026-01-29T12:25:50.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"27208133878736","imei1":"27208133878736","imei2":"27208133878736","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170577,"job_number":"JOB_170577","tr_customer_id":170594,"tr_customer_product_id":170584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:02:46.000Z","modified_at":"2026-01-29T13:02:46.000Z","name":"Rohan Johar","mobile_number":"7018972615","email_id":"manikya.somayaji@hotmail.com","dop":"2026-01-19","serial_number":"485879120274246","imei1":"485879120274246","imei2":"485879120274246","popurl":"www.naveen-pothuvaal.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:02:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170578,"job_number":"JOB_170578","tr_customer_id":170595,"tr_customer_product_id":170585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:32.000Z","modified_at":"2026-01-29T13:03:32.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14481599718290","imei1":"14481599718290","imei2":"14481599718290","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170580,"job_number":"JOB_170580","tr_customer_id":170597,"tr_customer_product_id":170587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:33.000Z","modified_at":"2026-01-29T13:03:33.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"55459891588674","imei1":"55459891588674","imei2":"55459891588674","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170581,"job_number":"JOB_170581","tr_customer_id":170598,"tr_customer_product_id":170588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:44.000Z","modified_at":"2026-01-29T13:03:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18543401995104","imei1":"18543401995104","imei2":"18543401995104","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170583,"job_number":"JOB_170583","tr_customer_id":170600,"tr_customer_product_id":170590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:44.000Z","modified_at":"2026-01-29T13:03:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51593891280494","imei1":"51593891280494","imei2":"51593891280494","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170584,"job_number":"JOB_170584","tr_customer_id":170601,"tr_customer_product_id":170591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:55.000Z","modified_at":"2026-01-29T13:03:55.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15710936490561","imei1":"15710936490561","imei2":"15710936490561","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170586,"job_number":"JOB_170586","tr_customer_id":170603,"tr_customer_product_id":170593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:56.000Z","modified_at":"2026-01-29T13:03:56.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"106188952658294","imei1":"106188952658294","imei2":"106188952658294","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170587,"job_number":"JOB_170587","tr_customer_id":170604,"tr_customer_product_id":170594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:11:01.000Z","modified_at":"2026-01-29T13:11:01.000Z","name":"Anamika Tagore","mobile_number":"7090685677","email_id":"devani.embranthiri@gmail.com","dop":"2026-01-19","serial_number":"081482321366832","imei1":"081482321366832","imei2":"081482321366832","popurl":"www.atreyi-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:11:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170588,"job_number":"JOB_170588","tr_customer_id":170605,"tr_customer_product_id":170595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:13:50.000Z","modified_at":"2026-01-29T13:13:50.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17470816007528","imei1":"17470816007528","imei2":"17470816007528","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:13:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170590,"job_number":"JOB_170590","tr_customer_id":170607,"tr_customer_product_id":170597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:13:51.000Z","modified_at":"2026-01-29T13:13:51.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"94810015130408","imei1":"94810015130408","imei2":"94810015130408","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:13:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170591,"job_number":"JOB_170591","tr_customer_id":170608,"tr_customer_product_id":170598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:02.000Z","modified_at":"2026-01-29T13:14:02.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13846949774491","imei1":"13846949774491","imei2":"13846949774491","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170593,"job_number":"JOB_170593","tr_customer_id":170610,"tr_customer_product_id":170600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:02.000Z","modified_at":"2026-01-29T13:14:02.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"34279997832217","imei1":"34279997832217","imei2":"34279997832217","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170594,"job_number":"JOB_170594","tr_customer_id":170611,"tr_customer_product_id":170601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:13.000Z","modified_at":"2026-01-29T13:14:13.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17246229451653","imei1":"17246229451653","imei2":"17246229451653","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170596,"job_number":"JOB_170596","tr_customer_id":170613,"tr_customer_product_id":170603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:14.000Z","modified_at":"2026-01-29T13:14:14.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"101826994044456","imei1":"101826994044456","imei2":"101826994044456","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170597,"job_number":"JOB_170597","tr_customer_id":170614,"tr_customer_product_id":170604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:05.000Z","modified_at":"2026-01-29T13:28:05.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15764276875722","imei1":"15764276875722","imei2":"15764276875722","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170599,"job_number":"JOB_170599","tr_customer_id":170616,"tr_customer_product_id":170606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:05.000Z","modified_at":"2026-01-29T13:28:05.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"39025816593383","imei1":"39025816593383","imei2":"39025816593383","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170600,"job_number":"JOB_170600","tr_customer_id":170617,"tr_customer_product_id":170607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:18.000Z","modified_at":"2026-01-29T13:28:18.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13921813166721","imei1":"13921813166721","imei2":"13921813166721","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170602,"job_number":"JOB_170602","tr_customer_id":170619,"tr_customer_product_id":170609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:18.000Z","modified_at":"2026-01-29T13:28:18.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"81195005187923","imei1":"81195005187923","imei2":"81195005187923","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170603,"job_number":"JOB_170603","tr_customer_id":170620,"tr_customer_product_id":170610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:30.000Z","modified_at":"2026-01-29T13:28:30.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17168215455938","imei1":"17168215455938","imei2":"17168215455938","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170605,"job_number":"JOB_170605","tr_customer_id":170622,"tr_customer_product_id":170612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:31.000Z","modified_at":"2026-01-29T13:28:31.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15252162674181","imei1":"15252162674181","imei2":"15252162674181","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170606,"job_number":"JOB_170606","tr_customer_id":170623,"tr_customer_product_id":170613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:40:11.000Z","modified_at":"2026-01-29T13:40:11.000Z","name":"Carmel Upton","mobile_number":"934-686-6109","email_id":"Ardella0@yahoo.com","dop":"2026-01-19","serial_number":"12800249645231","imei1":"12800249645231","imei2":"12800249645231","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170607,"job_number":"JOB_170607","tr_customer_id":170624,"tr_customer_product_id":170614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:40:16.000Z","modified_at":"2026-01-29T13:40:16.000Z","name":"Conor Rutherford","mobile_number":"236-208-2545","email_id":"May58@yahoo.com","dop":"2026-01-23","serial_number":"18390069402972","imei1":"18390069402972","imei2":"18390069402972","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:40:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170608,"job_number":"JOB_170608","tr_customer_id":170625,"tr_customer_product_id":170615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:41:14.000Z","modified_at":"2026-01-29T13:41:14.000Z","name":"Daren Schamberger","mobile_number":"291-502-9600","email_id":"Demetrius_Beier76@hotmail.com","dop":"2026-01-23","serial_number":"139285000057022","imei1":"139285000057022","imei2":"139285000057022","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:41:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170610,"job_number":"JOB_170610","tr_customer_id":170627,"tr_customer_product_id":170617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:42:39.000Z","modified_at":"2026-01-29T13:42:39.000Z","name":"Ruben Wolff","mobile_number":"998-279-0271","email_id":"Hailie_Connelly93@yahoo.com","dop":"2025-04-13","serial_number":"1009744602322156","imei1":"1009744602322156","imei2":"1009744602322156","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170612,"job_number":"JOB_170612","tr_customer_id":170629,"tr_customer_product_id":170619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:11.000Z","modified_at":"2026-01-29T13:47:11.000Z","name":"Maribel Wolff","mobile_number":"214-481-6880","email_id":"Rosie_Hayes10@hotmail.com","dop":"2025-04-13","serial_number":"1054714305924975","imei1":"1054714305924975","imei2":"1054714305924975","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:47:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170614,"job_number":"JOB_170614","tr_customer_id":170631,"tr_customer_product_id":170621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:38.000Z","modified_at":"2026-01-29T13:47:38.000Z","name":"Lucinda Koelpin","mobile_number":"751-655-1790","email_id":"Deangelo98@gmail.com","dop":"2025-04-13","serial_number":"1037337323091540","imei1":"1037337323091540","imei2":"1037337323091540","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170615,"job_number":"JOB_170615","tr_customer_id":170632,"tr_customer_product_id":170622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:50:35.000Z","modified_at":"2026-01-29T13:50:35.000Z","name":"Dion Batz","mobile_number":"795-535-5219","email_id":"Khalil_Davis@hotmail.com","dop":"2026-01-23","serial_number":"139235630811846","imei1":"139235630811846","imei2":"139235630811846","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170619,"job_number":"JOB_170619","tr_customer_id":170636,"tr_customer_product_id":170626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:17.000Z","modified_at":"2026-01-29T14:09:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59836183781698","imei1":"59836183781698","imei2":"59836183781698","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170620,"job_number":"JOB_170620","tr_customer_id":170637,"tr_customer_product_id":170627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:18.000Z","modified_at":"2026-01-29T14:09:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35629917911906","imei1":"35629917911906","imei2":"35629917911906","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170621,"job_number":"JOB_170621","tr_customer_id":170638,"tr_customer_product_id":170628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:18.000Z","modified_at":"2026-01-29T14:09:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46648017332110","imei1":"46648017332110","imei2":"46648017332110","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170622,"job_number":"JOB_170622","tr_customer_id":170639,"tr_customer_product_id":170629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:18.000Z","modified_at":"2026-01-29T14:09:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37116685992248","imei1":"37116685992248","imei2":"37116685992248","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170623,"job_number":"JOB_170623","tr_customer_id":170640,"tr_customer_product_id":170630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:19.000Z","modified_at":"2026-01-29T14:09:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62790160479191","imei1":"62790160479191","imei2":"62790160479191","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170624,"job_number":"JOB_170624","tr_customer_id":170641,"tr_customer_product_id":170631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:19.000Z","modified_at":"2026-01-29T14:09:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13699333898819","imei1":"13699333898819","imei2":"13699333898819","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170626,"job_number":"JOB_170626","tr_customer_id":170643,"tr_customer_product_id":170633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:34.000Z","modified_at":"2026-01-29T14:09:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13271255174915","imei1":"13271255174915","imei2":"13271255174915","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170628,"job_number":"JOB_170628","tr_customer_id":170645,"tr_customer_product_id":170635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:36.000Z","modified_at":"2026-01-29T14:09:36.000Z","name":"Sabina Russel","mobile_number":"603-905-7728","email_id":"Erick.Green@hotmail.com","dop":"2025-04-06","serial_number":"12765122914716278","imei1":"12765122914716278","imei2":"12765122914716278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170630,"job_number":"JOB_170630","tr_customer_id":170647,"tr_customer_product_id":170637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:42.000Z","modified_at":"2026-01-29T14:09:42.000Z","name":"Sydney Hodkiewicz","mobile_number":"723-344-1980","email_id":"Adrien94@gmail.com","dop":"2025-04-06","serial_number":"10417035467645472","imei1":"10417035467645472","imei2":"10417035467645472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170632,"job_number":"JOB_170632","tr_customer_id":170649,"tr_customer_product_id":170639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:52.000Z","modified_at":"2026-01-29T14:09:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51495525421831","imei1":"51495525421831","imei2":"51495525421831","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170633,"job_number":"JOB_170633","tr_customer_id":170650,"tr_customer_product_id":170640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:53.000Z","modified_at":"2026-01-29T14:09:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64298473275873","imei1":"64298473275873","imei2":"64298473275873","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170634,"job_number":"JOB_170634","tr_customer_id":170651,"tr_customer_product_id":170641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:53.000Z","modified_at":"2026-01-29T14:09:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13241669324108","imei1":"13241669324108","imei2":"13241669324108","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170635,"job_number":"JOB_170635","tr_customer_id":170652,"tr_customer_product_id":170642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:53.000Z","modified_at":"2026-01-29T14:09:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27348167769992","imei1":"27348167769992","imei2":"27348167769992","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170636,"job_number":"JOB_170636","tr_customer_id":170653,"tr_customer_product_id":170643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:54.000Z","modified_at":"2026-01-29T14:09:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11857570018969","imei1":"11857570018969","imei2":"11857570018969","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170637,"job_number":"JOB_170637","tr_customer_id":170654,"tr_customer_product_id":170644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:54.000Z","modified_at":"2026-01-29T14:09:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45530510234866","imei1":"45530510234866","imei2":"45530510234866","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170641,"job_number":"JOB_170641","tr_customer_id":170658,"tr_customer_product_id":170648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:20.000Z","modified_at":"2026-01-29T14:10:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16471020128168","imei1":"16471020128168","imei2":"16471020128168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170643,"job_number":"JOB_170643","tr_customer_id":170660,"tr_customer_product_id":170650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:21.000Z","modified_at":"2026-01-29T14:10:21.000Z","name":"Mabel Von","mobile_number":"545-600-8748","email_id":"Dustin.Littel@gmail.com","dop":"2025-04-06","serial_number":"15696888684715178","imei1":"15696888684715178","imei2":"15696888684715178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170644,"job_number":"JOB_170644","tr_customer_id":170661,"tr_customer_product_id":170651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:27.000Z","modified_at":"2026-01-29T14:10:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80476885755767","imei1":"80476885755767","imei2":"80476885755767","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170645,"job_number":"JOB_170645","tr_customer_id":170662,"tr_customer_product_id":170652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:27.000Z","modified_at":"2026-01-29T14:10:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32205266543222","imei1":"32205266543222","imei2":"32205266543222","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170646,"job_number":"JOB_170646","tr_customer_id":170663,"tr_customer_product_id":170653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:27.000Z","modified_at":"2026-01-29T14:10:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53855674847277","imei1":"53855674847277","imei2":"53855674847277","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170647,"job_number":"JOB_170647","tr_customer_id":170664,"tr_customer_product_id":170654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:28.000Z","modified_at":"2026-01-29T14:10:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87680375735673","imei1":"87680375735673","imei2":"87680375735673","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170648,"job_number":"JOB_170648","tr_customer_id":170665,"tr_customer_product_id":170655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:28.000Z","modified_at":"2026-01-29T14:10:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62451219327262","imei1":"62451219327262","imei2":"62451219327262","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170649,"job_number":"JOB_170649","tr_customer_id":170666,"tr_customer_product_id":170656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:28.000Z","modified_at":"2026-01-29T14:10:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36396773416077","imei1":"36396773416077","imei2":"36396773416077","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170651,"job_number":"JOB_170651","tr_customer_id":170668,"tr_customer_product_id":170658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:11:05.000Z","modified_at":"2026-01-29T14:11:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14497840140645","imei1":"14497840140645","imei2":"14497840140645","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:11:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170653,"job_number":"JOB_170653","tr_customer_id":170670,"tr_customer_product_id":170660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:11:07.000Z","modified_at":"2026-01-29T14:11:07.000Z","name":"Colin Mann","mobile_number":"500-258-1892","email_id":"Chaz.Thompson17@gmail.com","dop":"2025-04-06","serial_number":"15145090007362290","imei1":"15145090007362290","imei2":"15145090007362290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:11:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170663,"job_number":"JOB_170663","tr_customer_id":170680,"tr_customer_product_id":170670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:42.000Z","modified_at":"2026-01-29T14:33:42.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18144335562909","imei1":"18144335562909","imei2":"18144335562909","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170665,"job_number":"JOB_170665","tr_customer_id":170682,"tr_customer_product_id":170672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:43.000Z","modified_at":"2026-01-29T14:33:43.000Z","name":"Jessica Bernhard","mobile_number":"832-560-6687","email_id":"Vernie_Klocko@hotmail.com","dop":"2025-04-06","serial_number":"17593189206573856","imei1":"17593189206573856","imei2":"17593189206573856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170666,"job_number":"JOB_170666","tr_customer_id":170683,"tr_customer_product_id":170673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:44.000Z","modified_at":"2026-01-29T14:33:44.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17620259137506","imei2":"17620259137506","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170668,"job_number":"JOB_170668","tr_customer_id":170685,"tr_customer_product_id":170675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:59.000Z","modified_at":"2026-01-29T14:33:59.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12161447353277","imei2":"12161447353277","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170670,"job_number":"JOB_170670","tr_customer_id":170687,"tr_customer_product_id":170677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:34:15.000Z","modified_at":"2026-01-29T14:34:15.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11487568597016","imei2":"11487568597016","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:34:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170671,"job_number":"JOB_170671","tr_customer_id":170688,"tr_customer_product_id":170678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:34:15.000Z","modified_at":"2026-01-29T14:34:15.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17757910031521","imei2":"17757910031521","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:34:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169890,"job_number":"JOB_169890","tr_customer_id":169907,"tr_customer_product_id":169897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:18.000Z","modified_at":"2026-01-29T04:16:18.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Catalina_Beer85@hotmail.com","dop":"2025-07-02","serial_number":"11468399750888","imei1":"11468399750888","imei2":"11468399750888","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169913,"job_number":"JOB_169913","tr_customer_id":169930,"tr_customer_product_id":169920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Ronaldo_Kulas@gmail.com","dop":"2025-07-02","serial_number":"16826565478339","imei1":"16826565478339","imei2":"16826565478339","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169927,"job_number":"JOB_169927","tr_customer_id":169944,"tr_customer_product_id":169934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:53.000Z","modified_at":"2026-01-29T04:16:53.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Ralph.Reilly@hotmail.com","dop":"2025-07-02","serial_number":"15208020586693","imei1":"15208020586693","imei2":"15208020586693","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169957,"job_number":"JOB_169957","tr_customer_id":169974,"tr_customer_product_id":169964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:17:46.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"190716491907042","imei1":"190716491907042","imei2":"190716491907042","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169960,"job_number":"JOB_169960","tr_customer_id":169977,"tr_customer_product_id":169967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Johann Dibbert","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"184192556731387","imei1":"184192556731387","imei2":"184192556731387","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169962,"job_number":"JOB_169962","tr_customer_id":169979,"tr_customer_product_id":169969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Calista Schuppe","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"108590264598891","imei1":"108590264598891","imei2":"108590264598891","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169963,"job_number":"JOB_169963","tr_customer_id":169980,"tr_customer_product_id":169970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Lela Boyle","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"113807506462303","imei1":"113807506462303","imei2":"113807506462303","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169979,"job_number":"JOB_169979","tr_customer_id":169996,"tr_customer_product_id":169986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:17:57.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"14778791158538","imei1":"14778791158538","imei2":"14778791158538","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169985,"job_number":"JOB_169985","tr_customer_id":170002,"tr_customer_product_id":169992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:17:59.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"178943905284676","imei1":"178943905284676","imei2":"178943905284676","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169988,"job_number":"JOB_169988","tr_customer_id":170004,"tr_customer_product_id":169995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:17:59.000Z","name":"Cleveland Nader","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"160593098261144","imei1":"160593098261144","imei2":"160593098261144","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169989,"job_number":"JOB_169989","tr_customer_id":170006,"tr_customer_product_id":169996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"Nola Steuber","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"129136019390741","imei1":"129136019390741","imei2":"129136019390741","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169990,"job_number":"JOB_169990","tr_customer_id":170007,"tr_customer_product_id":169997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"Josefina Schuppe","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"188490740819099","imei1":"188490740819099","imei2":"188490740819099","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170002,"job_number":"JOB_170002","tr_customer_id":170019,"tr_customer_product_id":170009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:03.000Z","modified_at":"2026-01-29T04:18:03.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"105825948977618","imei1":"105825948977618","imei2":"105825948977618","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170004,"job_number":"JOB_170004","tr_customer_id":170021,"tr_customer_product_id":170011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:04.000Z","modified_at":"2026-01-29T04:18:04.000Z","name":"Eryn Bruen","mobile_number":"519-308-8273","email_id":"Meggie3@yahoo.com","dop":"2025-06-09","serial_number":"101844397816375","imei1":"101844397816375","imei2":"101844397816375","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170009,"job_number":"JOB_170009","tr_customer_id":170026,"tr_customer_product_id":170016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:19.000Z","modified_at":"2026-01-29T04:18:19.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"105528713661639","imei1":"105528713661639","imei2":"105528713661639","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170011,"job_number":"JOB_170011","tr_customer_id":170028,"tr_customer_product_id":170018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:20.000Z","modified_at":"2026-01-29T04:18:20.000Z","name":"Osborne Baumbach","mobile_number":"269-391-4648","email_id":"Amanda.Schoen6@yahoo.com","dop":"2025-06-09","serial_number":"101461346840938","imei1":"101461346840938","imei2":"101461346840938","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170022,"job_number":"JOB_170022","tr_customer_id":170039,"tr_customer_product_id":170029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:35.000Z","modified_at":"2026-01-29T04:18:35.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"102690346307484","imei1":"102690346307484","imei2":"102690346307484","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170024,"job_number":"JOB_170024","tr_customer_id":170041,"tr_customer_product_id":170031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:36.000Z","modified_at":"2026-01-29T04:18:36.000Z","name":"Lavada Kub","mobile_number":"725-504-9986","email_id":"Quincy46@hotmail.com","dop":"2025-06-09","serial_number":"100552901932869","imei1":"100552901932869","imei2":"100552901932869","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170085,"job_number":"JOB_170085","tr_customer_id":170102,"tr_customer_product_id":170092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:00:51.000Z","modified_at":"2026-01-29T05:00:51.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10286259884544","imei1":"10286259884544","imei2":"10286259884544","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:00:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170322,"job_number":"JOB_170322","tr_customer_id":170339,"tr_customer_product_id":170329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:14.000Z","modified_at":"2026-01-29T06:33:14.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"102303592410008","imei1":"102303592410008","imei2":"102303592410008","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170324,"job_number":"JOB_170324","tr_customer_id":170341,"tr_customer_product_id":170331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:15.000Z","modified_at":"2026-01-29T06:33:15.000Z","name":"Alicia Upton","mobile_number":"814-290-6671","email_id":"Connie.Goodwin66@hotmail.com","dop":"2025-06-09","serial_number":"105069189382942","imei1":"105069189382942","imei2":"105069189382942","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170325,"job_number":"JOB_170325","tr_customer_id":170342,"tr_customer_product_id":170332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:16.000Z","modified_at":"2026-01-29T06:33:16.000Z","name":"Brooke Spencer","mobile_number":"627-430-8736","email_id":"Jacey30@yahoo.com","dop":"2025-06-09","serial_number":"8270962798696557","imei1":"8270962798696557","imei2":"8270962798696557","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170326,"job_number":"JOB_170326","tr_customer_id":170343,"tr_customer_product_id":170333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:33.000Z","modified_at":"2026-01-29T06:33:33.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102172616443770","imei1":"102172616443770","imei2":"102172616443770","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170328,"job_number":"JOB_170328","tr_customer_id":170345,"tr_customer_product_id":170335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:34.000Z","modified_at":"2026-01-29T06:33:34.000Z","name":"Lindsey Hettinger","mobile_number":"393-703-2324","email_id":"Justyn_Jenkins29@hotmail.com","dop":"2025-06-09","serial_number":"102632198232302","imei1":"102632198232302","imei2":"102632198232302","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170329,"job_number":"JOB_170329","tr_customer_id":170346,"tr_customer_product_id":170336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:52.000Z","modified_at":"2026-01-29T06:33:52.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109578000036737","imei1":"109578000036737","imei2":"109578000036737","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170331,"job_number":"JOB_170331","tr_customer_id":170348,"tr_customer_product_id":170338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:52.000Z","modified_at":"2026-01-29T06:33:52.000Z","name":"Jules Zboncak","mobile_number":"455-881-5519","email_id":"Meghan44@gmail.com","dop":"2025-06-09","serial_number":"107302736681477","imei1":"107302736681477","imei2":"107302736681477","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170332,"job_number":"JOB_170332","tr_customer_id":170349,"tr_customer_product_id":170339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:54.000Z","modified_at":"2026-01-29T06:33:54.000Z","name":"Natalia Kessler","mobile_number":"761-543-6488","email_id":"Jade_Satterfield@gmail.com","dop":"2025-06-09","serial_number":"97950778071355780","imei1":"97950778071355780","imei2":"97950778071355780","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170462,"job_number":"JOB_170462","tr_customer_id":170479,"tr_customer_product_id":170469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:44:25.000Z","modified_at":"2026-01-29T07:44:25.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Justus81@hotmail.com","dop":"2025-07-02","serial_number":"16470960202615","imei1":"16470960202615","imei2":"16470960202615","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170463,"job_number":"JOB_170463","tr_customer_id":170480,"tr_customer_product_id":170470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:44:47.000Z","modified_at":"2026-01-29T07:44:47.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Daphnee.Hammes83@hotmail.com","dop":"2025-07-02","serial_number":"13659206069138","imei1":"13659206069138","imei2":"13659206069138","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:44:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170464,"job_number":"JOB_170464","tr_customer_id":170481,"tr_customer_product_id":170471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:45:07.000Z","modified_at":"2026-01-29T07:45:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Athena_Reinger@yahoo.com","dop":"2025-07-02","serial_number":"15409646448622","imei1":"15409646448622","imei2":"15409646448622","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:45:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170510,"job_number":"JOB_170510","tr_customer_id":170527,"tr_customer_product_id":170517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:16:32.000Z","modified_at":"2026-01-29T11:16:32.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"977071610989831","imei1":"977071610989831","imei2":"977071610989831","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:16:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170550,"job_number":"JOB_170550","tr_customer_id":170567,"tr_customer_product_id":170557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:13:23.000Z","modified_at":"2026-01-29T12:13:23.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"9770716109898312","imei1":"9770716109898312","imei2":"9770716109898312","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:13:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170551,"job_number":"JOB_170551","tr_customer_id":170568,"tr_customer_product_id":170558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:16:27.000Z","modified_at":"2026-01-29T12:16:27.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"97707161098983122","imei1":"97707161098983122","imei2":"97707161098983122","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170575,"job_number":"JOB_170575","tr_customer_id":170592,"tr_customer_product_id":170582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:36:37.000Z","modified_at":"2026-01-29T12:36:37.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"10191171314065","imei1":"10191171314065","imei2":"10191171314065","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170654,"job_number":"JOB_170654","tr_customer_id":170671,"tr_customer_product_id":170661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:29:59.000Z","modified_at":"2026-01-29T14:29:59.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"112406510523889","imei1":"112406510523889","imei2":"112406510523889","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:29:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170655,"job_number":"JOB_170655","tr_customer_id":170672,"tr_customer_product_id":170662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:00.000Z","modified_at":"2026-01-29T14:30:00.000Z","name":"Darrick Kessler","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"168539902678161","imei1":"168539902678161","imei2":"168539902678161","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170656,"job_number":"JOB_170656","tr_customer_id":170673,"tr_customer_product_id":170663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:00.000Z","modified_at":"2026-01-29T14:30:00.000Z","name":"Camryn Lakin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114954477026693","imei1":"114954477026693","imei2":"114954477026693","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170657,"job_number":"JOB_170657","tr_customer_id":170674,"tr_customer_product_id":170664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:00.000Z","modified_at":"2026-01-29T14:30:00.000Z","name":"Kaley Koepp","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"169709661148071","imei1":"169709661148071","imei2":"169709661148071","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170658,"job_number":"JOB_170658","tr_customer_id":170675,"tr_customer_product_id":170665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:13.000Z","modified_at":"2026-01-29T14:30:13.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"192051065949516","imei1":"192051065949516","imei2":"192051065949516","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170659,"job_number":"JOB_170659","tr_customer_id":170676,"tr_customer_product_id":170666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:14.000Z","modified_at":"2026-01-29T14:30:14.000Z","name":"Nellie Kemmer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"190504053936811","imei1":"190504053936811","imei2":"190504053936811","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170660,"job_number":"JOB_170660","tr_customer_id":170677,"tr_customer_product_id":170667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:14.000Z","modified_at":"2026-01-29T14:30:14.000Z","name":"Jeremie Lynch","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"135274987984350","imei1":"135274987984350","imei2":"135274987984350","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170661,"job_number":"JOB_170661","tr_customer_id":170678,"tr_customer_product_id":170668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:15.000Z","modified_at":"2026-01-29T14:30:15.000Z","name":"Afton Sanford","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"134477990546568","imei1":"134477990546568","imei2":"134477990546568","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169956,"job_number":"JOB_169956","tr_customer_id":169973,"tr_customer_product_id":169963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:17:46.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10712940788540","imei1":"10712940788540","imei2":"10712940788540","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169967,"job_number":"JOB_169967","tr_customer_id":169984,"tr_customer_product_id":169974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:48.000Z","modified_at":"2026-01-29T04:17:48.000Z","name":"Dock Raynor","mobile_number":"653-907-7882","email_id":"Laury.Goldner54@hotmail.com","dop":"2000-01-31","serial_number":"1095767801177090","imei1":"1095767801177090","imei2":"1095767801177090","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170015,"job_number":"JOB_170015","tr_customer_id":170032,"tr_customer_product_id":170022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:29.000Z","modified_at":"2026-01-29T04:18:29.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10739704061138","imei1":"10739704061138","imei2":"10739704061138","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170020,"job_number":"JOB_170020","tr_customer_id":170037,"tr_customer_product_id":170027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:30.000Z","modified_at":"2026-01-29T04:18:30.000Z","name":"Jonas Nolan","mobile_number":"810-555-0144","email_id":"Issac81@gmail.com","dop":"2000-01-31","serial_number":"1033403239328929","imei1":"1033403239328929","imei2":"1033403239328929","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170043,"job_number":"JOB_170043","tr_customer_id":170060,"tr_customer_product_id":170050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:11.000Z","modified_at":"2026-01-29T04:19:11.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10411503339546","imei1":"10411503339546","imei2":"10411503339546","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170046,"job_number":"JOB_170046","tr_customer_id":170063,"tr_customer_product_id":170053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:13.000Z","modified_at":"2026-01-29T04:19:13.000Z","name":"Imogene Parker","mobile_number":"952-922-4274","email_id":"Asia_Borer@hotmail.com","dop":"2000-01-31","serial_number":"1051265970680909","imei1":"1051265970680909","imei2":"1051265970680909","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170059,"job_number":"JOB_170059","tr_customer_id":170076,"tr_customer_product_id":170066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:54.000Z","modified_at":"2026-01-29T04:19:54.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10006257632907","imei1":"10006257632907","imei2":"10006257632907","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:54.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170061,"job_number":"JOB_170061","tr_customer_id":170078,"tr_customer_product_id":170068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:55.000Z","modified_at":"2026-01-29T04:19:55.000Z","name":"Burnice Tromp","mobile_number":"206-221-6239","email_id":"Jasen.Harvey@hotmail.com","dop":"2000-01-31","serial_number":"1030163097598711","imei1":"1030163097598711","imei2":"1030163097598711","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:55.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170394,"job_number":"JOB_170394","tr_customer_id":170411,"tr_customer_product_id":170401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:05.000Z","modified_at":"2026-01-29T06:48:05.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10040564136257","imei1":"10040564136257","imei2":"10040564136257","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170396,"job_number":"JOB_170396","tr_customer_id":170413,"tr_customer_product_id":170403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:07.000Z","modified_at":"2026-01-29T06:48:07.000Z","name":"Bobby Goodwin","mobile_number":"938-388-5703","email_id":"Bettye_Weber@gmail.com","dop":"2000-01-31","serial_number":"1002269612563443","imei1":"1002269612563443","imei2":"1002269612563443","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170400,"job_number":"JOB_170400","tr_customer_id":170417,"tr_customer_product_id":170407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:52.000Z","modified_at":"2026-01-29T06:48:52.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10137181032428","imei1":"10137181032428","imei2":"10137181032428","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170402,"job_number":"JOB_170402","tr_customer_id":170419,"tr_customer_product_id":170409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:53.000Z","modified_at":"2026-01-29T06:48:53.000Z","name":"Leda Ferry","mobile_number":"860-899-8473","email_id":"Gloria48@hotmail.com","dop":"2000-01-31","serial_number":"1065945309649281","imei1":"1065945309649281","imei2":"1065945309649281","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170403,"job_number":"JOB_170403","tr_customer_id":170420,"tr_customer_product_id":170410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:38.000Z","modified_at":"2026-01-29T06:49:38.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10942710777095","imei1":"10942710777095","imei2":"10942710777095","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170405,"job_number":"JOB_170405","tr_customer_id":170422,"tr_customer_product_id":170412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:39.000Z","modified_at":"2026-01-29T06:49:39.000Z","name":"Freeman Dickens","mobile_number":"614-949-6620","email_id":"Hope33@hotmail.com","dop":"2000-01-31","serial_number":"1046560680313165","imei1":"1046560680313165","imei2":"1046560680313165","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170409,"job_number":"JOB_170409","tr_customer_id":170426,"tr_customer_product_id":170416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:24.000Z","modified_at":"2026-01-29T06:50:24.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10594816478675","imei1":"10594816478675","imei2":"10594816478675","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170411,"job_number":"JOB_170411","tr_customer_id":170428,"tr_customer_product_id":170418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:25.000Z","modified_at":"2026-01-29T06:50:25.000Z","name":"Enoch Schulist","mobile_number":"219-219-6550","email_id":"Kellie.Cronin@hotmail.com","dop":"2000-01-31","serial_number":"1046919848290472","imei1":"1046919848290472","imei2":"1046919848290472","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 261ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNTd9.d1ALlxGft1J_XjXVBjmHqCHrrHGVZdkS7DsNxR53AUU
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fe4edf1f-3a85-40bb-9e7e-34791ff4c93b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"job_id":151330,"engineer_id":2}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 265ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNTd9.d1ALlxGft1J_XjXVBjmHqCHrrHGVZdkS7DsNxR53AUU
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9226e104-099f-4b02-8cff-fc4786e4ae7b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
        	"job_id": 170671,
        	"engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDg4NzZ9.xCroEK-eJsXebzE3i64tG8XRweUH0Kerf6hdRZHd5T0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"3faeb-4IFrQYqjzlsjVT/I3jrBtnWPN68"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 358ms
Mean size per request: 557.79KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNTd9.d1ALlxGft1J_XjXVBjmHqCHrrHGVZdkS7DsNxR53AUU
Connection keep-alive
If-None-Match W/"3faeb-4IFrQYqjzlsjVT/I3jrBtnWPN68"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 77013493-77e1-4ed6-9f24-ce0198404d63
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"8b72e-FC6u/F4Jj66FWuJH13voEVf6zQs"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 29 Jan 2026 14:34:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":169856,"job_number":"JOB_169856","tr_customer_id":169873,"tr_customer_product_id":169863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T23:45:49.000Z","modified_at":"2026-01-28T23:45:49.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-18","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-18T23:45:48.998308266Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T23:45:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169858,"job_number":"JOB_169858","tr_customer_id":169875,"tr_customer_product_id":169865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T23:48:19.000Z","modified_at":"2026-01-28T23:48:19.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-18","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-18T23:48:18.916903686Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-28T23:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169860,"job_number":"JOB_169860","tr_customer_id":169877,"tr_customer_product_id":169867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:17:20.000Z","modified_at":"2026-01-29T01:17:20.000Z","name":"Trilochana Gill","mobile_number":"7092945714","email_id":"dev.ganaka@yahoo.co.in","dop":"2026-01-19","serial_number":"483237302467988","imei1":"483237302467988","imei2":"483237302467988","popurl":"www.rageswari-bhattathiri.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T01:17:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169862,"job_number":"JOB_169862","tr_customer_id":169879,"tr_customer_product_id":169869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:18:00.000Z","modified_at":"2026-01-29T01:18:00.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-19","serial_number":"78925764368475","imei1":"78925764368475","imei2":"78925764368475","popurl":"2026-01-19T01:18:00.226792700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T01:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169863,"job_number":"JOB_169863","tr_customer_id":169880,"tr_customer_product_id":169870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:51:47.000Z","modified_at":"2026-01-29T01:51:47.000Z","name":"Bhooshit Ahluwalia","mobile_number":"7068428475","email_id":"bakula.arora@hotmail.com","dop":"2026-01-19","serial_number":"295825705730767","imei1":"295825705730767","imei2":"295825705730767","popurl":"www.sanjay-dutta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T01:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169868,"job_number":"JOB_169868","tr_customer_id":169885,"tr_customer_product_id":169875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:24:56.000Z","modified_at":"2026-01-29T03:24:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11745469378024","imei1":"11745469378024","imei2":"11745469378024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:24:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169870,"job_number":"JOB_169870","tr_customer_id":169887,"tr_customer_product_id":169877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:24:58.000Z","modified_at":"2026-01-29T03:24:58.000Z","name":"Fatima Cummerata","mobile_number":"876-508-4980","email_id":"Maryse25@gmail.com","dop":"2025-04-06","serial_number":"15477188232281228","imei1":"15477188232281228","imei2":"15477188232281228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:24:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169871,"job_number":"JOB_169871","tr_customer_id":169888,"tr_customer_product_id":169878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:25:39.000Z","modified_at":"2026-01-29T03:25:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11809280576004","imei1":"11809280576004","imei2":"11809280576004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:25:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169873,"job_number":"JOB_169873","tr_customer_id":169890,"tr_customer_product_id":169880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:25:40.000Z","modified_at":"2026-01-29T03:25:40.000Z","name":"Mittie Balistreri","mobile_number":"618-238-8878","email_id":"Shakira15@gmail.com","dop":"2025-04-06","serial_number":"14916434383650400","imei1":"14916434383650400","imei2":"14916434383650400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:25:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169874,"job_number":"JOB_169874","tr_customer_id":169891,"tr_customer_product_id":169881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:26:21.000Z","modified_at":"2026-01-29T03:26:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10673562968699","imei1":"10673562968699","imei2":"10673562968699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169876,"job_number":"JOB_169876","tr_customer_id":169893,"tr_customer_product_id":169883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:26:23.000Z","modified_at":"2026-01-29T03:26:23.000Z","name":"Mercedes Mosciski","mobile_number":"923-418-2490","email_id":"Carrie_Bogisich@hotmail.com","dop":"2025-04-06","serial_number":"13521082425397300","imei1":"13521082425397300","imei2":"13521082425397300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169877,"job_number":"JOB_169877","tr_customer_id":169894,"tr_customer_product_id":169884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:13:59.000Z","modified_at":"2026-01-29T04:13:59.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2026-01-19","serial_number":"13511700420678","imei1":"13511700420678","imei2":"13511700420678","popurl":"2026-01-19T04:13:56.241282Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:13:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169880,"job_number":"JOB_169880","tr_customer_id":169897,"tr_customer_product_id":169887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:03.000Z","modified_at":"2026-01-29T04:16:03.000Z","name":"Marjory Prosacco","mobile_number":"699-267-2209","email_id":"Zula39@gmail.com","dop":"2025-04-06","serial_number":"16395387356944346","imei1":"16395387356944346","imei2":"16395387356944346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169881,"job_number":"JOB_169881","tr_customer_id":169898,"tr_customer_product_id":169888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:04.000Z","modified_at":"2026-01-29T04:16:04.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"12070682964530","imei1":"12070682964530","imei2":"12070682964530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169883,"job_number":"JOB_169883","tr_customer_id":169900,"tr_customer_product_id":169890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:06.000Z","modified_at":"2026-01-29T04:16:06.000Z","name":"Madelynn Waelchi","mobile_number":"699-759-6036","email_id":"Max_Muller@yahoo.com","dop":"2025-04-06","serial_number":"13740624223962302","imei1":"13740624223962302","imei2":"13740624223962302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169885,"job_number":"JOB_169885","tr_customer_id":169902,"tr_customer_product_id":169892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:09.000Z","modified_at":"2026-01-29T04:16:09.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10561216161403","imei1":"10561216161403","imei2":"10561216161403","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169887,"job_number":"JOB_169887","tr_customer_id":169904,"tr_customer_product_id":169894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:10.000Z","modified_at":"2026-01-29T04:16:10.000Z","name":"Minnie Streich","mobile_number":"683-999-8265","email_id":"Donavon48@gmail.com","dop":"2025-06-18","serial_number":"1012382214566289","imei1":"1012382214566289","imei2":"1012382214566289","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169889,"job_number":"JOB_169889","tr_customer_id":169906,"tr_customer_product_id":169896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:12.000Z","modified_at":"2026-01-29T04:16:12.000Z","name":"Rupert Cronin","mobile_number":"620-842-1122","email_id":"Wilson_Gutkowski13@yahoo.com","dop":"2025-04-06","serial_number":"11997571758332780","imei1":"11997571758332780","imei2":"11997571758332780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169892,"job_number":"JOB_169892","tr_customer_id":169909,"tr_customer_product_id":169899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:21.000Z","modified_at":"2026-01-29T04:16:21.000Z","name":"Eleonore Nitzsche","mobile_number":"398-329-9801","email_id":"Angelica_Weissnat@gmail.com","dop":"2025-04-06","serial_number":"12749404775768988","imei1":"12749404775768988","imei2":"12749404775768988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169893,"job_number":"JOB_169893","tr_customer_id":169910,"tr_customer_product_id":169900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:23.000Z","modified_at":"2026-01-29T04:16:23.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12923627457681","imei1":"12923627457681","imei2":"12923627457681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169896,"job_number":"JOB_169896","tr_customer_id":169913,"tr_customer_product_id":169903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:24.000Z","modified_at":"2026-01-29T04:16:24.000Z","name":"Karl Abbott","mobile_number":"703-729-7463","email_id":"Emilio79@hotmail.com","dop":"2025-04-06","serial_number":"14506814694084636","imei1":"14506814694084636","imei2":"14506814694084636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169897,"job_number":"JOB_169897","tr_customer_id":169914,"tr_customer_product_id":169904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:25.000Z","modified_at":"2026-01-29T04:16:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14289345962544","imei1":"14289345962544","imei2":"14289345962544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169899,"job_number":"JOB_169899","tr_customer_id":169916,"tr_customer_product_id":169906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:25.000Z","modified_at":"2026-01-29T04:16:25.000Z","name":"Jayde Glover","mobile_number":"634-373-0219","email_id":"Jarred.Feil17@hotmail.com","dop":"2025-04-06","serial_number":"15932062647888252","imei1":"15932062647888252","imei2":"15932062647888252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169900,"job_number":"JOB_169900","tr_customer_id":169917,"tr_customer_product_id":169907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:26.000Z","modified_at":"2026-01-29T04:16:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16898380037762","imei1":"16898380037762","imei2":"16898380037762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169902,"job_number":"JOB_169902","tr_customer_id":169919,"tr_customer_product_id":169909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:26.000Z","modified_at":"2026-01-29T04:16:26.000Z","name":"Lois Marks","mobile_number":"764-967-8562","email_id":"Carlie.Schumm@yahoo.com","dop":"2025-04-06","serial_number":"14440004652815754","imei1":"14440004652815754","imei2":"14440004652815754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169903,"job_number":"JOB_169903","tr_customer_id":169920,"tr_customer_product_id":169910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:28.000Z","modified_at":"2026-01-29T04:16:28.000Z","name":"Elijah Walter","mobile_number":"476-770-1837","email_id":"Fernando.Kirlin26@gmail.com","dop":"2025-04-06","serial_number":"11410915776276976","imei1":"11410915776276976","imei2":"11410915776276976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169904,"job_number":"JOB_169904","tr_customer_id":169921,"tr_customer_product_id":169911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:30.000Z","modified_at":"2026-01-29T04:16:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11673376810277","imei1":"11673376810277","imei2":"11673376810277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169907,"job_number":"JOB_169907","tr_customer_id":169924,"tr_customer_product_id":169914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:32.000Z","modified_at":"2026-01-29T04:16:32.000Z","name":"Demetrius D'Amore","mobile_number":"362-947-9683","email_id":"Perry_Kozey17@yahoo.com","dop":"2025-04-06","serial_number":"11484159943619490","imei1":"11484159943619490","imei2":"11484159943619490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169909,"job_number":"JOB_169909","tr_customer_id":169926,"tr_customer_product_id":169916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:34.000Z","modified_at":"2026-01-29T04:16:34.000Z","name":"Sarai Friesen","mobile_number":"719-677-8126","email_id":"Calista59@yahoo.com","dop":"2025-04-06","serial_number":"14026021872485694","imei1":"14026021872485694","imei2":"14026021872485694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169910,"job_number":"JOB_169910","tr_customer_id":169927,"tr_customer_product_id":169917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:34.000Z","modified_at":"2026-01-29T04:16:34.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14302233343511","imei1":"14302233343511","imei2":"14302233343511","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169914,"job_number":"JOB_169914","tr_customer_id":169931,"tr_customer_product_id":169921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"101462564205490","imei1":"101462564205490","imei2":"101462564205490","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169915,"job_number":"JOB_169915","tr_customer_id":169932,"tr_customer_product_id":169922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12803020310911","imei2":"12803020310911","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169916,"job_number":"JOB_169916","tr_customer_id":169933,"tr_customer_product_id":169923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Sydni Senger","mobile_number":"869-282-7747","email_id":"Maci_Gerlach59@hotmail.com","dop":"2025-04-06","serial_number":"18415754176926830","imei1":"18415754176926830","imei2":"18415754176926830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169919,"job_number":"JOB_169919","tr_customer_id":169936,"tr_customer_product_id":169926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:46.000Z","modified_at":"2026-01-29T04:16:46.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"15782736781614","imei1":"15782736781614","imei2":"15782736781614","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169921,"job_number":"JOB_169921","tr_customer_id":169938,"tr_customer_product_id":169928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:47.000Z","modified_at":"2026-01-29T04:16:47.000Z","name":"Ressie Bergnaum","mobile_number":"415-766-0961","email_id":"Hosea_Schneider69@gmail.com","dop":"2025-04-06","serial_number":"10877755317220514","imei1":"10877755317220514","imei2":"10877755317220514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169922,"job_number":"JOB_169922","tr_customer_id":169939,"tr_customer_product_id":169929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:50.000Z","modified_at":"2026-01-29T04:16:50.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16399240615138","imei2":"16399240615138","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169924,"job_number":"JOB_169924","tr_customer_id":169941,"tr_customer_product_id":169931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:50.000Z","modified_at":"2026-01-29T04:16:50.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10073147389813","imei1":"10073147389813","imei2":"10073147389813","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169926,"job_number":"JOB_169926","tr_customer_id":169943,"tr_customer_product_id":169933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:51.000Z","modified_at":"2026-01-29T04:16:51.000Z","name":"Friedrich Conroy","mobile_number":"889-488-0858","email_id":"Zachary_Sporer@yahoo.com","dop":"2025-06-18","serial_number":"1067788577784827","imei1":"1067788577784827","imei2":"1067788577784827","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169929,"job_number":"JOB_169929","tr_customer_id":169946,"tr_customer_product_id":169936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:03.000Z","modified_at":"2026-01-29T04:17:03.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19276057056292","imei2":"19276057056292","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169931,"job_number":"JOB_169931","tr_customer_id":169948,"tr_customer_product_id":169938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:05.000Z","modified_at":"2026-01-29T04:17:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12472772312416","imei1":"12472772312416","imei2":"12472772312416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169933,"job_number":"JOB_169933","tr_customer_id":169950,"tr_customer_product_id":169940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:07.000Z","modified_at":"2026-01-29T04:17:07.000Z","name":"Raphael Collins","mobile_number":"936-970-6712","email_id":"Rebekah.Kuhlman16@gmail.com","dop":"2025-04-06","serial_number":"13216219847530868","imei1":"13216219847530868","imei2":"13216219847530868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169934,"job_number":"JOB_169934","tr_customer_id":169951,"tr_customer_product_id":169941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11438072933999","imei1":"11438072933999","imei2":"11438072933999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169935,"job_number":"JOB_169935","tr_customer_id":169952,"tr_customer_product_id":169942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18182378173943","imei1":"18182378173943","imei2":"18182378173943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169938,"job_number":"JOB_169938","tr_customer_id":169955,"tr_customer_product_id":169945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19878340438041","imei1":"19878340438041","imei2":"19878340438041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169940,"job_number":"JOB_169940","tr_customer_id":169957,"tr_customer_product_id":169947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:14.000Z","modified_at":"2026-01-29T04:17:14.000Z","name":"Tomas Jones","mobile_number":"963-869-7612","email_id":"Dean.Predovic67@hotmail.com","dop":"2025-04-06","serial_number":"11853819722048202","imei1":"11853819722048202","imei2":"11853819722048202","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169941,"job_number":"JOB_169941","tr_customer_id":169958,"tr_customer_product_id":169948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:14.000Z","modified_at":"2026-01-29T04:17:14.000Z","name":"Hayley Rice","mobile_number":"402-654-1383","email_id":"Rogers.Gutkowski@gmail.com","dop":"2025-04-06","serial_number":"16407734138657324","imei1":"16407734138657324","imei2":"16407734138657324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169942,"job_number":"JOB_169942","tr_customer_id":169959,"tr_customer_product_id":169949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:15.000Z","modified_at":"2026-01-29T04:17:15.000Z","name":"Christina Fisher","mobile_number":"233-337-6786","email_id":"Genesis15@hotmail.com","dop":"2025-04-06","serial_number":"10851852586991604","imei1":"10851852586991604","imei2":"10851852586991604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169943,"job_number":"JOB_169943","tr_customer_id":169960,"tr_customer_product_id":169950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:17.000Z","modified_at":"2026-01-29T04:17:17.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18269688819306","imei1":"18269688819306","imei2":"18269688819306","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169945,"job_number":"JOB_169945","tr_customer_id":169962,"tr_customer_product_id":169952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:18.000Z","modified_at":"2026-01-29T04:17:18.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"29473598651057","imei1":"29473598651057","imei2":"29473598651057","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169946,"job_number":"JOB_169946","tr_customer_id":169963,"tr_customer_product_id":169953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:22.000Z","modified_at":"2026-01-29T04:17:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11636781794539","imei1":"11636781794539","imei2":"11636781794539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169948,"job_number":"JOB_169948","tr_customer_id":169965,"tr_customer_product_id":169955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:24.000Z","modified_at":"2026-01-29T04:17:24.000Z","name":"Johnson Cartwright","mobile_number":"293-616-5525","email_id":"Lauren90@hotmail.com","dop":"2025-04-06","serial_number":"12137245612803680","imei1":"12137245612803680","imei2":"12137245612803680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169949,"job_number":"JOB_169949","tr_customer_id":169966,"tr_customer_product_id":169956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:27.000Z","modified_at":"2026-01-29T04:17:27.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13938280362099","imei1":"13938280362099","imei2":"13938280362099","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169951,"job_number":"JOB_169951","tr_customer_id":169968,"tr_customer_product_id":169958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:28.000Z","modified_at":"2026-01-29T04:17:28.000Z","name":"Blanca Murazik","mobile_number":"287-201-7312","email_id":"Jennings10@gmail.com","dop":"2025-04-06","serial_number":"11241529073060320","imei1":"11241529073060320","imei2":"11241529073060320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169952,"job_number":"JOB_169952","tr_customer_id":169969,"tr_customer_product_id":169959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:17:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13991298792295","imei1":"13991298792295","imei2":"13991298792295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169954,"job_number":"JOB_169954","tr_customer_id":169971,"tr_customer_product_id":169961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:17:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13135699846297","imei1":"13135699846297","imei2":"13135699846297","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169959,"job_number":"JOB_169959","tr_customer_id":169976,"tr_customer_product_id":169966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:17:46.000Z","name":"Fanny Shields","mobile_number":"938-931-7489","email_id":"Kristoffer_Considine6@hotmail.com","dop":"2025-04-06","serial_number":"13996429550028526","imei1":"13996429550028526","imei2":"13996429550028526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169961,"job_number":"JOB_169961","tr_customer_id":169978,"tr_customer_product_id":169968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Tommie Sauer","mobile_number":"682-387-7272","email_id":"Emiliano76@hotmail.com","dop":"2025-04-06","serial_number":"16683896035858156","imei1":"16683896035858156","imei2":"16683896035858156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169964,"job_number":"JOB_169964","tr_customer_id":169981,"tr_customer_product_id":169971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16489268563937","imei1":"16489268563937","imei2":"16489268563937","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169968,"job_number":"JOB_169968","tr_customer_id":169985,"tr_customer_product_id":169975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:49.000Z","modified_at":"2026-01-29T04:17:49.000Z","name":"Ebony Parisian","mobile_number":"895-882-8668","email_id":"Sedrick41@yahoo.com","dop":"2025-04-06","serial_number":"17429089838740596","imei1":"17429089838740596","imei2":"17429089838740596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169969,"job_number":"JOB_169969","tr_customer_id":169986,"tr_customer_product_id":169976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:51.000Z","modified_at":"2026-01-29T04:17:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12070621903777","imei1":"12070621903777","imei2":"12070621903777","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169971,"job_number":"JOB_169971","tr_customer_id":169988,"tr_customer_product_id":169978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:53.000Z","modified_at":"2026-01-29T04:17:53.000Z","name":"Derrick Terry","mobile_number":"688-773-2017","email_id":"Percival87@yahoo.com","dop":"2025-04-06","serial_number":"18769623652511530","imei1":"18769623652511530","imei2":"18769623652511530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169973,"job_number":"JOB_169973","tr_customer_id":169990,"tr_customer_product_id":169980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:55.000Z","modified_at":"2026-01-29T04:17:55.000Z","name":"Maud Willms","mobile_number":"531-916-9431","email_id":"Brett.Hessel@gmail.com","dop":"2025-05-30","serial_number":"19047804443738","imei1":"19047804443738","imei2":"19047804443738","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169974,"job_number":"JOB_169974","tr_customer_id":169991,"tr_customer_product_id":169981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:17:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13438763165786","imei1":"13438763165786","imei2":"13438763165786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169977,"job_number":"JOB_169977","tr_customer_id":169994,"tr_customer_product_id":169984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:17:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17560182260872","imei1":"17560182260872","imei2":"17560182260872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169978,"job_number":"JOB_169978","tr_customer_id":169995,"tr_customer_product_id":169985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:17:57.000Z","name":"Jeramie Borer","mobile_number":"717-444-2614","email_id":"Valentin53@hotmail.com","dop":"2025-05-30","serial_number":"1366895474168729","imei1":"1366895474168729","imei2":"1366895474168729","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169981,"job_number":"JOB_169981","tr_customer_id":169998,"tr_customer_product_id":169988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:17:57.000Z","name":"Roscoe Wolf","mobile_number":"586-961-2040","email_id":"Freddy26@hotmail.com","dop":"2025-04-06","serial_number":"11243190297393252","imei1":"11243190297393252","imei2":"11243190297393252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169982,"job_number":"JOB_169982","tr_customer_id":169999,"tr_customer_product_id":169989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:58.000Z","modified_at":"2026-01-29T04:17:58.000Z","name":"Isabell Stroman","mobile_number":"412-452-2381","email_id":"Anya_Orn@hotmail.com","dop":"2025-04-06","serial_number":"13127050337010392","imei1":"13127050337010392","imei2":"13127050337010392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169983,"job_number":"JOB_169983","tr_customer_id":170000,"tr_customer_product_id":169990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:58.000Z","modified_at":"2026-01-29T04:17:58.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15240351894540","imei1":"15240351894540","imei2":"15240351894540","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169986,"job_number":"JOB_169986","tr_customer_id":170003,"tr_customer_product_id":169993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:17:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15199399382074","imei1":"15199399382074","imei2":"15199399382074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169991,"job_number":"JOB_169991","tr_customer_id":170008,"tr_customer_product_id":169998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10873400051463","imei1":"10873400051463","imei2":"10873400051463","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169992,"job_number":"JOB_169992","tr_customer_id":170009,"tr_customer_product_id":169999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13676563880234","imei1":"13676563880234","imei2":"13676563880234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169993,"job_number":"JOB_169993","tr_customer_id":170010,"tr_customer_product_id":170000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"28764031525642","imei1":"28764031525642","imei2":"28764031525642","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169995,"job_number":"JOB_169995","tr_customer_id":170012,"tr_customer_product_id":170002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:01.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"13651484288758","imei1":"13651484288758","imei2":"13651484288758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169997,"job_number":"JOB_169997","tr_customer_id":170014,"tr_customer_product_id":170004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:01.000Z","modified_at":"2026-01-29T04:18:01.000Z","name":"Donnie Rippin","mobile_number":"751-369-7144","email_id":"Moshe_Wisoky@yahoo.com","dop":"2025-04-06","serial_number":"17941153908569654","imei1":"17941153908569654","imei2":"17941153908569654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169999,"job_number":"JOB_169999","tr_customer_id":170016,"tr_customer_product_id":170006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:02.000Z","modified_at":"2026-01-29T04:18:02.000Z","name":"Lucie Goyette","mobile_number":"484-258-5676","email_id":"Candelario.Kessler28@yahoo.com","dop":"2025-04-06","serial_number":"11748011688107488","imei1":"11748011688107488","imei2":"11748011688107488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170000,"job_number":"JOB_170000","tr_customer_id":170017,"tr_customer_product_id":170007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:02.000Z","modified_at":"2026-01-29T04:18:02.000Z","name":"Arno Auer","mobile_number":"772-468-7279","email_id":"Aniyah.Tillman@yahoo.com","dop":"2025-04-06","serial_number":"16702733351902096","imei1":"16702733351902096","imei2":"16702733351902096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170001,"job_number":"JOB_170001","tr_customer_id":170018,"tr_customer_product_id":170008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:02.000Z","modified_at":"2026-01-29T04:18:02.000Z","name":"Theresa Green","mobile_number":"897-805-8431","email_id":"Emmy25@gmail.com","dop":"2025-04-06","serial_number":"11137089850184800","imei1":"11137089850184800","imei2":"11137089850184800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170005,"job_number":"JOB_170005","tr_customer_id":170022,"tr_customer_product_id":170012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:11.000Z","modified_at":"2026-01-29T04:18:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11252590444425","imei1":"11252590444425","imei2":"11252590444425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170007,"job_number":"JOB_170007","tr_customer_id":170024,"tr_customer_product_id":170014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:12.000Z","modified_at":"2026-01-29T04:18:12.000Z","name":"Haleigh Glover","mobile_number":"652-273-9084","email_id":"Serenity.Paucek42@gmail.com","dop":"2025-04-06","serial_number":"13173861116338296","imei1":"13173861116338296","imei2":"13173861116338296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170013,"job_number":"JOB_170013","tr_customer_id":170030,"tr_customer_product_id":170020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:28.000Z","modified_at":"2026-01-29T04:18:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18166799809930","imei1":"18166799809930","imei2":"18166799809930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170017,"job_number":"JOB_170017","tr_customer_id":170034,"tr_customer_product_id":170024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:29.000Z","modified_at":"2026-01-29T04:18:29.000Z","name":"Isai Zboncak","mobile_number":"512-467-1207","email_id":"Malcolm.Durgan15@gmail.com","dop":"2025-04-06","serial_number":"19091436100148980","imei1":"19091436100148980","imei2":"19091436100148980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170018,"job_number":"JOB_170018","tr_customer_id":170035,"tr_customer_product_id":170025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:30.000Z","modified_at":"2026-01-29T04:18:30.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10333081235751","imei1":"10333081235751","imei2":"10333081235751","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170021,"job_number":"JOB_170021","tr_customer_id":170038,"tr_customer_product_id":170028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:31.000Z","modified_at":"2026-01-29T04:18:31.000Z","name":"Isai Reichel","mobile_number":"341-862-5299","email_id":"Alfonzo31@gmail.com","dop":"2025-04-06","serial_number":"12233201586587286","imei1":"12233201586587286","imei2":"12233201586587286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170025,"job_number":"JOB_170025","tr_customer_id":170042,"tr_customer_product_id":170032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:36.000Z","modified_at":"2026-01-29T04:18:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19567663308904","imei1":"19567663308904","imei2":"19567663308904","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170027,"job_number":"JOB_170027","tr_customer_id":170044,"tr_customer_product_id":170034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:37.000Z","modified_at":"2026-01-29T04:18:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18269106291722","imei1":"18269106291722","imei2":"18269106291722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170029,"job_number":"JOB_170029","tr_customer_id":170046,"tr_customer_product_id":170036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:38.000Z","modified_at":"2026-01-29T04:18:38.000Z","name":"Casandra Rowe","mobile_number":"434-701-1275","email_id":"Garrick79@gmail.com","dop":"2025-04-06","serial_number":"15486414409544662","imei1":"15486414409544662","imei2":"15486414409544662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170030,"job_number":"JOB_170030","tr_customer_id":170047,"tr_customer_product_id":170037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:39.000Z","modified_at":"2026-01-29T04:18:39.000Z","name":"Jesse Lindgren","mobile_number":"840-897-8086","email_id":"Gertrude_Feil@hotmail.com","dop":"2025-04-06","serial_number":"19863142606345120","imei1":"19863142606345120","imei2":"19863142606345120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170032,"job_number":"JOB_170032","tr_customer_id":170049,"tr_customer_product_id":170039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:43.000Z","modified_at":"2026-01-29T04:18:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16936680577744","imei1":"16936680577744","imei2":"16936680577744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170034,"job_number":"JOB_170034","tr_customer_id":170051,"tr_customer_product_id":170041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:44.000Z","modified_at":"2026-01-29T04:18:44.000Z","name":"Selmer Macejkovic","mobile_number":"353-579-4056","email_id":"Cassidy44@yahoo.com","dop":"2025-04-06","serial_number":"15208412121779964","imei1":"15208412121779964","imei2":"15208412121779964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170035,"job_number":"JOB_170035","tr_customer_id":170052,"tr_customer_product_id":170042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:46.000Z","modified_at":"2026-01-29T04:18:46.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"12048314724048","imei1":"12048314724048","imei2":"12048314724048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170037,"job_number":"JOB_170037","tr_customer_id":170054,"tr_customer_product_id":170044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:47.000Z","modified_at":"2026-01-29T04:18:47.000Z","name":"Otto Upton","mobile_number":"718-817-5286","email_id":"Nikita.Stehr40@hotmail.com","dop":"2025-04-06","serial_number":"12402780473306932","imei1":"12402780473306932","imei2":"12402780473306932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170038,"job_number":"JOB_170038","tr_customer_id":170055,"tr_customer_product_id":170045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:59.000Z","modified_at":"2026-01-29T04:18:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13136422782999","imei1":"13136422782999","imei2":"13136422782999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170040,"job_number":"JOB_170040","tr_customer_id":170057,"tr_customer_product_id":170047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:01.000Z","modified_at":"2026-01-29T04:19:01.000Z","name":"Dulce Turcotte","mobile_number":"627-644-7517","email_id":"Meredith_Mosciski97@gmail.com","dop":"2025-04-06","serial_number":"11308045440720300","imei1":"11308045440720300","imei2":"11308045440720300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170041,"job_number":"JOB_170041","tr_customer_id":170058,"tr_customer_product_id":170048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:10.000Z","modified_at":"2026-01-29T04:19:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12346224454851","imei1":"12346224454851","imei2":"12346224454851","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170044,"job_number":"JOB_170044","tr_customer_id":170061,"tr_customer_product_id":170051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:11.000Z","modified_at":"2026-01-29T04:19:11.000Z","name":"Delta Dare","mobile_number":"971-424-5135","email_id":"Kara23@hotmail.com","dop":"2025-04-06","serial_number":"13717379560690216","imei1":"13717379560690216","imei2":"13717379560690216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170047,"job_number":"JOB_170047","tr_customer_id":170064,"tr_customer_product_id":170054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:14.000Z","modified_at":"2026-01-29T04:19:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11163741540531","imei1":"11163741540531","imei2":"11163741540531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170049,"job_number":"JOB_170049","tr_customer_id":170066,"tr_customer_product_id":170056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:16.000Z","modified_at":"2026-01-29T04:19:16.000Z","name":"Carlotta Ward","mobile_number":"352-533-4840","email_id":"Lessie_Tillman@gmail.com","dop":"2025-04-06","serial_number":"14248802048586536","imei1":"14248802048586536","imei2":"14248802048586536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170050,"job_number":"JOB_170050","tr_customer_id":170067,"tr_customer_product_id":170057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:18.000Z","modified_at":"2026-01-29T04:19:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19293730852996","imei1":"19293730852996","imei2":"19293730852996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170052,"job_number":"JOB_170052","tr_customer_id":170069,"tr_customer_product_id":170059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:19.000Z","modified_at":"2026-01-29T04:19:19.000Z","name":"Brain Lang","mobile_number":"594-849-9001","email_id":"Anabel.Botsford@gmail.com","dop":"2025-04-06","serial_number":"13596958877133660","imei1":"13596958877133660","imei2":"13596958877133660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170053,"job_number":"JOB_170053","tr_customer_id":170070,"tr_customer_product_id":170060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:20.000Z","modified_at":"2026-01-29T04:19:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16570668237798","imei1":"16570668237798","imei2":"16570668237798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170055,"job_number":"JOB_170055","tr_customer_id":170072,"tr_customer_product_id":170062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:21.000Z","modified_at":"2026-01-29T04:19:21.000Z","name":"Tyler Witting","mobile_number":"919-947-9150","email_id":"Maryam16@hotmail.com","dop":"2025-04-06","serial_number":"18160876903515956","imei1":"18160876903515956","imei2":"18160876903515956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170056,"job_number":"JOB_170056","tr_customer_id":170073,"tr_customer_product_id":170063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:25.000Z","modified_at":"2026-01-29T04:19:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19335030462768","imei1":"19335030462768","imei2":"19335030462768","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170058,"job_number":"JOB_170058","tr_customer_id":170075,"tr_customer_product_id":170065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:27.000Z","modified_at":"2026-01-29T04:19:27.000Z","name":"Jamarcus Schmitt","mobile_number":"413-229-5689","email_id":"Imelda_Bednar38@hotmail.com","dop":"2025-04-06","serial_number":"15619569772936880","imei1":"15619569772936880","imei2":"15619569772936880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170062,"job_number":"JOB_170062","tr_customer_id":170079,"tr_customer_product_id":170069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:20:43.000Z","modified_at":"2026-01-29T04:20:43.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"preethi.sathya@gmail.com","dop":"2025-12-09","serial_number":"10605741295101","imei1":"10605741295101","imei2":"10605741295101","popurl":"2025-12-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170063,"job_number":"JOB_170063","tr_customer_id":170080,"tr_customer_product_id":170070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:39.000Z","modified_at":"2026-01-29T04:23:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61742922570869","imei1":"61742922570869","imei2":"61742922570869","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170064,"job_number":"JOB_170064","tr_customer_id":170081,"tr_customer_product_id":170071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:39.000Z","modified_at":"2026-01-29T04:23:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93056327496200","imei1":"93056327496200","imei2":"93056327496200","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170065,"job_number":"JOB_170065","tr_customer_id":170082,"tr_customer_product_id":170072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:40.000Z","modified_at":"2026-01-29T04:23:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93791321431375","imei1":"93791321431375","imei2":"93791321431375","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170066,"job_number":"JOB_170066","tr_customer_id":170083,"tr_customer_product_id":170073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:40.000Z","modified_at":"2026-01-29T04:23:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31270802365495","imei1":"31270802365495","imei2":"31270802365495","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170067,"job_number":"JOB_170067","tr_customer_id":170084,"tr_customer_product_id":170074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:40.000Z","modified_at":"2026-01-29T04:23:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92767950644837","imei1":"92767950644837","imei2":"92767950644837","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170068,"job_number":"JOB_170068","tr_customer_id":170085,"tr_customer_product_id":170075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:41.000Z","modified_at":"2026-01-29T04:23:41.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18229715259307","imei1":"18229715259307","imei2":"18229715259307","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170070,"job_number":"JOB_170070","tr_customer_id":170087,"tr_customer_product_id":170077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:12.000Z","modified_at":"2026-01-29T04:24:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97460499699716","imei1":"97460499699716","imei2":"97460499699716","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170071,"job_number":"JOB_170071","tr_customer_id":170088,"tr_customer_product_id":170078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:12.000Z","modified_at":"2026-01-29T04:24:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28724397917824","imei1":"28724397917824","imei2":"28724397917824","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170072,"job_number":"JOB_170072","tr_customer_id":170089,"tr_customer_product_id":170079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:12.000Z","modified_at":"2026-01-29T04:24:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12208933587131","imei1":"12208933587131","imei2":"12208933587131","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170073,"job_number":"JOB_170073","tr_customer_id":170090,"tr_customer_product_id":170080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"89557250189927","imei1":"89557250189927","imei2":"89557250189927","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170074,"job_number":"JOB_170074","tr_customer_id":170091,"tr_customer_product_id":170081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14826939783532","imei1":"14826939783532","imei2":"14826939783532","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170075,"job_number":"JOB_170075","tr_customer_id":170092,"tr_customer_product_id":170082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54338572207443","imei1":"54338572207443","imei2":"54338572207443","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170077,"job_number":"JOB_170077","tr_customer_id":170094,"tr_customer_product_id":170084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:44.000Z","modified_at":"2026-01-29T04:24:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59504424488692","imei1":"59504424488692","imei2":"59504424488692","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170078,"job_number":"JOB_170078","tr_customer_id":170095,"tr_customer_product_id":170085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:44.000Z","modified_at":"2026-01-29T04:24:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90655526949378","imei1":"90655526949378","imei2":"90655526949378","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170079,"job_number":"JOB_170079","tr_customer_id":170096,"tr_customer_product_id":170086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:44.000Z","modified_at":"2026-01-29T04:24:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"98417105285089","imei1":"98417105285089","imei2":"98417105285089","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170080,"job_number":"JOB_170080","tr_customer_id":170097,"tr_customer_product_id":170087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:45.000Z","modified_at":"2026-01-29T04:24:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39263213036163","imei1":"39263213036163","imei2":"39263213036163","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170081,"job_number":"JOB_170081","tr_customer_id":170098,"tr_customer_product_id":170088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:45.000Z","modified_at":"2026-01-29T04:24:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31823070311431","imei1":"31823070311431","imei2":"31823070311431","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170082,"job_number":"JOB_170082","tr_customer_id":170099,"tr_customer_product_id":170089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:45.000Z","modified_at":"2026-01-29T04:24:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38705468704814","imei1":"38705468704814","imei2":"38705468704814","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170086,"job_number":"JOB_170086","tr_customer_id":170103,"tr_customer_product_id":170093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:03:19.000Z","modified_at":"2026-01-29T05:03:19.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-19","serial_number":"26203262889575","imei1":"26203262889575","imei2":"26203262889575","popurl":"2026-01-19T05:03:18.686727126Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:03:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170087,"job_number":"JOB_170087","tr_customer_id":170104,"tr_customer_product_id":170094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:03:47.000Z","modified_at":"2026-01-29T05:03:47.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-19","serial_number":"27106990847514","imei1":"27106990847514","imei2":"27106990847514","popurl":"2026-01-19T05:03:47.346258629Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:03:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170088,"job_number":"JOB_170088","tr_customer_id":170105,"tr_customer_product_id":170095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:08:53.000Z","modified_at":"2026-01-29T05:08:53.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101397703177975","imei1":"101397703177975","imei2":"101397703177975","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:08:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170090,"job_number":"JOB_170090","tr_customer_id":170107,"tr_customer_product_id":170097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:09:04.000Z","modified_at":"2026-01-29T05:09:04.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103500580065617","imei1":"103500580065617","imei2":"103500580065617","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:09:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170092,"job_number":"JOB_170092","tr_customer_id":170109,"tr_customer_product_id":170099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:15:14.000Z","modified_at":"2026-01-29T05:15:14.000Z","name":"Acharyanandana Chaturvedi","mobile_number":"7002014268","email_id":"subhasini.khanna@yahoo.co.in","dop":"2026-01-19","serial_number":"127061244556375","imei1":"127061244556375","imei2":"127061244556375","popurl":"www.shashikala-kocchar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:15:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170094,"job_number":"JOB_170094","tr_customer_id":170111,"tr_customer_product_id":170101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:08.000Z","modified_at":"2026-01-29T05:27:08.000Z","name":"Erwin Beahan","mobile_number":"398-315-6549","email_id":"Lenora.Walker@hotmail.com","dop":"2025-04-06","serial_number":"10263264556686756","imei1":"10263264556686756","imei2":"10263264556686756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170096,"job_number":"JOB_170096","tr_customer_id":170113,"tr_customer_product_id":170103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:31.000Z","modified_at":"2026-01-29T05:27:31.000Z","name":"Theodore Marvin","mobile_number":"270-774-0335","email_id":"Jan.Hoppe9@gmail.com","dop":"2025-04-06","serial_number":"12346774641211792","imei1":"12346774641211792","imei2":"12346774641211792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170097,"job_number":"JOB_170097","tr_customer_id":170114,"tr_customer_product_id":170104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:29:32.000Z","modified_at":"2026-01-29T05:29:32.000Z","name":"Maryetta Boehm","mobile_number":"7017800939","email_id":"lizzette.mckenzie@gmail.com","dop":"2026-01-19","serial_number":"466775417237750","imei1":"579050702278771","imei2":"854786880215774","popurl":"www.marget-hickle.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170099,"job_number":"JOB_170099","tr_customer_id":170116,"tr_customer_product_id":170106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:31:49.000Z","modified_at":"2026-01-29T05:31:49.000Z","name":"Maybelle Jaskolski","mobile_number":"632-851-4534","email_id":"Wayne.Predovic@gmail.com","dop":"2025-04-06","serial_number":"11225324344334598","imei1":"11225324344334598","imei2":"11225324344334598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:31:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170101,"job_number":"JOB_170101","tr_customer_id":170118,"tr_customer_product_id":170108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:32:35.000Z","modified_at":"2026-01-29T05:32:35.000Z","name":"Everett Wolff","mobile_number":"522-392-2016","email_id":"Esmeralda.Schmidt99@hotmail.com","dop":"2025-04-06","serial_number":"17752045343165536","imei1":"17752045343165536","imei2":"17752045343165536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:32:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170103,"job_number":"JOB_170103","tr_customer_id":170120,"tr_customer_product_id":170110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:33:21.000Z","modified_at":"2026-01-29T05:33:21.000Z","name":"Scottie Morar","mobile_number":"986-546-3563","email_id":"Deion31@gmail.com","dop":"2025-04-06","serial_number":"10214013136574962","imei1":"10214013136574962","imei2":"10214013136574962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:33:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170104,"job_number":"JOB_170104","tr_customer_id":170121,"tr_customer_product_id":170111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Shemeka Konopelski","mobile_number":"7068432392","email_id":"ben.ortiz@hotmail.com","dop":"2026-01-19","serial_number":"111939494622416","imei1":"588506820130283","imei2":"876477157204946","popurl":"www.belinda-tillman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170105,"job_number":"JOB_170105","tr_customer_id":170123,"tr_customer_product_id":170113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Vance Conn","mobile_number":"7078935003","email_id":"dorine.deckow@gmail.com","dop":"2026-01-19","serial_number":"824141496680211","imei1":"435551315720134","imei2":"306772142899246","popurl":"www.yesenia-moen.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170107,"job_number":"JOB_170107","tr_customer_id":170124,"tr_customer_product_id":170114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Florida Mann","mobile_number":"7031155873","email_id":"hung.durgan@gmail.com","dop":"2026-01-19","serial_number":"263981510145910","imei1":"430492554064491","imei2":"520899703820156","popurl":"www.stephanie-langworth.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170108,"job_number":"JOB_170108","tr_customer_id":170125,"tr_customer_product_id":170115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Jake Ferry","mobile_number":"7040877155","email_id":"marivel.stracke@yahoo.com","dop":"2026-01-19","serial_number":"807523303177321","imei1":"395308237474740","imei2":"439663713664202","popurl":"www.alisia-casper.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170109,"job_number":"JOB_170109","tr_customer_id":170126,"tr_customer_product_id":170116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Jamie Lesch","mobile_number":"7007295861","email_id":"britt.oberbrunner@gmail.com","dop":"2026-01-19","serial_number":"942390214270973","imei1":"355491507732615","imei2":"294603664991773","popurl":"www.ryan-flatley.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170110,"job_number":"JOB_170110","tr_customer_id":170127,"tr_customer_product_id":170117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Josiah Murray","mobile_number":"7015463645","email_id":"pat.sporer@hotmail.com","dop":"2026-01-19","serial_number":"916771939383097","imei1":"044050186125616","imei2":"403864503743931","popurl":"www.socorro-heaney.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170111,"job_number":"JOB_170111","tr_customer_id":170128,"tr_customer_product_id":170118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Marhta Gutmann","mobile_number":"7084825500","email_id":"cory.stark@yahoo.com","dop":"2026-01-19","serial_number":"159506114992362","imei1":"996490114489996","imei2":"075194986131691","popurl":"www.deadra-torp.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170113,"job_number":"JOB_170113","tr_customer_id":170130,"tr_customer_product_id":170120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Jamel Kautzer","mobile_number":"7074242420","email_id":"roman.kuhn@gmail.com","dop":"2026-01-19","serial_number":"116761198144715","imei1":"008987442726444","imei2":"491283302611861","popurl":"www.jarred-nicolas.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170114,"job_number":"JOB_170114","tr_customer_id":170131,"tr_customer_product_id":170121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:44.000Z","modified_at":"2026-01-29T05:34:44.000Z","name":"Yolanda Luettgen","mobile_number":"7029414401","email_id":"renata.windler@gmail.com","dop":"2026-01-19","serial_number":"259510094291768","imei1":"963232990401961","imei2":"748083918429044","popurl":"www.arlen-oconner.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170116,"job_number":"JOB_170116","tr_customer_id":170133,"tr_customer_product_id":170123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Blake Hoeger","mobile_number":"7056201307","email_id":"elroy.glover@yahoo.com","dop":"2026-01-19","serial_number":"747906301730079","imei1":"123765457449246","imei2":"524224954655081","popurl":"www.jae-kutch.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170117,"job_number":"JOB_170117","tr_customer_id":170134,"tr_customer_product_id":170124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Ethan Conn","mobile_number":"7018365754","email_id":"melvina.goodwin@hotmail.com","dop":"2026-01-19","serial_number":"968946009278006","imei1":"871343777068626","imei2":"853618837564621","popurl":"www.francesco-nikolaus.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170119,"job_number":"JOB_170119","tr_customer_id":170136,"tr_customer_product_id":170126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Dario Hyatt","mobile_number":"7035075862","email_id":"duane.gorczany@gmail.com","dop":"2026-01-19","serial_number":"475786755446236","imei1":"851059287978101","imei2":"558210867899747","popurl":"www.tynisha-mcclure.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170120,"job_number":"JOB_170120","tr_customer_id":170137,"tr_customer_product_id":170127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Anya Braun","mobile_number":"7011017484","email_id":"robbyn.marks@yahoo.com","dop":"2026-01-19","serial_number":"853442598438649","imei1":"522258776211542","imei2":"903444213148814","popurl":"www.hai-dibbert.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170122,"job_number":"JOB_170122","tr_customer_id":170139,"tr_customer_product_id":170129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Tommy Witting","mobile_number":"7070342056","email_id":"kory.bashirian@yahoo.com","dop":"2026-01-19","serial_number":"872358208120781","imei1":"220502342585437","imei2":"787055755713510","popurl":"www.aline-rowe.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170123,"job_number":"JOB_170123","tr_customer_id":170140,"tr_customer_product_id":170130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Mathew Parker","mobile_number":"7011685916","email_id":"tamica.yost@yahoo.com","dop":"2026-01-19","serial_number":"993966339214398","imei1":"449261436859162","imei2":"364092332632470","popurl":"www.ernesto-luettgen.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170124,"job_number":"JOB_170124","tr_customer_id":170141,"tr_customer_product_id":170131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Dorthy Lesch","mobile_number":"7023990804","email_id":"rosaria.ferry@yahoo.com","dop":"2026-01-19","serial_number":"587061789909037","imei1":"191532086863173","imei2":"045600577717171","popurl":"www.mitchel-yost.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170126,"job_number":"JOB_170126","tr_customer_id":170143,"tr_customer_product_id":170133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Rayford Rowe","mobile_number":"7030552072","email_id":"nakisha.goyette@gmail.com","dop":"2026-01-19","serial_number":"571117012921224","imei1":"459758782255139","imei2":"814346347356559","popurl":"www.sidney-cronin.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170127,"job_number":"JOB_170127","tr_customer_id":170144,"tr_customer_product_id":170134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Demetrius Wisozk","mobile_number":"7003714203","email_id":"cathie.robel@hotmail.com","dop":"2026-01-19","serial_number":"684422314951074","imei1":"810729037499027","imei2":"376795426634857","popurl":"www.audrey-tillman.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170129,"job_number":"JOB_170129","tr_customer_id":170146,"tr_customer_product_id":170136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Lesley Herzog","mobile_number":"7092505323","email_id":"hortense.lockman@hotmail.com","dop":"2026-01-19","serial_number":"247017482715954","imei1":"145049471155287","imei2":"454837346949920","popurl":"www.shameka-hammes.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170130,"job_number":"JOB_170130","tr_customer_id":170147,"tr_customer_product_id":170137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Michaele Torp","mobile_number":"7008466807","email_id":"anglea.murphy@gmail.com","dop":"2026-01-19","serial_number":"201222226587651","imei1":"403699186426363","imei2":"399975174960955","popurl":"www.luba-ohara.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170131,"job_number":"JOB_170131","tr_customer_id":170148,"tr_customer_product_id":170138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Ronald Shanahan","mobile_number":"7017619266","email_id":"melvin.lueilwitz@hotmail.com","dop":"2026-01-19","serial_number":"996023808558148","imei1":"701659339205798","imei2":"777756934171624","popurl":"www.lanita-white.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170132,"job_number":"JOB_170132","tr_customer_id":170149,"tr_customer_product_id":170139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Sammy Toy","mobile_number":"7053214545","email_id":"chelsie.maggio@gmail.com","dop":"2026-01-19","serial_number":"052144706608728","imei1":"158718404043463","imei2":"641913851060150","popurl":"www.ernestina-rohan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170134,"job_number":"JOB_170134","tr_customer_id":170151,"tr_customer_product_id":170141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Nicholas Mann","mobile_number":"7049439514","email_id":"jamie.nolan@yahoo.com","dop":"2026-01-19","serial_number":"335502909755838","imei1":"530329350041440","imei2":"871356817984986","popurl":"www.kaitlin-turner.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170135,"job_number":"JOB_170135","tr_customer_id":170152,"tr_customer_product_id":170142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Magaret Orn","mobile_number":"7094285782","email_id":"victor.prohaska@hotmail.com","dop":"2026-01-19","serial_number":"867038359066668","imei1":"663378556594185","imei2":"915358945445974","popurl":"www.lynwood-dibbert.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170136,"job_number":"JOB_170136","tr_customer_id":170153,"tr_customer_product_id":170143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Romeo Hermann","mobile_number":"7098466731","email_id":"sook.borer@hotmail.com","dop":"2026-01-19","serial_number":"446716482990167","imei1":"941734509717234","imei2":"013473444757851","popurl":"www.jeff-thompson.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170137,"job_number":"JOB_170137","tr_customer_id":170154,"tr_customer_product_id":170144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Earle Yundt","mobile_number":"7038088096","email_id":"louetta.west@hotmail.com","dop":"2026-01-19","serial_number":"289688478587446","imei1":"503717768812734","imei2":"686103186396232","popurl":"www.lenora-stamm.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170138,"job_number":"JOB_170138","tr_customer_id":170155,"tr_customer_product_id":170145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Na Connelly","mobile_number":"7022030315","email_id":"melonie.farrell@hotmail.com","dop":"2026-01-19","serial_number":"494850587113059","imei1":"841716178739898","imei2":"791888896548785","popurl":"www.alden-stoltenberg.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170139,"job_number":"JOB_170139","tr_customer_id":170156,"tr_customer_product_id":170146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Sheryll Roberts","mobile_number":"7066407099","email_id":"dillon.hammes@yahoo.com","dop":"2026-01-19","serial_number":"083669247668013","imei1":"879367248367880","imei2":"753360822015545","popurl":"www.forest-schumm.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170140,"job_number":"JOB_170140","tr_customer_id":170157,"tr_customer_product_id":170147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Kina Oberbrunner","mobile_number":"7050500725","email_id":"lilian.bergstrom@gmail.com","dop":"2026-01-19","serial_number":"729355777351377","imei1":"633601704309389","imei2":"821036601253040","popurl":"www.kareem-stehr.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170141,"job_number":"JOB_170141","tr_customer_id":170158,"tr_customer_product_id":170148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Sherice Schaden","mobile_number":"7070250616","email_id":"eldon.mann@hotmail.com","dop":"2026-01-19","serial_number":"591030857229123","imei1":"909128399698045","imei2":"776866600626652","popurl":"www.javier-hirthe.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170142,"job_number":"JOB_170142","tr_customer_id":170159,"tr_customer_product_id":170149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Rod Murray","mobile_number":"7078241403","email_id":"myles.okeefe@hotmail.com","dop":"2026-01-19","serial_number":"715797514403483","imei1":"458726082752992","imei2":"811096422918993","popurl":"www.ellis-hessel.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170143,"job_number":"JOB_170143","tr_customer_id":170160,"tr_customer_product_id":170150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Bernetta Schumm","mobile_number":"7074171809","email_id":"clinton.sauer@yahoo.com","dop":"2026-01-19","serial_number":"264545792506379","imei1":"780197290642320","imei2":"515838340988710","popurl":"www.vinnie-carter.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170145,"job_number":"JOB_170145","tr_customer_id":170162,"tr_customer_product_id":170152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:48.000Z","modified_at":"2026-01-29T05:34:48.000Z","name":"Oma Kris","mobile_number":"7087336186","email_id":"dorene.johns@yahoo.com","dop":"2026-01-19","serial_number":"795773481174834","imei1":"657132377848392","imei2":"553427137964735","popurl":"www.deon-grady.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170146,"job_number":"JOB_170146","tr_customer_id":170163,"tr_customer_product_id":170153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:48.000Z","modified_at":"2026-01-29T05:34:48.000Z","name":"Dewayne Erdman","mobile_number":"7030370487","email_id":"arlyne.hand@hotmail.com","dop":"2026-01-19","serial_number":"098829065653119","imei1":"504408521882558","imei2":"214225027358401","popurl":"www.zachary-dicki.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170147,"job_number":"JOB_170147","tr_customer_id":170164,"tr_customer_product_id":170154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:48.000Z","modified_at":"2026-01-29T05:34:48.000Z","name":"Ignacio Donnelly","mobile_number":"7084184791","email_id":"waldo.gleichner@yahoo.com","dop":"2026-01-19","serial_number":"963412747552259","imei1":"971142090541697","imei2":"604051429757817","popurl":"www.lane-walsh.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170148,"job_number":"JOB_170148","tr_customer_id":170165,"tr_customer_product_id":170155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Yadira Upton","mobile_number":"7048794777","email_id":"irvin.kutch@yahoo.com","dop":"2026-01-19","serial_number":"410972370424697","imei1":"078643356514278","imei2":"892209840163632","popurl":"www.diann-harris.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170149,"job_number":"JOB_170149","tr_customer_id":170166,"tr_customer_product_id":170156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Kirk Kreiger","mobile_number":"7035806184","email_id":"jesse.cartwright@gmail.com","dop":"2026-01-19","serial_number":"874626696862079","imei1":"519035174253206","imei2":"265933440380059","popurl":"www.dierdre-muller.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170150,"job_number":"JOB_170150","tr_customer_id":170167,"tr_customer_product_id":170157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Simonne Rogahn","mobile_number":"7046970877","email_id":"frederick.klein@hotmail.com","dop":"2026-01-19","serial_number":"807416161090568","imei1":"703543043452060","imei2":"233629490053099","popurl":"www.darryl-bergstrom.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170151,"job_number":"JOB_170151","tr_customer_id":170168,"tr_customer_product_id":170158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Mariella Collier","mobile_number":"7000022110","email_id":"alfonso.davis@hotmail.com","dop":"2026-01-19","serial_number":"833286205913040","imei1":"242474703887033","imei2":"942448992639882","popurl":"www.evelin-considine.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170152,"job_number":"JOB_170152","tr_customer_id":170169,"tr_customer_product_id":170159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Wesley Wuckert","mobile_number":"7024604146","email_id":"nicholas.pagac@hotmail.com","dop":"2026-01-19","serial_number":"376606416051975","imei1":"113955156066774","imei2":"035005471882259","popurl":"www.damion-gutkowski.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170153,"job_number":"JOB_170153","tr_customer_id":170170,"tr_customer_product_id":170160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Elwood Hickle","mobile_number":"7018262131","email_id":"bryce.dicki@hotmail.com","dop":"2026-01-19","serial_number":"059432894744626","imei1":"540484997535339","imei2":"966407735436446","popurl":"www.lilia-corwin.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170155,"job_number":"JOB_170155","tr_customer_id":170172,"tr_customer_product_id":170162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Peter Strosin","mobile_number":"7053723878","email_id":"antonia.gulgowski@gmail.com","dop":"2026-01-19","serial_number":"882859625055584","imei1":"848875892299538","imei2":"927166387545854","popurl":"www.louella-oreilly.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170156,"job_number":"JOB_170156","tr_customer_id":170173,"tr_customer_product_id":170163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Deeann Lueilwitz","mobile_number":"7000095225","email_id":"dannie.aufderhar@gmail.com","dop":"2026-01-19","serial_number":"734396947902275","imei1":"191661230487182","imei2":"874206157315772","popurl":"www.raymundo-gleichner.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170159,"job_number":"JOB_170159","tr_customer_id":170176,"tr_customer_product_id":170166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Rudolf Rodriguez","mobile_number":"7039995742","email_id":"elvia.funk@hotmail.com","dop":"2026-01-19","serial_number":"242749064105965","imei1":"222561025414443","imei2":"808902081726739","popurl":"www.russell-padberg.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170160,"job_number":"JOB_170160","tr_customer_id":170177,"tr_customer_product_id":170167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Florance Predovic","mobile_number":"7096786166","email_id":"myrta.brown@gmail.com","dop":"2026-01-19","serial_number":"081168216538352","imei1":"441244422022332","imei2":"384656051872938","popurl":"www.stephanie-mante.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170161,"job_number":"JOB_170161","tr_customer_id":170178,"tr_customer_product_id":170168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Dave Barton","mobile_number":"7054604363","email_id":"merlyn.considine@gmail.com","dop":"2026-01-19","serial_number":"133754245307686","imei1":"233312839185082","imei2":"626708762756189","popurl":"www.lynette-ritchie.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170164,"job_number":"JOB_170164","tr_customer_id":170181,"tr_customer_product_id":170171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Jonelle Klocko","mobile_number":"7048265002","email_id":"tiara.padberg@yahoo.com","dop":"2026-01-19","serial_number":"228118469768664","imei1":"919151887827122","imei2":"631683307038891","popurl":"www.lynette-parisian.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170167,"job_number":"JOB_170167","tr_customer_id":170184,"tr_customer_product_id":170174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Rebekah Beahan","mobile_number":"7035742682","email_id":"adam.nienow@hotmail.com","dop":"2026-01-19","serial_number":"745760556428682","imei1":"455525227879351","imei2":"951041960995206","popurl":"www.gabriel-bayer.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170168,"job_number":"JOB_170168","tr_customer_id":170185,"tr_customer_product_id":170175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Otha Bernier","mobile_number":"7018885113","email_id":"billy.stoltenberg@yahoo.com","dop":"2026-01-19","serial_number":"389961325088501","imei1":"712502540661022","imei2":"255797542092011","popurl":"www.delpha-smith.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170173,"job_number":"JOB_170173","tr_customer_id":170190,"tr_customer_product_id":170180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Frankie Borer","mobile_number":"7072692832","email_id":"glayds.carter@hotmail.com","dop":"2026-01-19","serial_number":"115875048037110","imei1":"441646074202699","imei2":"994800307573010","popurl":"www.robyn-beatty.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170175,"job_number":"JOB_170175","tr_customer_id":170192,"tr_customer_product_id":170182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:52.000Z","modified_at":"2026-01-29T05:34:52.000Z","name":"Art Zulauf","mobile_number":"7002171093","email_id":"clarissa.conn@hotmail.com","dop":"2026-01-19","serial_number":"297629132505454","imei1":"365179481433088","imei2":"395976257102523","popurl":"www.mitch-bailey.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170177,"job_number":"JOB_170177","tr_customer_id":170195,"tr_customer_product_id":170185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:52.000Z","modified_at":"2026-01-29T05:34:52.000Z","name":"Rob Hintz","mobile_number":"7035166335","email_id":"trey.runolfsson@gmail.com","dop":"2026-01-19","serial_number":"655335391288894","imei1":"613492205532227","imei2":"232929543754821","popurl":"www.lesley-howell.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170178,"job_number":"JOB_170178","tr_customer_id":170194,"tr_customer_product_id":170184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:52.000Z","modified_at":"2026-01-29T05:34:52.000Z","name":"Gregg Watsica","mobile_number":"7052160671","email_id":"aurore.bode@yahoo.com","dop":"2026-01-19","serial_number":"894351220996722","imei1":"006593672504426","imei2":"815235739304448","popurl":"www.jesica-cronin.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170179,"job_number":"JOB_170179","tr_customer_id":170196,"tr_customer_product_id":170186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Raphael Collier","mobile_number":"7002588450","email_id":"shamika.wehner@gmail.com","dop":"2026-01-19","serial_number":"365397063222001","imei1":"496677852016942","imei2":"343943356484650","popurl":"www.raul-dietrich.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170180,"job_number":"JOB_170180","tr_customer_id":170197,"tr_customer_product_id":170187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Angel Wisoky","mobile_number":"7039526077","email_id":"krystyna.orn@yahoo.com","dop":"2026-01-19","serial_number":"475022420553739","imei1":"171603904199394","imei2":"239468795842844","popurl":"www.laticia-schowalter.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170181,"job_number":"JOB_170181","tr_customer_id":170198,"tr_customer_product_id":170188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Scot Collins","mobile_number":"7001509751","email_id":"marshall.hauck@yahoo.com","dop":"2026-01-19","serial_number":"035775542138682","imei1":"180520080387448","imei2":"147703922720161","popurl":"www.gregorio-dicki.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170182,"job_number":"JOB_170182","tr_customer_id":170199,"tr_customer_product_id":170189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Robt Lind","mobile_number":"7012761193","email_id":"dexter.hartmann@hotmail.com","dop":"2026-01-19","serial_number":"866996484480033","imei1":"342001239174758","imei2":"584804169047624","popurl":"www.albert-wilkinson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170183,"job_number":"JOB_170183","tr_customer_id":170200,"tr_customer_product_id":170190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Frankie Veum","mobile_number":"7077706900","email_id":"ali.ondricka@hotmail.com","dop":"2026-01-19","serial_number":"022276152650084","imei1":"930493278393418","imei2":"946274536120247","popurl":"www.hermelinda-rath.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170185,"job_number":"JOB_170185","tr_customer_id":170202,"tr_customer_product_id":170192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Lavera Ritchie","mobile_number":"7050740236","email_id":"zack.morissette@yahoo.com","dop":"2026-01-19","serial_number":"902593860076450","imei1":"125117727673984","imei2":"057224463685136","popurl":"www.hilario-boehm.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170186,"job_number":"JOB_170186","tr_customer_id":170203,"tr_customer_product_id":170193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Virgie Bayer","mobile_number":"7052676524","email_id":"jeffry.hammes@gmail.com","dop":"2026-01-19","serial_number":"258697975427608","imei1":"648626550074182","imei2":"132336005297838","popurl":"www.emerald-howell.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170187,"job_number":"JOB_170187","tr_customer_id":170204,"tr_customer_product_id":170194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Franklyn McCullough","mobile_number":"7015874224","email_id":"jeremy.mcdermott@hotmail.com","dop":"2026-01-19","serial_number":"408991990502381","imei1":"537855977020547","imei2":"294087964856779","popurl":"www.doris-glover.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170189,"job_number":"JOB_170189","tr_customer_id":170206,"tr_customer_product_id":170196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Merle Vandervort","mobile_number":"7027088728","email_id":"carina.gulgowski@hotmail.com","dop":"2026-01-19","serial_number":"269133326184491","imei1":"473766819248759","imei2":"516865209155111","popurl":"www.elden-kassulke.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170190,"job_number":"JOB_170190","tr_customer_id":170207,"tr_customer_product_id":170197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Sandra Nader","mobile_number":"7027122938","email_id":"trenton.deckow@hotmail.com","dop":"2026-01-19","serial_number":"960151578625596","imei1":"261219034925918","imei2":"710762509060247","popurl":"www.hassan-borer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170191,"job_number":"JOB_170191","tr_customer_id":170208,"tr_customer_product_id":170198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Brenton Jerde","mobile_number":"7029466862","email_id":"zane.beier@yahoo.com","dop":"2026-01-19","serial_number":"284478695957991","imei1":"907372693052073","imei2":"065997887346674","popurl":"www.trey-prohaska.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170192,"job_number":"JOB_170192","tr_customer_id":170209,"tr_customer_product_id":170199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Johnson Fritsch","mobile_number":"7094416521","email_id":"eric.gutkowski@yahoo.com","dop":"2026-01-19","serial_number":"527337101827418","imei1":"801268078604025","imei2":"195986011100836","popurl":"www.dione-brekke.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170193,"job_number":"JOB_170193","tr_customer_id":170210,"tr_customer_product_id":170200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Mara Goldner","mobile_number":"7099840348","email_id":"jacinto.mills@hotmail.com","dop":"2026-01-19","serial_number":"411820229868816","imei1":"325852625517677","imei2":"918718043689024","popurl":"www.mickey-runolfsdottir.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170194,"job_number":"JOB_170194","tr_customer_id":170211,"tr_customer_product_id":170201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Shaunta Kerluke","mobile_number":"7096743832","email_id":"shane.ledner@hotmail.com","dop":"2026-01-19","serial_number":"930616476723905","imei1":"703296338363976","imei2":"411675745899151","popurl":"www.jamal-green.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170195,"job_number":"JOB_170195","tr_customer_id":170212,"tr_customer_product_id":170202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Adrianna Mohr","mobile_number":"7006815969","email_id":"vicenta.shanahan@hotmail.com","dop":"2026-01-19","serial_number":"696627622222377","imei1":"758946644000502","imei2":"044592208007460","popurl":"www.genia-connelly.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170200,"job_number":"JOB_170200","tr_customer_id":170217,"tr_customer_product_id":170207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Keren Vandervort","mobile_number":"7016611304","email_id":"junior.huel@yahoo.com","dop":"2026-01-19","serial_number":"855772320972979","imei1":"072206601964536","imei2":"515369842438752","popurl":"www.vita-kiehn.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170202,"job_number":"JOB_170202","tr_customer_id":170219,"tr_customer_product_id":170209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Ali Krajcik","mobile_number":"7070210978","email_id":"claude.marks@gmail.com","dop":"2026-01-19","serial_number":"566857283444400","imei1":"893816487869827","imei2":"988916068718383","popurl":"www.eli-pollich.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170203,"job_number":"JOB_170203","tr_customer_id":170220,"tr_customer_product_id":170210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Teodoro Mertz","mobile_number":"7080081334","email_id":"glady.roberts@hotmail.com","dop":"2026-01-19","serial_number":"257966550364025","imei1":"010774829577335","imei2":"424251811115573","popurl":"www.etta-hammes.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170204,"job_number":"JOB_170204","tr_customer_id":170221,"tr_customer_product_id":170211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:03.000Z","modified_at":"2026-01-29T05:35:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16317495981557","imei1":"16317495981557","imei2":"16317495981557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170206,"job_number":"JOB_170206","tr_customer_id":170223,"tr_customer_product_id":170213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:04.000Z","modified_at":"2026-01-29T05:35:04.000Z","name":"Darrion Kozey","mobile_number":"588-201-3797","email_id":"Richmond.Reinger@yahoo.com","dop":"2025-04-06","serial_number":"14582513913738704","imei1":"14582513913738704","imei2":"14582513913738704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170207,"job_number":"JOB_170207","tr_customer_id":170224,"tr_customer_product_id":170214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:46.000Z","modified_at":"2026-01-29T05:35:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10274896426100","imei1":"10274896426100","imei2":"10274896426100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170209,"job_number":"JOB_170209","tr_customer_id":170226,"tr_customer_product_id":170216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:48.000Z","modified_at":"2026-01-29T05:35:48.000Z","name":"Tyreek Jacobson","mobile_number":"930-868-3905","email_id":"Holden6@hotmail.com","dop":"2025-04-06","serial_number":"13824853662455968","imei1":"13824853662455968","imei2":"13824853662455968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170210,"job_number":"JOB_170210","tr_customer_id":170227,"tr_customer_product_id":170217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:36:29.000Z","modified_at":"2026-01-29T05:36:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17561133055717","imei1":"17561133055717","imei2":"17561133055717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:36:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170212,"job_number":"JOB_170212","tr_customer_id":170229,"tr_customer_product_id":170219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:36:30.000Z","modified_at":"2026-01-29T05:36:30.000Z","name":"Libbie Keebler","mobile_number":"333-598-3808","email_id":"Mabelle.Miller@hotmail.com","dop":"2025-04-06","serial_number":"16537321253497456","imei1":"16537321253497456","imei2":"16537321253497456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:36:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170213,"job_number":"JOB_170213","tr_customer_id":170230,"tr_customer_product_id":170220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Albert Bruen","mobile_number":"7067370160","email_id":"modesta.schinner@yahoo.com","dop":"2026-01-19","serial_number":"788933616861179","imei1":"511324452900780","imei2":"917067342738088","popurl":"www.yuko-mcdermott.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170214,"job_number":"JOB_170214","tr_customer_id":170231,"tr_customer_product_id":170221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Lemuel Graham","mobile_number":"7031720015","email_id":"geoffrey.kohler@yahoo.com","dop":"2026-01-19","serial_number":"201326228201942","imei1":"800128561983084","imei2":"894603301513740","popurl":"www.doretta-yundt.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170215,"job_number":"JOB_170215","tr_customer_id":170232,"tr_customer_product_id":170222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Ophelia Schinner","mobile_number":"7022044343","email_id":"hassan.glover@gmail.com","dop":"2026-01-19","serial_number":"914027609499283","imei1":"706965255470998","imei2":"029690803656320","popurl":"www.jeremy-streich.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170216,"job_number":"JOB_170216","tr_customer_id":170233,"tr_customer_product_id":170223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Willian Gleason","mobile_number":"7040709820","email_id":"nelly.king@hotmail.com","dop":"2026-01-19","serial_number":"595546995583586","imei1":"899482708143404","imei2":"169129188635019","popurl":"www.emogene-muller.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170217,"job_number":"JOB_170217","tr_customer_id":170234,"tr_customer_product_id":170224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Jonathon Heller","mobile_number":"7041702890","email_id":"camie.kihn@yahoo.com","dop":"2026-01-19","serial_number":"083391448195476","imei1":"664192220803144","imei2":"282327820991273","popurl":"www.doug-schoen.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170218,"job_number":"JOB_170218","tr_customer_id":170235,"tr_customer_product_id":170225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Mickey McDermott","mobile_number":"7044214377","email_id":"hettie.schultz@gmail.com","dop":"2026-01-19","serial_number":"618241303926546","imei1":"582538028283710","imei2":"812232289371416","popurl":"www.stacy-russel.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170219,"job_number":"JOB_170219","tr_customer_id":170237,"tr_customer_product_id":170227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Osvaldo Jerde","mobile_number":"7055007069","email_id":"dell.dooley@hotmail.com","dop":"2026-01-19","serial_number":"904570095669522","imei1":"287955200431046","imei2":"093293884433160","popurl":"www.forest-bailey.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170220,"job_number":"JOB_170220","tr_customer_id":170236,"tr_customer_product_id":170226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Jaquelyn Larson","mobile_number":"7064888463","email_id":"romaine.schmidt@hotmail.com","dop":"2026-01-19","serial_number":"773366278280310","imei1":"170911266100788","imei2":"817151465171760","popurl":"www.kathi-bashirian.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170221,"job_number":"JOB_170221","tr_customer_id":170238,"tr_customer_product_id":170228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Walter Lang","mobile_number":"7035772490","email_id":"johnie.renner@gmail.com","dop":"2026-01-19","serial_number":"742275585473763","imei1":"105360820550351","imei2":"432091736323913","popurl":"www.heath-reinger.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170222,"job_number":"JOB_170222","tr_customer_id":170239,"tr_customer_product_id":170229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Marni Rau","mobile_number":"7041293254","email_id":"nathalie.emard@yahoo.com","dop":"2026-01-19","serial_number":"180581046522869","imei1":"632188882202833","imei2":"602710944438569","popurl":"www.hobert-shanahan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170223,"job_number":"JOB_170223","tr_customer_id":170240,"tr_customer_product_id":170230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Shemika Miller","mobile_number":"7089046215","email_id":"zola.weissnat@hotmail.com","dop":"2026-01-19","serial_number":"371154345167432","imei1":"510849773235687","imei2":"865703871847804","popurl":"www.lin-ernser.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170224,"job_number":"JOB_170224","tr_customer_id":170241,"tr_customer_product_id":170231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Esperanza Luettgen","mobile_number":"7073288083","email_id":"jennette.koch@hotmail.com","dop":"2026-01-19","serial_number":"446498257308002","imei1":"913856754915822","imei2":"562456480434160","popurl":"www.lindsey-lubowitz.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170225,"job_number":"JOB_170225","tr_customer_id":170242,"tr_customer_product_id":170232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Holley Schowalter","mobile_number":"7002039594","email_id":"arnold.aufderhar@yahoo.com","dop":"2026-01-19","serial_number":"471105183868605","imei1":"045570237491908","imei2":"349747981733279","popurl":"www.guillermina-wuckert.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170226,"job_number":"JOB_170226","tr_customer_id":170243,"tr_customer_product_id":170233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Tyrone Johnston","mobile_number":"7010542277","email_id":"britta.kessler@gmail.com","dop":"2026-01-19","serial_number":"496733144744161","imei1":"277731885006461","imei2":"178749463554094","popurl":"www.brenton-grant.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170227,"job_number":"JOB_170227","tr_customer_id":170244,"tr_customer_product_id":170234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Ted D'Amore","mobile_number":"7025302013","email_id":"jackson.kreiger@yahoo.com","dop":"2026-01-19","serial_number":"469962355039832","imei1":"926574318548762","imei2":"355073763224486","popurl":"www.cleo-stracke.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170228,"job_number":"JOB_170228","tr_customer_id":170245,"tr_customer_product_id":170235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Porsha Braun","mobile_number":"7044490785","email_id":"galen.haley@yahoo.com","dop":"2026-01-19","serial_number":"349391363271139","imei1":"001137163421768","imei2":"024035365952399","popurl":"www.dwight-pouros.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170229,"job_number":"JOB_170229","tr_customer_id":170246,"tr_customer_product_id":170236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Loyd Bernier","mobile_number":"7059942123","email_id":"armand.rutherford@hotmail.com","dop":"2026-01-19","serial_number":"893940628483506","imei1":"494002875673185","imei2":"791618318319657","popurl":"www.devorah-wyman.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170230,"job_number":"JOB_170230","tr_customer_id":170247,"tr_customer_product_id":170237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Tiffani O'Reilly","mobile_number":"7093165858","email_id":"andre.johnson@gmail.com","dop":"2026-01-19","serial_number":"340665457787737","imei1":"722507410891080","imei2":"114545239349483","popurl":"www.lesley-jacobi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170231,"job_number":"JOB_170231","tr_customer_id":170248,"tr_customer_product_id":170238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Deneen Schaefer","mobile_number":"7042301198","email_id":"margarette.crona@yahoo.com","dop":"2026-01-19","serial_number":"943266893741394","imei1":"466261641029135","imei2":"362463481624836","popurl":"www.forest-senger.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170232,"job_number":"JOB_170232","tr_customer_id":170249,"tr_customer_product_id":170239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Basil Weber","mobile_number":"7056331788","email_id":"darrin.krajcik@gmail.com","dop":"2026-01-19","serial_number":"814686544162195","imei1":"392840382561529","imei2":"588696317677403","popurl":"www.dia-raynor.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170233,"job_number":"JOB_170233","tr_customer_id":170250,"tr_customer_product_id":170240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Noel Becker","mobile_number":"7090324337","email_id":"ilse.mccullough@hotmail.com","dop":"2026-01-19","serial_number":"043988326612868","imei1":"174036313485590","imei2":"123128261742204","popurl":"www.rudy-nicolas.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170234,"job_number":"JOB_170234","tr_customer_id":170251,"tr_customer_product_id":170241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Stephani Schimmel","mobile_number":"7040016503","email_id":"celia.spencer@yahoo.com","dop":"2026-01-19","serial_number":"948611560897978","imei1":"995614146597753","imei2":"296746578266108","popurl":"www.hertha-hauck.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170235,"job_number":"JOB_170235","tr_customer_id":170252,"tr_customer_product_id":170242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Brock Rippin","mobile_number":"7018396582","email_id":"kennith.hand@gmail.com","dop":"2026-01-19","serial_number":"321216827512652","imei1":"979503815262283","imei2":"177238354959110","popurl":"www.lovie-herman.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170236,"job_number":"JOB_170236","tr_customer_id":170253,"tr_customer_product_id":170243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Amos Wyman","mobile_number":"7051301548","email_id":"edwin.tromp@hotmail.com","dop":"2026-01-19","serial_number":"929316672467096","imei1":"023799191245043","imei2":"551596693549773","popurl":"www.simon-schuster.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170237,"job_number":"JOB_170237","tr_customer_id":170254,"tr_customer_product_id":170244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Spencer Raynor","mobile_number":"7059441638","email_id":"zane.turner@hotmail.com","dop":"2026-01-19","serial_number":"958340763900306","imei1":"518891813416819","imei2":"445176252269607","popurl":"www.jerrell-schowalter.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170238,"job_number":"JOB_170238","tr_customer_id":170255,"tr_customer_product_id":170245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Vi Grady","mobile_number":"7055471855","email_id":"lucien.green@hotmail.com","dop":"2026-01-19","serial_number":"107810911840661","imei1":"053152890367488","imei2":"265316909129822","popurl":"www.nathaniel-rath.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170239,"job_number":"JOB_170239","tr_customer_id":170256,"tr_customer_product_id":170246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Hayley Schowalter","mobile_number":"7022998802","email_id":"junior.white@gmail.com","dop":"2026-01-19","serial_number":"210971507849559","imei1":"202835066949078","imei2":"538271499790282","popurl":"www.leonarda-nicolas.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170240,"job_number":"JOB_170240","tr_customer_id":170257,"tr_customer_product_id":170247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Nickolas Weimann","mobile_number":"7093581638","email_id":"awilda.sawayn@yahoo.com","dop":"2026-01-19","serial_number":"101153590011072","imei1":"166656357351732","imei2":"389371791577826","popurl":"www.bong-okon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170241,"job_number":"JOB_170241","tr_customer_id":170258,"tr_customer_product_id":170248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Florencia Kreiger","mobile_number":"7077887898","email_id":"malcom.cronin@gmail.com","dop":"2026-01-19","serial_number":"311006737465354","imei1":"715439860866496","imei2":"649302465989372","popurl":"www.winston-hoppe.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170242,"job_number":"JOB_170242","tr_customer_id":170259,"tr_customer_product_id":170249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Lavette Huel","mobile_number":"7020968239","email_id":"chas.medhurst@hotmail.com","dop":"2026-01-19","serial_number":"589474559718762","imei1":"425468965770591","imei2":"296928363006821","popurl":"www.dorian-oconner.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170243,"job_number":"JOB_170243","tr_customer_id":170260,"tr_customer_product_id":170250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Lewis Johnston","mobile_number":"7094208443","email_id":"aja.sawayn@hotmail.com","dop":"2026-01-19","serial_number":"131230129459942","imei1":"025304491659747","imei2":"902681255883198","popurl":"www.lucas-prosacco.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170244,"job_number":"JOB_170244","tr_customer_id":170261,"tr_customer_product_id":170251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Angelyn Dooley","mobile_number":"7061461129","email_id":"pedro.marvin@gmail.com","dop":"2026-01-19","serial_number":"452032612133165","imei1":"559206740453246","imei2":"207471890302768","popurl":"www.gerard-kuhic.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170245,"job_number":"JOB_170245","tr_customer_id":170262,"tr_customer_product_id":170252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Sharyl Cummerata","mobile_number":"7070253948","email_id":"branden.becker@yahoo.com","dop":"2026-01-19","serial_number":"233206572760965","imei1":"707061874175435","imei2":"589928904627287","popurl":"www.louie-bauch.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170246,"job_number":"JOB_170246","tr_customer_id":170263,"tr_customer_product_id":170253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Leigh Leffler","mobile_number":"7023494932","email_id":"elin.howell@gmail.com","dop":"2026-01-19","serial_number":"589264318857867","imei1":"200586495551914","imei2":"431114446632498","popurl":"www.adolfo-kunze.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170247,"job_number":"JOB_170247","tr_customer_id":170264,"tr_customer_product_id":170254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Fabian Rogahn","mobile_number":"7085466827","email_id":"zelma.quitzon@gmail.com","dop":"2026-01-19","serial_number":"850559854879572","imei1":"903521674044926","imei2":"038596223035113","popurl":"www.deanne-torphy.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170248,"job_number":"JOB_170248","tr_customer_id":170265,"tr_customer_product_id":170255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Josephina Hilpert","mobile_number":"7054172155","email_id":"bambi.welch@gmail.com","dop":"2026-01-19","serial_number":"962736970665202","imei1":"474371224125685","imei2":"289043046269861","popurl":"www.newton-kohler.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170249,"job_number":"JOB_170249","tr_customer_id":170266,"tr_customer_product_id":170256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Jeneva Gutmann","mobile_number":"7051585591","email_id":"rodger.king@hotmail.com","dop":"2026-01-19","serial_number":"912060662832802","imei1":"488904204192327","imei2":"567495526836807","popurl":"www.moira-gulgowski.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170250,"job_number":"JOB_170250","tr_customer_id":170267,"tr_customer_product_id":170257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Jeremy Douglas","mobile_number":"7020119602","email_id":"ira.toy@yahoo.com","dop":"2026-01-19","serial_number":"384872070076189","imei1":"564258331463972","imei2":"085278075055009","popurl":"www.curtis-medhurst.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170251,"job_number":"JOB_170251","tr_customer_id":170268,"tr_customer_product_id":170258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Takako Harvey","mobile_number":"7075139015","email_id":"elease.osinski@yahoo.com","dop":"2026-01-19","serial_number":"566475336942803","imei1":"584350034680843","imei2":"041126346336279","popurl":"www.amos-kihn.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170252,"job_number":"JOB_170252","tr_customer_id":170269,"tr_customer_product_id":170259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Hector Mayert","mobile_number":"7000067769","email_id":"karin.cormier@yahoo.com","dop":"2026-01-19","serial_number":"101963705060146","imei1":"188986013689175","imei2":"371523801056063","popurl":"www.wyatt-gleichner.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170253,"job_number":"JOB_170253","tr_customer_id":170270,"tr_customer_product_id":170260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Andria Reinger","mobile_number":"7049706800","email_id":"foster.herman@hotmail.com","dop":"2026-01-19","serial_number":"252772070797147","imei1":"549954692664623","imei2":"509503807632421","popurl":"www.tristan-rohan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170254,"job_number":"JOB_170254","tr_customer_id":170271,"tr_customer_product_id":170261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Creola Bradtke","mobile_number":"7033148032","email_id":"rico.ebert@yahoo.com","dop":"2026-01-19","serial_number":"184754830996755","imei1":"135117381731041","imei2":"652897875624613","popurl":"www.davis-romaguera.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170255,"job_number":"JOB_170255","tr_customer_id":170272,"tr_customer_product_id":170262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Alvin Conroy","mobile_number":"7077100482","email_id":"malia.walter@gmail.com","dop":"2026-01-19","serial_number":"943033844192086","imei1":"882972683114668","imei2":"560033161829803","popurl":"www.kenna-rice.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170256,"job_number":"JOB_170256","tr_customer_id":170273,"tr_customer_product_id":170263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Cristi White","mobile_number":"7085500721","email_id":"elisa.hirthe@yahoo.com","dop":"2026-01-19","serial_number":"825123777768932","imei1":"687426411502932","imei2":"824387845415695","popurl":"www.galen-watsica.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170257,"job_number":"JOB_170257","tr_customer_id":170274,"tr_customer_product_id":170264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Wilbur Schroeder","mobile_number":"7058480818","email_id":"rosina.jones@gmail.com","dop":"2026-01-19","serial_number":"653189068748251","imei1":"841498737012002","imei2":"064810199562801","popurl":"www.keenan-dooley.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170258,"job_number":"JOB_170258","tr_customer_id":170275,"tr_customer_product_id":170265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Blaine Koss","mobile_number":"7099437200","email_id":"quiana.lueilwitz@hotmail.com","dop":"2026-01-19","serial_number":"521418201569197","imei1":"555246561444916","imei2":"641329924661925","popurl":"www.mardell-welch.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170259,"job_number":"JOB_170259","tr_customer_id":170276,"tr_customer_product_id":170266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Claudine Swift","mobile_number":"7023796523","email_id":"lurlene.hilll@yahoo.com","dop":"2026-01-19","serial_number":"652439642084903","imei1":"150928357402321","imei2":"838988491570929","popurl":"www.trenton-hoeger.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170260,"job_number":"JOB_170260","tr_customer_id":170277,"tr_customer_product_id":170267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Desmond Price","mobile_number":"7033875383","email_id":"sarina.gorczany@gmail.com","dop":"2026-01-19","serial_number":"455424103027929","imei1":"900833817247677","imei2":"969999656496338","popurl":"www.tod-luettgen.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170261,"job_number":"JOB_170261","tr_customer_id":170278,"tr_customer_product_id":170268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Elissa Crist","mobile_number":"7038856749","email_id":"warren.skiles@yahoo.com","dop":"2026-01-19","serial_number":"954973640377620","imei1":"828260409651650","imei2":"645711122930752","popurl":"www.joyce-frami.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170262,"job_number":"JOB_170262","tr_customer_id":170279,"tr_customer_product_id":170269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Franklin Crooks","mobile_number":"7094377777","email_id":"cordell.greenfelder@yahoo.com","dop":"2026-01-19","serial_number":"620523949014325","imei1":"373651855507247","imei2":"134866534333791","popurl":"www.myrna-farrell.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170263,"job_number":"JOB_170263","tr_customer_id":170280,"tr_customer_product_id":170270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Columbus O'Kon","mobile_number":"7000415323","email_id":"alberta.roberts@yahoo.com","dop":"2026-01-19","serial_number":"138553713980597","imei1":"281583572359640","imei2":"304285439128757","popurl":"www.kymberly-bechtelar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170264,"job_number":"JOB_170264","tr_customer_id":170281,"tr_customer_product_id":170271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Dorene Hammes","mobile_number":"7040009863","email_id":"colin.herman@yahoo.com","dop":"2026-01-19","serial_number":"615679501143379","imei1":"757008604094661","imei2":"965959708832096","popurl":"www.keesha-dach.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170265,"job_number":"JOB_170265","tr_customer_id":170282,"tr_customer_product_id":170272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Aubrey Gottlieb","mobile_number":"7010486455","email_id":"constance.mcdermott@hotmail.com","dop":"2026-01-19","serial_number":"278272999895817","imei1":"173192041728762","imei2":"027527426271741","popurl":"www.adelina-glover.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170266,"job_number":"JOB_170266","tr_customer_id":170283,"tr_customer_product_id":170273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Alethea Kuvalis","mobile_number":"7053110000","email_id":"randall.rau@gmail.com","dop":"2026-01-19","serial_number":"484432184152380","imei1":"191393928705824","imei2":"777880831535541","popurl":"www.edison-predovic.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170267,"job_number":"JOB_170267","tr_customer_id":170284,"tr_customer_product_id":170274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Nu Hilll","mobile_number":"7012124385","email_id":"lucien.borer@gmail.com","dop":"2026-01-19","serial_number":"376314463825753","imei1":"553148262147938","imei2":"794406810841490","popurl":"www.pearl-satterfield.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170268,"job_number":"JOB_170268","tr_customer_id":170285,"tr_customer_product_id":170275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Dudley Parisian","mobile_number":"7006955607","email_id":"raphael.barton@hotmail.com","dop":"2026-01-19","serial_number":"399692295167685","imei1":"275440972100049","imei2":"836293278474897","popurl":"www.tammara-lang.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170269,"job_number":"JOB_170269","tr_customer_id":170286,"tr_customer_product_id":170276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Chia Stokes","mobile_number":"7086481035","email_id":"leah.torp@yahoo.com","dop":"2026-01-19","serial_number":"740412324822571","imei1":"250445028212868","imei2":"523833711067033","popurl":"www.carl-hane.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170270,"job_number":"JOB_170270","tr_customer_id":170287,"tr_customer_product_id":170277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:31.000Z","modified_at":"2026-01-29T05:48:31.000Z","name":"Leopoldo Metz","mobile_number":"7056154650","email_id":"cedrick.kuhlman@yahoo.com","dop":"2026-01-19","serial_number":"382261397670933","imei1":"686808815643621","imei2":"991708990793421","popurl":"www.enrique-parisian.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170271,"job_number":"JOB_170271","tr_customer_id":170288,"tr_customer_product_id":170278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:31.000Z","modified_at":"2026-01-29T05:48:31.000Z","name":"Viki Leffler","mobile_number":"7040592842","email_id":"rigoberto.hodkiewicz@yahoo.com","dop":"2026-01-19","serial_number":"136593909292199","imei1":"469284031195261","imei2":"663408731276343","popurl":"www.archie-kozey.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170272,"job_number":"JOB_170272","tr_customer_id":170289,"tr_customer_product_id":170279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:31.000Z","modified_at":"2026-01-29T05:48:31.000Z","name":"Susann Morar","mobile_number":"7021494068","email_id":"cecile.wiegand@yahoo.com","dop":"2026-01-19","serial_number":"158927685212213","imei1":"618188655915409","imei2":"265084974638323","popurl":"www.brenton-kunze.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170273,"job_number":"JOB_170273","tr_customer_id":170290,"tr_customer_product_id":170280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Bud Huel","mobile_number":"7068666049","email_id":"gaylene.price@yahoo.com","dop":"2026-01-19","serial_number":"047974297491639","imei1":"964610923672523","imei2":"323467555465233","popurl":"www.gerard-bashirian.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170274,"job_number":"JOB_170274","tr_customer_id":170291,"tr_customer_product_id":170281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Ariel Bernhard","mobile_number":"7091816373","email_id":"brandee.kemmer@yahoo.com","dop":"2026-01-19","serial_number":"663775890199765","imei1":"255542807658649","imei2":"840539096445094","popurl":"www.nga-kuhlman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170275,"job_number":"JOB_170275","tr_customer_id":170292,"tr_customer_product_id":170282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Rashad Streich","mobile_number":"7034316350","email_id":"devon.abshire@gmail.com","dop":"2026-01-19","serial_number":"074453291653388","imei1":"673519097646997","imei2":"954744911420191","popurl":"www.ivory-legros.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170276,"job_number":"JOB_170276","tr_customer_id":170293,"tr_customer_product_id":170283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Gil Little","mobile_number":"7005177573","email_id":"jerry.ratke@yahoo.com","dop":"2026-01-19","serial_number":"428147030483039","imei1":"451809402685655","imei2":"838329545950033","popurl":"www.valery-hickle.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170277,"job_number":"JOB_170277","tr_customer_id":170294,"tr_customer_product_id":170284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Rosario Gleason","mobile_number":"7026928337","email_id":"ezra.hoeger@gmail.com","dop":"2026-01-19","serial_number":"714493037194091","imei1":"161475230192910","imei2":"237466804490015","popurl":"www.devin-keebler.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170278,"job_number":"JOB_170278","tr_customer_id":170295,"tr_customer_product_id":170285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Shanice Gutmann","mobile_number":"7057570768","email_id":"howard.murray@gmail.com","dop":"2026-01-19","serial_number":"133040382899834","imei1":"656152903691011","imei2":"097861798104938","popurl":"www.bong-johnson.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170279,"job_number":"JOB_170279","tr_customer_id":170296,"tr_customer_product_id":170286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Quinn Ankunding","mobile_number":"7078393695","email_id":"kurt.simonis@gmail.com","dop":"2026-01-19","serial_number":"585745996333988","imei1":"365102360124660","imei2":"290343825323120","popurl":"www.tuan-towne.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170280,"job_number":"JOB_170280","tr_customer_id":170297,"tr_customer_product_id":170287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Launa Koelpin","mobile_number":"7019276649","email_id":"bart.dach@gmail.com","dop":"2026-01-19","serial_number":"111678387215629","imei1":"699233265636085","imei2":"389383014734706","popurl":"www.briana-hessel.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170281,"job_number":"JOB_170281","tr_customer_id":170298,"tr_customer_product_id":170288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Gerardo Lynch","mobile_number":"7052894028","email_id":"beatris.herman@yahoo.com","dop":"2026-01-19","serial_number":"991354659847131","imei1":"211131001419487","imei2":"732099870144335","popurl":"www.donya-wilkinson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170282,"job_number":"JOB_170282","tr_customer_id":170299,"tr_customer_product_id":170289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Violette Zboncak","mobile_number":"7054325873","email_id":"jon.beatty@yahoo.com","dop":"2026-01-19","serial_number":"113313770878779","imei1":"172401667657537","imei2":"410626337285531","popurl":"www.randall-thompson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170283,"job_number":"JOB_170283","tr_customer_id":170300,"tr_customer_product_id":170290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Isidra Bernier","mobile_number":"7011875783","email_id":"kelley.rohan@hotmail.com","dop":"2026-01-19","serial_number":"081477794363547","imei1":"300507865461477","imei2":"746794430713661","popurl":"www.eldora-quitzon.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170284,"job_number":"JOB_170284","tr_customer_id":170301,"tr_customer_product_id":170291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Leatrice Kling","mobile_number":"7057861642","email_id":"evette.bechtelar@yahoo.com","dop":"2026-01-19","serial_number":"211730052522536","imei1":"412751570164251","imei2":"304744183682637","popurl":"www.cassaundra-schmitt.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170285,"job_number":"JOB_170285","tr_customer_id":170302,"tr_customer_product_id":170292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Broderick Smith","mobile_number":"7001351483","email_id":"cary.mccullough@hotmail.com","dop":"2026-01-19","serial_number":"320773034943050","imei1":"114223627161612","imei2":"107464813860199","popurl":"www.chu-renner.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170286,"job_number":"JOB_170286","tr_customer_id":170303,"tr_customer_product_id":170293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Shayla Kessler","mobile_number":"7086168202","email_id":"aleen.kunde@gmail.com","dop":"2026-01-19","serial_number":"236372367591240","imei1":"334285666363360","imei2":"018877848468158","popurl":"www.stephen-blick.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170287,"job_number":"JOB_170287","tr_customer_id":170304,"tr_customer_product_id":170294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Rolland Batz","mobile_number":"7086908465","email_id":"cordell.rodriguez@yahoo.com","dop":"2026-01-19","serial_number":"561496191451956","imei1":"004520205915341","imei2":"051969360351284","popurl":"www.benedict-waelchi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170288,"job_number":"JOB_170288","tr_customer_id":170305,"tr_customer_product_id":170295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Garfield Koch","mobile_number":"7054113851","email_id":"jarrett.hartmann@hotmail.com","dop":"2026-01-19","serial_number":"759466932485178","imei1":"112079791017813","imei2":"004672035246440","popurl":"www.oswaldo-pagac.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170289,"job_number":"JOB_170289","tr_customer_id":170306,"tr_customer_product_id":170296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Beau Kling","mobile_number":"7069866035","email_id":"kelsi.runolfsson@yahoo.com","dop":"2026-01-19","serial_number":"290742738273944","imei1":"668260766835625","imei2":"652104689973897","popurl":"www.bennie-bartoletti.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170290,"job_number":"JOB_170290","tr_customer_id":170307,"tr_customer_product_id":170297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Thanh Lueilwitz","mobile_number":"7073544974","email_id":"bobby.dicki@yahoo.com","dop":"2026-01-19","serial_number":"301518552424284","imei1":"893663339624586","imei2":"795915710844668","popurl":"www.gertrude-oconnell.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170291,"job_number":"JOB_170291","tr_customer_id":170308,"tr_customer_product_id":170298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Ligia Powlowski","mobile_number":"7052117223","email_id":"nakia.skiles@hotmail.com","dop":"2026-01-19","serial_number":"734089455529193","imei1":"817252341842789","imei2":"122537213300785","popurl":"www.yen-jerde.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170292,"job_number":"JOB_170292","tr_customer_id":170309,"tr_customer_product_id":170299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Wilburn Kutch","mobile_number":"7059269789","email_id":"diedra.dubuque@gmail.com","dop":"2026-01-19","serial_number":"792149224110826","imei1":"224341792702478","imei2":"686155765699649","popurl":"www.sol-ruecker.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170293,"job_number":"JOB_170293","tr_customer_id":170310,"tr_customer_product_id":170300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Gale Windler","mobile_number":"7053187120","email_id":"virgil.jacobson@gmail.com","dop":"2026-01-19","serial_number":"546650878449800","imei1":"654676504441541","imei2":"054634256245915","popurl":"www.fidela-muller.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170294,"job_number":"JOB_170294","tr_customer_id":170311,"tr_customer_product_id":170301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Melissia Heathcote","mobile_number":"7049912515","email_id":"hipolito.okeefe@hotmail.com","dop":"2026-01-19","serial_number":"920398109443780","imei1":"299409222664093","imei2":"661756859460322","popurl":"www.nicolette-hansen.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170295,"job_number":"JOB_170295","tr_customer_id":170312,"tr_customer_product_id":170302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Corrin Emard","mobile_number":"7035854600","email_id":"rhea.grady@yahoo.com","dop":"2026-01-19","serial_number":"703029191701704","imei1":"039399364369762","imei2":"386766186332312","popurl":"www.arica-christiansen.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170296,"job_number":"JOB_170296","tr_customer_id":170313,"tr_customer_product_id":170303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Cecily Conroy","mobile_number":"7090037166","email_id":"avery.klein@gmail.com","dop":"2026-01-19","serial_number":"054405971580322","imei1":"679615245379949","imei2":"975504407308938","popurl":"www.reginald-williamson.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170297,"job_number":"JOB_170297","tr_customer_id":170314,"tr_customer_product_id":170304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Wilbur Walker","mobile_number":"7071289746","email_id":"kip.rau@yahoo.com","dop":"2026-01-19","serial_number":"994703034336346","imei1":"698413656866811","imei2":"565237069743950","popurl":"www.cassandra-douglas.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170298,"job_number":"JOB_170298","tr_customer_id":170315,"tr_customer_product_id":170305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Judson Lebsack","mobile_number":"7047802957","email_id":"leon.schamberger@yahoo.com","dop":"2026-01-19","serial_number":"007111435469463","imei1":"942630586541499","imei2":"256068166300666","popurl":"www.todd-wehner.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170299,"job_number":"JOB_170299","tr_customer_id":170316,"tr_customer_product_id":170306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Krystin Kuhic","mobile_number":"7073314363","email_id":"amparo.howe@gmail.com","dop":"2026-01-19","serial_number":"405554517896442","imei1":"849844372020304","imei2":"401806640799600","popurl":"www.jacqulyn-stark.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170300,"job_number":"JOB_170300","tr_customer_id":170317,"tr_customer_product_id":170307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Dorthea Bode","mobile_number":"7028156604","email_id":"lizabeth.kreiger@yahoo.com","dop":"2026-01-19","serial_number":"014277701229923","imei1":"496340704994249","imei2":"093038207032628","popurl":"www.freeman-gulgowski.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170301,"job_number":"JOB_170301","tr_customer_id":170318,"tr_customer_product_id":170308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Shanae Nienow","mobile_number":"7085477286","email_id":"bebe.collins@gmail.com","dop":"2026-01-19","serial_number":"333881492313480","imei1":"465199716601108","imei2":"190637435307858","popurl":"www.cinderella-abernathy.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170302,"job_number":"JOB_170302","tr_customer_id":170319,"tr_customer_product_id":170309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Julius Daugherty","mobile_number":"7068994163","email_id":"ryann.hand@yahoo.com","dop":"2026-01-19","serial_number":"115363344515312","imei1":"703158220144090","imei2":"214864755915204","popurl":"www.freida-mueller.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170303,"job_number":"JOB_170303","tr_customer_id":170320,"tr_customer_product_id":170310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:35.000Z","modified_at":"2026-01-29T05:48:35.000Z","name":"Estell Goyette","mobile_number":"7076879395","email_id":"jerrod.miller@hotmail.com","dop":"2026-01-19","serial_number":"525133618426072","imei1":"252597024711472","imei2":"150861370405568","popurl":"www.osvaldo-barrows.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170304,"job_number":"JOB_170304","tr_customer_id":170321,"tr_customer_product_id":170311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Zackary Wolff","mobile_number":"7042601363","email_id":"foster.mcglynn@gmail.com","dop":"2026-01-19","serial_number":"465575730158631","imei1":"021192744336210","imei2":"021057683656422","popurl":"www.randal-turner.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170305,"job_number":"JOB_170305","tr_customer_id":170322,"tr_customer_product_id":170312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Kimberly Glover","mobile_number":"7095559611","email_id":"cary.farrell@gmail.com","dop":"2026-01-19","serial_number":"239556247015289","imei1":"301960567483025","imei2":"128441512416247","popurl":"www.adelaide-schaefer.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170306,"job_number":"JOB_170306","tr_customer_id":170323,"tr_customer_product_id":170313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Fermina McLaughlin","mobile_number":"7017166496","email_id":"rosendo.balistreri@hotmail.com","dop":"2026-01-19","serial_number":"072056892191034","imei1":"790721180190395","imei2":"805483436630756","popurl":"www.wayne-torp.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170307,"job_number":"JOB_170307","tr_customer_id":170324,"tr_customer_product_id":170314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Octavio Hilll","mobile_number":"7070346459","email_id":"richard.thompson@hotmail.com","dop":"2026-01-19","serial_number":"315777018232010","imei1":"858636238195406","imei2":"687490805977002","popurl":"www.amanda-braun.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170308,"job_number":"JOB_170308","tr_customer_id":170325,"tr_customer_product_id":170315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Leroy Reichel","mobile_number":"7096262834","email_id":"lemuel.goodwin@yahoo.com","dop":"2026-01-19","serial_number":"113690943917920","imei1":"573989202481299","imei2":"493240038896145","popurl":"www.michaele-trantow.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170309,"job_number":"JOB_170309","tr_customer_id":170326,"tr_customer_product_id":170316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Marcos Bernhard","mobile_number":"7093341698","email_id":"peggy.nolan@hotmail.com","dop":"2026-01-19","serial_number":"872892873464589","imei1":"656320435657996","imei2":"579243516072405","popurl":"www.bernardina-farrell.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170310,"job_number":"JOB_170310","tr_customer_id":170327,"tr_customer_product_id":170317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Cori Bahringer","mobile_number":"7015609745","email_id":"paola.aufderhar@gmail.com","dop":"2026-01-19","serial_number":"062382101570858","imei1":"107256484287444","imei2":"759968193356360","popurl":"www.cruz-ruecker.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170311,"job_number":"JOB_170311","tr_customer_id":170328,"tr_customer_product_id":170318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Terra Batz","mobile_number":"7065942000","email_id":"dillon.cormier@hotmail.com","dop":"2026-01-19","serial_number":"360326519033902","imei1":"833717706004840","imei2":"518190593381939","popurl":"www.carlita-stamm.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170312,"job_number":"JOB_170312","tr_customer_id":170329,"tr_customer_product_id":170319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Donte Schuster","mobile_number":"7056886671","email_id":"eldon.bechtelar@gmail.com","dop":"2026-01-19","serial_number":"986071458169851","imei1":"560922975673975","imei2":"913400530238079","popurl":"www.manie-murphy.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170313,"job_number":"JOB_170313","tr_customer_id":170330,"tr_customer_product_id":170320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:57:36.000Z","modified_at":"2026-01-29T05:57:36.000Z","name":"veer kumar","mobile_number":"9398102868","email_id":"veer@gmail.com","dop":"2026-01-11","serial_number":"12343223456765432","imei1":"12343223456765432","imei2":"12343223456765432","popurl":"2026-01-11T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170314,"job_number":"JOB_170314","tr_customer_id":170331,"tr_customer_product_id":170321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:02:17.000Z","modified_at":"2026-01-29T06:02:17.000Z","name":"Dron Reddy","mobile_number":"7034869575","email_id":"chandravati.nehru@yahoo.co.in","dop":"2026-01-19","serial_number":"059444005131417","imei1":"059444005131417","imei2":"059444005131417","popurl":"www.dhananjay-reddy.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:02:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170315,"job_number":"JOB_170315","tr_customer_id":170332,"tr_customer_product_id":170322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:08:07.000Z","modified_at":"2026-01-29T06:08:07.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2026-01-19","serial_number":"13511800420678","imei1":"13511800420678","imei2":"13511800420678","popurl":"2026-01-19T06:08:04.176679800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:08:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170316,"job_number":"JOB_170316","tr_customer_id":170333,"tr_customer_product_id":170323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:17:59.000Z","modified_at":"2026-01-29T06:17:59.000Z","name":"Brajesh Varma","mobile_number":"7037232521","email_id":"chanda.talwar@yahoo.co.in","dop":"2026-01-19","serial_number":"706892942434128","imei1":"706892942434128","imei2":"706892942434128","popurl":"www.umang-chaturvedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170317,"job_number":"JOB_170317","tr_customer_id":170334,"tr_customer_product_id":170324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:22:55.000Z","modified_at":"2026-01-29T06:22:55.000Z","name":"Dharitri Dutta","mobile_number":"7029773404","email_id":"bodhan.pothuvaal@hotmail.com","dop":"2026-01-19","serial_number":"945495203650264","imei1":"945495203650264","imei2":"945495203650264","popurl":"www.durgeshwari-kakkar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170335,"job_number":"JOB_170335","tr_customer_id":170352,"tr_customer_product_id":170342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:51.000Z","modified_at":"2026-01-29T06:35:51.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10856121769214","imei1":"10856121769214","imei2":"10856121769214","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170337,"job_number":"JOB_170337","tr_customer_id":170354,"tr_customer_product_id":170344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:52.000Z","modified_at":"2026-01-29T06:35:52.000Z","name":"Britney Boyer","mobile_number":"936-736-9229","email_id":"Derick_Simonis83@gmail.com","dop":"2025-06-18","serial_number":"1060705733169913","imei1":"1060705733169913","imei2":"1060705733169913","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:35:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170339,"job_number":"JOB_170339","tr_customer_id":170356,"tr_customer_product_id":170346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:00.000Z","modified_at":"2026-01-29T06:36:00.000Z","name":"Darlene Mayer","mobile_number":"455-205-3827","email_id":"Jadon.Gaylord33@yahoo.com","dop":"2025-04-06","serial_number":"18172264101396828","imei1":"18172264101396828","imei2":"18172264101396828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170340,"job_number":"JOB_170340","tr_customer_id":170357,"tr_customer_product_id":170347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:35.000Z","modified_at":"2026-01-29T06:36:35.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10276504604543","imei1":"10276504604543","imei2":"10276504604543","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:36:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170342,"job_number":"JOB_170342","tr_customer_id":170359,"tr_customer_product_id":170349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:36.000Z","modified_at":"2026-01-29T06:36:36.000Z","name":"Roy Keeling","mobile_number":"283-823-6410","email_id":"Walton.Wisoky50@gmail.com","dop":"2025-06-18","serial_number":"1013664490259973","imei1":"1013664490259973","imei2":"1013664490259973","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:36:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170343,"job_number":"JOB_170343","tr_customer_id":170360,"tr_customer_product_id":170350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:02.000Z","modified_at":"2026-01-29T06:37:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15522363055902","imei1":"15522363055902","imei2":"15522363055902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170345,"job_number":"JOB_170345","tr_customer_id":170362,"tr_customer_product_id":170352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:03.000Z","modified_at":"2026-01-29T06:37:04.000Z","name":"Alexa Crooks","mobile_number":"725-380-5649","email_id":"Jennyfer84@gmail.com","dop":"2025-04-06","serial_number":"18407784815935784","imei1":"18407784815935784","imei2":"18407784815935784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170346,"job_number":"JOB_170346","tr_customer_id":170363,"tr_customer_product_id":170353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:46.000Z","modified_at":"2026-01-29T06:37:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15855807980150","imei1":"15855807980150","imei2":"15855807980150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170348,"job_number":"JOB_170348","tr_customer_id":170365,"tr_customer_product_id":170355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:48.000Z","modified_at":"2026-01-29T06:37:48.000Z","name":"Jeanie Crist","mobile_number":"584-251-9509","email_id":"Assunta86@gmail.com","dop":"2025-04-06","serial_number":"10715964929387842","imei1":"10715964929387842","imei2":"10715964929387842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170349,"job_number":"JOB_170349","tr_customer_id":170366,"tr_customer_product_id":170356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:31.000Z","modified_at":"2026-01-29T06:38:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16037824530219","imei1":"16037824530219","imei2":"16037824530219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:38:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170351,"job_number":"JOB_170351","tr_customer_id":170368,"tr_customer_product_id":170358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:33.000Z","modified_at":"2026-01-29T06:38:33.000Z","name":"Vallie Durgan","mobile_number":"902-443-2582","email_id":"Mason_Rutherford@yahoo.com","dop":"2025-04-06","serial_number":"19835579645295650","imei1":"19835579645295650","imei2":"19835579645295650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:38:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170352,"job_number":"JOB_170352","tr_customer_id":170369,"tr_customer_product_id":170359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:47.000Z","modified_at":"2026-01-29T06:38:47.000Z","name":"Atreyi Rana","mobile_number":"7083087604","email_id":"vidhya.bhat@hotmail.com","dop":"2026-01-19","serial_number":"706941820273780","imei1":"706941820273780","imei2":"706941820273780","popurl":"www.gaurang-naik.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:38:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170353,"job_number":"JOB_170353","tr_customer_id":170370,"tr_customer_product_id":170360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:39:25.000Z","modified_at":"2026-01-29T06:39:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19568621313003","imei1":"19568621313003","imei2":"19568621313003","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:39:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170355,"job_number":"JOB_170355","tr_customer_id":170372,"tr_customer_product_id":170362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:39:26.000Z","modified_at":"2026-01-29T06:39:26.000Z","name":"Libby Torp","mobile_number":"288-373-3904","email_id":"Brown.Little1@yahoo.com","dop":"2025-04-06","serial_number":"18091890734912620","imei1":"18091890734912620","imei2":"18091890734912620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:39:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170356,"job_number":"JOB_170356","tr_customer_id":170373,"tr_customer_product_id":170363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:10.000Z","modified_at":"2026-01-29T06:40:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12207671801424","imei1":"12207671801424","imei2":"12207671801424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170358,"job_number":"JOB_170358","tr_customer_id":170375,"tr_customer_product_id":170365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:12.000Z","modified_at":"2026-01-29T06:40:12.000Z","name":"Liana Harvey","mobile_number":"408-925-4854","email_id":"Alison_Koepp@gmail.com","dop":"2025-04-06","serial_number":"17423739786054996","imei1":"17423739786054996","imei2":"17423739786054996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170359,"job_number":"JOB_170359","tr_customer_id":170376,"tr_customer_product_id":170366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:56.000Z","modified_at":"2026-01-29T06:40:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12208140426477","imei1":"12208140426477","imei2":"12208140426477","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170361,"job_number":"JOB_170361","tr_customer_id":170378,"tr_customer_product_id":170368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:57.000Z","modified_at":"2026-01-29T06:40:57.000Z","name":"Newell Lowe","mobile_number":"686-637-0679","email_id":"Vella.Kuhlman@hotmail.com","dop":"2025-04-06","serial_number":"10645713143187366","imei1":"10645713143187366","imei2":"10645713143187366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170363,"job_number":"JOB_170363","tr_customer_id":170380,"tr_customer_product_id":170370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:47.000Z","modified_at":"2026-01-29T06:41:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15855265716463","imei1":"15855265716463","imei2":"15855265716463","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:41:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170365,"job_number":"JOB_170365","tr_customer_id":170382,"tr_customer_product_id":170372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:49.000Z","modified_at":"2026-01-29T06:41:49.000Z","name":"Coy Dickens","mobile_number":"523-221-0909","email_id":"Luella_Wilkinson3@yahoo.com","dop":"2025-04-06","serial_number":"16780419753845036","imei1":"16780419753845036","imei2":"16780419753845036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:41:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170367,"job_number":"JOB_170367","tr_customer_id":170384,"tr_customer_product_id":170374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:42:38.000Z","modified_at":"2026-01-29T06:42:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11661249578121","imei1":"11661249578121","imei2":"11661249578121","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:42:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170369,"job_number":"JOB_170369","tr_customer_id":170386,"tr_customer_product_id":170376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:42:39.000Z","modified_at":"2026-01-29T06:42:39.000Z","name":"Elyssa Gaylord","mobile_number":"913-445-2459","email_id":"Erwin19@hotmail.com","dop":"2025-04-06","serial_number":"14369738604398470","imei1":"14369738604398470","imei2":"14369738604398470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170370,"job_number":"JOB_170370","tr_customer_id":170387,"tr_customer_product_id":170377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:23.000Z","modified_at":"2026-01-29T06:43:23.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14953346028155","imei2":"14953346028155","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170372,"job_number":"JOB_170372","tr_customer_id":170389,"tr_customer_product_id":170379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:28.000Z","modified_at":"2026-01-29T06:43:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18444745092848","imei1":"18444745092848","imei2":"18444745092848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170374,"job_number":"JOB_170374","tr_customer_id":170391,"tr_customer_product_id":170381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:30.000Z","modified_at":"2026-01-29T06:43:30.000Z","name":"Elise Langworth","mobile_number":"506-789-5136","email_id":"Cordia_OKon@yahoo.com","dop":"2025-04-06","serial_number":"13668979298666100","imei1":"13668979298666100","imei2":"13668979298666100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170375,"job_number":"JOB_170375","tr_customer_id":170392,"tr_customer_product_id":170382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:37.000Z","modified_at":"2026-01-29T06:43:37.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14176198100525","imei2":"14176198100525","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170377,"job_number":"JOB_170377","tr_customer_id":170394,"tr_customer_product_id":170384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:51.000Z","modified_at":"2026-01-29T06:43:51.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14983278150615","imei2":"14983278150615","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170380,"job_number":"JOB_170380","tr_customer_id":170397,"tr_customer_product_id":170387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:45:09.000Z","modified_at":"2026-01-29T06:45:09.000Z","name":"Winona Pouros","mobile_number":"473-755-4357","email_id":"Naomi14@gmail.com","dop":"2025-04-06","serial_number":"13217274141320578","imei1":"13217274141320578","imei2":"13217274141320578","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:45:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170381,"job_number":"JOB_170381","tr_customer_id":170398,"tr_customer_product_id":170388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:25.000Z","modified_at":"2026-01-29T06:46:25.000Z","name":"Shresth Naik","mobile_number":"7096770820","email_id":"dharani.gill@gmail.com","dop":"2026-01-19","serial_number":"647276168264212","imei1":"647276168264212","imei2":"647276168264212","popurl":"www.prem-desai.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170382,"job_number":"JOB_170382","tr_customer_id":170399,"tr_customer_product_id":170389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:29.000Z","modified_at":"2026-01-29T06:46:29.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17680172698670","imei1":"17680172698670","imei2":"17680172698670","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170384,"job_number":"JOB_170384","tr_customer_id":170401,"tr_customer_product_id":170391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:47.000Z","modified_at":"2026-01-29T06:46:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10870358707358","imei1":"10870358707358","imei2":"10870358707358","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170386,"job_number":"JOB_170386","tr_customer_id":170403,"tr_customer_product_id":170393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:49.000Z","modified_at":"2026-01-29T06:46:49.000Z","name":"Kurtis O'Hara","mobile_number":"552-370-2299","email_id":"Alden_Price@hotmail.com","dop":"2025-04-06","serial_number":"18333736871994510","imei1":"18333736871994510","imei2":"18333736871994510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170387,"job_number":"JOB_170387","tr_customer_id":170404,"tr_customer_product_id":170394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:13.000Z","modified_at":"2026-01-29T06:47:13.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"13725543893783","imei1":"13725543893783","imei2":"13725543893783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170389,"job_number":"JOB_170389","tr_customer_id":170406,"tr_customer_product_id":170396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:32.000Z","modified_at":"2026-01-29T06:47:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19445917856710","imei1":"19445917856710","imei2":"19445917856710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170391,"job_number":"JOB_170391","tr_customer_id":170408,"tr_customer_product_id":170398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:34.000Z","modified_at":"2026-01-29T06:47:34.000Z","name":"Dane Hoppe","mobile_number":"749-448-7419","email_id":"Annalise.Daugherty53@gmail.com","dop":"2025-04-06","serial_number":"11354351697475178","imei1":"11354351697475178","imei2":"11354351697475178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170392,"job_number":"JOB_170392","tr_customer_id":170409,"tr_customer_product_id":170399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:56.000Z","modified_at":"2026-01-29T06:47:56.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"19847883260012","imei1":"19847883260012","imei2":"19847883260012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170397,"job_number":"JOB_170397","tr_customer_id":170414,"tr_customer_product_id":170404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:17.000Z","modified_at":"2026-01-29T06:48:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11242676978023","imei1":"11242676978023","imei2":"11242676978023","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170399,"job_number":"JOB_170399","tr_customer_id":170416,"tr_customer_product_id":170406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:19.000Z","modified_at":"2026-01-29T06:48:19.000Z","name":"Kristin Sipes","mobile_number":"704-939-2871","email_id":"Royal_Miller@yahoo.com","dop":"2025-04-06","serial_number":"12721076683349210","imei1":"12721076683349210","imei2":"12721076683349210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170406,"job_number":"JOB_170406","tr_customer_id":170423,"tr_customer_product_id":170413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:59.000Z","modified_at":"2026-01-29T06:49:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14669517761007","imei1":"14669517761007","imei2":"14669517761007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170408,"job_number":"JOB_170408","tr_customer_id":170425,"tr_customer_product_id":170415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:01.000Z","modified_at":"2026-01-29T06:50:01.000Z","name":"Heidi Brown","mobile_number":"904-681-5044","email_id":"Ceasar83@gmail.com","dop":"2025-04-06","serial_number":"13280798662547044","imei1":"13280798662547044","imei2":"13280798662547044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170412,"job_number":"JOB_170412","tr_customer_id":170429,"tr_customer_product_id":170419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:52.000Z","modified_at":"2026-01-29T06:50:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12487628971591","imei1":"12487628971591","imei2":"12487628971591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170414,"job_number":"JOB_170414","tr_customer_id":170431,"tr_customer_product_id":170421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:53.000Z","modified_at":"2026-01-29T06:50:53.000Z","name":"Queenie Schaden","mobile_number":"652-476-2967","email_id":"Zachary_Moore58@yahoo.com","dop":"2025-04-06","serial_number":"18537303171912784","imei1":"18537303171912784","imei2":"18537303171912784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170415,"job_number":"JOB_170415","tr_customer_id":170432,"tr_customer_product_id":170422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:51:43.000Z","modified_at":"2026-01-29T06:51:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15987695788168","imei1":"15987695788168","imei2":"15987695788168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170417,"job_number":"JOB_170417","tr_customer_id":170434,"tr_customer_product_id":170424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:51:45.000Z","modified_at":"2026-01-29T06:51:45.000Z","name":"Ona Toy","mobile_number":"970-382-0624","email_id":"Lilly_Bode19@gmail.com","dop":"2025-04-06","serial_number":"10138149216530896","imei1":"10138149216530896","imei2":"10138149216530896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:51:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170418,"job_number":"JOB_170418","tr_customer_id":170435,"tr_customer_product_id":170425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:09.000Z","modified_at":"2026-01-29T06:55:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10353172608729","imei1":"10353172608729","imei2":"10353172608729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170420,"job_number":"JOB_170420","tr_customer_id":170437,"tr_customer_product_id":170427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:11.000Z","modified_at":"2026-01-29T06:55:11.000Z","name":"Karelle Schroeder","mobile_number":"331-848-5054","email_id":"Dave_Stracke70@yahoo.com","dop":"2025-04-06","serial_number":"17895068214493260","imei1":"17895068214493260","imei2":"17895068214493260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170421,"job_number":"JOB_170421","tr_customer_id":170438,"tr_customer_product_id":170428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:56.000Z","modified_at":"2026-01-29T06:55:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13702350431528","imei1":"13702350431528","imei2":"13702350431528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170423,"job_number":"JOB_170423","tr_customer_id":170440,"tr_customer_product_id":170430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:57.000Z","modified_at":"2026-01-29T06:55:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15812020335789","imei1":"15812020335789","imei2":"15812020335789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170425,"job_number":"JOB_170425","tr_customer_id":170442,"tr_customer_product_id":170432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:58.000Z","modified_at":"2026-01-29T06:55:58.000Z","name":"Chauncey Runolfsson","mobile_number":"776-260-9651","email_id":"Andreanne_Stracke@gmail.com","dop":"2025-04-06","serial_number":"11741818876965598","imei1":"11741818876965598","imei2":"11741818876965598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170426,"job_number":"JOB_170426","tr_customer_id":170443,"tr_customer_product_id":170433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:59.000Z","modified_at":"2026-01-29T06:55:59.000Z","name":"Bria Leannon","mobile_number":"489-802-1287","email_id":"Chauncey_Dietrich63@gmail.com","dop":"2025-04-06","serial_number":"18153099437377484","imei1":"18153099437377484","imei2":"18153099437377484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170428,"job_number":"JOB_170428","tr_customer_id":170445,"tr_customer_product_id":170435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:04.000Z","modified_at":"2026-01-29T06:56:04.000Z","name":"Era Langosh","mobile_number":"535-387-8739","email_id":"Crystel_Cruickshank@yahoo.com","dop":"2025-04-06","serial_number":"18551971805714256","imei1":"18551971805714256","imei2":"18551971805714256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170430,"job_number":"JOB_170430","tr_customer_id":170447,"tr_customer_product_id":170437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:18.000Z","modified_at":"2026-01-29T06:56:18.000Z","name":"Mona Heaney","mobile_number":"821-325-9141","email_id":"Vallie63@gmail.com","dop":"2025-04-06","serial_number":"18494932092494360","imei1":"18494932092494360","imei2":"18494932092494360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170431,"job_number":"JOB_170431","tr_customer_id":170448,"tr_customer_product_id":170438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:44.000Z","modified_at":"2026-01-29T06:56:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16199929190824","imei1":"16199929190824","imei2":"16199929190824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170433,"job_number":"JOB_170433","tr_customer_id":170450,"tr_customer_product_id":170440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:46.000Z","modified_at":"2026-01-29T06:56:46.000Z","name":"Winfield Kerluke","mobile_number":"262-518-2098","email_id":"Braeden_Yundt42@yahoo.com","dop":"2025-04-06","serial_number":"10043849112111964","imei1":"10043849112111964","imei2":"10043849112111964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170434,"job_number":"JOB_170434","tr_customer_id":170451,"tr_customer_product_id":170441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:48.000Z","modified_at":"2026-01-29T06:56:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17419896394536","imei1":"17419896394536","imei2":"17419896394536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170436,"job_number":"JOB_170436","tr_customer_id":170453,"tr_customer_product_id":170443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:49.000Z","modified_at":"2026-01-29T06:56:49.000Z","name":"Raoul Kuhlman","mobile_number":"356-544-5923","email_id":"Mayra.Johnson@yahoo.com","dop":"2025-04-06","serial_number":"12562659490599182","imei1":"12562659490599182","imei2":"12562659490599182","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170437,"job_number":"JOB_170437","tr_customer_id":170454,"tr_customer_product_id":170444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:57:37.000Z","modified_at":"2026-01-29T06:57:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12745808333016","imei1":"12745808333016","imei2":"12745808333016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170439,"job_number":"JOB_170439","tr_customer_id":170456,"tr_customer_product_id":170446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:57:38.000Z","modified_at":"2026-01-29T06:57:38.000Z","name":"Roel Tillman","mobile_number":"311-505-6960","email_id":"Lavon90@yahoo.com","dop":"2025-04-06","serial_number":"13433899235445894","imei1":"13433899235445894","imei2":"13433899235445894","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170440,"job_number":"JOB_170440","tr_customer_id":170457,"tr_customer_product_id":170447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:21.000Z","modified_at":"2026-01-29T07:00:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17900992143091","imei1":"17900992143091","imei2":"17900992143091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170442,"job_number":"JOB_170442","tr_customer_id":170459,"tr_customer_product_id":170449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:23.000Z","modified_at":"2026-01-29T07:00:23.000Z","name":"Alvena Crist","mobile_number":"368-433-0509","email_id":"Adeline.Carroll@gmail.com","dop":"2025-04-06","serial_number":"10878890550692228","imei1":"10878890550692228","imei2":"10878890550692228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:00:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170444,"job_number":"JOB_170444","tr_customer_id":170461,"tr_customer_product_id":170451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:27.000Z","modified_at":"2026-01-29T07:00:27.000Z","name":"Carmela MacGyver","mobile_number":"266-774-7517","email_id":"Trace22@gmail.com","dop":"2025-04-06","serial_number":"15197690667528036","imei1":"15197690667528036","imei2":"15197690667528036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170445,"job_number":"JOB_170445","tr_customer_id":170462,"tr_customer_product_id":170452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:09.000Z","modified_at":"2026-01-29T07:01:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17956609760043","imei1":"17956609760043","imei2":"17956609760043","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170447,"job_number":"JOB_170447","tr_customer_id":170464,"tr_customer_product_id":170454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:10.000Z","modified_at":"2026-01-29T07:01:10.000Z","name":"Victoria Pfannerstill","mobile_number":"546-856-8212","email_id":"Nicholaus_Konopelski94@yahoo.com","dop":"2025-04-06","serial_number":"14543151397922404","imei1":"14543151397922404","imei2":"14543151397922404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170448,"job_number":"JOB_170448","tr_customer_id":170465,"tr_customer_product_id":170455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:55.000Z","modified_at":"2026-01-29T07:01:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17411536850453","imei1":"17411536850453","imei2":"17411536850453","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170450,"job_number":"JOB_170450","tr_customer_id":170467,"tr_customer_product_id":170457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:57.000Z","modified_at":"2026-01-29T07:01:57.000Z","name":"Travis Kilback","mobile_number":"245-744-6615","email_id":"Joey.Considine23@gmail.com","dop":"2025-04-06","serial_number":"17716187716120820","imei1":"17716187716120820","imei2":"17716187716120820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170451,"job_number":"JOB_170451","tr_customer_id":170468,"tr_customer_product_id":170458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:25.000Z","modified_at":"2026-01-29T07:10:25.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"10593676716794","imei1":"10593676716794","imei2":"10593676716794","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:10:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170453,"job_number":"JOB_170453","tr_customer_id":170470,"tr_customer_product_id":170460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:41.000Z","modified_at":"2026-01-29T07:10:41.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"10919082835236","imei1":"10919082835236","imei2":"10919082835236","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:10:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170455,"job_number":"JOB_170455","tr_customer_id":170472,"tr_customer_product_id":170462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:56.000Z","modified_at":"2026-01-29T07:10:56.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"15613900543394","imei1":"15613900543394","imei2":"15613900543394","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:10:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170457,"job_number":"JOB_170457","tr_customer_id":170474,"tr_customer_product_id":170464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:24:23.000Z","modified_at":"2026-01-29T07:24:23.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"19691618055896","imei1":"19691618055896","imei2":"119691618055896","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170458,"job_number":"JOB_170458","tr_customer_id":170475,"tr_customer_product_id":170465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:33:37.000Z","modified_at":"2026-01-29T07:33:37.000Z","name":"Kamala Kakkar","mobile_number":"7030157418","email_id":"gandharv.mehrotra@yahoo.co.in","dop":"2026-01-19","serial_number":"983519147373699","imei1":"983519147373699","imei2":"983519147373699","popurl":"www.chitrali-iyer.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:33:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170461,"job_number":"JOB_170461","tr_customer_id":170478,"tr_customer_product_id":170468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:42:19.000Z","modified_at":"2026-01-29T07:42:19.000Z","name":"Swara Ahluwalia","mobile_number":"7096046573","email_id":"pushti.nayar@gmail.com","dop":"2026-01-19","serial_number":"787116735846000","imei1":"787116735846000","imei2":"787116735846000","popurl":"www.ambar-panicker.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170467,"job_number":"JOB_170467","tr_customer_id":170484,"tr_customer_product_id":170474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:00.000Z","modified_at":"2026-01-29T07:57:00.000Z","name":"Pascale Haley","mobile_number":"455-509-9022","email_id":"Ruby43@hotmail.com","dop":"2025-04-06","serial_number":"14373098808279600","imei1":"14373098808279600","imei2":"14373098808279600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170469,"job_number":"JOB_170469","tr_customer_id":170486,"tr_customer_product_id":170476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:38.000Z","modified_at":"2026-01-29T07:57:38.000Z","name":"Ramona Brekke","mobile_number":"783-990-5641","email_id":"Palma_Weimann39@gmail.com","dop":"2025-04-06","serial_number":"12422512076616136","imei1":"12422512076616136","imei2":"12422512076616136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170471,"job_number":"JOB_170471","tr_customer_id":170488,"tr_customer_product_id":170478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:47.000Z","modified_at":"2026-01-29T07:57:47.000Z","name":"Devan Leuschke","mobile_number":"262-820-7320","email_id":"Horacio.Hartmann@hotmail.com","dop":"2025-04-06","serial_number":"12096401794029758","imei1":"12096401794029758","imei2":"12096401794029758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170475,"job_number":"JOB_170475","tr_customer_id":170492,"tr_customer_product_id":170482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:33.000Z","modified_at":"2026-01-29T07:58:33.000Z","name":"Robert Beahan","mobile_number":"476-879-6737","email_id":"Jalon_Kreiger@hotmail.com","dop":"2025-04-06","serial_number":"10286485922550454","imei1":"10286485922550454","imei2":"10286485922550454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170477,"job_number":"JOB_170477","tr_customer_id":170494,"tr_customer_product_id":170484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:43.000Z","modified_at":"2026-01-29T07:58:43.000Z","name":"Neha Cronin","mobile_number":"448-524-8683","email_id":"Jamar.Rogahn88@yahoo.com","dop":"2025-04-06","serial_number":"10871124116045736","imei1":"10871124116045736","imei2":"10871124116045736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170478,"job_number":"JOB_170478","tr_customer_id":170495,"tr_customer_product_id":170485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:35.000Z","modified_at":"2026-01-29T08:33:35.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"14443094780437","imei1":"14443094780437","imei2":"14443094780437","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:33:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170480,"job_number":"JOB_170480","tr_customer_id":170497,"tr_customer_product_id":170487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:43.000Z","modified_at":"2026-01-29T08:33:43.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatinsh12@gmail.com","dop":"2026-01-23","serial_number":"14372247011439","imei1":"14372247011439","imei2":"14372247011439","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170482,"job_number":"JOB_170482","tr_customer_id":170499,"tr_customer_product_id":170489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:52.000Z","modified_at":"2026-01-29T08:33:52.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"14504202781821","imei1":"14504202781821","imei2":"14504202781821","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170484,"job_number":"JOB_170484","tr_customer_id":170501,"tr_customer_product_id":170491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:44:19.000Z","modified_at":"2026-01-29T08:44:19.000Z","name":"Nyasia Greenholt","mobile_number":"402-796-7619","email_id":"Jose_Mueller@yahoo.com","dop":"2026-01-23","serial_number":"16583482488738","imei1":"16583482488738","imei2":"16583482488738","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:44:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170487,"job_number":"JOB_170487","tr_customer_id":170504,"tr_customer_product_id":170494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:31:12.000Z","modified_at":"2026-01-29T09:31:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12182427394346","imei1":"12182427394346","imei2":"12182427394346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:31:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170489,"job_number":"JOB_170489","tr_customer_id":170506,"tr_customer_product_id":170496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:31:14.000Z","modified_at":"2026-01-29T09:31:14.000Z","name":"Eleanora Hermann","mobile_number":"931-229-8276","email_id":"Erna32@gmail.com","dop":"2025-04-06","serial_number":"12163347163196928","imei1":"12163347163196928","imei2":"12163347163196928","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:31:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170490,"job_number":"JOB_170490","tr_customer_id":170507,"tr_customer_product_id":170497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:02.000Z","modified_at":"2026-01-29T09:32:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11962789441695","imei1":"11962789441695","imei2":"11962789441695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170492,"job_number":"JOB_170492","tr_customer_id":170509,"tr_customer_product_id":170499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:04.000Z","modified_at":"2026-01-29T09:32:04.000Z","name":"Dan Larkin","mobile_number":"832-264-6591","email_id":"Sheldon_Anderson@yahoo.com","dop":"2025-04-06","serial_number":"10459889448928188","imei1":"10459889448928188","imei2":"10459889448928188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170493,"job_number":"JOB_170493","tr_customer_id":170510,"tr_customer_product_id":170500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:52.000Z","modified_at":"2026-01-29T09:32:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16704057294280","imei1":"16704057294280","imei2":"16704057294280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170495,"job_number":"JOB_170495","tr_customer_id":170512,"tr_customer_product_id":170502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:53.000Z","modified_at":"2026-01-29T09:32:53.000Z","name":"Bernhard Heaney","mobile_number":"451-908-1369","email_id":"Isabelle_Price@gmail.com","dop":"2025-04-06","serial_number":"12238637914880776","imei1":"12238637914880776","imei2":"12238637914880776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170497,"job_number":"JOB_170497","tr_customer_id":170514,"tr_customer_product_id":170504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:45:07.000Z","modified_at":"2026-01-29T09:45:07.000Z","name":"Lorna Toy","mobile_number":"317-272-0077","email_id":"Zoila.Lakin@gmail.com","dop":"2026-01-23","serial_number":"15878897486017","imei1":"15878897486017","imei2":"15878897486017","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:45:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170498,"job_number":"JOB_170498","tr_customer_id":170515,"tr_customer_product_id":170505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:46:20.000Z","modified_at":"2026-01-29T09:46:20.000Z","name":"Imelda Pagac","mobile_number":"438-253-9465","email_id":"Reina12@yahoo.com","dop":"2026-01-23","serial_number":"15790119862263","imei1":"15790119862263","imei2":"15790119862263","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170499,"job_number":"JOB_170499","tr_customer_id":170516,"tr_customer_product_id":170506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:46:45.000Z","modified_at":"2026-01-29T09:46:45.000Z","name":"Gerardo Larkin","mobile_number":"462-208-3593","email_id":"Cesar_Dickens35@gmail.com","dop":"2026-01-23","serial_number":"11999782266327","imei1":"11999782266327","imei2":"11999782266327","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170500,"job_number":"JOB_170500","tr_customer_id":170517,"tr_customer_product_id":170507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:53:22.000Z","modified_at":"2026-01-29T09:53:22.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"18857077553165","imei1":"18857077553165","imei2":"18857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:53:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170501,"job_number":"JOB_170501","tr_customer_id":170518,"tr_customer_product_id":170508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:58:06.000Z","modified_at":"2026-01-29T09:58:06.000Z","name":"Bhushit Nambeesan","mobile_number":"7032420332","email_id":"hari.tagore@gmail.com","dop":"2026-01-19","serial_number":"270179718665005","imei1":"270179718665005","imei2":"270179718665005","popurl":"www.rajinder-nayar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170502,"job_number":"JOB_170502","tr_customer_id":170519,"tr_customer_product_id":170509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:58:39.000Z","modified_at":"2026-01-29T09:58:39.000Z","name":"veer kumar","mobile_number":"9398102868","email_id":"veer@gmail.com","dop":"2026-01-11","serial_number":"12343223456765432","imei1":"13343223456765437","imei2":"13343223456765437","popurl":"2026-01-11T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170503,"job_number":"JOB_170503","tr_customer_id":170520,"tr_customer_product_id":170510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:33:27.000Z","modified_at":"2026-01-29T10:33:27.000Z","name":"Jatin Jasani","mobile_number":"7507331188","email_id":"saurabh.jasani@gmail.com","dop":"2026-01-19","serial_number":"12308877001005","imei1":"12308877001005","imei2":"12308877001005","popurl":"2026-01-19T10:33:26.676455238Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170504,"job_number":"JOB_170504","tr_customer_id":170521,"tr_customer_product_id":170511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:34:59.000Z","modified_at":"2026-01-29T10:34:59.000Z","name":"Newname lastname","mobile_number":"68555305710","email_id":"pravalikabariki2tt13@gmail.com","dop":"2025-02-13","serial_number":"104426212713358","imei1":"104426212713358","imei2":"104426212713358","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170505,"job_number":"JOB_170505","tr_customer_id":170522,"tr_customer_product_id":170512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:53:51.000Z","modified_at":"2026-01-29T10:53:51.000Z","name":"Giriraj Nehru","mobile_number":"7035374466","email_id":"rajendra.acharya@hotmail.com","dop":"2026-01-19","serial_number":"994897353497024","imei1":"994897353497024","imei2":"994897353497024","popurl":"www.adityanandana-pillai.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:53:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170506,"job_number":"JOB_170506","tr_customer_id":170523,"tr_customer_product_id":170513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:58:37.000Z","modified_at":"2026-01-29T10:58:37.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-19","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-19T10:58:28.191709007Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170507,"job_number":"JOB_170507","tr_customer_id":170524,"tr_customer_product_id":170514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:58:38.000Z","modified_at":"2026-01-29T10:58:38.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-19","serial_number":"46234996938486","imei1":"46234996938486","imei2":"46234996938486","popurl":"2026-01-19T10:58:28.194453550Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170508,"job_number":"JOB_170508","tr_customer_id":170525,"tr_customer_product_id":170515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:58:50.000Z","modified_at":"2026-01-29T10:58:50.000Z","name":"Dev Iyengar","mobile_number":"8606776917","email_id":"jahnu.dubashi@yahoo.co.in","dop":"2026-01-19","serial_number":"19475080550896","imei1":"19475080550896","imei2":"19475080550896","popurl":"www.baalagopaal-bharadwaj.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170509,"job_number":"JOB_170509","tr_customer_id":170526,"tr_customer_product_id":170516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:08:15.000Z","modified_at":"2026-01-29T11:08:15.000Z","name":"Kartik Chopra","mobile_number":"7030240308","email_id":"kashyapi.khatri@hotmail.com","dop":"2026-01-19","serial_number":"236569941816667","imei1":"236569941816667","imei2":"236569941816667","popurl":"www.pushti-guha.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:08:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170511,"job_number":"JOB_170511","tr_customer_id":170528,"tr_customer_product_id":170518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:22:13.000Z","modified_at":"2026-01-29T11:22:13.000Z","name":"Manikya Chopra","mobile_number":"7032366380","email_id":"meghnad.patel@hotmail.com","dop":"2026-01-19","serial_number":"105719811067502","imei1":"105719811067502","imei2":"105719811067502","popurl":"www.divjot-talwar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:22:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170512,"job_number":"JOB_170512","tr_customer_id":170529,"tr_customer_product_id":170519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:22:20.000Z","modified_at":"2026-01-29T11:22:20.000Z","name":"Mandakini Gandhi","mobile_number":"7005985961","email_id":"anal.shukla@yahoo.co.in","dop":"2026-01-19","serial_number":"657148622683390","imei1":"657148622683390","imei2":"657148622683390","popurl":"www.anal-jain.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:22:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170513,"job_number":"JOB_170513","tr_customer_id":170530,"tr_customer_product_id":170520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:08.000Z","modified_at":"2026-01-29T11:35:08.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11897275204948","imei1":"11897275204948","imei2":"11897275204948","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170515,"job_number":"JOB_170515","tr_customer_id":170532,"tr_customer_product_id":170522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:09.000Z","modified_at":"2026-01-29T11:35:09.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"73803080638811","imei1":"73803080638811","imei2":"73803080638811","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170516,"job_number":"JOB_170516","tr_customer_id":170533,"tr_customer_product_id":170523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:21.000Z","modified_at":"2026-01-29T11:35:21.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14066071322122","imei1":"14066071322122","imei2":"14066071322122","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170518,"job_number":"JOB_170518","tr_customer_id":170535,"tr_customer_product_id":170525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:21.000Z","modified_at":"2026-01-29T11:35:21.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11964579188926","imei1":"11964579188926","imei2":"11964579188926","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170519,"job_number":"JOB_170519","tr_customer_id":170536,"tr_customer_product_id":170526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:50.000Z","modified_at":"2026-01-29T11:35:50.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12733231512576","imei1":"12733231512576","imei2":"12733231512576","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170520,"job_number":"JOB_170520","tr_customer_id":170537,"tr_customer_product_id":170527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:51.000Z","modified_at":"2026-01-29T11:35:51.000Z","name":"Sammy Miller","mobile_number":"240-579-5402","email_id":"Gerard.Prosacco@gmail.com","dop":"2026-01-04","serial_number":"13124607067875","imei1":"13124607067875","imei2":"13124607067875","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170521,"job_number":"JOB_170521","tr_customer_id":170538,"tr_customer_product_id":170528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:51.000Z","modified_at":"2026-01-29T11:35:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"21148268148501","imei1":"21148268148501","imei2":"21148268148501","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170522,"job_number":"JOB_170522","tr_customer_id":170539,"tr_customer_product_id":170529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:03.000Z","modified_at":"2026-01-29T11:51:03.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19344968030446","imei1":"19344968030446","imei2":"19344968030446","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170524,"job_number":"JOB_170524","tr_customer_id":170541,"tr_customer_product_id":170531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:04.000Z","modified_at":"2026-01-29T11:51:04.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"82623406654472","imei1":"82623406654472","imei2":"82623406654472","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170525,"job_number":"JOB_170525","tr_customer_id":170542,"tr_customer_product_id":170532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:16.000Z","modified_at":"2026-01-29T11:51:16.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10539951757375","imei1":"10539951757375","imei2":"10539951757375","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170527,"job_number":"JOB_170527","tr_customer_id":170544,"tr_customer_product_id":170534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:17.000Z","modified_at":"2026-01-29T11:51:17.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51487600308758","imei1":"51487600308758","imei2":"51487600308758","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170528,"job_number":"JOB_170528","tr_customer_id":170545,"tr_customer_product_id":170535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:29.000Z","modified_at":"2026-01-29T11:51:29.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11364612926593","imei1":"11364612926593","imei2":"11364612926593","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170530,"job_number":"JOB_170530","tr_customer_id":170547,"tr_customer_product_id":170537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:30.000Z","modified_at":"2026-01-29T11:51:30.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"99920633052438","imei1":"99920633052438","imei2":"99920633052438","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170531,"job_number":"JOB_170531","tr_customer_id":170548,"tr_customer_product_id":170538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:56:54.000Z","modified_at":"2026-01-29T11:56:54.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14271308685112","imei1":"14271308685112","imei2":"14271308685112","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170533,"job_number":"JOB_170533","tr_customer_id":170550,"tr_customer_product_id":170540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:56:55.000Z","modified_at":"2026-01-29T11:56:55.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"63867555085082","imei1":"63867555085082","imei2":"63867555085082","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170534,"job_number":"JOB_170534","tr_customer_id":170551,"tr_customer_product_id":170541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:08.000Z","modified_at":"2026-01-29T11:57:08.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11838655015818","imei1":"11838655015818","imei2":"11838655015818","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170536,"job_number":"JOB_170536","tr_customer_id":170553,"tr_customer_product_id":170543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:08.000Z","modified_at":"2026-01-29T11:57:08.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"57997310469576","imei1":"57997310469576","imei2":"57997310469576","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170537,"job_number":"JOB_170537","tr_customer_id":170554,"tr_customer_product_id":170544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:20.000Z","modified_at":"2026-01-29T11:57:20.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10411358947544","imei1":"10411358947544","imei2":"10411358947544","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170539,"job_number":"JOB_170539","tr_customer_id":170556,"tr_customer_product_id":170546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:21.000Z","modified_at":"2026-01-29T11:57:21.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"95577275655207","imei1":"95577275655207","imei2":"95577275655207","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170540,"job_number":"JOB_170540","tr_customer_id":170557,"tr_customer_product_id":170547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:01:46.000Z","modified_at":"2026-01-29T12:01:46.000Z","name":"Paramartha Acharya","mobile_number":"7075611374","email_id":"indira.joshi@yahoo.co.in","dop":"2026-01-19","serial_number":"066833272319913","imei1":"066833272319913","imei2":"066833272319913","popurl":"www.mina-agarwal.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:01:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170541,"job_number":"JOB_170541","tr_customer_id":170558,"tr_customer_product_id":170548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:30.000Z","modified_at":"2026-01-29T12:08:30.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10607057464470","imei1":"10607057464470","imei2":"10607057464470","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170543,"job_number":"JOB_170543","tr_customer_id":170560,"tr_customer_product_id":170550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:31.000Z","modified_at":"2026-01-29T12:08:31.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"53986320780911","imei1":"53986320780911","imei2":"53986320780911","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170544,"job_number":"JOB_170544","tr_customer_id":170561,"tr_customer_product_id":170551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:43.000Z","modified_at":"2026-01-29T12:08:43.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18134080865144","imei1":"18134080865144","imei2":"18134080865144","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170546,"job_number":"JOB_170546","tr_customer_id":170563,"tr_customer_product_id":170553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:44.000Z","modified_at":"2026-01-29T12:08:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19123522122975","imei1":"19123522122975","imei2":"19123522122975","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170547,"job_number":"JOB_170547","tr_customer_id":170564,"tr_customer_product_id":170554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:55.000Z","modified_at":"2026-01-29T12:08:55.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14974535054062","imei1":"14974535054062","imei2":"14974535054062","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170549,"job_number":"JOB_170549","tr_customer_id":170566,"tr_customer_product_id":170556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:56.000Z","modified_at":"2026-01-29T12:08:56.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"68884399312617","imei1":"68884399312617","imei2":"68884399312617","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170552,"job_number":"JOB_170552","tr_customer_id":170569,"tr_customer_product_id":170559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Nidhish P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"36857077553165","imei1":"36857077553165","imei2":"36857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170553,"job_number":"JOB_170553","tr_customer_id":170570,"tr_customer_product_id":170560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Ajit P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"93857077553165","imei1":"93857077553165","imei2":"93857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170554,"job_number":"JOB_170554","tr_customer_id":170571,"tr_customer_product_id":170561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Roshan P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"25857077553165","imei1":"25857077553165","imei2":"25857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170555,"job_number":"JOB_170555","tr_customer_id":170572,"tr_customer_product_id":170562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"16357077553165","imei1":"16357077553165","imei2":"16357077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170556,"job_number":"JOB_170556","tr_customer_id":170573,"tr_customer_product_id":170563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Sudam P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"17257077553165","imei1":"17257077553165","imei2":"17257077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170557,"job_number":"JOB_170557","tr_customer_id":170574,"tr_customer_product_id":170564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:34.000Z","modified_at":"2026-01-29T12:22:34.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19852270702376","imei1":"19852270702376","imei2":"19852270702376","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170559,"job_number":"JOB_170559","tr_customer_id":170576,"tr_customer_product_id":170566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:35.000Z","modified_at":"2026-01-29T12:22:35.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"50302547820553","imei1":"50302547820553","imei2":"50302547820553","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170560,"job_number":"JOB_170560","tr_customer_id":170577,"tr_customer_product_id":170567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:48.000Z","modified_at":"2026-01-29T12:22:48.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17135188746991","imei1":"17135188746991","imei2":"17135188746991","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170562,"job_number":"JOB_170562","tr_customer_id":170579,"tr_customer_product_id":170569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:48.000Z","modified_at":"2026-01-29T12:22:48.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16620338405473","imei1":"16620338405473","imei2":"16620338405473","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170563,"job_number":"JOB_170563","tr_customer_id":170580,"tr_customer_product_id":170570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:23:00.000Z","modified_at":"2026-01-29T12:23:00.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15857532110722","imei1":"15857532110722","imei2":"15857532110722","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:23:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170565,"job_number":"JOB_170565","tr_customer_id":170582,"tr_customer_product_id":170572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:23:01.000Z","modified_at":"2026-01-29T12:23:01.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"106842557277893","imei1":"106842557277893","imei2":"106842557277893","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:23:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170566,"job_number":"JOB_170566","tr_customer_id":170583,"tr_customer_product_id":170573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:23.000Z","modified_at":"2026-01-29T12:25:23.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12418718612898","imei1":"12418718612898","imei2":"12418718612898","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170568,"job_number":"JOB_170568","tr_customer_id":170585,"tr_customer_product_id":170575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:24.000Z","modified_at":"2026-01-29T12:25:24.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"25890562595419","imei1":"25890562595419","imei2":"25890562595419","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170569,"job_number":"JOB_170569","tr_customer_id":170586,"tr_customer_product_id":170576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:36.000Z","modified_at":"2026-01-29T12:25:36.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10557207415583","imei1":"10557207415583","imei2":"10557207415583","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170571,"job_number":"JOB_170571","tr_customer_id":170588,"tr_customer_product_id":170578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:37.000Z","modified_at":"2026-01-29T12:25:37.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"65194808903664","imei1":"65194808903664","imei2":"65194808903664","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170572,"job_number":"JOB_170572","tr_customer_id":170589,"tr_customer_product_id":170579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:49.000Z","modified_at":"2026-01-29T12:25:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19376722880369","imei1":"19376722880369","imei2":"19376722880369","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170574,"job_number":"JOB_170574","tr_customer_id":170591,"tr_customer_product_id":170581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:50.000Z","modified_at":"2026-01-29T12:25:50.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"27208133878736","imei1":"27208133878736","imei2":"27208133878736","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170577,"job_number":"JOB_170577","tr_customer_id":170594,"tr_customer_product_id":170584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:02:46.000Z","modified_at":"2026-01-29T13:02:46.000Z","name":"Rohan Johar","mobile_number":"7018972615","email_id":"manikya.somayaji@hotmail.com","dop":"2026-01-19","serial_number":"485879120274246","imei1":"485879120274246","imei2":"485879120274246","popurl":"www.naveen-pothuvaal.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:02:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170578,"job_number":"JOB_170578","tr_customer_id":170595,"tr_customer_product_id":170585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:32.000Z","modified_at":"2026-01-29T13:03:32.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14481599718290","imei1":"14481599718290","imei2":"14481599718290","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170580,"job_number":"JOB_170580","tr_customer_id":170597,"tr_customer_product_id":170587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:33.000Z","modified_at":"2026-01-29T13:03:33.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"55459891588674","imei1":"55459891588674","imei2":"55459891588674","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170581,"job_number":"JOB_170581","tr_customer_id":170598,"tr_customer_product_id":170588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:44.000Z","modified_at":"2026-01-29T13:03:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18543401995104","imei1":"18543401995104","imei2":"18543401995104","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170583,"job_number":"JOB_170583","tr_customer_id":170600,"tr_customer_product_id":170590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:44.000Z","modified_at":"2026-01-29T13:03:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51593891280494","imei1":"51593891280494","imei2":"51593891280494","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170584,"job_number":"JOB_170584","tr_customer_id":170601,"tr_customer_product_id":170591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:55.000Z","modified_at":"2026-01-29T13:03:55.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15710936490561","imei1":"15710936490561","imei2":"15710936490561","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170586,"job_number":"JOB_170586","tr_customer_id":170603,"tr_customer_product_id":170593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:56.000Z","modified_at":"2026-01-29T13:03:56.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"106188952658294","imei1":"106188952658294","imei2":"106188952658294","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170587,"job_number":"JOB_170587","tr_customer_id":170604,"tr_customer_product_id":170594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:11:01.000Z","modified_at":"2026-01-29T13:11:01.000Z","name":"Anamika Tagore","mobile_number":"7090685677","email_id":"devani.embranthiri@gmail.com","dop":"2026-01-19","serial_number":"081482321366832","imei1":"081482321366832","imei2":"081482321366832","popurl":"www.atreyi-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:11:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170588,"job_number":"JOB_170588","tr_customer_id":170605,"tr_customer_product_id":170595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:13:50.000Z","modified_at":"2026-01-29T13:13:50.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17470816007528","imei1":"17470816007528","imei2":"17470816007528","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:13:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170590,"job_number":"JOB_170590","tr_customer_id":170607,"tr_customer_product_id":170597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:13:51.000Z","modified_at":"2026-01-29T13:13:51.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"94810015130408","imei1":"94810015130408","imei2":"94810015130408","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:13:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170591,"job_number":"JOB_170591","tr_customer_id":170608,"tr_customer_product_id":170598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:02.000Z","modified_at":"2026-01-29T13:14:02.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13846949774491","imei1":"13846949774491","imei2":"13846949774491","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170593,"job_number":"JOB_170593","tr_customer_id":170610,"tr_customer_product_id":170600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:02.000Z","modified_at":"2026-01-29T13:14:02.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"34279997832217","imei1":"34279997832217","imei2":"34279997832217","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170594,"job_number":"JOB_170594","tr_customer_id":170611,"tr_customer_product_id":170601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:13.000Z","modified_at":"2026-01-29T13:14:13.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17246229451653","imei1":"17246229451653","imei2":"17246229451653","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170596,"job_number":"JOB_170596","tr_customer_id":170613,"tr_customer_product_id":170603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:14.000Z","modified_at":"2026-01-29T13:14:14.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"101826994044456","imei1":"101826994044456","imei2":"101826994044456","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170597,"job_number":"JOB_170597","tr_customer_id":170614,"tr_customer_product_id":170604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:05.000Z","modified_at":"2026-01-29T13:28:05.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15764276875722","imei1":"15764276875722","imei2":"15764276875722","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170599,"job_number":"JOB_170599","tr_customer_id":170616,"tr_customer_product_id":170606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:05.000Z","modified_at":"2026-01-29T13:28:05.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"39025816593383","imei1":"39025816593383","imei2":"39025816593383","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170600,"job_number":"JOB_170600","tr_customer_id":170617,"tr_customer_product_id":170607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:18.000Z","modified_at":"2026-01-29T13:28:18.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13921813166721","imei1":"13921813166721","imei2":"13921813166721","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170602,"job_number":"JOB_170602","tr_customer_id":170619,"tr_customer_product_id":170609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:18.000Z","modified_at":"2026-01-29T13:28:18.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"81195005187923","imei1":"81195005187923","imei2":"81195005187923","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170603,"job_number":"JOB_170603","tr_customer_id":170620,"tr_customer_product_id":170610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:30.000Z","modified_at":"2026-01-29T13:28:30.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17168215455938","imei1":"17168215455938","imei2":"17168215455938","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170605,"job_number":"JOB_170605","tr_customer_id":170622,"tr_customer_product_id":170612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:31.000Z","modified_at":"2026-01-29T13:28:31.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15252162674181","imei1":"15252162674181","imei2":"15252162674181","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170606,"job_number":"JOB_170606","tr_customer_id":170623,"tr_customer_product_id":170613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:40:11.000Z","modified_at":"2026-01-29T13:40:11.000Z","name":"Carmel Upton","mobile_number":"934-686-6109","email_id":"Ardella0@yahoo.com","dop":"2026-01-19","serial_number":"12800249645231","imei1":"12800249645231","imei2":"12800249645231","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170607,"job_number":"JOB_170607","tr_customer_id":170624,"tr_customer_product_id":170614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:40:16.000Z","modified_at":"2026-01-29T13:40:16.000Z","name":"Conor Rutherford","mobile_number":"236-208-2545","email_id":"May58@yahoo.com","dop":"2026-01-23","serial_number":"18390069402972","imei1":"18390069402972","imei2":"18390069402972","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:40:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170608,"job_number":"JOB_170608","tr_customer_id":170625,"tr_customer_product_id":170615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:41:14.000Z","modified_at":"2026-01-29T13:41:14.000Z","name":"Daren Schamberger","mobile_number":"291-502-9600","email_id":"Demetrius_Beier76@hotmail.com","dop":"2026-01-23","serial_number":"139285000057022","imei1":"139285000057022","imei2":"139285000057022","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:41:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170610,"job_number":"JOB_170610","tr_customer_id":170627,"tr_customer_product_id":170617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:42:39.000Z","modified_at":"2026-01-29T13:42:39.000Z","name":"Ruben Wolff","mobile_number":"998-279-0271","email_id":"Hailie_Connelly93@yahoo.com","dop":"2025-04-13","serial_number":"1009744602322156","imei1":"1009744602322156","imei2":"1009744602322156","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170612,"job_number":"JOB_170612","tr_customer_id":170629,"tr_customer_product_id":170619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:11.000Z","modified_at":"2026-01-29T13:47:11.000Z","name":"Maribel Wolff","mobile_number":"214-481-6880","email_id":"Rosie_Hayes10@hotmail.com","dop":"2025-04-13","serial_number":"1054714305924975","imei1":"1054714305924975","imei2":"1054714305924975","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:47:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170614,"job_number":"JOB_170614","tr_customer_id":170631,"tr_customer_product_id":170621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:38.000Z","modified_at":"2026-01-29T13:47:38.000Z","name":"Lucinda Koelpin","mobile_number":"751-655-1790","email_id":"Deangelo98@gmail.com","dop":"2025-04-13","serial_number":"1037337323091540","imei1":"1037337323091540","imei2":"1037337323091540","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170615,"job_number":"JOB_170615","tr_customer_id":170632,"tr_customer_product_id":170622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:50:35.000Z","modified_at":"2026-01-29T13:50:35.000Z","name":"Dion Batz","mobile_number":"795-535-5219","email_id":"Khalil_Davis@hotmail.com","dop":"2026-01-23","serial_number":"139235630811846","imei1":"139235630811846","imei2":"139235630811846","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170619,"job_number":"JOB_170619","tr_customer_id":170636,"tr_customer_product_id":170626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:17.000Z","modified_at":"2026-01-29T14:09:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59836183781698","imei1":"59836183781698","imei2":"59836183781698","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170620,"job_number":"JOB_170620","tr_customer_id":170637,"tr_customer_product_id":170627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:18.000Z","modified_at":"2026-01-29T14:09:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35629917911906","imei1":"35629917911906","imei2":"35629917911906","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170621,"job_number":"JOB_170621","tr_customer_id":170638,"tr_customer_product_id":170628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:18.000Z","modified_at":"2026-01-29T14:09:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46648017332110","imei1":"46648017332110","imei2":"46648017332110","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170622,"job_number":"JOB_170622","tr_customer_id":170639,"tr_customer_product_id":170629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:18.000Z","modified_at":"2026-01-29T14:09:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37116685992248","imei1":"37116685992248","imei2":"37116685992248","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170623,"job_number":"JOB_170623","tr_customer_id":170640,"tr_customer_product_id":170630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:19.000Z","modified_at":"2026-01-29T14:09:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62790160479191","imei1":"62790160479191","imei2":"62790160479191","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170624,"job_number":"JOB_170624","tr_customer_id":170641,"tr_customer_product_id":170631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:19.000Z","modified_at":"2026-01-29T14:09:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13699333898819","imei1":"13699333898819","imei2":"13699333898819","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170626,"job_number":"JOB_170626","tr_customer_id":170643,"tr_customer_product_id":170633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:34.000Z","modified_at":"2026-01-29T14:09:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13271255174915","imei1":"13271255174915","imei2":"13271255174915","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170628,"job_number":"JOB_170628","tr_customer_id":170645,"tr_customer_product_id":170635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:36.000Z","modified_at":"2026-01-29T14:09:36.000Z","name":"Sabina Russel","mobile_number":"603-905-7728","email_id":"Erick.Green@hotmail.com","dop":"2025-04-06","serial_number":"12765122914716278","imei1":"12765122914716278","imei2":"12765122914716278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170630,"job_number":"JOB_170630","tr_customer_id":170647,"tr_customer_product_id":170637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:42.000Z","modified_at":"2026-01-29T14:09:42.000Z","name":"Sydney Hodkiewicz","mobile_number":"723-344-1980","email_id":"Adrien94@gmail.com","dop":"2025-04-06","serial_number":"10417035467645472","imei1":"10417035467645472","imei2":"10417035467645472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170632,"job_number":"JOB_170632","tr_customer_id":170649,"tr_customer_product_id":170639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:52.000Z","modified_at":"2026-01-29T14:09:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51495525421831","imei1":"51495525421831","imei2":"51495525421831","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170633,"job_number":"JOB_170633","tr_customer_id":170650,"tr_customer_product_id":170640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:53.000Z","modified_at":"2026-01-29T14:09:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64298473275873","imei1":"64298473275873","imei2":"64298473275873","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170634,"job_number":"JOB_170634","tr_customer_id":170651,"tr_customer_product_id":170641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:53.000Z","modified_at":"2026-01-29T14:09:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13241669324108","imei1":"13241669324108","imei2":"13241669324108","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170635,"job_number":"JOB_170635","tr_customer_id":170652,"tr_customer_product_id":170642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:53.000Z","modified_at":"2026-01-29T14:09:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27348167769992","imei1":"27348167769992","imei2":"27348167769992","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170636,"job_number":"JOB_170636","tr_customer_id":170653,"tr_customer_product_id":170643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:54.000Z","modified_at":"2026-01-29T14:09:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11857570018969","imei1":"11857570018969","imei2":"11857570018969","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170637,"job_number":"JOB_170637","tr_customer_id":170654,"tr_customer_product_id":170644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:54.000Z","modified_at":"2026-01-29T14:09:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45530510234866","imei1":"45530510234866","imei2":"45530510234866","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170641,"job_number":"JOB_170641","tr_customer_id":170658,"tr_customer_product_id":170648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:20.000Z","modified_at":"2026-01-29T14:10:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16471020128168","imei1":"16471020128168","imei2":"16471020128168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170643,"job_number":"JOB_170643","tr_customer_id":170660,"tr_customer_product_id":170650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:21.000Z","modified_at":"2026-01-29T14:10:21.000Z","name":"Mabel Von","mobile_number":"545-600-8748","email_id":"Dustin.Littel@gmail.com","dop":"2025-04-06","serial_number":"15696888684715178","imei1":"15696888684715178","imei2":"15696888684715178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170644,"job_number":"JOB_170644","tr_customer_id":170661,"tr_customer_product_id":170651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:27.000Z","modified_at":"2026-01-29T14:10:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80476885755767","imei1":"80476885755767","imei2":"80476885755767","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170645,"job_number":"JOB_170645","tr_customer_id":170662,"tr_customer_product_id":170652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:27.000Z","modified_at":"2026-01-29T14:10:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32205266543222","imei1":"32205266543222","imei2":"32205266543222","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170646,"job_number":"JOB_170646","tr_customer_id":170663,"tr_customer_product_id":170653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:27.000Z","modified_at":"2026-01-29T14:10:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53855674847277","imei1":"53855674847277","imei2":"53855674847277","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170647,"job_number":"JOB_170647","tr_customer_id":170664,"tr_customer_product_id":170654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:28.000Z","modified_at":"2026-01-29T14:10:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87680375735673","imei1":"87680375735673","imei2":"87680375735673","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170648,"job_number":"JOB_170648","tr_customer_id":170665,"tr_customer_product_id":170655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:28.000Z","modified_at":"2026-01-29T14:10:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62451219327262","imei1":"62451219327262","imei2":"62451219327262","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170649,"job_number":"JOB_170649","tr_customer_id":170666,"tr_customer_product_id":170656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:28.000Z","modified_at":"2026-01-29T14:10:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36396773416077","imei1":"36396773416077","imei2":"36396773416077","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170651,"job_number":"JOB_170651","tr_customer_id":170668,"tr_customer_product_id":170658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:11:05.000Z","modified_at":"2026-01-29T14:11:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14497840140645","imei1":"14497840140645","imei2":"14497840140645","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:11:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170653,"job_number":"JOB_170653","tr_customer_id":170670,"tr_customer_product_id":170660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:11:07.000Z","modified_at":"2026-01-29T14:11:07.000Z","name":"Colin Mann","mobile_number":"500-258-1892","email_id":"Chaz.Thompson17@gmail.com","dop":"2025-04-06","serial_number":"15145090007362290","imei1":"15145090007362290","imei2":"15145090007362290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:11:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170663,"job_number":"JOB_170663","tr_customer_id":170680,"tr_customer_product_id":170670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:42.000Z","modified_at":"2026-01-29T14:33:42.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18144335562909","imei1":"18144335562909","imei2":"18144335562909","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170665,"job_number":"JOB_170665","tr_customer_id":170682,"tr_customer_product_id":170672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:43.000Z","modified_at":"2026-01-29T14:33:43.000Z","name":"Jessica Bernhard","mobile_number":"832-560-6687","email_id":"Vernie_Klocko@hotmail.com","dop":"2025-04-06","serial_number":"17593189206573856","imei1":"17593189206573856","imei2":"17593189206573856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170666,"job_number":"JOB_170666","tr_customer_id":170683,"tr_customer_product_id":170673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:44.000Z","modified_at":"2026-01-29T14:33:44.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17620259137506","imei2":"17620259137506","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170668,"job_number":"JOB_170668","tr_customer_id":170685,"tr_customer_product_id":170675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:59.000Z","modified_at":"2026-01-29T14:33:59.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12161447353277","imei2":"12161447353277","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170670,"job_number":"JOB_170670","tr_customer_id":170687,"tr_customer_product_id":170677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:34:15.000Z","modified_at":"2026-01-29T14:34:15.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11487568597016","imei2":"11487568597016","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:34:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169890,"job_number":"JOB_169890","tr_customer_id":169907,"tr_customer_product_id":169897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:18.000Z","modified_at":"2026-01-29T04:16:18.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Catalina_Beer85@hotmail.com","dop":"2025-07-02","serial_number":"11468399750888","imei1":"11468399750888","imei2":"11468399750888","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169913,"job_number":"JOB_169913","tr_customer_id":169930,"tr_customer_product_id":169920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Ronaldo_Kulas@gmail.com","dop":"2025-07-02","serial_number":"16826565478339","imei1":"16826565478339","imei2":"16826565478339","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169927,"job_number":"JOB_169927","tr_customer_id":169944,"tr_customer_product_id":169934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:53.000Z","modified_at":"2026-01-29T04:16:53.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Ralph.Reilly@hotmail.com","dop":"2025-07-02","serial_number":"15208020586693","imei1":"15208020586693","imei2":"15208020586693","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169957,"job_number":"JOB_169957","tr_customer_id":169974,"tr_customer_product_id":169964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:17:46.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"190716491907042","imei1":"190716491907042","imei2":"190716491907042","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169960,"job_number":"JOB_169960","tr_customer_id":169977,"tr_customer_product_id":169967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Johann Dibbert","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"184192556731387","imei1":"184192556731387","imei2":"184192556731387","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169962,"job_number":"JOB_169962","tr_customer_id":169979,"tr_customer_product_id":169969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Calista Schuppe","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"108590264598891","imei1":"108590264598891","imei2":"108590264598891","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169963,"job_number":"JOB_169963","tr_customer_id":169980,"tr_customer_product_id":169970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Lela Boyle","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"113807506462303","imei1":"113807506462303","imei2":"113807506462303","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169979,"job_number":"JOB_169979","tr_customer_id":169996,"tr_customer_product_id":169986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:17:57.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"14778791158538","imei1":"14778791158538","imei2":"14778791158538","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169985,"job_number":"JOB_169985","tr_customer_id":170002,"tr_customer_product_id":169992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:17:59.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"178943905284676","imei1":"178943905284676","imei2":"178943905284676","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169988,"job_number":"JOB_169988","tr_customer_id":170004,"tr_customer_product_id":169995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:17:59.000Z","name":"Cleveland Nader","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"160593098261144","imei1":"160593098261144","imei2":"160593098261144","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169989,"job_number":"JOB_169989","tr_customer_id":170006,"tr_customer_product_id":169996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"Nola Steuber","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"129136019390741","imei1":"129136019390741","imei2":"129136019390741","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169990,"job_number":"JOB_169990","tr_customer_id":170007,"tr_customer_product_id":169997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"Josefina Schuppe","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"188490740819099","imei1":"188490740819099","imei2":"188490740819099","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170002,"job_number":"JOB_170002","tr_customer_id":170019,"tr_customer_product_id":170009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:03.000Z","modified_at":"2026-01-29T04:18:03.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"105825948977618","imei1":"105825948977618","imei2":"105825948977618","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170004,"job_number":"JOB_170004","tr_customer_id":170021,"tr_customer_product_id":170011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:04.000Z","modified_at":"2026-01-29T04:18:04.000Z","name":"Eryn Bruen","mobile_number":"519-308-8273","email_id":"Meggie3@yahoo.com","dop":"2025-06-09","serial_number":"101844397816375","imei1":"101844397816375","imei2":"101844397816375","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170009,"job_number":"JOB_170009","tr_customer_id":170026,"tr_customer_product_id":170016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:19.000Z","modified_at":"2026-01-29T04:18:19.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"105528713661639","imei1":"105528713661639","imei2":"105528713661639","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170011,"job_number":"JOB_170011","tr_customer_id":170028,"tr_customer_product_id":170018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:20.000Z","modified_at":"2026-01-29T04:18:20.000Z","name":"Osborne Baumbach","mobile_number":"269-391-4648","email_id":"Amanda.Schoen6@yahoo.com","dop":"2025-06-09","serial_number":"101461346840938","imei1":"101461346840938","imei2":"101461346840938","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170022,"job_number":"JOB_170022","tr_customer_id":170039,"tr_customer_product_id":170029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:35.000Z","modified_at":"2026-01-29T04:18:35.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"102690346307484","imei1":"102690346307484","imei2":"102690346307484","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170024,"job_number":"JOB_170024","tr_customer_id":170041,"tr_customer_product_id":170031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:36.000Z","modified_at":"2026-01-29T04:18:36.000Z","name":"Lavada Kub","mobile_number":"725-504-9986","email_id":"Quincy46@hotmail.com","dop":"2025-06-09","serial_number":"100552901932869","imei1":"100552901932869","imei2":"100552901932869","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170085,"job_number":"JOB_170085","tr_customer_id":170102,"tr_customer_product_id":170092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:00:51.000Z","modified_at":"2026-01-29T05:00:51.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10286259884544","imei1":"10286259884544","imei2":"10286259884544","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:00:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170322,"job_number":"JOB_170322","tr_customer_id":170339,"tr_customer_product_id":170329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:14.000Z","modified_at":"2026-01-29T06:33:14.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"102303592410008","imei1":"102303592410008","imei2":"102303592410008","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170324,"job_number":"JOB_170324","tr_customer_id":170341,"tr_customer_product_id":170331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:15.000Z","modified_at":"2026-01-29T06:33:15.000Z","name":"Alicia Upton","mobile_number":"814-290-6671","email_id":"Connie.Goodwin66@hotmail.com","dop":"2025-06-09","serial_number":"105069189382942","imei1":"105069189382942","imei2":"105069189382942","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170325,"job_number":"JOB_170325","tr_customer_id":170342,"tr_customer_product_id":170332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:16.000Z","modified_at":"2026-01-29T06:33:16.000Z","name":"Brooke Spencer","mobile_number":"627-430-8736","email_id":"Jacey30@yahoo.com","dop":"2025-06-09","serial_number":"8270962798696557","imei1":"8270962798696557","imei2":"8270962798696557","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170326,"job_number":"JOB_170326","tr_customer_id":170343,"tr_customer_product_id":170333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:33.000Z","modified_at":"2026-01-29T06:33:33.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102172616443770","imei1":"102172616443770","imei2":"102172616443770","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170328,"job_number":"JOB_170328","tr_customer_id":170345,"tr_customer_product_id":170335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:34.000Z","modified_at":"2026-01-29T06:33:34.000Z","name":"Lindsey Hettinger","mobile_number":"393-703-2324","email_id":"Justyn_Jenkins29@hotmail.com","dop":"2025-06-09","serial_number":"102632198232302","imei1":"102632198232302","imei2":"102632198232302","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170329,"job_number":"JOB_170329","tr_customer_id":170346,"tr_customer_product_id":170336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:52.000Z","modified_at":"2026-01-29T06:33:52.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109578000036737","imei1":"109578000036737","imei2":"109578000036737","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170331,"job_number":"JOB_170331","tr_customer_id":170348,"tr_customer_product_id":170338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:52.000Z","modified_at":"2026-01-29T06:33:52.000Z","name":"Jules Zboncak","mobile_number":"455-881-5519","email_id":"Meghan44@gmail.com","dop":"2025-06-09","serial_number":"107302736681477","imei1":"107302736681477","imei2":"107302736681477","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170332,"job_number":"JOB_170332","tr_customer_id":170349,"tr_customer_product_id":170339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:54.000Z","modified_at":"2026-01-29T06:33:54.000Z","name":"Natalia Kessler","mobile_number":"761-543-6488","email_id":"Jade_Satterfield@gmail.com","dop":"2025-06-09","serial_number":"97950778071355780","imei1":"97950778071355780","imei2":"97950778071355780","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170462,"job_number":"JOB_170462","tr_customer_id":170479,"tr_customer_product_id":170469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:44:25.000Z","modified_at":"2026-01-29T07:44:25.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Justus81@hotmail.com","dop":"2025-07-02","serial_number":"16470960202615","imei1":"16470960202615","imei2":"16470960202615","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170463,"job_number":"JOB_170463","tr_customer_id":170480,"tr_customer_product_id":170470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:44:47.000Z","modified_at":"2026-01-29T07:44:47.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Daphnee.Hammes83@hotmail.com","dop":"2025-07-02","serial_number":"13659206069138","imei1":"13659206069138","imei2":"13659206069138","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:44:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170464,"job_number":"JOB_170464","tr_customer_id":170481,"tr_customer_product_id":170471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:45:07.000Z","modified_at":"2026-01-29T07:45:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Athena_Reinger@yahoo.com","dop":"2025-07-02","serial_number":"15409646448622","imei1":"15409646448622","imei2":"15409646448622","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:45:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170510,"job_number":"JOB_170510","tr_customer_id":170527,"tr_customer_product_id":170517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:16:32.000Z","modified_at":"2026-01-29T11:16:32.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"977071610989831","imei1":"977071610989831","imei2":"977071610989831","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:16:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170550,"job_number":"JOB_170550","tr_customer_id":170567,"tr_customer_product_id":170557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:13:23.000Z","modified_at":"2026-01-29T12:13:23.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"9770716109898312","imei1":"9770716109898312","imei2":"9770716109898312","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:13:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170551,"job_number":"JOB_170551","tr_customer_id":170568,"tr_customer_product_id":170558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:16:27.000Z","modified_at":"2026-01-29T12:16:27.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"97707161098983122","imei1":"97707161098983122","imei2":"97707161098983122","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170575,"job_number":"JOB_170575","tr_customer_id":170592,"tr_customer_product_id":170582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:36:37.000Z","modified_at":"2026-01-29T12:36:37.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"10191171314065","imei1":"10191171314065","imei2":"10191171314065","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170654,"job_number":"JOB_170654","tr_customer_id":170671,"tr_customer_product_id":170661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:29:59.000Z","modified_at":"2026-01-29T14:29:59.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"112406510523889","imei1":"112406510523889","imei2":"112406510523889","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:29:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170655,"job_number":"JOB_170655","tr_customer_id":170672,"tr_customer_product_id":170662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:00.000Z","modified_at":"2026-01-29T14:30:00.000Z","name":"Darrick Kessler","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"168539902678161","imei1":"168539902678161","imei2":"168539902678161","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170656,"job_number":"JOB_170656","tr_customer_id":170673,"tr_customer_product_id":170663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:00.000Z","modified_at":"2026-01-29T14:30:00.000Z","name":"Camryn Lakin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114954477026693","imei1":"114954477026693","imei2":"114954477026693","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170657,"job_number":"JOB_170657","tr_customer_id":170674,"tr_customer_product_id":170664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:00.000Z","modified_at":"2026-01-29T14:30:00.000Z","name":"Kaley Koepp","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"169709661148071","imei1":"169709661148071","imei2":"169709661148071","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170658,"job_number":"JOB_170658","tr_customer_id":170675,"tr_customer_product_id":170665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:13.000Z","modified_at":"2026-01-29T14:30:13.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"192051065949516","imei1":"192051065949516","imei2":"192051065949516","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170659,"job_number":"JOB_170659","tr_customer_id":170676,"tr_customer_product_id":170666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:14.000Z","modified_at":"2026-01-29T14:30:14.000Z","name":"Nellie Kemmer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"190504053936811","imei1":"190504053936811","imei2":"190504053936811","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170660,"job_number":"JOB_170660","tr_customer_id":170677,"tr_customer_product_id":170667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:14.000Z","modified_at":"2026-01-29T14:30:14.000Z","name":"Jeremie Lynch","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"135274987984350","imei1":"135274987984350","imei2":"135274987984350","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170661,"job_number":"JOB_170661","tr_customer_id":170678,"tr_customer_product_id":170668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:15.000Z","modified_at":"2026-01-29T14:30:15.000Z","name":"Afton Sanford","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"134477990546568","imei1":"134477990546568","imei2":"134477990546568","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169956,"job_number":"JOB_169956","tr_customer_id":169973,"tr_customer_product_id":169963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:17:46.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10712940788540","imei1":"10712940788540","imei2":"10712940788540","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169967,"job_number":"JOB_169967","tr_customer_id":169984,"tr_customer_product_id":169974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:48.000Z","modified_at":"2026-01-29T04:17:48.000Z","name":"Dock Raynor","mobile_number":"653-907-7882","email_id":"Laury.Goldner54@hotmail.com","dop":"2000-01-31","serial_number":"1095767801177090","imei1":"1095767801177090","imei2":"1095767801177090","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170015,"job_number":"JOB_170015","tr_customer_id":170032,"tr_customer_product_id":170022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:29.000Z","modified_at":"2026-01-29T04:18:29.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10739704061138","imei1":"10739704061138","imei2":"10739704061138","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170020,"job_number":"JOB_170020","tr_customer_id":170037,"tr_customer_product_id":170027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:30.000Z","modified_at":"2026-01-29T04:18:30.000Z","name":"Jonas Nolan","mobile_number":"810-555-0144","email_id":"Issac81@gmail.com","dop":"2000-01-31","serial_number":"1033403239328929","imei1":"1033403239328929","imei2":"1033403239328929","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170043,"job_number":"JOB_170043","tr_customer_id":170060,"tr_customer_product_id":170050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:11.000Z","modified_at":"2026-01-29T04:19:11.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10411503339546","imei1":"10411503339546","imei2":"10411503339546","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170046,"job_number":"JOB_170046","tr_customer_id":170063,"tr_customer_product_id":170053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:13.000Z","modified_at":"2026-01-29T04:19:13.000Z","name":"Imogene Parker","mobile_number":"952-922-4274","email_id":"Asia_Borer@hotmail.com","dop":"2000-01-31","serial_number":"1051265970680909","imei1":"1051265970680909","imei2":"1051265970680909","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170059,"job_number":"JOB_170059","tr_customer_id":170076,"tr_customer_product_id":170066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:54.000Z","modified_at":"2026-01-29T04:19:54.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10006257632907","imei1":"10006257632907","imei2":"10006257632907","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:54.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170061,"job_number":"JOB_170061","tr_customer_id":170078,"tr_customer_product_id":170068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:55.000Z","modified_at":"2026-01-29T04:19:55.000Z","name":"Burnice Tromp","mobile_number":"206-221-6239","email_id":"Jasen.Harvey@hotmail.com","dop":"2000-01-31","serial_number":"1030163097598711","imei1":"1030163097598711","imei2":"1030163097598711","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:55.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170394,"job_number":"JOB_170394","tr_customer_id":170411,"tr_customer_product_id":170401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:05.000Z","modified_at":"2026-01-29T06:48:05.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10040564136257","imei1":"10040564136257","imei2":"10040564136257","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170396,"job_number":"JOB_170396","tr_customer_id":170413,"tr_customer_product_id":170403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:07.000Z","modified_at":"2026-01-29T06:48:07.000Z","name":"Bobby Goodwin","mobile_number":"938-388-5703","email_id":"Bettye_Weber@gmail.com","dop":"2000-01-31","serial_number":"1002269612563443","imei1":"1002269612563443","imei2":"1002269612563443","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170400,"job_number":"JOB_170400","tr_customer_id":170417,"tr_customer_product_id":170407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:52.000Z","modified_at":"2026-01-29T06:48:52.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10137181032428","imei1":"10137181032428","imei2":"10137181032428","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170402,"job_number":"JOB_170402","tr_customer_id":170419,"tr_customer_product_id":170409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:53.000Z","modified_at":"2026-01-29T06:48:53.000Z","name":"Leda Ferry","mobile_number":"860-899-8473","email_id":"Gloria48@hotmail.com","dop":"2000-01-31","serial_number":"1065945309649281","imei1":"1065945309649281","imei2":"1065945309649281","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170403,"job_number":"JOB_170403","tr_customer_id":170420,"tr_customer_product_id":170410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:38.000Z","modified_at":"2026-01-29T06:49:38.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10942710777095","imei1":"10942710777095","imei2":"10942710777095","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170405,"job_number":"JOB_170405","tr_customer_id":170422,"tr_customer_product_id":170412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:39.000Z","modified_at":"2026-01-29T06:49:39.000Z","name":"Freeman Dickens","mobile_number":"614-949-6620","email_id":"Hope33@hotmail.com","dop":"2000-01-31","serial_number":"1046560680313165","imei1":"1046560680313165","imei2":"1046560680313165","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170409,"job_number":"JOB_170409","tr_customer_id":170426,"tr_customer_product_id":170416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:24.000Z","modified_at":"2026-01-29T06:50:24.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10594816478675","imei1":"10594816478675","imei2":"10594816478675","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170411,"job_number":"JOB_170411","tr_customer_id":170428,"tr_customer_product_id":170418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:25.000Z","modified_at":"2026-01-29T06:50:25.000Z","name":"Enoch Schulist","mobile_number":"219-219-6550","email_id":"Kellie.Cronin@hotmail.com","dop":"2000-01-31","serial_number":"1046919848290472","imei1":"1046919848290472","imei2":"1046919848290472","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 46c0693f-173b-47b3-b41e-968b5d7a650b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 59
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-c8WMRSDDwkjJiLHnWuq3OsKd15w"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNTl9.IqIDo2cm74ngEjwgLQ_aglzRL3XfKtj1pzzzYbulU4E"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDk2MTV9.EDOC39xbUnNPJQTK7YJ60-VvEgmOIsJt1wN-TQ54hn0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNTl9.IqIDo2cm74ngEjwgLQ_aglzRL3XfKtj1pzzzYbulU4E
Connection keep-alive
If-None-Match W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 56e0d483-2c20-4de9-ab81-399f94afa207
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMDk2MTV9.EDOC39xbUnNPJQTK7YJ60-VvEgmOIsJt1wN-TQ54hn0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f9-BjC4atcJFXwDRx590XRVnnbLGdc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 286ms
Mean size per request: 164B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNTl9.IqIDo2cm74ngEjwgLQ_aglzRL3XfKtj1pzzzYbulU4E
Connection keep-alive
If-None-Match W/"f9-BjC4atcJFXwDRx590XRVnnbLGdc"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token df476f23-c3bf-426a-bde2-2231c40ee6d7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 164
ETag W/"a4-G3YX1BLiq/tgAJ0WXERR/Zm8teE"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Repair completed","key":"repair_completed","count":210}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 273ms
Mean size per request: 999B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNTl9.IqIDo2cm74ngEjwgLQ_aglzRL3XfKtj1pzzzYbulU4E
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token f5a9fc27-f3a4-45d1-b68d-ef5912fa2549
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 999
ETag W/"3e7-LmB5Ow5vTsdxyZvsepLh6/UTiD8"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":170671,"job_number":"JOB_170671","tr_customer_id":170688,"tr_customer_product_id":170678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:34:15.000Z","modified_at":"2026-01-29T14:34:18.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17757910031521","imei2":"17757910031521","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-29T14:34:18.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 272ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNTl9.IqIDo2cm74ngEjwgLQ_aglzRL3XfKtj1pzzzYbulU4E
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 7cbdf348-705a-4169-9b61-9c211072adaa
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 34
Request Body
{"details_key":"repair_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"3d2f-IovjwELRFPkC5oC9qW+1QurVngc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 431ms
Mean size per request: 1.17KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNTl9.IqIDo2cm74ngEjwgLQ_aglzRL3XfKtj1pzzzYbulU4E
Connection keep-alive
If-None-Match W/"3d2f-IovjwELRFPkC5oC9qW+1QurVngc"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 10b40a21-85ae-41fb-bb87-90f05f9873fd
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"4b2-iJORrCP9z/GqMotwr8IqmjZYyVw"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 29 Jan 2026 14:34:21 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":170671,"job_number":"JOB_170671","tr_customer_id":170688,"tr_customer_product_id":170678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:34:15.000Z","modified_at":"2026-01-29T14:34:18.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17757910031521","imei2":"17757910031521","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-29T14:34:18.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":170671,"remark":"phone slow","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-29T14:34:15.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 271ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNTl9.IqIDo2cm74ngEjwgLQ_aglzRL3XfKtj1pzzzYbulU4E
Connection keep-alive
Content-Length 0
Content-Type text/plain
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 2e96cd8d-1ff0-4498-9b64-d964080b15f4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 29 Jan 2026 14:34:21 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"job_id":151329,"problems":[{"id":1,"remark":"updated os"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 265ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNTl9.IqIDo2cm74ngEjwgLQ_aglzRL3XfKtj1pzzzYbulU4E
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 7106e1da-33d9-45b9-9a39-5272308b8e9d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 133
Request Body
{
            "job_id": 170671,
            "problems": [
                {
                    "id": 1,
                    "remark": "updated os"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:21 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTAwMjR9.KqriOuOUHnyeqDic8O-tbIQl-b_28162MVSgKG347Fg' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"3d2f-IovjwELRFPkC5oC9qW+1QurVngc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 433ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNTl9.IqIDo2cm74ngEjwgLQ_aglzRL3XfKtj1pzzzYbulU4E
Connection keep-alive
If-None-Match W/"3d2f-IovjwELRFPkC5oC9qW+1QurVngc"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token cdd8408f-56bd-4b3c-905a-4c687795c68f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:22 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 6fe738b5-18a0-4fec-9362-dd3c010154d2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 42
Request Body
{"username":"iamqc","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-WtaJ4JhYDUqK86QIkihAJeKNnnY"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:22 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTY5NzI2Mn0.MxWLJO3vs73e_vsfBddBaGemoo2zG_ZfjSoiQLDHjC8"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTY5NzI2Mn0.MxWLJO3vs73e_vsfBddBaGemoo2zG_ZfjSoiQLDHjC8
Connection keep-alive
If-None-Match W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 918a03ef-8d0c-4ddc-be8a-679aca494e00
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:22 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a4-vGLOU1E6+pS2LyHZKcJ627Iq4i8"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 285ms
Mean size per request: 202B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTY5NzI2Mn0.MxWLJO3vs73e_vsfBddBaGemoo2zG_ZfjSoiQLDHjC8
Connection keep-alive
If-None-Match W/"a4-vGLOU1E6+pS2LyHZKcJ627Iq4i8"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token d3ff89e2-6423-4edd-b93c-4de0d1fe52f8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 202
ETag W/"ca-kmpxXIi8ZHMdUt6GbPcKDnnbIvk"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:22 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":1},{"label":"QC Completed","key":"qc_completed","count":210},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 259ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTY5NzI2Mn0.MxWLJO3vs73e_vsfBddBaGemoo2zG_ZfjSoiQLDHjC8
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 0370c418-6ae9-4ff5-b440-5470fd760d6b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:23 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 329ms
Mean size per request: 202.77KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTY5NzI2Mn0.MxWLJO3vs73e_vsfBddBaGemoo2zG_ZfjSoiQLDHjC8
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 44670b7f-4b04-4575-b434-cf92d71bf338
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"32b14-KAv6mo9NDhtUkwb2OPsSWHh9+ZU"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 29 Jan 2026 14:34:23 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":170662,"job_number":"JOB_170662","tr_customer_id":170679,"tr_customer_product_id":170669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:24.000Z","modified_at":"2026-01-29T14:30:50.000Z","name":"Opal Hilpert","mobile_number":"469-677-2492","email_id":"Tia_Wehner5@yahoo.com","dop":"2025-10-01","serial_number":"16046327030474","imei1":"16046327030474","imei2":"16046327030474","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:30:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170640,"job_number":"JOB_170640","tr_customer_id":170657,"tr_customer_product_id":170647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:19.000Z","modified_at":"2026-01-29T14:10:30.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"79596888003891","imei1":"79596888003891","imei2":"79596888003891","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170639,"job_number":"JOB_170639","tr_customer_id":170656,"tr_customer_product_id":170646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:04.000Z","modified_at":"2026-01-29T14:10:15.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"10200392239708","imei1":"10200392239708","imei2":"10200392239708","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170631,"job_number":"JOB_170631","tr_customer_id":170648,"tr_customer_product_id":170638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:49.000Z","modified_at":"2026-01-29T14:09:59.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"18341397511533","imei1":"18341397511533","imei2":"18341397511533","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:09:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170576,"job_number":"JOB_170576","tr_customer_id":170593,"tr_customer_product_id":170583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:40:21.000Z","modified_at":"2026-01-29T13:15:27.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"10658929738383","imei1":"10658929738383","imei2":"10658929738383","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170485,"job_number":"JOB_170485","tr_customer_id":170502,"tr_customer_product_id":170492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:45:15.000Z","modified_at":"2026-01-29T09:06:22.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"977071610989831","imei1":"977071610989831","imei2":"977071610989831","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:06:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170473,"job_number":"JOB_170473","tr_customer_id":170490,"tr_customer_product_id":170480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:23.000Z","modified_at":"2026-01-29T07:58:34.000Z","name":"Vincent Hyatt","mobile_number":"892-347-9684","email_id":"Hershel_Veum@gmail.com","dop":"2025-11-04","serial_number":"13405906422571","imei1":"13405906422571","imei2":"13405906422571","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170472,"job_number":"JOB_170472","tr_customer_id":170489,"tr_customer_product_id":170479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:09.000Z","modified_at":"2026-01-29T07:58:20.000Z","name":"Esta Collier","mobile_number":"224-777-2629","email_id":"Marlene_Huel62@hotmail.com","dop":"2025-11-04","serial_number":"85826434988131","imei1":"85826434988131","imei2":"85826434988131","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170460,"job_number":"JOB_170460","tr_customer_id":170477,"tr_customer_product_id":170467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:40:11.000Z","modified_at":"2026-01-29T07:40:22.000Z","name":"Royal Gusikowski","mobile_number":"536-365-1270","email_id":"Johnathon.Bashirian59@hotmail.com","dop":"2025-11-04","serial_number":"41067482337351","imei1":"41067482337351","imei2":"41067482337351","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:40:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170459,"job_number":"JOB_170459","tr_customer_id":170476,"tr_customer_product_id":170466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:39:55.000Z","modified_at":"2026-01-29T07:40:07.000Z","name":"Declan Orn","mobile_number":"485-379-8511","email_id":"Rocky_Crooks86@yahoo.com","dop":"2025-11-04","serial_number":"32392105313176","imei1":"32392105313176","imei2":"32392105313176","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:40:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170366,"job_number":"JOB_170366","tr_customer_id":170383,"tr_customer_product_id":170373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:56.000Z","modified_at":"2026-01-29T06:42:07.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"86070678264177","imei1":"86070678264177","imei2":"86070678264177","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:42:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170362,"job_number":"JOB_170362","tr_customer_id":170379,"tr_customer_product_id":170369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:40.000Z","modified_at":"2026-01-29T06:41:52.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"75367562556144","imei1":"75367562556144","imei2":"75367562556144","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170334,"job_number":"JOB_170334","tr_customer_id":170351,"tr_customer_product_id":170341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:21.000Z","modified_at":"2026-01-29T06:35:51.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"58322055980187","imei1":"58322055980187","imei2":"58322055980187","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170333,"job_number":"JOB_170333","tr_customer_id":170350,"tr_customer_product_id":170340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:03.000Z","modified_at":"2026-01-29T06:35:16.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"49081405834854","imei1":"49081405834854","imei2":"49081405834854","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:35:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170330,"job_number":"JOB_170330","tr_customer_id":170347,"tr_customer_product_id":170337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:52.000Z","modified_at":"2026-01-29T06:34:05.000Z","name":"Leda Collins","mobile_number":"225-511-1845","email_id":"Kyleigh.Kautzer57@hotmail.com","dop":"2025-06-09","serial_number":"106849741801907","imei1":"106849741801907","imei2":"106849741801907","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:34:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170327,"job_number":"JOB_170327","tr_customer_id":170344,"tr_customer_product_id":170334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:34.000Z","modified_at":"2026-01-29T06:33:47.000Z","name":"Chase Kihn","mobile_number":"657-597-7471","email_id":"Julien4@hotmail.com","dop":"2025-06-09","serial_number":"107165057388892","imei1":"107165057388892","imei2":"107165057388892","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:33:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170323,"job_number":"JOB_170323","tr_customer_id":170340,"tr_customer_product_id":170330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:14.000Z","modified_at":"2026-01-29T06:33:28.000Z","name":"Elisa Ryan","mobile_number":"638-513-5547","email_id":"Catalina55@gmail.com","dop":"2025-06-09","serial_number":"108746957862883","imei1":"108746957862883","imei2":"108746957862883","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:33:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170321,"job_number":"JOB_170321","tr_customer_id":170338,"tr_customer_product_id":170328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:31:27.000Z","modified_at":"2026-01-29T06:31:51.000Z","name":"Ottis Labadie","mobile_number":"966-793-1574","email_id":"Kristian_Hayes97@gmail.com","dop":"2025-10-01","serial_number":"13893001630037","imei1":"13893001630037","imei2":"13893001630037","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170320,"job_number":"JOB_170320","tr_customer_id":170337,"tr_customer_product_id":170327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:30:58.000Z","modified_at":"2026-01-29T06:31:11.000Z","name":"Robyn Von","mobile_number":"407-528-2637","email_id":"Cleora17@gmail.com","dop":"2025-11-04","serial_number":"85566931991008","imei1":"85566931991008","imei2":"85566931991008","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:31:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170319,"job_number":"JOB_170319","tr_customer_id":170336,"tr_customer_product_id":170326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:30:40.000Z","modified_at":"2026-01-29T06:30:53.000Z","name":"Athena Kling","mobile_number":"392-554-0171","email_id":"Buddy_Aufderhar81@yahoo.com","dop":"2025-11-04","serial_number":"70505521790134","imei1":"70505521790134","imei2":"70505521790134","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:30:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170318,"job_number":"JOB_170318","tr_customer_id":170335,"tr_customer_product_id":170325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:30:23.000Z","modified_at":"2026-01-29T06:30:35.000Z","name":"Lela Treutel","mobile_number":"692-467-9811","email_id":"April86@yahoo.com","dop":"2025-11-04","serial_number":"35397617622191","imei1":"35397617622191","imei2":"35397617622191","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:30:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170084,"job_number":"JOB_170084","tr_customer_id":170101,"tr_customer_product_id":170091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:00:51.000Z","modified_at":"2026-01-29T05:01:01.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"18405303130112","imei1":"18405303130112","imei2":"18405303130112","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170031,"job_number":"JOB_170031","tr_customer_id":170048,"tr_customer_product_id":170038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:39.000Z","modified_at":"2026-01-29T04:18:48.000Z","name":"Sarah Borer","mobile_number":"728-577-0903","email_id":"Merlin.Dibbert32@hotmail.com","dop":"2025-12-31","serial_number":"10819361310270","imei1":"10819361310270","imei2":"10819361310270","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170023,"job_number":"JOB_170023","tr_customer_id":170040,"tr_customer_product_id":170030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:35.000Z","modified_at":"2026-01-29T04:18:46.000Z","name":"Katharina Cruickshank","mobile_number":"924-627-4792","email_id":"Brianne21@yahoo.com","dop":"2025-06-09","serial_number":"109465015397039","imei1":"109465015397039","imei2":"109465015397039","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170012,"job_number":"JOB_170012","tr_customer_id":170029,"tr_customer_product_id":170019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:26.000Z","modified_at":"2026-01-29T04:18:35.000Z","name":"Chris Thompson","mobile_number":"845-539-7106","email_id":"Sigurd.Orn95@hotmail.com","dop":"2025-12-31","serial_number":"10467693498151","imei1":"10467693498151","imei2":"10467693498151","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170010,"job_number":"JOB_170010","tr_customer_id":170027,"tr_customer_product_id":170017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:20.000Z","modified_at":"2026-01-29T04:18:31.000Z","name":"Durward Purdy","mobile_number":"439-238-6780","email_id":"Casimir94@hotmail.com","dop":"2025-06-09","serial_number":"109558957991032","imei1":"109558957991032","imei2":"109558957991032","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170008,"job_number":"JOB_170008","tr_customer_id":170025,"tr_customer_product_id":170015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:12.000Z","modified_at":"2026-01-29T04:18:22.000Z","name":"Lincoln Homenick","mobile_number":"817-973-4755","email_id":"Monique17@gmail.com","dop":"2025-12-31","serial_number":"10496055051791","imei1":"10496055051791","imei2":"10496055051791","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170003,"job_number":"JOB_170003","tr_customer_id":170020,"tr_customer_product_id":170010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:04.000Z","modified_at":"2026-01-29T04:18:15.000Z","name":"Guillermo Hintz","mobile_number":"779-876-9730","email_id":"Darrick_Keeling78@hotmail.com","dop":"2025-06-09","serial_number":"104831108983090","imei1":"104831108983090","imei2":"104831108983090","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169976,"job_number":"JOB_169976","tr_customer_id":169993,"tr_customer_product_id":169983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:18:06.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19471419291588","imei1":"19471419291588","imei2":"19471419291588","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169965,"job_number":"JOB_169965","tr_customer_id":169982,"tr_customer_product_id":169972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:48.000Z","modified_at":"2026-01-29T04:18:12.000Z","name":"Stanley Olson","mobile_number":"293-523-0223","email_id":"Wendy_Witting55@gmail.com","dop":"2025-10-01","serial_number":"18988258327942","imei1":"18988258327942","imei2":"18988258327942","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169928,"job_number":"JOB_169928","tr_customer_id":169945,"tr_customer_product_id":169935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:55.000Z","modified_at":"2026-01-29T04:17:04.000Z","name":"giyu tomiaka","mobile_number":"300-376-0245","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"992077779167119","imei1":"992077779167119","imei2":"992077779167119","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169918,"job_number":"JOB_169918","tr_customer_id":169935,"tr_customer_product_id":169925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:43.000Z","modified_at":"2026-01-29T04:16:52.000Z","name":"tanjiro kamado","mobile_number":"597-440-8271","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"771107984364553","imei1":"771107984364553","imei2":"771107984364553","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169906,"job_number":"JOB_169906","tr_customer_id":169923,"tr_customer_product_id":169913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:31.000Z","modified_at":"2026-01-29T04:16:41.000Z","name":"saitama sensei","mobile_number":"849-330-7706","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"238347889613895","imei1":"238347889613895","imei2":"238347889613895","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170669,"job_number":"JOB_170669","tr_customer_id":170686,"tr_customer_product_id":170676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:34:00.000Z","modified_at":"2026-01-29T14:34:11.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16821902115578","imei2":"16821902115578","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:34:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170667,"job_number":"JOB_170667","tr_customer_id":170684,"tr_customer_product_id":170674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:44.000Z","modified_at":"2026-01-29T14:33:56.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16221438407366","imei2":"16221438407366","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:33:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170664,"job_number":"JOB_170664","tr_customer_id":170681,"tr_customer_product_id":170671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:42.000Z","modified_at":"2026-01-29T14:34:22.000Z","name":"Madelyn Grant","mobile_number":"456-703-9202","email_id":"Maegan.Homenick29@gmail.com","dop":"2025-04-06","serial_number":"17423928987389","imei1":"17423928987389","imei2":"17423928987389","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:34:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170652,"job_number":"JOB_170652","tr_customer_id":170669,"tr_customer_product_id":170659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:11:05.000Z","modified_at":"2026-01-29T14:11:43.000Z","name":"Gabrielle Gerhold","mobile_number":"647-954-9594","email_id":"Jacynthe_Robel0@gmail.com","dop":"2025-04-06","serial_number":"18578815429337","imei1":"18578815429337","imei2":"18578815429337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:11:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170650,"job_number":"JOB_170650","tr_customer_id":170667,"tr_customer_product_id":170657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:29.000Z","modified_at":"2026-01-29T14:10:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54403093365360","imei1":"54403093365360","imei2":"54403093365360","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170642,"job_number":"JOB_170642","tr_customer_id":170659,"tr_customer_product_id":170649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:20.000Z","modified_at":"2026-01-29T14:10:58.000Z","name":"Davin Walker","mobile_number":"787-579-2037","email_id":"Ansley_Schmitt48@hotmail.com","dop":"2025-04-06","serial_number":"16632479613436","imei1":"16632479613436","imei2":"16632479613436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170638,"job_number":"JOB_170638","tr_customer_id":170655,"tr_customer_product_id":170645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:54.000Z","modified_at":"2026-01-29T14:10:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"77711799189048","imei1":"77711799189048","imei2":"77711799189048","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170629,"job_number":"JOB_170629","tr_customer_id":170646,"tr_customer_product_id":170636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:40.000Z","modified_at":"2026-01-29T14:10:22.000Z","name":"Wilton Hettinger","mobile_number":"211-746-1732","email_id":"Horace.Larson@yahoo.com","dop":"2025-04-06","serial_number":"16665506948731","imei1":"16665506948731","imei2":"16665506948731","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170627,"job_number":"JOB_170627","tr_customer_id":170644,"tr_customer_product_id":170634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:35.000Z","modified_at":"2026-01-29T14:10:13.000Z","name":"Arnulfo Pacocha","mobile_number":"952-876-5615","email_id":"Dawn21@gmail.com","dop":"2025-04-06","serial_number":"10043256847780","imei1":"10043256847780","imei2":"10043256847780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170625,"job_number":"JOB_170625","tr_customer_id":170642,"tr_customer_product_id":170632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:19.000Z","modified_at":"2026-01-29T14:09:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"67702757598973","imei1":"67702757598973","imei2":"67702757598973","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:09:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170618,"job_number":"JOB_170618","tr_customer_id":170635,"tr_customer_product_id":170625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:01:10.000Z","modified_at":"2026-01-29T14:01:12.000Z","name":"vedika singh","mobile_number":"9000000002","email_id":"vedika@gmail.com","dop":"2026-01-19","serial_number":"17041667492242","imei1":"17041667492242","imei2":"17041667492242","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170617,"job_number":"JOB_170617","tr_customer_id":170634,"tr_customer_product_id":170624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:01:07.000Z","modified_at":"2026-01-29T14:01:09.000Z","name":"ved singh","mobile_number":"9000000001","email_id":"ved@gmail.com","dop":"2026-01-19","serial_number":"18882897602096","imei1":"18882897602096","imei2":"18882897602096","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:01:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170616,"job_number":"JOB_170616","tr_customer_id":170633,"tr_customer_product_id":170623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:01:05.000Z","modified_at":"2026-01-29T14:01:07.000Z","name":"navin singh","mobile_number":"9000000000","email_id":"navin@gmail.com","dop":"2026-01-19","serial_number":"12126963812128","imei1":"12126963812128","imei2":"12126963812128","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:01:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170613,"job_number":"JOB_170613","tr_customer_id":170630,"tr_customer_product_id":170620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:38.000Z","modified_at":"2026-01-29T13:47:40.000Z","name":"Eino Balistreri","mobile_number":"972-937-6551","email_id":"Trent17@hotmail.com","dop":"2025-04-13","serial_number":"10824970651691","imei1":"10824970651691","imei2":"10824970651691","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:47:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170611,"job_number":"JOB_170611","tr_customer_id":170628,"tr_customer_product_id":170618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:11.000Z","modified_at":"2026-01-29T13:47:17.000Z","name":"Dennis Howe","mobile_number":"472-915-3095","email_id":"Claud84@gmail.com","dop":"2025-04-13","serial_number":"10988577357850","imei1":"10988577357850","imei2":"10988577357850","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170609,"job_number":"JOB_170609","tr_customer_id":170626,"tr_customer_product_id":170616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:42:38.000Z","modified_at":"2026-01-29T13:42:41.000Z","name":"Noelia Champlin","mobile_number":"814-699-2963","email_id":"Constance63@gmail.com","dop":"2025-04-13","serial_number":"10901314236664","imei1":"10901314236664","imei2":"10901314236664","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170604,"job_number":"JOB_170604","tr_customer_id":170621,"tr_customer_product_id":170611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:30.000Z","modified_at":"2026-01-29T13:28:41.000Z","name":"Marcelino Nienow","mobile_number":"912-452-2157","email_id":"Randall.Hettinger@hotmail.com","dop":"2026-01-04","serial_number":"17164848171881","imei1":"17164848171881","imei2":"17164848171881","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170601,"job_number":"JOB_170601","tr_customer_id":170618,"tr_customer_product_id":170608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:18.000Z","modified_at":"2026-01-29T13:28:28.000Z","name":"Leora Feest","mobile_number":"465-750-1407","email_id":"Gaston56@yahoo.com","dop":"2026-01-04","serial_number":"12787010096036","imei1":"12787010096036","imei2":"12787010096036","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170598,"job_number":"JOB_170598","tr_customer_id":170615,"tr_customer_product_id":170605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:05.000Z","modified_at":"2026-01-29T13:28:16.000Z","name":"Lura Schmidt","mobile_number":"882-863-3675","email_id":"Gia63@hotmail.com","dop":"2026-01-04","serial_number":"16241769111764","imei1":"16241769111764","imei2":"16241769111764","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:28:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170595,"job_number":"JOB_170595","tr_customer_id":170612,"tr_customer_product_id":170602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:14.000Z","modified_at":"2026-01-29T13:14:23.000Z","name":"Antonio Hauck","mobile_number":"737-984-1740","email_id":"Yasmeen74@gmail.com","dop":"2026-01-04","serial_number":"11268532122925","imei1":"11268532122925","imei2":"11268532122925","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:14:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170592,"job_number":"JOB_170592","tr_customer_id":170609,"tr_customer_product_id":170599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:02.000Z","modified_at":"2026-01-29T13:14:12.000Z","name":"Noemie Murray","mobile_number":"546-439-5110","email_id":"Franz.Flatley@gmail.com","dop":"2026-01-04","serial_number":"17831223115200","imei1":"17831223115200","imei2":"17831223115200","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:14:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170589,"job_number":"JOB_170589","tr_customer_id":170606,"tr_customer_product_id":170596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:13:50.000Z","modified_at":"2026-01-29T13:14:00.000Z","name":"Gladyce Williamson","mobile_number":"797-459-6456","email_id":"Myrna.Larson@hotmail.com","dop":"2026-01-04","serial_number":"18097877184785","imei1":"18097877184785","imei2":"18097877184785","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:14:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170585,"job_number":"JOB_170585","tr_customer_id":170602,"tr_customer_product_id":170592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:55.000Z","modified_at":"2026-01-29T13:04:05.000Z","name":"Skylar Grady","mobile_number":"970-888-8251","email_id":"Eric.Sanford60@yahoo.com","dop":"2026-01-04","serial_number":"13272956538999","imei1":"13272956538999","imei2":"13272956538999","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:04:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170582,"job_number":"JOB_170582","tr_customer_id":170599,"tr_customer_product_id":170589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:44.000Z","modified_at":"2026-01-29T13:03:53.000Z","name":"Ophelia Ruecker","mobile_number":"936-753-6545","email_id":"Rubie.White37@gmail.com","dop":"2026-01-04","serial_number":"15631980934310","imei1":"15631980934310","imei2":"15631980934310","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:03:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170579,"job_number":"JOB_170579","tr_customer_id":170596,"tr_customer_product_id":170586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:32.000Z","modified_at":"2026-01-29T13:03:42.000Z","name":"Betty Walker","mobile_number":"757-261-2480","email_id":"Bridget.Tromp33@hotmail.com","dop":"2026-01-04","serial_number":"10011699735819","imei1":"10011699735819","imei2":"10011699735819","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:03:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170573,"job_number":"JOB_170573","tr_customer_id":170590,"tr_customer_product_id":170580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:49.000Z","modified_at":"2026-01-29T12:26:00.000Z","name":"Herbert Harber","mobile_number":"722-495-1013","email_id":"Susanna_Witting@gmail.com","dop":"2026-01-04","serial_number":"10367951325902","imei1":"10367951325902","imei2":"10367951325902","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:26:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170570,"job_number":"JOB_170570","tr_customer_id":170587,"tr_customer_product_id":170577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:36.000Z","modified_at":"2026-01-29T12:25:47.000Z","name":"Alexandro Kub","mobile_number":"764-227-7248","email_id":"Jana97@gmail.com","dop":"2026-01-04","serial_number":"10000076238100","imei1":"10000076238100","imei2":"10000076238100","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:25:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170567,"job_number":"JOB_170567","tr_customer_id":170584,"tr_customer_product_id":170574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:23.000Z","modified_at":"2026-01-29T12:25:34.000Z","name":"Eileen Quigley","mobile_number":"647-824-4939","email_id":"Irwin_Effertz39@gmail.com","dop":"2026-01-04","serial_number":"13187650727479","imei1":"13187650727479","imei2":"13187650727479","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:25:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170564,"job_number":"JOB_170564","tr_customer_id":170581,"tr_customer_product_id":170571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:23:01.000Z","modified_at":"2026-01-29T12:23:12.000Z","name":"Derek Champlin","mobile_number":"936-944-7202","email_id":"Merritt54@gmail.com","dop":"2026-01-04","serial_number":"17715967919576","imei1":"17715967919576","imei2":"17715967919576","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:23:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170561,"job_number":"JOB_170561","tr_customer_id":170578,"tr_customer_product_id":170568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:48.000Z","modified_at":"2026-01-29T12:22:59.000Z","name":"Freda Fritsch","mobile_number":"364-542-0581","email_id":"Giovani.Pouros88@yahoo.com","dop":"2026-01-04","serial_number":"18093198653382","imei1":"18093198653382","imei2":"18093198653382","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:22:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170558,"job_number":"JOB_170558","tr_customer_id":170575,"tr_customer_product_id":170565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:35.000Z","modified_at":"2026-01-29T12:22:46.000Z","name":"Sally Daniel","mobile_number":"980-587-4443","email_id":"Federico8@hotmail.com","dop":"2026-01-04","serial_number":"19622808642662","imei1":"19622808642662","imei2":"19622808642662","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170548,"job_number":"JOB_170548","tr_customer_id":170565,"tr_customer_product_id":170555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:56.000Z","modified_at":"2026-01-29T12:09:07.000Z","name":"Cesar Hackett","mobile_number":"249-657-3144","email_id":"Mathias88@gmail.com","dop":"2026-01-04","serial_number":"14641059064417","imei1":"14641059064417","imei2":"14641059064417","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170545,"job_number":"JOB_170545","tr_customer_id":170562,"tr_customer_product_id":170552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:43.000Z","modified_at":"2026-01-29T12:08:54.000Z","name":"Grady Upton","mobile_number":"588-243-0925","email_id":"Saul.Langworth49@gmail.com","dop":"2026-01-04","serial_number":"16531430581277","imei1":"16531430581277","imei2":"16531430581277","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:08:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170542,"job_number":"JOB_170542","tr_customer_id":170559,"tr_customer_product_id":170549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:30.000Z","modified_at":"2026-01-29T12:08:41.000Z","name":"Stephany Padberg","mobile_number":"305-498-1598","email_id":"Helmer_Spencer75@yahoo.com","dop":"2026-01-04","serial_number":"19268320626537","imei1":"19268320626537","imei2":"19268320626537","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:08:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170538,"job_number":"JOB_170538","tr_customer_id":170555,"tr_customer_product_id":170545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:20.000Z","modified_at":"2026-01-29T11:57:31.000Z","name":"Aurelio Harber","mobile_number":"968-758-7855","email_id":"Kris_Brown@hotmail.com","dop":"2026-01-04","serial_number":"19004808111459","imei1":"19004808111459","imei2":"19004808111459","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170535,"job_number":"JOB_170535","tr_customer_id":170552,"tr_customer_product_id":170542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:08.000Z","modified_at":"2026-01-29T11:57:18.000Z","name":"Wilfrid Schumm","mobile_number":"485-531-1025","email_id":"Liliane_Bosco@gmail.com","dop":"2026-01-04","serial_number":"16937056537872","imei1":"16937056537872","imei2":"16937056537872","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170532,"job_number":"JOB_170532","tr_customer_id":170549,"tr_customer_product_id":170539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:56:54.000Z","modified_at":"2026-01-29T11:57:06.000Z","name":"Rogelio Wunsch","mobile_number":"979-218-6019","email_id":"Lavonne.Waelchi@hotmail.com","dop":"2026-01-04","serial_number":"14174907291452","imei1":"14174907291452","imei2":"14174907291452","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170529,"job_number":"JOB_170529","tr_customer_id":170546,"tr_customer_product_id":170536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:29.000Z","modified_at":"2026-01-29T11:51:40.000Z","name":"Tressa Stark","mobile_number":"301-564-3145","email_id":"Bianka_Pfannerstill15@yahoo.com","dop":"2026-01-04","serial_number":"12857326481758","imei1":"12857326481758","imei2":"12857326481758","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:51:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170526,"job_number":"JOB_170526","tr_customer_id":170543,"tr_customer_product_id":170533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:16.000Z","modified_at":"2026-01-29T11:51:27.000Z","name":"Clementine Jenkins","mobile_number":"244-708-1495","email_id":"Albin_Berge21@hotmail.com","dop":"2026-01-04","serial_number":"13119006132245","imei1":"13119006132245","imei2":"13119006132245","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170523,"job_number":"JOB_170523","tr_customer_id":170540,"tr_customer_product_id":170530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:03.000Z","modified_at":"2026-01-29T11:51:14.000Z","name":"Pauline Johns","mobile_number":"255-961-2218","email_id":"Cornell.Fadel@hotmail.com","dop":"2026-01-04","serial_number":"13557958258309","imei1":"13557958258309","imei2":"13557958258309","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:51:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170517,"job_number":"JOB_170517","tr_customer_id":170534,"tr_customer_product_id":170524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:21.000Z","modified_at":"2026-01-29T11:35:49.000Z","name":"Randy Hilll","mobile_number":"530-850-3140","email_id":"Avis.Lowe11@yahoo.com","dop":"2026-01-04","serial_number":"13713249628109","imei1":"13713249628109","imei2":"13713249628109","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:35:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170514,"job_number":"JOB_170514","tr_customer_id":170531,"tr_customer_product_id":170521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:08.000Z","modified_at":"2026-01-29T11:35:19.000Z","name":"Sienna Littel","mobile_number":"453-899-1190","email_id":"Hailie_Goyette@gmail.com","dop":"2026-01-04","serial_number":"11620809791973","imei1":"11620809791973","imei2":"11620809791973","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:35:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170496,"job_number":"JOB_170496","tr_customer_id":170513,"tr_customer_product_id":170503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:44:46.000Z","modified_at":"2026-01-29T09:46:04.000Z","name":"Lolita Weissnat","mobile_number":"526-345-0355","email_id":"Emmie12@hotmail.com","dop":"2025-02-01","serial_number":"16280539168904","imei1":"16280539168904","imei2":"16280539168904","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170494,"job_number":"JOB_170494","tr_customer_id":170511,"tr_customer_product_id":170501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:52.000Z","modified_at":"2026-01-29T09:33:33.000Z","name":"Anthony Dibbert","mobile_number":"940-557-7988","email_id":"Jillian13@yahoo.com","dop":"2025-04-06","serial_number":"11989568567393","imei1":"11989568567393","imei2":"11989568567393","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:33:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170491,"job_number":"JOB_170491","tr_customer_id":170508,"tr_customer_product_id":170498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:02.000Z","modified_at":"2026-01-29T09:32:44.000Z","name":"Tevin Harvey","mobile_number":"667-384-9180","email_id":"Pedro88@gmail.com","dop":"2025-04-06","serial_number":"11698518485811","imei1":"11698518485811","imei2":"11698518485811","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:32:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170488,"job_number":"JOB_170488","tr_customer_id":170505,"tr_customer_product_id":170495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:31:12.000Z","modified_at":"2026-01-29T09:31:54.000Z","name":"Mona Jakubowski","mobile_number":"365-289-0221","email_id":"Josefa.Blick82@gmail.com","dop":"2025-04-06","serial_number":"17777095297164","imei1":"17777095297164","imei2":"17777095297164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:31:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170486,"job_number":"JOB_170486","tr_customer_id":170503,"tr_customer_product_id":170493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:45:42.000Z","modified_at":"2026-01-29T08:45:48.000Z","name":"Itzel Mills","mobile_number":"350-257-8338","email_id":"Laurel77@yahoo.com","dop":"2026-01-23","serial_number":"17318696500964","imei1":"17318696500964","imei2":"17318696500964","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T08:45:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170483,"job_number":"JOB_170483","tr_customer_id":170500,"tr_customer_product_id":170490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:52.000Z","modified_at":"2026-01-29T08:34:00.000Z","name":"Clifford Heller","mobile_number":"545-638-9900","email_id":"Magali87@hotmail.com","dop":"2026-01-23","serial_number":"12820070591212","imei1":"12820070591212","imei2":"12820070591212","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T08:34:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170481,"job_number":"JOB_170481","tr_customer_id":170498,"tr_customer_product_id":170488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:43.000Z","modified_at":"2026-01-29T08:33:50.000Z","name":"Maud Ondricka","mobile_number":"517-814-8853","email_id":"Liana99@gmail.com","dop":"2026-01-23","serial_number":"17468331379376","imei1":"17468331379376","imei2":"17468331379376","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T08:33:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170479,"job_number":"JOB_170479","tr_customer_id":170496,"tr_customer_product_id":170486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:35.000Z","modified_at":"2026-01-29T08:33:41.000Z","name":"Lia Bernhard","mobile_number":"498-695-2967","email_id":"Emmanuelle.Larkin42@hotmail.com","dop":"2026-01-23","serial_number":"19728774976183","imei1":"19728774976183","imei2":"19728774976183","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T08:33:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170476,"job_number":"JOB_170476","tr_customer_id":170493,"tr_customer_product_id":170483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:42.000Z","modified_at":"2026-01-29T07:59:27.000Z","name":"Geovanni Jakubowski","mobile_number":"853-812-4196","email_id":"Coralie.Berge@hotmail.com","dop":"2025-04-06","serial_number":"16078606376452","imei1":"16078606376452","imei2":"16078606376452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170474,"job_number":"JOB_170474","tr_customer_id":170491,"tr_customer_product_id":170481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:32.000Z","modified_at":"2026-01-29T07:59:10.000Z","name":"Cale Weimann","mobile_number":"426-592-7040","email_id":"Sigmund.DuBuque73@hotmail.com","dop":"2025-04-06","serial_number":"13784072508347","imei1":"13784072508347","imei2":"13784072508347","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:59:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170470,"job_number":"JOB_170470","tr_customer_id":170487,"tr_customer_product_id":170477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:45.000Z","modified_at":"2026-01-29T07:58:24.000Z","name":"Marlon Huel","mobile_number":"671-243-3697","email_id":"Candice.McCullough@yahoo.com","dop":"2025-04-06","serial_number":"16495530451823","imei1":"16495530451823","imei2":"16495530451823","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170468,"job_number":"JOB_170468","tr_customer_id":170485,"tr_customer_product_id":170475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:36.000Z","modified_at":"2026-01-29T07:58:20.000Z","name":"Agnes Hyatt","mobile_number":"271-457-1674","email_id":"Charity82@yahoo.com","dop":"2025-04-06","serial_number":"13831725484509","imei1":"13831725484509","imei2":"13831725484509","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170466,"job_number":"JOB_170466","tr_customer_id":170483,"tr_customer_product_id":170473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:56:58.000Z","modified_at":"2026-01-29T07:57:38.000Z","name":"Birdie Beier","mobile_number":"269-843-0736","email_id":"Taryn50@hotmail.com","dop":"2025-04-06","serial_number":"10020349453541","imei1":"10020349453541","imei2":"10020349453541","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170465,"job_number":"JOB_170465","tr_customer_id":170482,"tr_customer_product_id":170472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:52:52.000Z","modified_at":"2026-01-29T09:32:00.000Z","name":"Bobby Kunde","mobile_number":"966-568-5168","email_id":"Verona77@hotmail.com","dop":"2025-02-01","serial_number":"105860642571291","imei1":"105860642571291","imei2":"105860642571291","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170456,"job_number":"JOB_170456","tr_customer_id":170473,"tr_customer_product_id":170463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:56.000Z","modified_at":"2026-01-29T07:11:07.000Z","name":"Michel Wolf","mobile_number":"811-309-0969","email_id":"Marge.Goodwin50@gmail.com","dop":"2025-12-01","serial_number":"14473255892270","imei1":"14473255892270","imei2":"14473255892270","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:11:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170454,"job_number":"JOB_170454","tr_customer_id":170471,"tr_customer_product_id":170461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:41.000Z","modified_at":"2026-01-29T07:10:52.000Z","name":"Hector Kuvalis","mobile_number":"566-990-5739","email_id":"Alyson.Hahn49@yahoo.com","dop":"2025-12-01","serial_number":"11150543483316","imei1":"11150543483316","imei2":"11150543483316","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:10:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170452,"job_number":"JOB_170452","tr_customer_id":170469,"tr_customer_product_id":170459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:25.000Z","modified_at":"2026-01-29T07:10:36.000Z","name":"Judson Carroll","mobile_number":"616-247-8813","email_id":"Kathryne_Romaguera68@gmail.com","dop":"2025-12-01","serial_number":"13673878488667","imei1":"13673878488667","imei2":"13673878488667","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:10:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170449,"job_number":"JOB_170449","tr_customer_id":170466,"tr_customer_product_id":170456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:56.000Z","modified_at":"2026-01-29T07:02:35.000Z","name":"Ebba Moen","mobile_number":"384-351-2715","email_id":"Monique.Grady@gmail.com","dop":"2025-04-06","serial_number":"16632909401414","imei1":"16632909401414","imei2":"16632909401414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170446,"job_number":"JOB_170446","tr_customer_id":170463,"tr_customer_product_id":170453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:09.000Z","modified_at":"2026-01-29T07:01:48.000Z","name":"Eddie Predovic","mobile_number":"425-379-0977","email_id":"Ida_Ebert43@yahoo.com","dop":"2025-04-06","serial_number":"14482564903052","imei1":"14482564903052","imei2":"14482564903052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170443,"job_number":"JOB_170443","tr_customer_id":170460,"tr_customer_product_id":170450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:25.000Z","modified_at":"2026-01-29T07:01:03.000Z","name":"Levi D'Amore","mobile_number":"982-329-0466","email_id":"Vickie34@hotmail.com","dop":"2025-04-06","serial_number":"15835119081840","imei1":"15835119081840","imei2":"15835119081840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170441,"job_number":"JOB_170441","tr_customer_id":170458,"tr_customer_product_id":170448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:22.000Z","modified_at":"2026-01-29T07:01:01.000Z","name":"Mauricio Abernathy","mobile_number":"741-200-8118","email_id":"Lenora.Wyman@gmail.com","dop":"2025-04-06","serial_number":"14155214614863","imei1":"14155214614863","imei2":"14155214614863","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170438,"job_number":"JOB_170438","tr_customer_id":170455,"tr_customer_product_id":170445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:57:37.000Z","modified_at":"2026-01-29T06:58:18.000Z","name":"Clint Crona","mobile_number":"833-331-6342","email_id":"Faye_Kautzer26@gmail.com","dop":"2025-04-06","serial_number":"13363090924242","imei1":"13363090924242","imei2":"13363090924242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170435,"job_number":"JOB_170435","tr_customer_id":170452,"tr_customer_product_id":170442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:48.000Z","modified_at":"2026-01-29T06:57:29.000Z","name":"Dedric Oberbrunner","mobile_number":"454-492-6176","email_id":"Alta_McDermott@gmail.com","dop":"2025-04-06","serial_number":"15317863293848","imei1":"15317863293848","imei2":"15317863293848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170432,"job_number":"JOB_170432","tr_customer_id":170449,"tr_customer_product_id":170439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:45.000Z","modified_at":"2026-01-29T06:57:24.000Z","name":"Christophe Erdman","mobile_number":"311-686-5036","email_id":"Chelsey_Hansen37@gmail.com","dop":"2025-04-06","serial_number":"17285379501908","imei1":"17285379501908","imei2":"17285379501908","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170429,"job_number":"JOB_170429","tr_customer_id":170446,"tr_customer_product_id":170436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:17.000Z","modified_at":"2026-01-29T06:56:55.000Z","name":"Aric McLaughlin","mobile_number":"460-658-6003","email_id":"Griffin_Weber@yahoo.com","dop":"2025-04-06","serial_number":"15917657716094","imei1":"15917657716094","imei2":"15917657716094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170427,"job_number":"JOB_170427","tr_customer_id":170444,"tr_customer_product_id":170434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:02.000Z","modified_at":"2026-01-29T06:56:40.000Z","name":"Hayden Conroy","mobile_number":"267-982-8060","email_id":"Mandy.Kulas@gmail.com","dop":"2025-04-06","serial_number":"14152460327219","imei1":"14152460327219","imei2":"14152460327219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170424,"job_number":"JOB_170424","tr_customer_id":170441,"tr_customer_product_id":170431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:57.000Z","modified_at":"2026-01-29T06:56:37.000Z","name":"Roger Kreiger","mobile_number":"498-306-0001","email_id":"Leila.Hermiston50@gmail.com","dop":"2025-04-06","serial_number":"19463705851281","imei1":"19463705851281","imei2":"19463705851281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:56:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170422,"job_number":"JOB_170422","tr_customer_id":170439,"tr_customer_product_id":170429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:57.000Z","modified_at":"2026-01-29T06:56:40.000Z","name":"Jazmin Hansen","mobile_number":"447-437-8600","email_id":"Joey.Prosacco@yahoo.com","dop":"2025-04-06","serial_number":"13548561804703","imei1":"13548561804703","imei2":"13548561804703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170419,"job_number":"JOB_170419","tr_customer_id":170436,"tr_customer_product_id":170426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:10.000Z","modified_at":"2026-01-29T06:55:50.000Z","name":"Roxanne Feest","mobile_number":"622-433-2556","email_id":"Heath65@gmail.com","dop":"2025-04-06","serial_number":"15807976462848","imei1":"15807976462848","imei2":"15807976462848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:55:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170416,"job_number":"JOB_170416","tr_customer_id":170433,"tr_customer_product_id":170423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:51:43.000Z","modified_at":"2026-01-29T06:52:26.000Z","name":"Samara Hermiston","mobile_number":"881-449-5243","email_id":"Gilbert93@yahoo.com","dop":"2025-04-06","serial_number":"16939765835829","imei1":"16939765835829","imei2":"16939765835829","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:52:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170413,"job_number":"JOB_170413","tr_customer_id":170430,"tr_customer_product_id":170420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:52.000Z","modified_at":"2026-01-29T06:51:35.000Z","name":"Orie Hauck","mobile_number":"558-543-6587","email_id":"Chloe_Johns@yahoo.com","dop":"2025-04-06","serial_number":"18544895989950","imei1":"18544895989950","imei2":"18544895989950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170410,"job_number":"JOB_170410","tr_customer_id":170427,"tr_customer_product_id":170417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:24.000Z","modified_at":"2026-01-29T06:51:03.000Z","name":"Kaci Rodriguez","mobile_number":"746-715-1390","email_id":"Coby_Maggio@gmail.com","dop":"2000-01-31","serial_number":"10662856974804","imei1":"10662856974804","imei2":"10662856974804","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:51:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170407,"job_number":"JOB_170407","tr_customer_id":170424,"tr_customer_product_id":170414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:00.000Z","modified_at":"2026-01-29T06:50:43.000Z","name":"Blair Mertz","mobile_number":"870-748-9928","email_id":"Karl17@gmail.com","dop":"2025-04-06","serial_number":"12608303994859","imei1":"12608303994859","imei2":"12608303994859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:50:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170404,"job_number":"JOB_170404","tr_customer_id":170421,"tr_customer_product_id":170411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:38.000Z","modified_at":"2026-01-29T06:50:17.000Z","name":"Patricia Effertz","mobile_number":"394-373-9023","email_id":"Ollie28@hotmail.com","dop":"2000-01-31","serial_number":"10224554180527","imei1":"10224554180527","imei2":"10224554180527","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170401,"job_number":"JOB_170401","tr_customer_id":170418,"tr_customer_product_id":170408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:52.000Z","modified_at":"2026-01-29T06:49:31.000Z","name":"Annetta Boehm","mobile_number":"513-914-0314","email_id":"Harmony_Tillman49@hotmail.com","dop":"2000-01-31","serial_number":"10328003342046","imei1":"10328003342046","imei2":"10328003342046","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:49:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170398,"job_number":"JOB_170398","tr_customer_id":170415,"tr_customer_product_id":170405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:17.000Z","modified_at":"2026-01-29T06:48:55.000Z","name":"Kirstin Kuhlman","mobile_number":"843-639-7057","email_id":"Aida75@hotmail.com","dop":"2025-04-06","serial_number":"10013536142327","imei1":"10013536142327","imei2":"10013536142327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170395,"job_number":"JOB_170395","tr_customer_id":170412,"tr_customer_product_id":170402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:06.000Z","modified_at":"2026-01-29T06:48:44.000Z","name":"Filomena Carroll","mobile_number":"288-747-6278","email_id":"Garnet91@yahoo.com","dop":"2000-01-31","serial_number":"10602772254077","imei1":"10602772254077","imei2":"10602772254077","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170393,"job_number":"JOB_170393","tr_customer_id":170410,"tr_customer_product_id":170400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:56.000Z","modified_at":"2026-01-29T06:48:32.000Z","name":"Bernita Bernier","mobile_number":"657-628-0301","email_id":"Stephon.Bartoletti7@yahoo.com","dop":"2025-10-21","serial_number":"17650861386584","imei1":"17650861386584","imei2":"17650861386584","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170390,"job_number":"JOB_170390","tr_customer_id":170407,"tr_customer_product_id":170397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:32.000Z","modified_at":"2026-01-29T06:48:10.000Z","name":"Kyra Leuschke","mobile_number":"351-716-4000","email_id":"Akeem.Zemlak@gmail.com","dop":"2025-04-06","serial_number":"15926735306563","imei1":"15926735306563","imei2":"15926735306563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170388,"job_number":"JOB_170388","tr_customer_id":170405,"tr_customer_product_id":170395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:13.000Z","modified_at":"2026-01-29T06:47:49.000Z","name":"Frances Kuhlman","mobile_number":"922-619-8165","email_id":"Imelda_Tromp@hotmail.com","dop":"2025-10-21","serial_number":"16756247052295","imei1":"16756247052295","imei2":"16756247052295","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170385,"job_number":"JOB_170385","tr_customer_id":170402,"tr_customer_product_id":170392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:47.000Z","modified_at":"2026-01-29T06:47:25.000Z","name":"German Schmidt","mobile_number":"823-982-5823","email_id":"Selena_Schowalter51@hotmail.com","dop":"2025-04-06","serial_number":"19902411489288","imei1":"19902411489288","imei2":"19902411489288","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170383,"job_number":"JOB_170383","tr_customer_id":170400,"tr_customer_product_id":170390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:30.000Z","modified_at":"2026-01-29T06:47:06.000Z","name":"Marlee Moore","mobile_number":"434-486-4942","email_id":"Jasmin.Balistreri73@yahoo.com","dop":"2025-10-21","serial_number":"17824471438303","imei1":"17824471438303","imei2":"17824471438303","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:47:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170379,"job_number":"JOB_170379","tr_customer_id":170396,"tr_customer_product_id":170386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:45:08.000Z","modified_at":"2026-01-29T06:45:47.000Z","name":"Alexander Padberg","mobile_number":"601-225-1822","email_id":"Cydney.Hayes@yahoo.com","dop":"2025-04-06","serial_number":"14594762092626","imei1":"14594762092626","imei2":"14594762092626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170378,"job_number":"JOB_170378","tr_customer_id":170395,"tr_customer_product_id":170385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:52.000Z","modified_at":"2026-01-29T06:44:02.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14108342420159","imei2":"14108342420159","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:44:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170376,"job_number":"JOB_170376","tr_customer_id":170393,"tr_customer_product_id":170383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:38.000Z","modified_at":"2026-01-29T06:43:48.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18346137390370","imei2":"18346137390370","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:43:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170373,"job_number":"JOB_170373","tr_customer_id":170390,"tr_customer_product_id":170380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:28.000Z","modified_at":"2026-01-29T06:44:10.000Z","name":"Darius Hane","mobile_number":"784-296-1570","email_id":"Phoebe.Brown84@hotmail.com","dop":"2025-04-06","serial_number":"17862652103740","imei1":"17862652103740","imei2":"17862652103740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:44:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170371,"job_number":"JOB_170371","tr_customer_id":170388,"tr_customer_product_id":170378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:23.000Z","modified_at":"2026-01-29T06:43:34.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13001435899381","imei2":"13001435899381","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170368,"job_number":"JOB_170368","tr_customer_id":170385,"tr_customer_product_id":170375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:42:38.000Z","modified_at":"2026-01-29T06:43:20.000Z","name":"Rachelle Gaylord","mobile_number":"216-466-8423","email_id":"Providenci14@hotmail.com","dop":"2025-04-06","serial_number":"18179063890691","imei1":"18179063890691","imei2":"18179063890691","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:43:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170364,"job_number":"JOB_170364","tr_customer_id":170381,"tr_customer_product_id":170371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:47.000Z","modified_at":"2026-01-29T06:42:30.000Z","name":"Mireille Herman","mobile_number":"999-306-5629","email_id":"Easton_Aufderhar50@hotmail.com","dop":"2025-04-06","serial_number":"10593791691348","imei1":"10593791691348","imei2":"10593791691348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:42:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170360,"job_number":"JOB_170360","tr_customer_id":170377,"tr_customer_product_id":170367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:56.000Z","modified_at":"2026-01-29T06:41:34.000Z","name":"Deron Reichert","mobile_number":"589-678-0055","email_id":"Haylee_Renner@hotmail.com","dop":"2025-04-06","serial_number":"12407513074671","imei1":"12407513074671","imei2":"12407513074671","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:41:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170357,"job_number":"JOB_170357","tr_customer_id":170374,"tr_customer_product_id":170364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:11.000Z","modified_at":"2026-01-29T06:40:49.000Z","name":"Grayce Schmitt","mobile_number":"822-921-5740","email_id":"Mauricio_Stracke@hotmail.com","dop":"2025-04-06","serial_number":"18180181629865","imei1":"18180181629865","imei2":"18180181629865","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:40:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170354,"job_number":"JOB_170354","tr_customer_id":170371,"tr_customer_product_id":170361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:39:25.000Z","modified_at":"2026-01-29T06:40:03.000Z","name":"Dorothea Shields","mobile_number":"881-647-2530","email_id":"Orland_Walter42@yahoo.com","dop":"2025-04-06","serial_number":"18411695328476","imei1":"18411695328476","imei2":"18411695328476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:40:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170350,"job_number":"JOB_170350","tr_customer_id":170367,"tr_customer_product_id":170357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:31.000Z","modified_at":"2026-01-29T06:39:08.000Z","name":"Celestine Gutmann","mobile_number":"253-781-9465","email_id":"Rafael.Emard@hotmail.com","dop":"2025-04-06","serial_number":"10329813854437","imei1":"10329813854437","imei2":"10329813854437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170347,"job_number":"JOB_170347","tr_customer_id":170364,"tr_customer_product_id":170354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:47.000Z","modified_at":"2026-01-29T06:38:24.000Z","name":"Stacy DuBuque","mobile_number":"852-256-3773","email_id":"Rosamond4@hotmail.com","dop":"2025-04-06","serial_number":"12954016719157","imei1":"12954016719157","imei2":"12954016719157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:38:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170344,"job_number":"JOB_170344","tr_customer_id":170361,"tr_customer_product_id":170351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:02.000Z","modified_at":"2026-01-29T06:37:39.000Z","name":"Carroll Quitzon","mobile_number":"506-529-6229","email_id":"Mariah_Osinski@hotmail.com","dop":"2025-04-06","serial_number":"19134770212767","imei1":"19134770212767","imei2":"19134770212767","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:37:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170341,"job_number":"JOB_170341","tr_customer_id":170358,"tr_customer_product_id":170348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:35.000Z","modified_at":"2026-01-29T06:37:12.000Z","name":"Leland Considine","mobile_number":"674-449-0463","email_id":"Cierra23@yahoo.com","dop":"2025-06-18","serial_number":"10375802533635","imei1":"10375802533635","imei2":"10375802533635","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170338,"job_number":"JOB_170338","tr_customer_id":170355,"tr_customer_product_id":170345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:58.000Z","modified_at":"2026-01-29T06:36:41.000Z","name":"Valerie Haley","mobile_number":"505-875-3429","email_id":"Bernard.Weimann65@gmail.com","dop":"2025-04-06","serial_number":"14948468916716","imei1":"14948468916716","imei2":"14948468916716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:36:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170336,"job_number":"JOB_170336","tr_customer_id":170353,"tr_customer_product_id":170343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:52.000Z","modified_at":"2026-01-29T06:36:28.000Z","name":"Sherman Block","mobile_number":"631-567-8905","email_id":"Emerson21@gmail.com","dop":"2025-06-18","serial_number":"10316307221729","imei1":"10316307221729","imei2":"10316307221729","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:36:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170211,"job_number":"JOB_170211","tr_customer_id":170228,"tr_customer_product_id":170218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:36:29.000Z","modified_at":"2026-01-29T05:37:04.000Z","name":"Meagan Schaefer","mobile_number":"863-586-8628","email_id":"Alicia92@hotmail.com","dop":"2025-04-06","serial_number":"17631928186345","imei1":"17631928186345","imei2":"17631928186345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170208,"job_number":"JOB_170208","tr_customer_id":170225,"tr_customer_product_id":170215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:46.000Z","modified_at":"2026-01-29T05:36:22.000Z","name":"Laisha Botsford","mobile_number":"486-674-0169","email_id":"Lilliana.Grady86@yahoo.com","dop":"2025-04-06","serial_number":"19521776007117","imei1":"19521776007117","imei2":"19521776007117","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170205,"job_number":"JOB_170205","tr_customer_id":170222,"tr_customer_product_id":170212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:03.000Z","modified_at":"2026-01-29T05:35:39.000Z","name":"Maegan Nolan","mobile_number":"473-311-8315","email_id":"Mariane43@hotmail.com","dop":"2025-04-06","serial_number":"13634145667307","imei1":"13634145667307","imei2":"13634145667307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170102,"job_number":"JOB_170102","tr_customer_id":170119,"tr_customer_product_id":170109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:33:20.000Z","modified_at":"2026-01-29T05:33:58.000Z","name":"Manley Littel","mobile_number":"765-309-0306","email_id":"Leda.Rogahn@gmail.com","dop":"2025-04-06","serial_number":"19384564227598","imei1":"19384564227598","imei2":"19384564227598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:33:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170100,"job_number":"JOB_170100","tr_customer_id":170117,"tr_customer_product_id":170107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:32:34.000Z","modified_at":"2026-01-29T05:33:12.000Z","name":"Pasquale Fay","mobile_number":"533-322-6936","email_id":"Karina49@hotmail.com","dop":"2025-04-06","serial_number":"11208618268516","imei1":"11208618268516","imei2":"11208618268516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:33:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170098,"job_number":"JOB_170098","tr_customer_id":170115,"tr_customer_product_id":170105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:31:48.000Z","modified_at":"2026-01-29T05:32:27.000Z","name":"Woodrow Beier","mobile_number":"928-596-3966","email_id":"Murray.Bayer3@hotmail.com","dop":"2025-04-06","serial_number":"14849700272956","imei1":"14849700272956","imei2":"14849700272956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:32:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170095,"job_number":"JOB_170095","tr_customer_id":170112,"tr_customer_product_id":170102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:30.000Z","modified_at":"2026-01-29T05:28:08.000Z","name":"Jakayla Klein","mobile_number":"853-328-8115","email_id":"Stan_Sauer@hotmail.com","dop":"2025-04-06","serial_number":"12958949156481","imei1":"12958949156481","imei2":"12958949156481","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:28:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170093,"job_number":"JOB_170093","tr_customer_id":170110,"tr_customer_product_id":170100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:06.000Z","modified_at":"2026-01-29T05:27:47.000Z","name":"Karl Feest","mobile_number":"218-426-7707","email_id":"Maria.Kiehn66@gmail.com","dop":"2025-04-06","serial_number":"15789162376807","imei1":"15789162376807","imei2":"15789162376807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:27:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170091,"job_number":"JOB_170091","tr_customer_id":170108,"tr_customer_product_id":170098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:09:05.000Z","modified_at":"2026-01-29T05:09:13.000Z","name":"Clemmie Torphy","mobile_number":"534-238-1767","email_id":"Kelton26@gmail.com","dop":"2025-07-01","serial_number":"109357137151501","imei1":"109357137151501","imei2":"109357137151501","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170089,"job_number":"JOB_170089","tr_customer_id":170106,"tr_customer_product_id":170096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:08:53.000Z","modified_at":"2026-01-29T05:09:02.000Z","name":"Kasey Kling","mobile_number":"415-986-1278","email_id":"Carrie_Hagenes@yahoo.com","dop":"2025-07-01","serial_number":"107601715293569","imei1":"107601715293569","imei2":"107601715293569","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:09:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170083,"job_number":"JOB_170083","tr_customer_id":170100,"tr_customer_product_id":170090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:46.000Z","modified_at":"2026-01-29T04:25:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26559086427593","imei1":"26559086427593","imei2":"26559086427593","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170076,"job_number":"JOB_170076","tr_customer_id":170093,"tr_customer_product_id":170083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69378142966940","imei1":"69378142966940","imei2":"69378142966940","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:24:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170069,"job_number":"JOB_170069","tr_customer_id":170086,"tr_customer_product_id":170076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:41.000Z","modified_at":"2026-01-29T04:24:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26862563788762","imei1":"26862563788762","imei2":"26862563788762","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:24:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170060,"job_number":"JOB_170060","tr_customer_id":170077,"tr_customer_product_id":170067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:54.000Z","modified_at":"2026-01-29T04:20:29.000Z","name":"Hollis O'Hara","mobile_number":"500-509-7416","email_id":"Abbie_Collier14@hotmail.com","dop":"2000-01-31","serial_number":"10361432768092","imei1":"10361432768092","imei2":"10361432768092","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:20:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170057,"job_number":"JOB_170057","tr_customer_id":170074,"tr_customer_product_id":170064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:26.000Z","modified_at":"2026-01-29T04:20:01.000Z","name":"Ava Langworth","mobile_number":"266-435-3231","email_id":"Keshawn.OReilly34@hotmail.com","dop":"2025-04-06","serial_number":"10034916946918","imei1":"10034916946918","imei2":"10034916946918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170054,"job_number":"JOB_170054","tr_customer_id":170071,"tr_customer_product_id":170061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:20.000Z","modified_at":"2026-01-29T04:19:57.000Z","name":"Dashawn Kihn","mobile_number":"920-344-4539","email_id":"Philip_Stehr@yahoo.com","dop":"2025-04-06","serial_number":"17406246446877","imei1":"17406246446877","imei2":"17406246446877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170051,"job_number":"JOB_170051","tr_customer_id":170068,"tr_customer_product_id":170058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:18.000Z","modified_at":"2026-01-29T04:19:51.000Z","name":"Hallie Kling","mobile_number":"598-997-1551","email_id":"Jaquan_Ward15@gmail.com","dop":"2025-04-06","serial_number":"10219727070223","imei1":"10219727070223","imei2":"10219727070223","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170048,"job_number":"JOB_170048","tr_customer_id":170065,"tr_customer_product_id":170055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:15.000Z","modified_at":"2026-01-29T04:19:52.000Z","name":"Golda Satterfield","mobile_number":"303-320-5882","email_id":"Wade.Ruecker@yahoo.com","dop":"2025-04-06","serial_number":"15874632796157","imei1":"15874632796157","imei2":"15874632796157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170045,"job_number":"JOB_170045","tr_customer_id":170062,"tr_customer_product_id":170052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:12.000Z","modified_at":"2026-01-29T04:19:47.000Z","name":"Thelma Heaney","mobile_number":"297-654-4992","email_id":"Isidro.Conn59@gmail.com","dop":"2000-01-31","serial_number":"10829444433916","imei1":"10829444433916","imei2":"10829444433916","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170042,"job_number":"JOB_170042","tr_customer_id":170059,"tr_customer_product_id":170049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:10.000Z","modified_at":"2026-01-29T04:19:45.000Z","name":"Esta Spencer","mobile_number":"319-934-9516","email_id":"Guido.Reynolds@gmail.com","dop":"2025-04-06","serial_number":"18972699094695","imei1":"18972699094695","imei2":"18972699094695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170039,"job_number":"JOB_170039","tr_customer_id":170056,"tr_customer_product_id":170046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:59.000Z","modified_at":"2026-01-29T04:19:39.000Z","name":"Carmelo Anderson","mobile_number":"755-997-8585","email_id":"Marcel_Vandervort@hotmail.com","dop":"2025-04-06","serial_number":"15998312547573","imei1":"15998312547573","imei2":"15998312547573","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170036,"job_number":"JOB_170036","tr_customer_id":170053,"tr_customer_product_id":170043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:46.000Z","modified_at":"2026-01-29T04:19:23.000Z","name":"Dusty Wuckert","mobile_number":"267-421-8892","email_id":"Jermey_Stracke@hotmail.com","dop":"2025-04-06","serial_number":"16394810867233","imei1":"16394810867233","imei2":"16394810867233","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170033,"job_number":"JOB_170033","tr_customer_id":170050,"tr_customer_product_id":170040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:43.000Z","modified_at":"2026-01-29T04:19:18.000Z","name":"Juvenal Von","mobile_number":"483-561-4875","email_id":"Mozelle.Emard@yahoo.com","dop":"2025-04-06","serial_number":"17528798658860","imei1":"17528798658860","imei2":"17528798658860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170028,"job_number":"JOB_170028","tr_customer_id":170045,"tr_customer_product_id":170035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:37.000Z","modified_at":"2026-01-29T04:19:11.000Z","name":"Cade Bergnaum","mobile_number":"853-540-3165","email_id":"Nicolette.Smith85@hotmail.com","dop":"2025-04-06","serial_number":"10361662978660","imei1":"10361662978660","imei2":"10361662978660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170026,"job_number":"JOB_170026","tr_customer_id":170043,"tr_customer_product_id":170033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:36.000Z","modified_at":"2026-01-29T04:19:13.000Z","name":"Cletus Jacobson","mobile_number":"950-983-8531","email_id":"Linnea_Quigley@yahoo.com","dop":"2025-04-06","serial_number":"13032975833520","imei1":"13032975833520","imei2":"13032975833520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170019,"job_number":"JOB_170019","tr_customer_id":170036,"tr_customer_product_id":170026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:30.000Z","modified_at":"2026-01-29T04:19:07.000Z","name":"Maudie King","mobile_number":"952-444-1324","email_id":"Elwin_Jones@yahoo.com","dop":"2025-04-06","serial_number":"13991901028666","imei1":"13991901028666","imei2":"13991901028666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170016,"job_number":"JOB_170016","tr_customer_id":170033,"tr_customer_product_id":170023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:29.000Z","modified_at":"2026-01-29T04:19:04.000Z","name":"Marcus Streich","mobile_number":"816-947-3974","email_id":"Easton78@gmail.com","dop":"2000-01-31","serial_number":"10301099483968","imei1":"10301099483968","imei2":"10301099483968","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170014,"job_number":"JOB_170014","tr_customer_id":170031,"tr_customer_product_id":170021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:28.000Z","modified_at":"2026-01-29T04:19:03.000Z","name":"Eleanore Gleichner","mobile_number":"620-533-0505","email_id":"Doug_Gibson48@hotmail.com","dop":"2025-04-06","serial_number":"10409692299107","imei1":"10409692299107","imei2":"10409692299107","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170006,"job_number":"JOB_170006","tr_customer_id":170023,"tr_customer_product_id":170013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:11.000Z","modified_at":"2026-01-29T04:18:51.000Z","name":"Westley Kuhic","mobile_number":"689-658-4855","email_id":"Wilton_Price39@hotmail.com","dop":"2025-04-06","serial_number":"13760095678159","imei1":"13760095678159","imei2":"13760095678159","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169998,"job_number":"JOB_169998","tr_customer_id":170015,"tr_customer_product_id":170005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:01.000Z","modified_at":"2026-01-29T04:18:38.000Z","name":"Willow Wiegand","mobile_number":"441-385-4383","email_id":"Justen_Prosacco23@yahoo.com","dop":"2025-04-06","serial_number":"17864770685625","imei1":"17864770685625","imei2":"17864770685625","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169996,"job_number":"JOB_169996","tr_customer_id":170013,"tr_customer_product_id":170003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:01.000Z","modified_at":"2026-01-29T04:18:40.000Z","name":"Devonte Johnston","mobile_number":"393-715-9726","email_id":"Amaya_Tremblay0@yahoo.com","dop":"2025-04-06","serial_number":"18034841745832","imei1":"18034841745832","imei2":"18034841745832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169994,"job_number":"JOB_169994","tr_customer_id":170011,"tr_customer_product_id":170001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:36.000Z","name":"Cristal Mann","mobile_number":"311-582-4108","email_id":"Cyril_Adams6@hotmail.com","dop":"2025-04-06","serial_number":"17185245559827","imei1":"17185245559827","imei2":"17185245559827","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169987,"job_number":"JOB_169987","tr_customer_id":170005,"tr_customer_product_id":169994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:18:38.000Z","name":"Kaitlyn Mraz","mobile_number":"472-710-8519","email_id":"Daron.Wiegand38@yahoo.com","dop":"2025-04-06","serial_number":"15736519075263","imei1":"15736519075263","imei2":"15736519075263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169984,"job_number":"JOB_169984","tr_customer_id":170001,"tr_customer_product_id":169991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:18:34.000Z","name":"Presley Graham","mobile_number":"808-734-3980","email_id":"Ezekiel.Lesch@gmail.com","dop":"2026-01-04","serial_number":"15857222908621","imei1":"15857222908621","imei2":"15857222908621","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169980,"job_number":"JOB_169980","tr_customer_id":169997,"tr_customer_product_id":169987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:18:31.000Z","name":"Julius Pagac","mobile_number":"421-452-0383","email_id":"Yesenia.Nolan34@hotmail.com","dop":"2025-04-06","serial_number":"14658148056864","imei1":"14658148056864","imei2":"14658148056864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169975,"job_number":"JOB_169975","tr_customer_id":169992,"tr_customer_product_id":169982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:18:32.000Z","name":"Troy Hauck","mobile_number":"809-729-7952","email_id":"Mayra.Osinski@gmail.com","dop":"2025-04-06","serial_number":"12374181624890","imei1":"12374181624890","imei2":"12374181624890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169972,"job_number":"JOB_169972","tr_customer_id":169989,"tr_customer_product_id":169979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:54.000Z","modified_at":"2026-01-29T04:18:12.000Z","name":"Kellie Cole","mobile_number":"231-606-7005","email_id":"Jarret88@yahoo.com","dop":"2025-05-30","serial_number":"15258879062250","imei1":"15258879062250","imei2":"15258879062250","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169970,"job_number":"JOB_169970","tr_customer_id":169987,"tr_customer_product_id":169977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:52.000Z","modified_at":"2026-01-29T04:18:29.000Z","name":"Shea O'Hara","mobile_number":"502-953-5353","email_id":"Boris.Ledner@yahoo.com","dop":"2025-04-06","serial_number":"19129954802912","imei1":"19129954802912","imei2":"19129954802912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169966,"job_number":"JOB_169966","tr_customer_id":169983,"tr_customer_product_id":169973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:48.000Z","modified_at":"2026-01-29T04:18:23.000Z","name":"Shad Hodkiewicz","mobile_number":"372-548-9865","email_id":"Veronica45@hotmail.com","dop":"2025-04-06","serial_number":"14474555501728","imei1":"14474555501728","imei2":"14474555501728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169958,"job_number":"JOB_169958","tr_customer_id":169975,"tr_customer_product_id":169965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:18:22.000Z","name":"Quinten Kub","mobile_number":"302-782-6955","email_id":"Marjory_Erdman@yahoo.com","dop":"2000-01-31","serial_number":"10838461623847","imei1":"10838461623847","imei2":"10838461623847","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169955,"job_number":"JOB_169955","tr_customer_id":169972,"tr_customer_product_id":169962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:18:21.000Z","name":"Sierra Schuppe","mobile_number":"273-923-7056","email_id":"Leanne27@yahoo.com","dop":"2025-04-06","serial_number":"10661380483898","imei1":"10661380483898","imei2":"10661380483898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169953,"job_number":"JOB_169953","tr_customer_id":169970,"tr_customer_product_id":169960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:18:22.000Z","name":"Amiya O'Kon","mobile_number":"239-812-1027","email_id":"Davonte_Lakin46@gmail.com","dop":"2025-04-06","serial_number":"19396588408992","imei1":"19396588408992","imei2":"19396588408992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169950,"job_number":"JOB_169950","tr_customer_id":169967,"tr_customer_product_id":169957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:27.000Z","modified_at":"2026-01-29T04:18:01.000Z","name":"Rosalyn DuBuque","mobile_number":"423-544-5691","email_id":"Donna44@yahoo.com","dop":"2025-04-06","serial_number":"17003397822707","imei1":"17003397822707","imei2":"17003397822707","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169947,"job_number":"JOB_169947","tr_customer_id":169964,"tr_customer_product_id":169954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:22.000Z","modified_at":"2026-01-29T04:18:03.000Z","name":"Kaelyn Lang","mobile_number":"641-801-2874","email_id":"Laurel40@yahoo.com","dop":"2025-04-06","serial_number":"18600707518512","imei1":"18600707518512","imei2":"18600707518512","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169944,"job_number":"JOB_169944","tr_customer_id":169961,"tr_customer_product_id":169951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:17.000Z","modified_at":"2026-01-29T04:17:51.000Z","name":"Gerhard Wiza","mobile_number":"243-901-5465","email_id":"Gina_Bins20@gmail.com","dop":"2026-01-04","serial_number":"12364460992685","imei1":"12364460992685","imei2":"12364460992685","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169939,"job_number":"JOB_169939","tr_customer_id":169956,"tr_customer_product_id":169946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:14.000Z","modified_at":"2026-01-29T04:17:49.000Z","name":"Ricky Spencer","mobile_number":"364-548-6366","email_id":"Jennie.Hermiston54@hotmail.com","dop":"2025-04-06","serial_number":"18592851673821","imei1":"18592851673821","imei2":"18592851673821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169937,"job_number":"JOB_169937","tr_customer_id":169954,"tr_customer_product_id":169944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:52.000Z","name":"Max Stracke","mobile_number":"714-460-4984","email_id":"Antonina_Turner70@gmail.com","dop":"2025-04-06","serial_number":"17500054701634","imei1":"17500054701634","imei2":"17500054701634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169936,"job_number":"JOB_169936","tr_customer_id":169953,"tr_customer_product_id":169943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:51.000Z","name":"Moses Medhurst","mobile_number":"303-974-7661","email_id":"Lilliana.Hane@yahoo.com","dop":"2025-04-06","serial_number":"18989444265023","imei1":"18989444265023","imei2":"18989444265023","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169932,"job_number":"JOB_169932","tr_customer_id":169949,"tr_customer_product_id":169939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:06.000Z","modified_at":"2026-01-29T04:17:40.000Z","name":"Antoinette Cummings","mobile_number":"930-330-6029","email_id":"Libbie9@yahoo.com","dop":"2025-04-06","serial_number":"15906011632020","imei1":"15906011632020","imei2":"15906011632020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169930,"job_number":"JOB_169930","tr_customer_id":169947,"tr_customer_product_id":169937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:03.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11087117570789","imei2":"11087117570789","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169925,"job_number":"JOB_169925","tr_customer_id":169942,"tr_customer_product_id":169932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:51.000Z","modified_at":"2026-01-29T04:17:25.000Z","name":"Gloria D'Amore","mobile_number":"949-247-9045","email_id":"Fred.Beer72@yahoo.com","dop":"2025-06-18","serial_number":"10192293493305","imei1":"10192293493305","imei2":"10192293493305","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169923,"job_number":"JOB_169923","tr_customer_id":169940,"tr_customer_product_id":169930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:50.000Z","modified_at":"2026-01-29T04:17:00.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13629311360527","imei2":"13629311360527","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169920,"job_number":"JOB_169920","tr_customer_id":169937,"tr_customer_product_id":169927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:46.000Z","modified_at":"2026-01-29T04:17:20.000Z","name":"Holly Bins","mobile_number":"572-633-6555","email_id":"Keely_Conn71@gmail.com","dop":"2025-04-06","serial_number":"10446319433056","imei1":"10446319433056","imei2":"10446319433056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169917,"job_number":"JOB_169917","tr_customer_id":169934,"tr_customer_product_id":169924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:37.000Z","modified_at":"2026-01-29T04:16:46.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17103157280969","imei2":"17103157280969","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169912,"job_number":"JOB_169912","tr_customer_id":169929,"tr_customer_product_id":169919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:35.000Z","modified_at":"2026-01-29T04:17:12.000Z","name":"Giovanna Lesch","mobile_number":"372-977-5907","email_id":"Iva.Nienow@hotmail.com","dop":"2025-04-06","serial_number":"11872920056391","imei1":"11872920056391","imei2":"11872920056391","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169911,"job_number":"JOB_169911","tr_customer_id":169928,"tr_customer_product_id":169918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:35.000Z","modified_at":"2026-01-29T04:17:09.000Z","name":"Krystel Dickinson","mobile_number":"781-254-4256","email_id":"Serena_Kris@hotmail.com","dop":"2026-01-04","serial_number":"17397854504903","imei1":"17397854504903","imei2":"17397854504903","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169908,"job_number":"JOB_169908","tr_customer_id":169925,"tr_customer_product_id":169915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:32.000Z","modified_at":"2026-01-29T04:17:09.000Z","name":"Conor O'Conner","mobile_number":"738-971-8590","email_id":"Peyton18@gmail.com","dop":"2025-04-06","serial_number":"10334667608357","imei1":"10334667608357","imei2":"10334667608357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169905,"job_number":"JOB_169905","tr_customer_id":169922,"tr_customer_product_id":169912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:31.000Z","modified_at":"2026-01-29T04:17:06.000Z","name":"Wendell Rath","mobile_number":"605-906-2935","email_id":"Vickie_Veum21@yahoo.com","dop":"2025-04-06","serial_number":"15766957779037","imei1":"15766957779037","imei2":"15766957779037","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169901,"job_number":"JOB_169901","tr_customer_id":169918,"tr_customer_product_id":169908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:26.000Z","modified_at":"2026-01-29T04:17:05.000Z","name":"Sallie Welch","mobile_number":"565-547-3229","email_id":"Graham9@hotmail.com","dop":"2025-04-06","serial_number":"15451720619746","imei1":"15451720619746","imei2":"15451720619746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169898,"job_number":"JOB_169898","tr_customer_id":169915,"tr_customer_product_id":169905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:25.000Z","modified_at":"2026-01-29T04:17:05.000Z","name":"Lupe Rippin","mobile_number":"435-423-9993","email_id":"Caden26@hotmail.com","dop":"2025-04-06","serial_number":"11434318738488","imei1":"11434318738488","imei2":"11434318738488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169895,"job_number":"JOB_169895","tr_customer_id":169912,"tr_customer_product_id":169902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:24.000Z","modified_at":"2026-01-29T04:16:58.000Z","name":"Katelyn Gottlieb","mobile_number":"545-282-3114","email_id":"Helene_Rosenbaum@yahoo.com","dop":"2025-04-06","serial_number":"14798629558442","imei1":"14798629558442","imei2":"14798629558442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169894,"job_number":"JOB_169894","tr_customer_id":169911,"tr_customer_product_id":169901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:23.000Z","modified_at":"2026-01-29T04:16:59.000Z","name":"Austin Roberts","mobile_number":"349-791-0104","email_id":"Deion36@hotmail.com","dop":"2025-04-06","serial_number":"13826216054609","imei1":"13826216054609","imei2":"13826216054609","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169891,"job_number":"JOB_169891","tr_customer_id":169908,"tr_customer_product_id":169898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:20.000Z","modified_at":"2026-01-29T04:16:57.000Z","name":"Rosie Nader","mobile_number":"407-966-6139","email_id":"Joyce.Rodriguez55@gmail.com","dop":"2025-04-06","serial_number":"13990803166248","imei1":"13990803166248","imei2":"13990803166248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169888,"job_number":"JOB_169888","tr_customer_id":169905,"tr_customer_product_id":169895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:11.000Z","modified_at":"2026-01-29T04:16:49.000Z","name":"Lonny O'Hara","mobile_number":"647-705-0848","email_id":"Lorenz63@hotmail.com","dop":"2025-04-06","serial_number":"19106745851574","imei1":"19106745851574","imei2":"19106745851574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169886,"job_number":"JOB_169886","tr_customer_id":169903,"tr_customer_product_id":169893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:09.000Z","modified_at":"2026-01-29T04:16:44.000Z","name":"Colin Towne","mobile_number":"629-800-7332","email_id":"Nicola.Jacobs@gmail.com","dop":"2025-06-18","serial_number":"10262731369748","imei1":"10262731369748","imei2":"10262731369748","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169884,"job_number":"JOB_169884","tr_customer_id":169901,"tr_customer_product_id":169891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:07.000Z","modified_at":"2026-01-29T04:16:16.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"45654946781158","imei1":"45654946781158","imei2":"45654946781158","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169882,"job_number":"JOB_169882","tr_customer_id":169899,"tr_customer_product_id":169889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:05.000Z","modified_at":"2026-01-29T04:16:39.000Z","name":"Alberta Schaefer","mobile_number":"331-960-4694","email_id":"Lowell_Witting22@hotmail.com","dop":"2025-04-06","serial_number":"17242679401128","imei1":"17242679401128","imei2":"17242679401128","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169879,"job_number":"JOB_169879","tr_customer_id":169896,"tr_customer_product_id":169886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:01.000Z","modified_at":"2026-01-29T04:16:37.000Z","name":"Melany Schaden","mobile_number":"488-655-8092","email_id":"Cindy_Jakubowski89@hotmail.com","dop":"2025-04-06","serial_number":"13869223701753","imei1":"13869223701753","imei2":"13869223701753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169878,"job_number":"JOB_169878","tr_customer_id":169895,"tr_customer_product_id":169885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:15:56.000Z","modified_at":"2026-01-29T04:16:05.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"61615467745554","imei1":"61615467745554","imei2":"61615467745554","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169875,"job_number":"JOB_169875","tr_customer_id":169892,"tr_customer_product_id":169882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:26:22.000Z","modified_at":"2026-01-29T03:26:57.000Z","name":"Lupe Welch","mobile_number":"490-980-7594","email_id":"Adella63@gmail.com","dop":"2025-04-06","serial_number":"13920192643004","imei1":"13920192643004","imei2":"13920192643004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T03:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169872,"job_number":"JOB_169872","tr_customer_id":169889,"tr_customer_product_id":169879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:25:39.000Z","modified_at":"2026-01-29T03:26:14.000Z","name":"Joey Gaylord","mobile_number":"517-628-5442","email_id":"Leonor_Friesen@hotmail.com","dop":"2025-04-06","serial_number":"11422722848889","imei1":"11422722848889","imei2":"11422722848889","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T03:26:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169869,"job_number":"JOB_169869","tr_customer_id":169886,"tr_customer_product_id":169876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:24:57.000Z","modified_at":"2026-01-29T03:25:32.000Z","name":"Orpha Schamberger","mobile_number":"635-981-4238","email_id":"Emmy_Strosin47@hotmail.com","dop":"2025-04-06","serial_number":"11604588538358","imei1":"11604588538358","imei2":"11604588538358","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T03:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169867,"job_number":"JOB_169867","tr_customer_id":169884,"tr_customer_product_id":169874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T02:31:40.000Z","modified_at":"2026-01-29T02:31:41.000Z","name":"vedika singh","mobile_number":"9000000002","email_id":"vedika@gmail.com","dop":"2026-01-19","serial_number":"19280180958991","imei1":"19280180958991","imei2":"19280180958991","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T02:31:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169866,"job_number":"JOB_169866","tr_customer_id":169883,"tr_customer_product_id":169873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T02:31:38.000Z","modified_at":"2026-01-29T02:31:40.000Z","name":"ved singh","mobile_number":"9000000001","email_id":"ved@gmail.com","dop":"2026-01-19","serial_number":"14686990491718","imei1":"14686990491718","imei2":"14686990491718","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T02:31:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169865,"job_number":"JOB_169865","tr_customer_id":169882,"tr_customer_product_id":169872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T02:31:36.000Z","modified_at":"2026-01-29T02:31:38.000Z","name":"navin singh","mobile_number":"9000000000","email_id":"navin@gmail.com","dop":"2026-01-19","serial_number":"19774602002980","imei1":"19774602002980","imei2":"19774602002980","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T02:31:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169864,"job_number":"JOB_169864","tr_customer_id":169881,"tr_customer_product_id":169871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T02:17:01.000Z","modified_at":"2026-01-29T02:17:03.000Z","name":"Bhargav Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"15571746267895","imei1":"15571746267895","imei2":"15571746267895","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T02:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169855,"job_number":"JOB_169855","tr_customer_id":169872,"tr_customer_product_id":169862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-28T20:58:44.000Z","modified_at":"2026-01-29T09:31:59.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-01-23","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-01-23T20:58:44.120141108Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:31:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 617ms
Mean size per request: 1013B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTY5NzI2Mn0.MxWLJO3vs73e_vsfBddBaGemoo2zG_ZfjSoiQLDHjC8
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token a8f8c67e-9876-48c6-a75c-455d8f6aa436
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1013
ETag W/"3f5-qsS/6TVvMXrc5lhQPCiHAL6/VHU"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:24 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":170671,"job_number":"JOB_170671","tr_customer_id":170688,"tr_customer_product_id":170678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:34:15.000Z","modified_at":"2026-01-29T14:34:21.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17757910031521","imei2":"17757910031521","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-29T14:34:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"job_id":151329}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 262ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTY5NzI2Mn0.MxWLJO3vs73e_vsfBddBaGemoo2zG_ZfjSoiQLDHjC8
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token e64a9353-41b3-46c6-ae9c-95b0b900ed0b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 26
Request Body
{
            "job_id": 170671
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:24 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODExMDY5N30.MwG6axJWkYoAXgnBNrjVS-niHOyLzD6czRGtrGSOocw' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 596ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2OTY5NzI2Mn0.MxWLJO3vs73e_vsfBddBaGemoo2zG_ZfjSoiQLDHjC8
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 043617ff-8c98-4d53-ba34-a533cbbfea2c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 258ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 2b1bdd04-70c8-4f25-8f92-9c8ff98dd972
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-epC1i9QoILBNQcs3p/J+GfvUVJQ"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNjV9.0aWlaPYyFSy9lgxVEAZ_dkgLCMkH3spI2SOnh9IAgqU"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNTN9.Rq9s1WhMqfiBsHel3W-nmNPytpkw0fly2W5gCq9Zhm4
Connection keep-alive
If-None-Match W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token fdba411d-75fc-44a6-98a1-2c83dd11bf0f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c9-Ld6hKByAvaJhFG+2eukoSrTwhJs"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 284ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNTN9.Rq9s1WhMqfiBsHel3W-nmNPytpkw0fly2W5gCq9Zhm4
Connection keep-alive
If-None-Match W/"c9-Ld6hKByAvaJhFG+2eukoSrTwhJs"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 74db0672-539f-430c-ac24-2ac59651c3ce
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-CYknvHQw364OXPLtYWYgzfwrw7s"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":784},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 275ms
Mean size per request: 1004B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNTN9.Rq9s1WhMqfiBsHel3W-nmNPytpkw0fly2W5gCq9Zhm4
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 67072126-7e49-42cc-bff3-a87fd8c2dfa8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1004
ETag W/"3ec-08zmlVbQ+CmvJj1usiopOHRTmqI"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":170671,"job_number":"JOB_170671","tr_customer_id":170688,"tr_customer_product_id":170678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:34:15.000Z","modified_at":"2026-01-29T14:34:24.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17757910031521","imei2":"17757910031521","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-29T14:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 270ms
Mean size per request: 1004B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNTN9.Rq9s1WhMqfiBsHel3W-nmNPytpkw0fly2W5gCq9Zhm4
Connection keep-alive
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token ab8ab3a9-c142-4be8-9d96-16565d664f0d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1004
ETag W/"3ec-08zmlVbQ+CmvJj1usiopOHRTmqI"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":170671,"job_number":"JOB_170671","tr_customer_id":170688,"tr_customer_product_id":170678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:34:15.000Z","modified_at":"2026-01-29T14:34:24.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17757910031521","imei2":"17757910031521","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-29T14:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"job_id":151329}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 264ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNTN9.Rq9s1WhMqfiBsHel3W-nmNPytpkw0fly2W5gCq9Zhm4
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 1fee2202-29d4-48de-a0f4-874573c2dd7d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 26
Request Body
{
            "job_id": 170671
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"7d7-SgjB97F0i27vfE3bqA/Mt3qwSd4"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 271ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNTN9.Rq9s1WhMqfiBsHel3W-nmNPytpkw0fly2W5gCq9Zhm4
Connection keep-alive
If-None-Match W/"7d7-SgjB97F0i27vfE3bqA/Mt3qwSd4"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token ff67f7af-d9c2-473c-81be-65eab4ae1088
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"f2-3U0Wmp7xOxKy5S90JzrjjO0kV28"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 281ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNTN9.Rq9s1WhMqfiBsHel3W-nmNPytpkw0fly2W5gCq9Zhm4
Connection keep-alive
If-None-Match W/"f2-3U0Wmp7xOxKy5S90JzrjjO0kV28"
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token fadb8b99-2760-44b7-b58e-99d5adf37b82
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-ML0a4/p1fuAq2mj578gu3k60BC8"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":784},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 661ms
Mean size per request: 760.49KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNTN9.Rq9s1WhMqfiBsHel3W-nmNPytpkw0fly2W5gCq9Zhm4
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token f8c782cb-d0b2-4c0d-80c4-3fca87122281
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"be1f9-pvpBIIjuF/zcEveLAA/ZQIqmUyw"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 29 Jan 2026 14:34:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":170662,"job_number":"JOB_170662","tr_customer_id":170679,"tr_customer_product_id":170669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:24.000Z","modified_at":"2026-01-29T14:30:50.000Z","name":"Opal Hilpert","mobile_number":"469-677-2492","email_id":"Tia_Wehner5@yahoo.com","dop":"2025-10-01","serial_number":"16046327030474","imei1":"16046327030474","imei2":"16046327030474","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:30:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170661,"job_number":"JOB_170661","tr_customer_id":170678,"tr_customer_product_id":170668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:15.000Z","modified_at":"2026-01-29T14:30:15.000Z","name":"Afton Sanford","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"134477990546568","imei1":"134477990546568","imei2":"134477990546568","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170660,"job_number":"JOB_170660","tr_customer_id":170677,"tr_customer_product_id":170667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:14.000Z","modified_at":"2026-01-29T14:30:14.000Z","name":"Jeremie Lynch","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"135274987984350","imei1":"135274987984350","imei2":"135274987984350","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170659,"job_number":"JOB_170659","tr_customer_id":170676,"tr_customer_product_id":170666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:14.000Z","modified_at":"2026-01-29T14:30:14.000Z","name":"Nellie Kemmer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"190504053936811","imei1":"190504053936811","imei2":"190504053936811","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170658,"job_number":"JOB_170658","tr_customer_id":170675,"tr_customer_product_id":170665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:13.000Z","modified_at":"2026-01-29T14:30:13.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"192051065949516","imei1":"192051065949516","imei2":"192051065949516","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170657,"job_number":"JOB_170657","tr_customer_id":170674,"tr_customer_product_id":170664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:00.000Z","modified_at":"2026-01-29T14:30:00.000Z","name":"Kaley Koepp","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"169709661148071","imei1":"169709661148071","imei2":"169709661148071","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170656,"job_number":"JOB_170656","tr_customer_id":170673,"tr_customer_product_id":170663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:00.000Z","modified_at":"2026-01-29T14:30:00.000Z","name":"Camryn Lakin","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114954477026693","imei1":"114954477026693","imei2":"114954477026693","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170655,"job_number":"JOB_170655","tr_customer_id":170672,"tr_customer_product_id":170662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:30:00.000Z","modified_at":"2026-01-29T14:30:00.000Z","name":"Darrick Kessler","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"168539902678161","imei1":"168539902678161","imei2":"168539902678161","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:30:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170654,"job_number":"JOB_170654","tr_customer_id":170671,"tr_customer_product_id":170661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:29:59.000Z","modified_at":"2026-01-29T14:29:59.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"112406510523889","imei1":"112406510523889","imei2":"112406510523889","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:29:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170640,"job_number":"JOB_170640","tr_customer_id":170657,"tr_customer_product_id":170647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:19.000Z","modified_at":"2026-01-29T14:10:30.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"79596888003891","imei1":"79596888003891","imei2":"79596888003891","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170639,"job_number":"JOB_170639","tr_customer_id":170656,"tr_customer_product_id":170646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:04.000Z","modified_at":"2026-01-29T14:10:15.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"10200392239708","imei1":"10200392239708","imei2":"10200392239708","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170631,"job_number":"JOB_170631","tr_customer_id":170648,"tr_customer_product_id":170638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:49.000Z","modified_at":"2026-01-29T14:09:59.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"18341397511533","imei1":"18341397511533","imei2":"18341397511533","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:09:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170576,"job_number":"JOB_170576","tr_customer_id":170593,"tr_customer_product_id":170583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:40:21.000Z","modified_at":"2026-01-29T13:15:27.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"10658929738383","imei1":"10658929738383","imei2":"10658929738383","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:15:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170575,"job_number":"JOB_170575","tr_customer_id":170592,"tr_customer_product_id":170582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:36:37.000Z","modified_at":"2026-01-29T12:36:37.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"10191171314065","imei1":"10191171314065","imei2":"10191171314065","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:36:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170551,"job_number":"JOB_170551","tr_customer_id":170568,"tr_customer_product_id":170558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:16:27.000Z","modified_at":"2026-01-29T12:16:27.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"97707161098983122","imei1":"97707161098983122","imei2":"97707161098983122","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170550,"job_number":"JOB_170550","tr_customer_id":170567,"tr_customer_product_id":170557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:13:23.000Z","modified_at":"2026-01-29T12:13:23.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"9770716109898312","imei1":"9770716109898312","imei2":"9770716109898312","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:13:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170510,"job_number":"JOB_170510","tr_customer_id":170527,"tr_customer_product_id":170517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:16:32.000Z","modified_at":"2026-01-29T11:16:32.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"977071610989831","imei1":"977071610989831","imei2":"977071610989831","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:16:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170485,"job_number":"JOB_170485","tr_customer_id":170502,"tr_customer_product_id":170492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:45:15.000Z","modified_at":"2026-01-29T09:06:22.000Z","name":"Anshu Pathak","mobile_number":"8983241672","email_id":"nitin.kr.pathak@gmail.com","dop":"2026-01-06","serial_number":"977071610989831","imei1":"977071610989831","imei2":"977071610989831","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:06:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170473,"job_number":"JOB_170473","tr_customer_id":170490,"tr_customer_product_id":170480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:23.000Z","modified_at":"2026-01-29T07:58:34.000Z","name":"Vincent Hyatt","mobile_number":"892-347-9684","email_id":"Hershel_Veum@gmail.com","dop":"2025-11-04","serial_number":"13405906422571","imei1":"13405906422571","imei2":"13405906422571","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170472,"job_number":"JOB_170472","tr_customer_id":170489,"tr_customer_product_id":170479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:09.000Z","modified_at":"2026-01-29T07:58:20.000Z","name":"Esta Collier","mobile_number":"224-777-2629","email_id":"Marlene_Huel62@hotmail.com","dop":"2025-11-04","serial_number":"85826434988131","imei1":"85826434988131","imei2":"85826434988131","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170464,"job_number":"JOB_170464","tr_customer_id":170481,"tr_customer_product_id":170471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:45:07.000Z","modified_at":"2026-01-29T07:45:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Athena_Reinger@yahoo.com","dop":"2025-07-02","serial_number":"15409646448622","imei1":"15409646448622","imei2":"15409646448622","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:45:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170463,"job_number":"JOB_170463","tr_customer_id":170480,"tr_customer_product_id":170470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:44:47.000Z","modified_at":"2026-01-29T07:44:47.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Daphnee.Hammes83@hotmail.com","dop":"2025-07-02","serial_number":"13659206069138","imei1":"13659206069138","imei2":"13659206069138","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:44:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170462,"job_number":"JOB_170462","tr_customer_id":170479,"tr_customer_product_id":170469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:44:25.000Z","modified_at":"2026-01-29T07:44:25.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Justus81@hotmail.com","dop":"2025-07-02","serial_number":"16470960202615","imei1":"16470960202615","imei2":"16470960202615","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170460,"job_number":"JOB_170460","tr_customer_id":170477,"tr_customer_product_id":170467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:40:11.000Z","modified_at":"2026-01-29T07:40:22.000Z","name":"Royal Gusikowski","mobile_number":"536-365-1270","email_id":"Johnathon.Bashirian59@hotmail.com","dop":"2025-11-04","serial_number":"41067482337351","imei1":"41067482337351","imei2":"41067482337351","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:40:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170459,"job_number":"JOB_170459","tr_customer_id":170476,"tr_customer_product_id":170466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:39:55.000Z","modified_at":"2026-01-29T07:40:07.000Z","name":"Declan Orn","mobile_number":"485-379-8511","email_id":"Rocky_Crooks86@yahoo.com","dop":"2025-11-04","serial_number":"32392105313176","imei1":"32392105313176","imei2":"32392105313176","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:40:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170366,"job_number":"JOB_170366","tr_customer_id":170383,"tr_customer_product_id":170373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:56.000Z","modified_at":"2026-01-29T06:42:07.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"86070678264177","imei1":"86070678264177","imei2":"86070678264177","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:42:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170362,"job_number":"JOB_170362","tr_customer_id":170379,"tr_customer_product_id":170369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:40.000Z","modified_at":"2026-01-29T06:41:52.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"75367562556144","imei1":"75367562556144","imei2":"75367562556144","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170334,"job_number":"JOB_170334","tr_customer_id":170351,"tr_customer_product_id":170341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:21.000Z","modified_at":"2026-01-29T06:35:51.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"58322055980187","imei1":"58322055980187","imei2":"58322055980187","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170333,"job_number":"JOB_170333","tr_customer_id":170350,"tr_customer_product_id":170340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:03.000Z","modified_at":"2026-01-29T06:35:16.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"49081405834854","imei1":"49081405834854","imei2":"49081405834854","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:35:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170332,"job_number":"JOB_170332","tr_customer_id":170349,"tr_customer_product_id":170339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:54.000Z","modified_at":"2026-01-29T06:33:54.000Z","name":"Natalia Kessler","mobile_number":"761-543-6488","email_id":"Jade_Satterfield@gmail.com","dop":"2025-06-09","serial_number":"97950778071355780","imei1":"97950778071355780","imei2":"97950778071355780","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170331,"job_number":"JOB_170331","tr_customer_id":170348,"tr_customer_product_id":170338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:52.000Z","modified_at":"2026-01-29T06:33:52.000Z","name":"Jules Zboncak","mobile_number":"455-881-5519","email_id":"Meghan44@gmail.com","dop":"2025-06-09","serial_number":"107302736681477","imei1":"107302736681477","imei2":"107302736681477","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170330,"job_number":"JOB_170330","tr_customer_id":170347,"tr_customer_product_id":170337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:52.000Z","modified_at":"2026-01-29T06:34:05.000Z","name":"Leda Collins","mobile_number":"225-511-1845","email_id":"Kyleigh.Kautzer57@hotmail.com","dop":"2025-06-09","serial_number":"106849741801907","imei1":"106849741801907","imei2":"106849741801907","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:34:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170329,"job_number":"JOB_170329","tr_customer_id":170346,"tr_customer_product_id":170336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:52.000Z","modified_at":"2026-01-29T06:33:52.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"109578000036737","imei1":"109578000036737","imei2":"109578000036737","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170328,"job_number":"JOB_170328","tr_customer_id":170345,"tr_customer_product_id":170335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:34.000Z","modified_at":"2026-01-29T06:33:34.000Z","name":"Lindsey Hettinger","mobile_number":"393-703-2324","email_id":"Justyn_Jenkins29@hotmail.com","dop":"2025-06-09","serial_number":"102632198232302","imei1":"102632198232302","imei2":"102632198232302","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170327,"job_number":"JOB_170327","tr_customer_id":170344,"tr_customer_product_id":170334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:34.000Z","modified_at":"2026-01-29T06:33:47.000Z","name":"Chase Kihn","mobile_number":"657-597-7471","email_id":"Julien4@hotmail.com","dop":"2025-06-09","serial_number":"107165057388892","imei1":"107165057388892","imei2":"107165057388892","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:33:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170326,"job_number":"JOB_170326","tr_customer_id":170343,"tr_customer_product_id":170333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:33.000Z","modified_at":"2026-01-29T06:33:33.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102172616443770","imei1":"102172616443770","imei2":"102172616443770","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170325,"job_number":"JOB_170325","tr_customer_id":170342,"tr_customer_product_id":170332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:16.000Z","modified_at":"2026-01-29T06:33:16.000Z","name":"Brooke Spencer","mobile_number":"627-430-8736","email_id":"Jacey30@yahoo.com","dop":"2025-06-09","serial_number":"8270962798696557","imei1":"8270962798696557","imei2":"8270962798696557","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170324,"job_number":"JOB_170324","tr_customer_id":170341,"tr_customer_product_id":170331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:15.000Z","modified_at":"2026-01-29T06:33:15.000Z","name":"Alicia Upton","mobile_number":"814-290-6671","email_id":"Connie.Goodwin66@hotmail.com","dop":"2025-06-09","serial_number":"105069189382942","imei1":"105069189382942","imei2":"105069189382942","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170323,"job_number":"JOB_170323","tr_customer_id":170340,"tr_customer_product_id":170330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:14.000Z","modified_at":"2026-01-29T06:33:28.000Z","name":"Elisa Ryan","mobile_number":"638-513-5547","email_id":"Catalina55@gmail.com","dop":"2025-06-09","serial_number":"108746957862883","imei1":"108746957862883","imei2":"108746957862883","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:33:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170322,"job_number":"JOB_170322","tr_customer_id":170339,"tr_customer_product_id":170329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:33:14.000Z","modified_at":"2026-01-29T06:33:14.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"102303592410008","imei1":"102303592410008","imei2":"102303592410008","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170321,"job_number":"JOB_170321","tr_customer_id":170338,"tr_customer_product_id":170328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:31:27.000Z","modified_at":"2026-01-29T06:31:51.000Z","name":"Ottis Labadie","mobile_number":"966-793-1574","email_id":"Kristian_Hayes97@gmail.com","dop":"2025-10-01","serial_number":"13893001630037","imei1":"13893001630037","imei2":"13893001630037","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170320,"job_number":"JOB_170320","tr_customer_id":170337,"tr_customer_product_id":170327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:30:58.000Z","modified_at":"2026-01-29T06:31:11.000Z","name":"Robyn Von","mobile_number":"407-528-2637","email_id":"Cleora17@gmail.com","dop":"2025-11-04","serial_number":"85566931991008","imei1":"85566931991008","imei2":"85566931991008","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:31:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170319,"job_number":"JOB_170319","tr_customer_id":170336,"tr_customer_product_id":170326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:30:40.000Z","modified_at":"2026-01-29T06:30:53.000Z","name":"Athena Kling","mobile_number":"392-554-0171","email_id":"Buddy_Aufderhar81@yahoo.com","dop":"2025-11-04","serial_number":"70505521790134","imei1":"70505521790134","imei2":"70505521790134","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:30:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170318,"job_number":"JOB_170318","tr_customer_id":170335,"tr_customer_product_id":170325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:30:23.000Z","modified_at":"2026-01-29T06:30:35.000Z","name":"Lela Treutel","mobile_number":"692-467-9811","email_id":"April86@yahoo.com","dop":"2025-11-04","serial_number":"35397617622191","imei1":"35397617622191","imei2":"35397617622191","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:30:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170085,"job_number":"JOB_170085","tr_customer_id":170102,"tr_customer_product_id":170092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:00:51.000Z","modified_at":"2026-01-29T05:00:51.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"10286259884544","imei1":"10286259884544","imei2":"10286259884544","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:00:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170084,"job_number":"JOB_170084","tr_customer_id":170101,"tr_customer_product_id":170091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:00:51.000Z","modified_at":"2026-01-29T05:01:01.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"18405303130112","imei1":"18405303130112","imei2":"18405303130112","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170031,"job_number":"JOB_170031","tr_customer_id":170048,"tr_customer_product_id":170038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:39.000Z","modified_at":"2026-01-29T04:18:48.000Z","name":"Sarah Borer","mobile_number":"728-577-0903","email_id":"Merlin.Dibbert32@hotmail.com","dop":"2025-12-31","serial_number":"10819361310270","imei1":"10819361310270","imei2":"10819361310270","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170024,"job_number":"JOB_170024","tr_customer_id":170041,"tr_customer_product_id":170031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:36.000Z","modified_at":"2026-01-29T04:18:36.000Z","name":"Lavada Kub","mobile_number":"725-504-9986","email_id":"Quincy46@hotmail.com","dop":"2025-06-09","serial_number":"100552901932869","imei1":"100552901932869","imei2":"100552901932869","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170023,"job_number":"JOB_170023","tr_customer_id":170040,"tr_customer_product_id":170030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:35.000Z","modified_at":"2026-01-29T04:18:46.000Z","name":"Katharina Cruickshank","mobile_number":"924-627-4792","email_id":"Brianne21@yahoo.com","dop":"2025-06-09","serial_number":"109465015397039","imei1":"109465015397039","imei2":"109465015397039","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170022,"job_number":"JOB_170022","tr_customer_id":170039,"tr_customer_product_id":170029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:35.000Z","modified_at":"2026-01-29T04:18:35.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"102690346307484","imei1":"102690346307484","imei2":"102690346307484","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170012,"job_number":"JOB_170012","tr_customer_id":170029,"tr_customer_product_id":170019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:26.000Z","modified_at":"2026-01-29T04:18:35.000Z","name":"Chris Thompson","mobile_number":"845-539-7106","email_id":"Sigurd.Orn95@hotmail.com","dop":"2025-12-31","serial_number":"10467693498151","imei1":"10467693498151","imei2":"10467693498151","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170011,"job_number":"JOB_170011","tr_customer_id":170028,"tr_customer_product_id":170018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:20.000Z","modified_at":"2026-01-29T04:18:20.000Z","name":"Osborne Baumbach","mobile_number":"269-391-4648","email_id":"Amanda.Schoen6@yahoo.com","dop":"2025-06-09","serial_number":"101461346840938","imei1":"101461346840938","imei2":"101461346840938","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170010,"job_number":"JOB_170010","tr_customer_id":170027,"tr_customer_product_id":170017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:20.000Z","modified_at":"2026-01-29T04:18:31.000Z","name":"Durward Purdy","mobile_number":"439-238-6780","email_id":"Casimir94@hotmail.com","dop":"2025-06-09","serial_number":"109558957991032","imei1":"109558957991032","imei2":"109558957991032","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170009,"job_number":"JOB_170009","tr_customer_id":170026,"tr_customer_product_id":170016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:19.000Z","modified_at":"2026-01-29T04:18:19.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"105528713661639","imei1":"105528713661639","imei2":"105528713661639","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170008,"job_number":"JOB_170008","tr_customer_id":170025,"tr_customer_product_id":170015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:12.000Z","modified_at":"2026-01-29T04:18:22.000Z","name":"Lincoln Homenick","mobile_number":"817-973-4755","email_id":"Monique17@gmail.com","dop":"2025-12-31","serial_number":"10496055051791","imei1":"10496055051791","imei2":"10496055051791","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170004,"job_number":"JOB_170004","tr_customer_id":170021,"tr_customer_product_id":170011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:04.000Z","modified_at":"2026-01-29T04:18:04.000Z","name":"Eryn Bruen","mobile_number":"519-308-8273","email_id":"Meggie3@yahoo.com","dop":"2025-06-09","serial_number":"101844397816375","imei1":"101844397816375","imei2":"101844397816375","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170003,"job_number":"JOB_170003","tr_customer_id":170020,"tr_customer_product_id":170010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:04.000Z","modified_at":"2026-01-29T04:18:15.000Z","name":"Guillermo Hintz","mobile_number":"779-876-9730","email_id":"Darrick_Keeling78@hotmail.com","dop":"2025-06-09","serial_number":"104831108983090","imei1":"104831108983090","imei2":"104831108983090","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170002,"job_number":"JOB_170002","tr_customer_id":170019,"tr_customer_product_id":170009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:03.000Z","modified_at":"2026-01-29T04:18:03.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"105825948977618","imei1":"105825948977618","imei2":"105825948977618","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169990,"job_number":"JOB_169990","tr_customer_id":170007,"tr_customer_product_id":169997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"Josefina Schuppe","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"188490740819099","imei1":"188490740819099","imei2":"188490740819099","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169989,"job_number":"JOB_169989","tr_customer_id":170006,"tr_customer_product_id":169996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"Nola Steuber","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"129136019390741","imei1":"129136019390741","imei2":"129136019390741","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169988,"job_number":"JOB_169988","tr_customer_id":170004,"tr_customer_product_id":169995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:17:59.000Z","name":"Cleveland Nader","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"160593098261144","imei1":"160593098261144","imei2":"160593098261144","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169985,"job_number":"JOB_169985","tr_customer_id":170002,"tr_customer_product_id":169992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:17:59.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"178943905284676","imei1":"178943905284676","imei2":"178943905284676","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169979,"job_number":"JOB_169979","tr_customer_id":169996,"tr_customer_product_id":169986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:17:57.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"14778791158538","imei1":"14778791158538","imei2":"14778791158538","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169976,"job_number":"JOB_169976","tr_customer_id":169993,"tr_customer_product_id":169983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:18:06.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"19471419291588","imei1":"19471419291588","imei2":"19471419291588","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169965,"job_number":"JOB_169965","tr_customer_id":169982,"tr_customer_product_id":169972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:48.000Z","modified_at":"2026-01-29T04:18:12.000Z","name":"Stanley Olson","mobile_number":"293-523-0223","email_id":"Wendy_Witting55@gmail.com","dop":"2025-10-01","serial_number":"18988258327942","imei1":"18988258327942","imei2":"18988258327942","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169963,"job_number":"JOB_169963","tr_customer_id":169980,"tr_customer_product_id":169970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Lela Boyle","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"113807506462303","imei1":"113807506462303","imei2":"113807506462303","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169962,"job_number":"JOB_169962","tr_customer_id":169979,"tr_customer_product_id":169969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Calista Schuppe","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"108590264598891","imei1":"108590264598891","imei2":"108590264598891","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169960,"job_number":"JOB_169960","tr_customer_id":169977,"tr_customer_product_id":169967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Johann Dibbert","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"184192556731387","imei1":"184192556731387","imei2":"184192556731387","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169957,"job_number":"JOB_169957","tr_customer_id":169974,"tr_customer_product_id":169964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:17:46.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"190716491907042","imei1":"190716491907042","imei2":"190716491907042","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169928,"job_number":"JOB_169928","tr_customer_id":169945,"tr_customer_product_id":169935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:55.000Z","modified_at":"2026-01-29T04:17:04.000Z","name":"giyu tomiaka","mobile_number":"300-376-0245","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"992077779167119","imei1":"992077779167119","imei2":"992077779167119","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169927,"job_number":"JOB_169927","tr_customer_id":169944,"tr_customer_product_id":169934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:53.000Z","modified_at":"2026-01-29T04:16:53.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Ralph.Reilly@hotmail.com","dop":"2025-07-02","serial_number":"15208020586693","imei1":"15208020586693","imei2":"15208020586693","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169918,"job_number":"JOB_169918","tr_customer_id":169935,"tr_customer_product_id":169925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:43.000Z","modified_at":"2026-01-29T04:16:52.000Z","name":"tanjiro kamado","mobile_number":"597-440-8271","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"771107984364553","imei1":"771107984364553","imei2":"771107984364553","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169913,"job_number":"JOB_169913","tr_customer_id":169930,"tr_customer_product_id":169920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Ronaldo_Kulas@gmail.com","dop":"2025-07-02","serial_number":"16826565478339","imei1":"16826565478339","imei2":"16826565478339","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169906,"job_number":"JOB_169906","tr_customer_id":169923,"tr_customer_product_id":169913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:31.000Z","modified_at":"2026-01-29T04:16:41.000Z","name":"saitama sensei","mobile_number":"849-330-7706","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"238347889613895","imei1":"238347889613895","imei2":"238347889613895","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169890,"job_number":"JOB_169890","tr_customer_id":169907,"tr_customer_product_id":169897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:18.000Z","modified_at":"2026-01-29T04:16:18.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Catalina_Beer85@hotmail.com","dop":"2025-07-02","serial_number":"11468399750888","imei1":"11468399750888","imei2":"11468399750888","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170671,"job_number":"JOB_170671","tr_customer_id":170688,"tr_customer_product_id":170678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:34:15.000Z","modified_at":"2026-01-29T14:34:26.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17757910031521","imei2":"17757910031521","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170670,"job_number":"JOB_170670","tr_customer_id":170687,"tr_customer_product_id":170677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:34:15.000Z","modified_at":"2026-01-29T14:34:15.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11487568597016","imei2":"11487568597016","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:34:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170669,"job_number":"JOB_170669","tr_customer_id":170686,"tr_customer_product_id":170676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:34:00.000Z","modified_at":"2026-01-29T14:34:11.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16821902115578","imei2":"16821902115578","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:34:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170668,"job_number":"JOB_170668","tr_customer_id":170685,"tr_customer_product_id":170675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:59.000Z","modified_at":"2026-01-29T14:33:59.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12161447353277","imei2":"12161447353277","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170667,"job_number":"JOB_170667","tr_customer_id":170684,"tr_customer_product_id":170674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:44.000Z","modified_at":"2026-01-29T14:33:56.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16221438407366","imei2":"16221438407366","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:33:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170666,"job_number":"JOB_170666","tr_customer_id":170683,"tr_customer_product_id":170673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:44.000Z","modified_at":"2026-01-29T14:33:44.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17620259137506","imei2":"17620259137506","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170665,"job_number":"JOB_170665","tr_customer_id":170682,"tr_customer_product_id":170672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:43.000Z","modified_at":"2026-01-29T14:33:43.000Z","name":"Jessica Bernhard","mobile_number":"832-560-6687","email_id":"Vernie_Klocko@hotmail.com","dop":"2025-04-06","serial_number":"17593189206573856","imei1":"17593189206573856","imei2":"17593189206573856","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170664,"job_number":"JOB_170664","tr_customer_id":170681,"tr_customer_product_id":170671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:42.000Z","modified_at":"2026-01-29T14:34:22.000Z","name":"Madelyn Grant","mobile_number":"456-703-9202","email_id":"Maegan.Homenick29@gmail.com","dop":"2025-04-06","serial_number":"17423928987389","imei1":"17423928987389","imei2":"17423928987389","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:34:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170663,"job_number":"JOB_170663","tr_customer_id":170680,"tr_customer_product_id":170670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:33:42.000Z","modified_at":"2026-01-29T14:33:42.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18144335562909","imei1":"18144335562909","imei2":"18144335562909","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:33:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170653,"job_number":"JOB_170653","tr_customer_id":170670,"tr_customer_product_id":170660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:11:07.000Z","modified_at":"2026-01-29T14:11:07.000Z","name":"Colin Mann","mobile_number":"500-258-1892","email_id":"Chaz.Thompson17@gmail.com","dop":"2025-04-06","serial_number":"15145090007362290","imei1":"15145090007362290","imei2":"15145090007362290","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:11:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170652,"job_number":"JOB_170652","tr_customer_id":170669,"tr_customer_product_id":170659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:11:05.000Z","modified_at":"2026-01-29T14:11:43.000Z","name":"Gabrielle Gerhold","mobile_number":"647-954-9594","email_id":"Jacynthe_Robel0@gmail.com","dop":"2025-04-06","serial_number":"18578815429337","imei1":"18578815429337","imei2":"18578815429337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:11:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170651,"job_number":"JOB_170651","tr_customer_id":170668,"tr_customer_product_id":170658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:11:05.000Z","modified_at":"2026-01-29T14:11:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14497840140645","imei1":"14497840140645","imei2":"14497840140645","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:11:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170650,"job_number":"JOB_170650","tr_customer_id":170667,"tr_customer_product_id":170657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:29.000Z","modified_at":"2026-01-29T14:10:55.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54403093365360","imei1":"54403093365360","imei2":"54403093365360","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170649,"job_number":"JOB_170649","tr_customer_id":170666,"tr_customer_product_id":170656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:28.000Z","modified_at":"2026-01-29T14:10:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36396773416077","imei1":"36396773416077","imei2":"36396773416077","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170648,"job_number":"JOB_170648","tr_customer_id":170665,"tr_customer_product_id":170655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:28.000Z","modified_at":"2026-01-29T14:10:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62451219327262","imei1":"62451219327262","imei2":"62451219327262","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170647,"job_number":"JOB_170647","tr_customer_id":170664,"tr_customer_product_id":170654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:28.000Z","modified_at":"2026-01-29T14:10:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"87680375735673","imei1":"87680375735673","imei2":"87680375735673","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170646,"job_number":"JOB_170646","tr_customer_id":170663,"tr_customer_product_id":170653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:27.000Z","modified_at":"2026-01-29T14:10:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53855674847277","imei1":"53855674847277","imei2":"53855674847277","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170645,"job_number":"JOB_170645","tr_customer_id":170662,"tr_customer_product_id":170652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:27.000Z","modified_at":"2026-01-29T14:10:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"32205266543222","imei1":"32205266543222","imei2":"32205266543222","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170644,"job_number":"JOB_170644","tr_customer_id":170661,"tr_customer_product_id":170651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:27.000Z","modified_at":"2026-01-29T14:10:27.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"80476885755767","imei1":"80476885755767","imei2":"80476885755767","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170643,"job_number":"JOB_170643","tr_customer_id":170660,"tr_customer_product_id":170650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:21.000Z","modified_at":"2026-01-29T14:10:21.000Z","name":"Mabel Von","mobile_number":"545-600-8748","email_id":"Dustin.Littel@gmail.com","dop":"2025-04-06","serial_number":"15696888684715178","imei1":"15696888684715178","imei2":"15696888684715178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170642,"job_number":"JOB_170642","tr_customer_id":170659,"tr_customer_product_id":170649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:20.000Z","modified_at":"2026-01-29T14:10:58.000Z","name":"Davin Walker","mobile_number":"787-579-2037","email_id":"Ansley_Schmitt48@hotmail.com","dop":"2025-04-06","serial_number":"16632479613436","imei1":"16632479613436","imei2":"16632479613436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170641,"job_number":"JOB_170641","tr_customer_id":170658,"tr_customer_product_id":170648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:10:20.000Z","modified_at":"2026-01-29T14:10:20.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16471020128168","imei1":"16471020128168","imei2":"16471020128168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170638,"job_number":"JOB_170638","tr_customer_id":170655,"tr_customer_product_id":170645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:54.000Z","modified_at":"2026-01-29T14:10:21.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"77711799189048","imei1":"77711799189048","imei2":"77711799189048","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170637,"job_number":"JOB_170637","tr_customer_id":170654,"tr_customer_product_id":170644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:54.000Z","modified_at":"2026-01-29T14:09:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45530510234866","imei1":"45530510234866","imei2":"45530510234866","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170636,"job_number":"JOB_170636","tr_customer_id":170653,"tr_customer_product_id":170643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:54.000Z","modified_at":"2026-01-29T14:09:54.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11857570018969","imei1":"11857570018969","imei2":"11857570018969","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170635,"job_number":"JOB_170635","tr_customer_id":170652,"tr_customer_product_id":170642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:53.000Z","modified_at":"2026-01-29T14:09:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27348167769992","imei1":"27348167769992","imei2":"27348167769992","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170634,"job_number":"JOB_170634","tr_customer_id":170651,"tr_customer_product_id":170641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:53.000Z","modified_at":"2026-01-29T14:09:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13241669324108","imei1":"13241669324108","imei2":"13241669324108","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170633,"job_number":"JOB_170633","tr_customer_id":170650,"tr_customer_product_id":170640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:53.000Z","modified_at":"2026-01-29T14:09:53.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"64298473275873","imei1":"64298473275873","imei2":"64298473275873","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170632,"job_number":"JOB_170632","tr_customer_id":170649,"tr_customer_product_id":170639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:52.000Z","modified_at":"2026-01-29T14:09:52.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51495525421831","imei1":"51495525421831","imei2":"51495525421831","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170630,"job_number":"JOB_170630","tr_customer_id":170647,"tr_customer_product_id":170637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:42.000Z","modified_at":"2026-01-29T14:09:42.000Z","name":"Sydney Hodkiewicz","mobile_number":"723-344-1980","email_id":"Adrien94@gmail.com","dop":"2025-04-06","serial_number":"10417035467645472","imei1":"10417035467645472","imei2":"10417035467645472","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170629,"job_number":"JOB_170629","tr_customer_id":170646,"tr_customer_product_id":170636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:40.000Z","modified_at":"2026-01-29T14:10:22.000Z","name":"Wilton Hettinger","mobile_number":"211-746-1732","email_id":"Horace.Larson@yahoo.com","dop":"2025-04-06","serial_number":"16665506948731","imei1":"16665506948731","imei2":"16665506948731","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170628,"job_number":"JOB_170628","tr_customer_id":170645,"tr_customer_product_id":170635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:36.000Z","modified_at":"2026-01-29T14:09:36.000Z","name":"Sabina Russel","mobile_number":"603-905-7728","email_id":"Erick.Green@hotmail.com","dop":"2025-04-06","serial_number":"12765122914716278","imei1":"12765122914716278","imei2":"12765122914716278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170627,"job_number":"JOB_170627","tr_customer_id":170644,"tr_customer_product_id":170634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:35.000Z","modified_at":"2026-01-29T14:10:13.000Z","name":"Arnulfo Pacocha","mobile_number":"952-876-5615","email_id":"Dawn21@gmail.com","dop":"2025-04-06","serial_number":"10043256847780","imei1":"10043256847780","imei2":"10043256847780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:10:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170626,"job_number":"JOB_170626","tr_customer_id":170643,"tr_customer_product_id":170633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:34.000Z","modified_at":"2026-01-29T14:09:34.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13271255174915","imei1":"13271255174915","imei2":"13271255174915","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170625,"job_number":"JOB_170625","tr_customer_id":170642,"tr_customer_product_id":170632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:19.000Z","modified_at":"2026-01-29T14:09:46.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"67702757598973","imei1":"67702757598973","imei2":"67702757598973","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:09:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170624,"job_number":"JOB_170624","tr_customer_id":170641,"tr_customer_product_id":170631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:19.000Z","modified_at":"2026-01-29T14:09:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"13699333898819","imei1":"13699333898819","imei2":"13699333898819","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170623,"job_number":"JOB_170623","tr_customer_id":170640,"tr_customer_product_id":170630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:19.000Z","modified_at":"2026-01-29T14:09:19.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"62790160479191","imei1":"62790160479191","imei2":"62790160479191","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170622,"job_number":"JOB_170622","tr_customer_id":170639,"tr_customer_product_id":170629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:18.000Z","modified_at":"2026-01-29T14:09:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37116685992248","imei1":"37116685992248","imei2":"37116685992248","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170621,"job_number":"JOB_170621","tr_customer_id":170638,"tr_customer_product_id":170628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:18.000Z","modified_at":"2026-01-29T14:09:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"46648017332110","imei1":"46648017332110","imei2":"46648017332110","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170620,"job_number":"JOB_170620","tr_customer_id":170637,"tr_customer_product_id":170627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:18.000Z","modified_at":"2026-01-29T14:09:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35629917911906","imei1":"35629917911906","imei2":"35629917911906","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170619,"job_number":"JOB_170619","tr_customer_id":170636,"tr_customer_product_id":170626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:09:17.000Z","modified_at":"2026-01-29T14:09:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59836183781698","imei1":"59836183781698","imei2":"59836183781698","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T14:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170618,"job_number":"JOB_170618","tr_customer_id":170635,"tr_customer_product_id":170625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:01:10.000Z","modified_at":"2026-01-29T14:01:12.000Z","name":"vedika singh","mobile_number":"9000000002","email_id":"vedika@gmail.com","dop":"2026-01-19","serial_number":"17041667492242","imei1":"17041667492242","imei2":"17041667492242","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170617,"job_number":"JOB_170617","tr_customer_id":170634,"tr_customer_product_id":170624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:01:07.000Z","modified_at":"2026-01-29T14:01:09.000Z","name":"ved singh","mobile_number":"9000000001","email_id":"ved@gmail.com","dop":"2026-01-19","serial_number":"18882897602096","imei1":"18882897602096","imei2":"18882897602096","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:01:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170616,"job_number":"JOB_170616","tr_customer_id":170633,"tr_customer_product_id":170623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:01:05.000Z","modified_at":"2026-01-29T14:01:07.000Z","name":"navin singh","mobile_number":"9000000000","email_id":"navin@gmail.com","dop":"2026-01-19","serial_number":"12126963812128","imei1":"12126963812128","imei2":"12126963812128","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:01:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170615,"job_number":"JOB_170615","tr_customer_id":170632,"tr_customer_product_id":170622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:50:35.000Z","modified_at":"2026-01-29T13:50:35.000Z","name":"Dion Batz","mobile_number":"795-535-5219","email_id":"Khalil_Davis@hotmail.com","dop":"2026-01-23","serial_number":"139235630811846","imei1":"139235630811846","imei2":"139235630811846","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:50:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170614,"job_number":"JOB_170614","tr_customer_id":170631,"tr_customer_product_id":170621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:38.000Z","modified_at":"2026-01-29T13:47:38.000Z","name":"Lucinda Koelpin","mobile_number":"751-655-1790","email_id":"Deangelo98@gmail.com","dop":"2025-04-13","serial_number":"1037337323091540","imei1":"1037337323091540","imei2":"1037337323091540","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170613,"job_number":"JOB_170613","tr_customer_id":170630,"tr_customer_product_id":170620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:38.000Z","modified_at":"2026-01-29T13:47:40.000Z","name":"Eino Balistreri","mobile_number":"972-937-6551","email_id":"Trent17@hotmail.com","dop":"2025-04-13","serial_number":"10824970651691","imei1":"10824970651691","imei2":"10824970651691","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:47:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170612,"job_number":"JOB_170612","tr_customer_id":170629,"tr_customer_product_id":170619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:11.000Z","modified_at":"2026-01-29T13:47:11.000Z","name":"Maribel Wolff","mobile_number":"214-481-6880","email_id":"Rosie_Hayes10@hotmail.com","dop":"2025-04-13","serial_number":"1054714305924975","imei1":"1054714305924975","imei2":"1054714305924975","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:47:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170611,"job_number":"JOB_170611","tr_customer_id":170628,"tr_customer_product_id":170618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:47:11.000Z","modified_at":"2026-01-29T13:47:17.000Z","name":"Dennis Howe","mobile_number":"472-915-3095","email_id":"Claud84@gmail.com","dop":"2025-04-13","serial_number":"10988577357850","imei1":"10988577357850","imei2":"10988577357850","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170610,"job_number":"JOB_170610","tr_customer_id":170627,"tr_customer_product_id":170617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:42:39.000Z","modified_at":"2026-01-29T13:42:39.000Z","name":"Ruben Wolff","mobile_number":"998-279-0271","email_id":"Hailie_Connelly93@yahoo.com","dop":"2025-04-13","serial_number":"1009744602322156","imei1":"1009744602322156","imei2":"1009744602322156","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170609,"job_number":"JOB_170609","tr_customer_id":170626,"tr_customer_product_id":170616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:42:38.000Z","modified_at":"2026-01-29T13:42:41.000Z","name":"Noelia Champlin","mobile_number":"814-699-2963","email_id":"Constance63@gmail.com","dop":"2025-04-13","serial_number":"10901314236664","imei1":"10901314236664","imei2":"10901314236664","popurl":"2025-04-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170608,"job_number":"JOB_170608","tr_customer_id":170625,"tr_customer_product_id":170615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:41:14.000Z","modified_at":"2026-01-29T13:41:14.000Z","name":"Daren Schamberger","mobile_number":"291-502-9600","email_id":"Demetrius_Beier76@hotmail.com","dop":"2026-01-23","serial_number":"139285000057022","imei1":"139285000057022","imei2":"139285000057022","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:41:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170607,"job_number":"JOB_170607","tr_customer_id":170624,"tr_customer_product_id":170614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:40:16.000Z","modified_at":"2026-01-29T13:40:16.000Z","name":"Conor Rutherford","mobile_number":"236-208-2545","email_id":"May58@yahoo.com","dop":"2026-01-23","serial_number":"18390069402972","imei1":"18390069402972","imei2":"18390069402972","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:40:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170606,"job_number":"JOB_170606","tr_customer_id":170623,"tr_customer_product_id":170613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:40:11.000Z","modified_at":"2026-01-29T13:40:11.000Z","name":"Carmel Upton","mobile_number":"934-686-6109","email_id":"Ardella0@yahoo.com","dop":"2026-01-19","serial_number":"12800249645231","imei1":"12800249645231","imei2":"12800249645231","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:40:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170605,"job_number":"JOB_170605","tr_customer_id":170622,"tr_customer_product_id":170612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:31.000Z","modified_at":"2026-01-29T13:28:31.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15252162674181","imei1":"15252162674181","imei2":"15252162674181","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170604,"job_number":"JOB_170604","tr_customer_id":170621,"tr_customer_product_id":170611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:30.000Z","modified_at":"2026-01-29T13:28:41.000Z","name":"Marcelino Nienow","mobile_number":"912-452-2157","email_id":"Randall.Hettinger@hotmail.com","dop":"2026-01-04","serial_number":"17164848171881","imei1":"17164848171881","imei2":"17164848171881","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170603,"job_number":"JOB_170603","tr_customer_id":170620,"tr_customer_product_id":170610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:30.000Z","modified_at":"2026-01-29T13:28:30.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17168215455938","imei1":"17168215455938","imei2":"17168215455938","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170602,"job_number":"JOB_170602","tr_customer_id":170619,"tr_customer_product_id":170609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:18.000Z","modified_at":"2026-01-29T13:28:18.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"81195005187923","imei1":"81195005187923","imei2":"81195005187923","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170601,"job_number":"JOB_170601","tr_customer_id":170618,"tr_customer_product_id":170608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:18.000Z","modified_at":"2026-01-29T13:28:28.000Z","name":"Leora Feest","mobile_number":"465-750-1407","email_id":"Gaston56@yahoo.com","dop":"2026-01-04","serial_number":"12787010096036","imei1":"12787010096036","imei2":"12787010096036","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:28:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170600,"job_number":"JOB_170600","tr_customer_id":170617,"tr_customer_product_id":170607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:18.000Z","modified_at":"2026-01-29T13:28:18.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13921813166721","imei1":"13921813166721","imei2":"13921813166721","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170599,"job_number":"JOB_170599","tr_customer_id":170616,"tr_customer_product_id":170606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:05.000Z","modified_at":"2026-01-29T13:28:05.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"39025816593383","imei1":"39025816593383","imei2":"39025816593383","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170598,"job_number":"JOB_170598","tr_customer_id":170615,"tr_customer_product_id":170605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:05.000Z","modified_at":"2026-01-29T13:28:16.000Z","name":"Lura Schmidt","mobile_number":"882-863-3675","email_id":"Gia63@hotmail.com","dop":"2026-01-04","serial_number":"16241769111764","imei1":"16241769111764","imei2":"16241769111764","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:28:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170597,"job_number":"JOB_170597","tr_customer_id":170614,"tr_customer_product_id":170604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:28:05.000Z","modified_at":"2026-01-29T13:28:05.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15764276875722","imei1":"15764276875722","imei2":"15764276875722","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170596,"job_number":"JOB_170596","tr_customer_id":170613,"tr_customer_product_id":170603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:14.000Z","modified_at":"2026-01-29T13:14:14.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"101826994044456","imei1":"101826994044456","imei2":"101826994044456","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170595,"job_number":"JOB_170595","tr_customer_id":170612,"tr_customer_product_id":170602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:14.000Z","modified_at":"2026-01-29T13:14:23.000Z","name":"Antonio Hauck","mobile_number":"737-984-1740","email_id":"Yasmeen74@gmail.com","dop":"2026-01-04","serial_number":"11268532122925","imei1":"11268532122925","imei2":"11268532122925","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:14:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170594,"job_number":"JOB_170594","tr_customer_id":170611,"tr_customer_product_id":170601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:13.000Z","modified_at":"2026-01-29T13:14:13.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17246229451653","imei1":"17246229451653","imei2":"17246229451653","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170593,"job_number":"JOB_170593","tr_customer_id":170610,"tr_customer_product_id":170600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:02.000Z","modified_at":"2026-01-29T13:14:02.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"34279997832217","imei1":"34279997832217","imei2":"34279997832217","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170592,"job_number":"JOB_170592","tr_customer_id":170609,"tr_customer_product_id":170599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:02.000Z","modified_at":"2026-01-29T13:14:12.000Z","name":"Noemie Murray","mobile_number":"546-439-5110","email_id":"Franz.Flatley@gmail.com","dop":"2026-01-04","serial_number":"17831223115200","imei1":"17831223115200","imei2":"17831223115200","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:14:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170591,"job_number":"JOB_170591","tr_customer_id":170608,"tr_customer_product_id":170598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:14:02.000Z","modified_at":"2026-01-29T13:14:02.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"13846949774491","imei1":"13846949774491","imei2":"13846949774491","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:14:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170590,"job_number":"JOB_170590","tr_customer_id":170607,"tr_customer_product_id":170597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:13:51.000Z","modified_at":"2026-01-29T13:13:51.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"94810015130408","imei1":"94810015130408","imei2":"94810015130408","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:13:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170589,"job_number":"JOB_170589","tr_customer_id":170606,"tr_customer_product_id":170596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:13:50.000Z","modified_at":"2026-01-29T13:14:00.000Z","name":"Gladyce Williamson","mobile_number":"797-459-6456","email_id":"Myrna.Larson@hotmail.com","dop":"2026-01-04","serial_number":"18097877184785","imei1":"18097877184785","imei2":"18097877184785","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:14:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170588,"job_number":"JOB_170588","tr_customer_id":170605,"tr_customer_product_id":170595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:13:50.000Z","modified_at":"2026-01-29T13:13:50.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17470816007528","imei1":"17470816007528","imei2":"17470816007528","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:13:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170587,"job_number":"JOB_170587","tr_customer_id":170604,"tr_customer_product_id":170594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:11:01.000Z","modified_at":"2026-01-29T13:11:01.000Z","name":"Anamika Tagore","mobile_number":"7090685677","email_id":"devani.embranthiri@gmail.com","dop":"2026-01-19","serial_number":"081482321366832","imei1":"081482321366832","imei2":"081482321366832","popurl":"www.atreyi-rana.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:11:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170586,"job_number":"JOB_170586","tr_customer_id":170603,"tr_customer_product_id":170593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:56.000Z","modified_at":"2026-01-29T13:03:56.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"106188952658294","imei1":"106188952658294","imei2":"106188952658294","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170585,"job_number":"JOB_170585","tr_customer_id":170602,"tr_customer_product_id":170592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:55.000Z","modified_at":"2026-01-29T13:04:05.000Z","name":"Skylar Grady","mobile_number":"970-888-8251","email_id":"Eric.Sanford60@yahoo.com","dop":"2026-01-04","serial_number":"13272956538999","imei1":"13272956538999","imei2":"13272956538999","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:04:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170584,"job_number":"JOB_170584","tr_customer_id":170601,"tr_customer_product_id":170591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:55.000Z","modified_at":"2026-01-29T13:03:55.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15710936490561","imei1":"15710936490561","imei2":"15710936490561","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170583,"job_number":"JOB_170583","tr_customer_id":170600,"tr_customer_product_id":170590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:44.000Z","modified_at":"2026-01-29T13:03:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51593891280494","imei1":"51593891280494","imei2":"51593891280494","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170582,"job_number":"JOB_170582","tr_customer_id":170599,"tr_customer_product_id":170589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:44.000Z","modified_at":"2026-01-29T13:03:53.000Z","name":"Ophelia Ruecker","mobile_number":"936-753-6545","email_id":"Rubie.White37@gmail.com","dop":"2026-01-04","serial_number":"15631980934310","imei1":"15631980934310","imei2":"15631980934310","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:03:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170581,"job_number":"JOB_170581","tr_customer_id":170598,"tr_customer_product_id":170588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:44.000Z","modified_at":"2026-01-29T13:03:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18543401995104","imei1":"18543401995104","imei2":"18543401995104","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170580,"job_number":"JOB_170580","tr_customer_id":170597,"tr_customer_product_id":170587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:33.000Z","modified_at":"2026-01-29T13:03:33.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"55459891588674","imei1":"55459891588674","imei2":"55459891588674","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170579,"job_number":"JOB_170579","tr_customer_id":170596,"tr_customer_product_id":170586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:32.000Z","modified_at":"2026-01-29T13:03:42.000Z","name":"Betty Walker","mobile_number":"757-261-2480","email_id":"Bridget.Tromp33@hotmail.com","dop":"2026-01-04","serial_number":"10011699735819","imei1":"10011699735819","imei2":"10011699735819","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T13:03:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170578,"job_number":"JOB_170578","tr_customer_id":170595,"tr_customer_product_id":170585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:03:32.000Z","modified_at":"2026-01-29T13:03:32.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14481599718290","imei1":"14481599718290","imei2":"14481599718290","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:03:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170577,"job_number":"JOB_170577","tr_customer_id":170594,"tr_customer_product_id":170584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T13:02:46.000Z","modified_at":"2026-01-29T13:02:46.000Z","name":"Rohan Johar","mobile_number":"7018972615","email_id":"manikya.somayaji@hotmail.com","dop":"2026-01-19","serial_number":"485879120274246","imei1":"485879120274246","imei2":"485879120274246","popurl":"www.naveen-pothuvaal.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T13:02:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170574,"job_number":"JOB_170574","tr_customer_id":170591,"tr_customer_product_id":170581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:50.000Z","modified_at":"2026-01-29T12:25:50.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"27208133878736","imei1":"27208133878736","imei2":"27208133878736","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170573,"job_number":"JOB_170573","tr_customer_id":170590,"tr_customer_product_id":170580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:49.000Z","modified_at":"2026-01-29T12:26:00.000Z","name":"Herbert Harber","mobile_number":"722-495-1013","email_id":"Susanna_Witting@gmail.com","dop":"2026-01-04","serial_number":"10367951325902","imei1":"10367951325902","imei2":"10367951325902","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:26:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170572,"job_number":"JOB_170572","tr_customer_id":170589,"tr_customer_product_id":170579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:49.000Z","modified_at":"2026-01-29T12:25:49.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19376722880369","imei1":"19376722880369","imei2":"19376722880369","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170571,"job_number":"JOB_170571","tr_customer_id":170588,"tr_customer_product_id":170578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:37.000Z","modified_at":"2026-01-29T12:25:37.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"65194808903664","imei1":"65194808903664","imei2":"65194808903664","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170570,"job_number":"JOB_170570","tr_customer_id":170587,"tr_customer_product_id":170577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:36.000Z","modified_at":"2026-01-29T12:25:47.000Z","name":"Alexandro Kub","mobile_number":"764-227-7248","email_id":"Jana97@gmail.com","dop":"2026-01-04","serial_number":"10000076238100","imei1":"10000076238100","imei2":"10000076238100","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:25:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170569,"job_number":"JOB_170569","tr_customer_id":170586,"tr_customer_product_id":170576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:36.000Z","modified_at":"2026-01-29T12:25:36.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10557207415583","imei1":"10557207415583","imei2":"10557207415583","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170568,"job_number":"JOB_170568","tr_customer_id":170585,"tr_customer_product_id":170575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:24.000Z","modified_at":"2026-01-29T12:25:24.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"25890562595419","imei1":"25890562595419","imei2":"25890562595419","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170567,"job_number":"JOB_170567","tr_customer_id":170584,"tr_customer_product_id":170574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:23.000Z","modified_at":"2026-01-29T12:25:34.000Z","name":"Eileen Quigley","mobile_number":"647-824-4939","email_id":"Irwin_Effertz39@gmail.com","dop":"2026-01-04","serial_number":"13187650727479","imei1":"13187650727479","imei2":"13187650727479","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:25:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170566,"job_number":"JOB_170566","tr_customer_id":170583,"tr_customer_product_id":170573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:25:23.000Z","modified_at":"2026-01-29T12:25:23.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12418718612898","imei1":"12418718612898","imei2":"12418718612898","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:25:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170565,"job_number":"JOB_170565","tr_customer_id":170582,"tr_customer_product_id":170572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:23:01.000Z","modified_at":"2026-01-29T12:23:01.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"106842557277893","imei1":"106842557277893","imei2":"106842557277893","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:23:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170564,"job_number":"JOB_170564","tr_customer_id":170581,"tr_customer_product_id":170571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:23:01.000Z","modified_at":"2026-01-29T12:23:12.000Z","name":"Derek Champlin","mobile_number":"936-944-7202","email_id":"Merritt54@gmail.com","dop":"2026-01-04","serial_number":"17715967919576","imei1":"17715967919576","imei2":"17715967919576","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:23:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170563,"job_number":"JOB_170563","tr_customer_id":170580,"tr_customer_product_id":170570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:23:00.000Z","modified_at":"2026-01-29T12:23:00.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15857532110722","imei1":"15857532110722","imei2":"15857532110722","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:23:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170562,"job_number":"JOB_170562","tr_customer_id":170579,"tr_customer_product_id":170569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:48.000Z","modified_at":"2026-01-29T12:22:48.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"16620338405473","imei1":"16620338405473","imei2":"16620338405473","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170561,"job_number":"JOB_170561","tr_customer_id":170578,"tr_customer_product_id":170568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:48.000Z","modified_at":"2026-01-29T12:22:59.000Z","name":"Freda Fritsch","mobile_number":"364-542-0581","email_id":"Giovani.Pouros88@yahoo.com","dop":"2026-01-04","serial_number":"18093198653382","imei1":"18093198653382","imei2":"18093198653382","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:22:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170560,"job_number":"JOB_170560","tr_customer_id":170577,"tr_customer_product_id":170567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:48.000Z","modified_at":"2026-01-29T12:22:48.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"17135188746991","imei1":"17135188746991","imei2":"17135188746991","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170559,"job_number":"JOB_170559","tr_customer_id":170576,"tr_customer_product_id":170566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:35.000Z","modified_at":"2026-01-29T12:22:35.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"50302547820553","imei1":"50302547820553","imei2":"50302547820553","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170558,"job_number":"JOB_170558","tr_customer_id":170575,"tr_customer_product_id":170565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:35.000Z","modified_at":"2026-01-29T12:22:46.000Z","name":"Sally Daniel","mobile_number":"980-587-4443","email_id":"Federico8@hotmail.com","dop":"2026-01-04","serial_number":"19622808642662","imei1":"19622808642662","imei2":"19622808642662","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:22:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170557,"job_number":"JOB_170557","tr_customer_id":170574,"tr_customer_product_id":170564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:22:34.000Z","modified_at":"2026-01-29T12:22:34.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19852270702376","imei1":"19852270702376","imei2":"19852270702376","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:22:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170556,"job_number":"JOB_170556","tr_customer_id":170573,"tr_customer_product_id":170563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Sudam P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"17257077553165","imei1":"17257077553165","imei2":"17257077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170555,"job_number":"JOB_170555","tr_customer_id":170572,"tr_customer_product_id":170562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"16357077553165","imei1":"16357077553165","imei2":"16357077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170554,"job_number":"JOB_170554","tr_customer_id":170571,"tr_customer_product_id":170561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Roshan P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"25857077553165","imei1":"25857077553165","imei2":"25857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170553,"job_number":"JOB_170553","tr_customer_id":170570,"tr_customer_product_id":170560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Ajit P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"93857077553165","imei1":"93857077553165","imei2":"93857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170552,"job_number":"JOB_170552","tr_customer_id":170569,"tr_customer_product_id":170559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:18:17.000Z","modified_at":"2026-01-29T12:18:17.000Z","name":"Nidhish P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"36857077553165","imei1":"36857077553165","imei2":"36857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170549,"job_number":"JOB_170549","tr_customer_id":170566,"tr_customer_product_id":170556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:56.000Z","modified_at":"2026-01-29T12:08:56.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"68884399312617","imei1":"68884399312617","imei2":"68884399312617","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170548,"job_number":"JOB_170548","tr_customer_id":170565,"tr_customer_product_id":170555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:56.000Z","modified_at":"2026-01-29T12:09:07.000Z","name":"Cesar Hackett","mobile_number":"249-657-3144","email_id":"Mathias88@gmail.com","dop":"2026-01-04","serial_number":"14641059064417","imei1":"14641059064417","imei2":"14641059064417","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170547,"job_number":"JOB_170547","tr_customer_id":170564,"tr_customer_product_id":170554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:55.000Z","modified_at":"2026-01-29T12:08:55.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14974535054062","imei1":"14974535054062","imei2":"14974535054062","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170546,"job_number":"JOB_170546","tr_customer_id":170563,"tr_customer_product_id":170553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:44.000Z","modified_at":"2026-01-29T12:08:44.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19123522122975","imei1":"19123522122975","imei2":"19123522122975","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170545,"job_number":"JOB_170545","tr_customer_id":170562,"tr_customer_product_id":170552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:43.000Z","modified_at":"2026-01-29T12:08:54.000Z","name":"Grady Upton","mobile_number":"588-243-0925","email_id":"Saul.Langworth49@gmail.com","dop":"2026-01-04","serial_number":"16531430581277","imei1":"16531430581277","imei2":"16531430581277","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:08:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170544,"job_number":"JOB_170544","tr_customer_id":170561,"tr_customer_product_id":170551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:43.000Z","modified_at":"2026-01-29T12:08:43.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18134080865144","imei1":"18134080865144","imei2":"18134080865144","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170543,"job_number":"JOB_170543","tr_customer_id":170560,"tr_customer_product_id":170550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:31.000Z","modified_at":"2026-01-29T12:08:31.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"53986320780911","imei1":"53986320780911","imei2":"53986320780911","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170542,"job_number":"JOB_170542","tr_customer_id":170559,"tr_customer_product_id":170549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:30.000Z","modified_at":"2026-01-29T12:08:41.000Z","name":"Stephany Padberg","mobile_number":"305-498-1598","email_id":"Helmer_Spencer75@yahoo.com","dop":"2026-01-04","serial_number":"19268320626537","imei1":"19268320626537","imei2":"19268320626537","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T12:08:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170541,"job_number":"JOB_170541","tr_customer_id":170558,"tr_customer_product_id":170548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:08:30.000Z","modified_at":"2026-01-29T12:08:30.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10607057464470","imei1":"10607057464470","imei2":"10607057464470","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:08:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170540,"job_number":"JOB_170540","tr_customer_id":170557,"tr_customer_product_id":170547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T12:01:46.000Z","modified_at":"2026-01-29T12:01:46.000Z","name":"Paramartha Acharya","mobile_number":"7075611374","email_id":"indira.joshi@yahoo.co.in","dop":"2026-01-19","serial_number":"066833272319913","imei1":"066833272319913","imei2":"066833272319913","popurl":"www.mina-agarwal.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T12:01:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170539,"job_number":"JOB_170539","tr_customer_id":170556,"tr_customer_product_id":170546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:21.000Z","modified_at":"2026-01-29T11:57:21.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"95577275655207","imei1":"95577275655207","imei2":"95577275655207","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170538,"job_number":"JOB_170538","tr_customer_id":170555,"tr_customer_product_id":170545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:20.000Z","modified_at":"2026-01-29T11:57:31.000Z","name":"Aurelio Harber","mobile_number":"968-758-7855","email_id":"Kris_Brown@hotmail.com","dop":"2026-01-04","serial_number":"19004808111459","imei1":"19004808111459","imei2":"19004808111459","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170537,"job_number":"JOB_170537","tr_customer_id":170554,"tr_customer_product_id":170544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:20.000Z","modified_at":"2026-01-29T11:57:20.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10411358947544","imei1":"10411358947544","imei2":"10411358947544","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170536,"job_number":"JOB_170536","tr_customer_id":170553,"tr_customer_product_id":170543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:08.000Z","modified_at":"2026-01-29T11:57:08.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"57997310469576","imei1":"57997310469576","imei2":"57997310469576","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170535,"job_number":"JOB_170535","tr_customer_id":170552,"tr_customer_product_id":170542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:08.000Z","modified_at":"2026-01-29T11:57:18.000Z","name":"Wilfrid Schumm","mobile_number":"485-531-1025","email_id":"Liliane_Bosco@gmail.com","dop":"2026-01-04","serial_number":"16937056537872","imei1":"16937056537872","imei2":"16937056537872","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170534,"job_number":"JOB_170534","tr_customer_id":170551,"tr_customer_product_id":170541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:57:08.000Z","modified_at":"2026-01-29T11:57:08.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11838655015818","imei1":"11838655015818","imei2":"11838655015818","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:57:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170533,"job_number":"JOB_170533","tr_customer_id":170550,"tr_customer_product_id":170540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:56:55.000Z","modified_at":"2026-01-29T11:56:55.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"63867555085082","imei1":"63867555085082","imei2":"63867555085082","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170532,"job_number":"JOB_170532","tr_customer_id":170549,"tr_customer_product_id":170539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:56:54.000Z","modified_at":"2026-01-29T11:57:06.000Z","name":"Rogelio Wunsch","mobile_number":"979-218-6019","email_id":"Lavonne.Waelchi@hotmail.com","dop":"2026-01-04","serial_number":"14174907291452","imei1":"14174907291452","imei2":"14174907291452","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170531,"job_number":"JOB_170531","tr_customer_id":170548,"tr_customer_product_id":170538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:56:54.000Z","modified_at":"2026-01-29T11:56:54.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14271308685112","imei1":"14271308685112","imei2":"14271308685112","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:56:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170530,"job_number":"JOB_170530","tr_customer_id":170547,"tr_customer_product_id":170537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:30.000Z","modified_at":"2026-01-29T11:51:30.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"99920633052438","imei1":"99920633052438","imei2":"99920633052438","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170529,"job_number":"JOB_170529","tr_customer_id":170546,"tr_customer_product_id":170536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:29.000Z","modified_at":"2026-01-29T11:51:40.000Z","name":"Tressa Stark","mobile_number":"301-564-3145","email_id":"Bianka_Pfannerstill15@yahoo.com","dop":"2026-01-04","serial_number":"12857326481758","imei1":"12857326481758","imei2":"12857326481758","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:51:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170528,"job_number":"JOB_170528","tr_customer_id":170545,"tr_customer_product_id":170535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:29.000Z","modified_at":"2026-01-29T11:51:29.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11364612926593","imei1":"11364612926593","imei2":"11364612926593","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170527,"job_number":"JOB_170527","tr_customer_id":170544,"tr_customer_product_id":170534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:17.000Z","modified_at":"2026-01-29T11:51:17.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"51487600308758","imei1":"51487600308758","imei2":"51487600308758","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170526,"job_number":"JOB_170526","tr_customer_id":170543,"tr_customer_product_id":170533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:16.000Z","modified_at":"2026-01-29T11:51:27.000Z","name":"Clementine Jenkins","mobile_number":"244-708-1495","email_id":"Albin_Berge21@hotmail.com","dop":"2026-01-04","serial_number":"13119006132245","imei1":"13119006132245","imei2":"13119006132245","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170525,"job_number":"JOB_170525","tr_customer_id":170542,"tr_customer_product_id":170532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:16.000Z","modified_at":"2026-01-29T11:51:16.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"10539951757375","imei1":"10539951757375","imei2":"10539951757375","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170524,"job_number":"JOB_170524","tr_customer_id":170541,"tr_customer_product_id":170531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:04.000Z","modified_at":"2026-01-29T11:51:04.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"82623406654472","imei1":"82623406654472","imei2":"82623406654472","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170523,"job_number":"JOB_170523","tr_customer_id":170540,"tr_customer_product_id":170530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:03.000Z","modified_at":"2026-01-29T11:51:14.000Z","name":"Pauline Johns","mobile_number":"255-961-2218","email_id":"Cornell.Fadel@hotmail.com","dop":"2026-01-04","serial_number":"13557958258309","imei1":"13557958258309","imei2":"13557958258309","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:51:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170522,"job_number":"JOB_170522","tr_customer_id":170539,"tr_customer_product_id":170529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:51:03.000Z","modified_at":"2026-01-29T11:51:03.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"19344968030446","imei1":"19344968030446","imei2":"19344968030446","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:51:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170521,"job_number":"JOB_170521","tr_customer_id":170538,"tr_customer_product_id":170528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:51.000Z","modified_at":"2026-01-29T11:35:51.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"21148268148501","imei1":"21148268148501","imei2":"21148268148501","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170520,"job_number":"JOB_170520","tr_customer_id":170537,"tr_customer_product_id":170527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:51.000Z","modified_at":"2026-01-29T11:35:51.000Z","name":"Sammy Miller","mobile_number":"240-579-5402","email_id":"Gerard.Prosacco@gmail.com","dop":"2026-01-04","serial_number":"13124607067875","imei1":"13124607067875","imei2":"13124607067875","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170519,"job_number":"JOB_170519","tr_customer_id":170536,"tr_customer_product_id":170526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:50.000Z","modified_at":"2026-01-29T11:35:50.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"12733231512576","imei1":"12733231512576","imei2":"12733231512576","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170518,"job_number":"JOB_170518","tr_customer_id":170535,"tr_customer_product_id":170525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:21.000Z","modified_at":"2026-01-29T11:35:21.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11964579188926","imei1":"11964579188926","imei2":"11964579188926","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170517,"job_number":"JOB_170517","tr_customer_id":170534,"tr_customer_product_id":170524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:21.000Z","modified_at":"2026-01-29T11:35:49.000Z","name":"Randy Hilll","mobile_number":"530-850-3140","email_id":"Avis.Lowe11@yahoo.com","dop":"2026-01-04","serial_number":"13713249628109","imei1":"13713249628109","imei2":"13713249628109","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:35:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170516,"job_number":"JOB_170516","tr_customer_id":170533,"tr_customer_product_id":170523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:21.000Z","modified_at":"2026-01-29T11:35:21.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14066071322122","imei1":"14066071322122","imei2":"14066071322122","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170515,"job_number":"JOB_170515","tr_customer_id":170532,"tr_customer_product_id":170522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:09.000Z","modified_at":"2026-01-29T11:35:09.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"73803080638811","imei1":"73803080638811","imei2":"73803080638811","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170514,"job_number":"JOB_170514","tr_customer_id":170531,"tr_customer_product_id":170521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:08.000Z","modified_at":"2026-01-29T11:35:19.000Z","name":"Sienna Littel","mobile_number":"453-899-1190","email_id":"Hailie_Goyette@gmail.com","dop":"2026-01-04","serial_number":"11620809791973","imei1":"11620809791973","imei2":"11620809791973","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T11:35:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170513,"job_number":"JOB_170513","tr_customer_id":170530,"tr_customer_product_id":170520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:35:08.000Z","modified_at":"2026-01-29T11:35:08.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"11897275204948","imei1":"11897275204948","imei2":"11897275204948","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:35:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170512,"job_number":"JOB_170512","tr_customer_id":170529,"tr_customer_product_id":170519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:22:20.000Z","modified_at":"2026-01-29T11:22:20.000Z","name":"Mandakini Gandhi","mobile_number":"7005985961","email_id":"anal.shukla@yahoo.co.in","dop":"2026-01-19","serial_number":"657148622683390","imei1":"657148622683390","imei2":"657148622683390","popurl":"www.anal-jain.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:22:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170511,"job_number":"JOB_170511","tr_customer_id":170528,"tr_customer_product_id":170518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:22:13.000Z","modified_at":"2026-01-29T11:22:13.000Z","name":"Manikya Chopra","mobile_number":"7032366380","email_id":"meghnad.patel@hotmail.com","dop":"2026-01-19","serial_number":"105719811067502","imei1":"105719811067502","imei2":"105719811067502","popurl":"www.divjot-talwar.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:22:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170509,"job_number":"JOB_170509","tr_customer_id":170526,"tr_customer_product_id":170516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T11:08:15.000Z","modified_at":"2026-01-29T11:08:15.000Z","name":"Kartik Chopra","mobile_number":"7030240308","email_id":"kashyapi.khatri@hotmail.com","dop":"2026-01-19","serial_number":"236569941816667","imei1":"236569941816667","imei2":"236569941816667","popurl":"www.pushti-guha.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T11:08:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170508,"job_number":"JOB_170508","tr_customer_id":170525,"tr_customer_product_id":170515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:58:50.000Z","modified_at":"2026-01-29T10:58:50.000Z","name":"Dev Iyengar","mobile_number":"8606776917","email_id":"jahnu.dubashi@yahoo.co.in","dop":"2026-01-19","serial_number":"19475080550896","imei1":"19475080550896","imei2":"19475080550896","popurl":"www.baalagopaal-bharadwaj.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170507,"job_number":"JOB_170507","tr_customer_id":170524,"tr_customer_product_id":170514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:58:38.000Z","modified_at":"2026-01-29T10:58:38.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-01-19","serial_number":"46234996938486","imei1":"46234996938486","imei2":"46234996938486","popurl":"2026-01-19T10:58:28.194453550Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170506,"job_number":"JOB_170506","tr_customer_id":170523,"tr_customer_product_id":170513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:58:37.000Z","modified_at":"2026-01-29T10:58:37.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-01-19","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-01-19T10:58:28.191709007Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170505,"job_number":"JOB_170505","tr_customer_id":170522,"tr_customer_product_id":170512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:53:51.000Z","modified_at":"2026-01-29T10:53:51.000Z","name":"Giriraj Nehru","mobile_number":"7035374466","email_id":"rajendra.acharya@hotmail.com","dop":"2026-01-19","serial_number":"994897353497024","imei1":"994897353497024","imei2":"994897353497024","popurl":"www.adityanandana-pillai.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:53:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170504,"job_number":"JOB_170504","tr_customer_id":170521,"tr_customer_product_id":170511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:34:59.000Z","modified_at":"2026-01-29T10:34:59.000Z","name":"Newname lastname","mobile_number":"68555305710","email_id":"pravalikabariki2tt13@gmail.com","dop":"2025-02-13","serial_number":"104426212713358","imei1":"104426212713358","imei2":"104426212713358","popurl":"2025-02-13T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170503,"job_number":"JOB_170503","tr_customer_id":170520,"tr_customer_product_id":170510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T10:33:27.000Z","modified_at":"2026-01-29T10:33:27.000Z","name":"Jatin Jasani","mobile_number":"7507331188","email_id":"saurabh.jasani@gmail.com","dop":"2026-01-19","serial_number":"12308877001005","imei1":"12308877001005","imei2":"12308877001005","popurl":"2026-01-19T10:33:26.676455238Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T10:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170502,"job_number":"JOB_170502","tr_customer_id":170519,"tr_customer_product_id":170509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:58:39.000Z","modified_at":"2026-01-29T09:58:39.000Z","name":"veer kumar","mobile_number":"9398102868","email_id":"veer@gmail.com","dop":"2026-01-11","serial_number":"12343223456765432","imei1":"13343223456765437","imei2":"13343223456765437","popurl":"2026-01-11T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170501,"job_number":"JOB_170501","tr_customer_id":170518,"tr_customer_product_id":170508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:58:06.000Z","modified_at":"2026-01-29T09:58:06.000Z","name":"Bhushit Nambeesan","mobile_number":"7032420332","email_id":"hari.tagore@gmail.com","dop":"2026-01-19","serial_number":"270179718665005","imei1":"270179718665005","imei2":"270179718665005","popurl":"www.rajinder-nayar.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170500,"job_number":"JOB_170500","tr_customer_id":170517,"tr_customer_product_id":170507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:53:22.000Z","modified_at":"2026-01-29T09:53:22.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"18857077553165","imei1":"18857077553165","imei2":"18857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:53:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170499,"job_number":"JOB_170499","tr_customer_id":170516,"tr_customer_product_id":170506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:46:45.000Z","modified_at":"2026-01-29T09:46:45.000Z","name":"Gerardo Larkin","mobile_number":"462-208-3593","email_id":"Cesar_Dickens35@gmail.com","dop":"2026-01-23","serial_number":"11999782266327","imei1":"11999782266327","imei2":"11999782266327","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:46:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170498,"job_number":"JOB_170498","tr_customer_id":170515,"tr_customer_product_id":170505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:46:20.000Z","modified_at":"2026-01-29T09:46:20.000Z","name":"Imelda Pagac","mobile_number":"438-253-9465","email_id":"Reina12@yahoo.com","dop":"2026-01-23","serial_number":"15790119862263","imei1":"15790119862263","imei2":"15790119862263","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:46:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170497,"job_number":"JOB_170497","tr_customer_id":170514,"tr_customer_product_id":170504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:45:07.000Z","modified_at":"2026-01-29T09:45:07.000Z","name":"Lorna Toy","mobile_number":"317-272-0077","email_id":"Zoila.Lakin@gmail.com","dop":"2026-01-23","serial_number":"15878897486017","imei1":"15878897486017","imei2":"15878897486017","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:45:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170496,"job_number":"JOB_170496","tr_customer_id":170513,"tr_customer_product_id":170503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:44:46.000Z","modified_at":"2026-01-29T09:46:04.000Z","name":"Lolita Weissnat","mobile_number":"526-345-0355","email_id":"Emmie12@hotmail.com","dop":"2025-02-01","serial_number":"16280539168904","imei1":"16280539168904","imei2":"16280539168904","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:46:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170495,"job_number":"JOB_170495","tr_customer_id":170512,"tr_customer_product_id":170502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:53.000Z","modified_at":"2026-01-29T09:32:53.000Z","name":"Bernhard Heaney","mobile_number":"451-908-1369","email_id":"Isabelle_Price@gmail.com","dop":"2025-04-06","serial_number":"12238637914880776","imei1":"12238637914880776","imei2":"12238637914880776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170494,"job_number":"JOB_170494","tr_customer_id":170511,"tr_customer_product_id":170501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:52.000Z","modified_at":"2026-01-29T09:33:33.000Z","name":"Anthony Dibbert","mobile_number":"940-557-7988","email_id":"Jillian13@yahoo.com","dop":"2025-04-06","serial_number":"11989568567393","imei1":"11989568567393","imei2":"11989568567393","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:33:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170493,"job_number":"JOB_170493","tr_customer_id":170510,"tr_customer_product_id":170500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:52.000Z","modified_at":"2026-01-29T09:32:52.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16704057294280","imei1":"16704057294280","imei2":"16704057294280","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170492,"job_number":"JOB_170492","tr_customer_id":170509,"tr_customer_product_id":170499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:04.000Z","modified_at":"2026-01-29T09:32:04.000Z","name":"Dan Larkin","mobile_number":"832-264-6591","email_id":"Sheldon_Anderson@yahoo.com","dop":"2025-04-06","serial_number":"10459889448928188","imei1":"10459889448928188","imei2":"10459889448928188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170491,"job_number":"JOB_170491","tr_customer_id":170508,"tr_customer_product_id":170498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:02.000Z","modified_at":"2026-01-29T09:32:44.000Z","name":"Tevin Harvey","mobile_number":"667-384-9180","email_id":"Pedro88@gmail.com","dop":"2025-04-06","serial_number":"11698518485811","imei1":"11698518485811","imei2":"11698518485811","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:32:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170490,"job_number":"JOB_170490","tr_customer_id":170507,"tr_customer_product_id":170497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:32:02.000Z","modified_at":"2026-01-29T09:32:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11962789441695","imei1":"11962789441695","imei2":"11962789441695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170489,"job_number":"JOB_170489","tr_customer_id":170506,"tr_customer_product_id":170496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:31:14.000Z","modified_at":"2026-01-29T09:31:14.000Z","name":"Eleanora Hermann","mobile_number":"931-229-8276","email_id":"Erna32@gmail.com","dop":"2025-04-06","serial_number":"12163347163196928","imei1":"12163347163196928","imei2":"12163347163196928","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:31:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170488,"job_number":"JOB_170488","tr_customer_id":170505,"tr_customer_product_id":170495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:31:12.000Z","modified_at":"2026-01-29T09:31:54.000Z","name":"Mona Jakubowski","mobile_number":"365-289-0221","email_id":"Josefa.Blick82@gmail.com","dop":"2025-04-06","serial_number":"17777095297164","imei1":"17777095297164","imei2":"17777095297164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:31:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170487,"job_number":"JOB_170487","tr_customer_id":170504,"tr_customer_product_id":170494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T09:31:12.000Z","modified_at":"2026-01-29T09:31:12.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12182427394346","imei1":"12182427394346","imei2":"12182427394346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T09:31:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170486,"job_number":"JOB_170486","tr_customer_id":170503,"tr_customer_product_id":170493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:45:42.000Z","modified_at":"2026-01-29T08:45:48.000Z","name":"Itzel Mills","mobile_number":"350-257-8338","email_id":"Laurel77@yahoo.com","dop":"2026-01-23","serial_number":"17318696500964","imei1":"17318696500964","imei2":"17318696500964","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T08:45:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170484,"job_number":"JOB_170484","tr_customer_id":170501,"tr_customer_product_id":170491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:44:19.000Z","modified_at":"2026-01-29T08:44:19.000Z","name":"Nyasia Greenholt","mobile_number":"402-796-7619","email_id":"Jose_Mueller@yahoo.com","dop":"2026-01-23","serial_number":"16583482488738","imei1":"16583482488738","imei2":"16583482488738","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:44:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170483,"job_number":"JOB_170483","tr_customer_id":170500,"tr_customer_product_id":170490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:52.000Z","modified_at":"2026-01-29T08:34:00.000Z","name":"Clifford Heller","mobile_number":"545-638-9900","email_id":"Magali87@hotmail.com","dop":"2026-01-23","serial_number":"12820070591212","imei1":"12820070591212","imei2":"12820070591212","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T08:34:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170482,"job_number":"JOB_170482","tr_customer_id":170499,"tr_customer_product_id":170489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:52.000Z","modified_at":"2026-01-29T08:33:52.000Z","name":"uday t","mobile_number":"8457954218","email_id":"uday14@gmail.coms","dop":"2026-01-23","serial_number":"14504202781821","imei1":"14504202781821","imei2":"14504202781821","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:33:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170481,"job_number":"JOB_170481","tr_customer_id":170498,"tr_customer_product_id":170488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:43.000Z","modified_at":"2026-01-29T08:33:50.000Z","name":"Maud Ondricka","mobile_number":"517-814-8853","email_id":"Liana99@gmail.com","dop":"2026-01-23","serial_number":"17468331379376","imei1":"17468331379376","imei2":"17468331379376","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T08:33:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170480,"job_number":"JOB_170480","tr_customer_id":170497,"tr_customer_product_id":170487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:43.000Z","modified_at":"2026-01-29T08:33:43.000Z","name":"Jatin sharma","mobile_number":"9512457842","email_id":"jatinsh12@gmail.com","dop":"2026-01-23","serial_number":"14372247011439","imei1":"14372247011439","imei2":"14372247011439","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170479,"job_number":"JOB_170479","tr_customer_id":170496,"tr_customer_product_id":170486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:35.000Z","modified_at":"2026-01-29T08:33:41.000Z","name":"Lia Bernhard","mobile_number":"498-695-2967","email_id":"Emmanuelle.Larkin42@hotmail.com","dop":"2026-01-23","serial_number":"19728774976183","imei1":"19728774976183","imei2":"19728774976183","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T08:33:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170478,"job_number":"JOB_170478","tr_customer_id":170495,"tr_customer_product_id":170485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T08:33:35.000Z","modified_at":"2026-01-29T08:33:35.000Z","name":"Akash h","mobile_number":"7845745124","email_id":"akash13@gmail.com","dop":"2026-01-23","serial_number":"14443094780437","imei1":"14443094780437","imei2":"14443094780437","popurl":"2026-01-23T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T08:33:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170477,"job_number":"JOB_170477","tr_customer_id":170494,"tr_customer_product_id":170484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:43.000Z","modified_at":"2026-01-29T07:58:43.000Z","name":"Neha Cronin","mobile_number":"448-524-8683","email_id":"Jamar.Rogahn88@yahoo.com","dop":"2025-04-06","serial_number":"10871124116045736","imei1":"10871124116045736","imei2":"10871124116045736","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170476,"job_number":"JOB_170476","tr_customer_id":170493,"tr_customer_product_id":170483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:42.000Z","modified_at":"2026-01-29T07:59:27.000Z","name":"Geovanni Jakubowski","mobile_number":"853-812-4196","email_id":"Coralie.Berge@hotmail.com","dop":"2025-04-06","serial_number":"16078606376452","imei1":"16078606376452","imei2":"16078606376452","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:59:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170475,"job_number":"JOB_170475","tr_customer_id":170492,"tr_customer_product_id":170482,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:33.000Z","modified_at":"2026-01-29T07:58:33.000Z","name":"Robert Beahan","mobile_number":"476-879-6737","email_id":"Jalon_Kreiger@hotmail.com","dop":"2025-04-06","serial_number":"10286485922550454","imei1":"10286485922550454","imei2":"10286485922550454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:58:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170474,"job_number":"JOB_170474","tr_customer_id":170491,"tr_customer_product_id":170481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:58:32.000Z","modified_at":"2026-01-29T07:59:10.000Z","name":"Cale Weimann","mobile_number":"426-592-7040","email_id":"Sigmund.DuBuque73@hotmail.com","dop":"2025-04-06","serial_number":"13784072508347","imei1":"13784072508347","imei2":"13784072508347","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:59:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170471,"job_number":"JOB_170471","tr_customer_id":170488,"tr_customer_product_id":170478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:47.000Z","modified_at":"2026-01-29T07:57:47.000Z","name":"Devan Leuschke","mobile_number":"262-820-7320","email_id":"Horacio.Hartmann@hotmail.com","dop":"2025-04-06","serial_number":"12096401794029758","imei1":"12096401794029758","imei2":"12096401794029758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170470,"job_number":"JOB_170470","tr_customer_id":170487,"tr_customer_product_id":170477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:45.000Z","modified_at":"2026-01-29T07:58:24.000Z","name":"Marlon Huel","mobile_number":"671-243-3697","email_id":"Candice.McCullough@yahoo.com","dop":"2025-04-06","serial_number":"16495530451823","imei1":"16495530451823","imei2":"16495530451823","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170469,"job_number":"JOB_170469","tr_customer_id":170486,"tr_customer_product_id":170476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:38.000Z","modified_at":"2026-01-29T07:57:38.000Z","name":"Ramona Brekke","mobile_number":"783-990-5641","email_id":"Palma_Weimann39@gmail.com","dop":"2025-04-06","serial_number":"12422512076616136","imei1":"12422512076616136","imei2":"12422512076616136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170468,"job_number":"JOB_170468","tr_customer_id":170485,"tr_customer_product_id":170475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:36.000Z","modified_at":"2026-01-29T07:58:20.000Z","name":"Agnes Hyatt","mobile_number":"271-457-1674","email_id":"Charity82@yahoo.com","dop":"2025-04-06","serial_number":"13831725484509","imei1":"13831725484509","imei2":"13831725484509","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:58:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170467,"job_number":"JOB_170467","tr_customer_id":170484,"tr_customer_product_id":170474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:57:00.000Z","modified_at":"2026-01-29T07:57:00.000Z","name":"Pascale Haley","mobile_number":"455-509-9022","email_id":"Ruby43@hotmail.com","dop":"2025-04-06","serial_number":"14373098808279600","imei1":"14373098808279600","imei2":"14373098808279600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:57:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170466,"job_number":"JOB_170466","tr_customer_id":170483,"tr_customer_product_id":170473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:56:58.000Z","modified_at":"2026-01-29T07:57:38.000Z","name":"Birdie Beier","mobile_number":"269-843-0736","email_id":"Taryn50@hotmail.com","dop":"2025-04-06","serial_number":"10020349453541","imei1":"10020349453541","imei2":"10020349453541","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170465,"job_number":"JOB_170465","tr_customer_id":170482,"tr_customer_product_id":170472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:52:52.000Z","modified_at":"2026-01-29T09:32:00.000Z","name":"Bobby Kunde","mobile_number":"966-568-5168","email_id":"Verona77@hotmail.com","dop":"2025-02-01","serial_number":"105860642571291","imei1":"105860642571291","imei2":"105860642571291","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T09:32:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170461,"job_number":"JOB_170461","tr_customer_id":170478,"tr_customer_product_id":170468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:42:19.000Z","modified_at":"2026-01-29T07:42:19.000Z","name":"Swara Ahluwalia","mobile_number":"7096046573","email_id":"pushti.nayar@gmail.com","dop":"2026-01-19","serial_number":"787116735846000","imei1":"787116735846000","imei2":"787116735846000","popurl":"www.ambar-panicker.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170458,"job_number":"JOB_170458","tr_customer_id":170475,"tr_customer_product_id":170465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:33:37.000Z","modified_at":"2026-01-29T07:33:37.000Z","name":"Kamala Kakkar","mobile_number":"7030157418","email_id":"gandharv.mehrotra@yahoo.co.in","dop":"2026-01-19","serial_number":"983519147373699","imei1":"983519147373699","imei2":"983519147373699","popurl":"www.chitrali-iyer.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:33:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170457,"job_number":"JOB_170457","tr_customer_id":170474,"tr_customer_product_id":170464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:24:23.000Z","modified_at":"2026-01-29T07:24:23.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"19691618055896","imei1":"19691618055896","imei2":"119691618055896","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:24:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170456,"job_number":"JOB_170456","tr_customer_id":170473,"tr_customer_product_id":170463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:56.000Z","modified_at":"2026-01-29T07:11:07.000Z","name":"Michel Wolf","mobile_number":"811-309-0969","email_id":"Marge.Goodwin50@gmail.com","dop":"2025-12-01","serial_number":"14473255892270","imei1":"14473255892270","imei2":"14473255892270","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:11:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170455,"job_number":"JOB_170455","tr_customer_id":170472,"tr_customer_product_id":170462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:56.000Z","modified_at":"2026-01-29T07:10:56.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"15613900543394","imei1":"15613900543394","imei2":"15613900543394","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:10:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170454,"job_number":"JOB_170454","tr_customer_id":170471,"tr_customer_product_id":170461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:41.000Z","modified_at":"2026-01-29T07:10:52.000Z","name":"Hector Kuvalis","mobile_number":"566-990-5739","email_id":"Alyson.Hahn49@yahoo.com","dop":"2025-12-01","serial_number":"11150543483316","imei1":"11150543483316","imei2":"11150543483316","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:10:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170453,"job_number":"JOB_170453","tr_customer_id":170470,"tr_customer_product_id":170460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:41.000Z","modified_at":"2026-01-29T07:10:41.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"10919082835236","imei1":"10919082835236","imei2":"10919082835236","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:10:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170452,"job_number":"JOB_170452","tr_customer_id":170469,"tr_customer_product_id":170459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:25.000Z","modified_at":"2026-01-29T07:10:36.000Z","name":"Judson Carroll","mobile_number":"616-247-8813","email_id":"Kathryne_Romaguera68@gmail.com","dop":"2025-12-01","serial_number":"13673878488667","imei1":"13673878488667","imei2":"13673878488667","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:10:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170451,"job_number":"JOB_170451","tr_customer_id":170468,"tr_customer_product_id":170458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:10:25.000Z","modified_at":"2026-01-29T07:10:25.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"10593676716794","imei1":"10593676716794","imei2":"10593676716794","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:10:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170450,"job_number":"JOB_170450","tr_customer_id":170467,"tr_customer_product_id":170457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:57.000Z","modified_at":"2026-01-29T07:01:57.000Z","name":"Travis Kilback","mobile_number":"245-744-6615","email_id":"Joey.Considine23@gmail.com","dop":"2025-04-06","serial_number":"17716187716120820","imei1":"17716187716120820","imei2":"17716187716120820","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170449,"job_number":"JOB_170449","tr_customer_id":170466,"tr_customer_product_id":170456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:56.000Z","modified_at":"2026-01-29T07:02:35.000Z","name":"Ebba Moen","mobile_number":"384-351-2715","email_id":"Monique.Grady@gmail.com","dop":"2025-04-06","serial_number":"16632909401414","imei1":"16632909401414","imei2":"16632909401414","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170448,"job_number":"JOB_170448","tr_customer_id":170465,"tr_customer_product_id":170455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:55.000Z","modified_at":"2026-01-29T07:01:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17411536850453","imei1":"17411536850453","imei2":"17411536850453","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170447,"job_number":"JOB_170447","tr_customer_id":170464,"tr_customer_product_id":170454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:10.000Z","modified_at":"2026-01-29T07:01:10.000Z","name":"Victoria Pfannerstill","mobile_number":"546-856-8212","email_id":"Nicholaus_Konopelski94@yahoo.com","dop":"2025-04-06","serial_number":"14543151397922404","imei1":"14543151397922404","imei2":"14543151397922404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170446,"job_number":"JOB_170446","tr_customer_id":170463,"tr_customer_product_id":170453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:09.000Z","modified_at":"2026-01-29T07:01:48.000Z","name":"Eddie Predovic","mobile_number":"425-379-0977","email_id":"Ida_Ebert43@yahoo.com","dop":"2025-04-06","serial_number":"14482564903052","imei1":"14482564903052","imei2":"14482564903052","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:01:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170445,"job_number":"JOB_170445","tr_customer_id":170462,"tr_customer_product_id":170452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:01:09.000Z","modified_at":"2026-01-29T07:01:09.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17956609760043","imei1":"17956609760043","imei2":"17956609760043","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:01:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170444,"job_number":"JOB_170444","tr_customer_id":170461,"tr_customer_product_id":170451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:27.000Z","modified_at":"2026-01-29T07:00:27.000Z","name":"Carmela MacGyver","mobile_number":"266-774-7517","email_id":"Trace22@gmail.com","dop":"2025-04-06","serial_number":"15197690667528036","imei1":"15197690667528036","imei2":"15197690667528036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170443,"job_number":"JOB_170443","tr_customer_id":170460,"tr_customer_product_id":170450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:25.000Z","modified_at":"2026-01-29T07:01:03.000Z","name":"Levi D'Amore","mobile_number":"982-329-0466","email_id":"Vickie34@hotmail.com","dop":"2025-04-06","serial_number":"15835119081840","imei1":"15835119081840","imei2":"15835119081840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:01:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170442,"job_number":"JOB_170442","tr_customer_id":170459,"tr_customer_product_id":170449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:23.000Z","modified_at":"2026-01-29T07:00:23.000Z","name":"Alvena Crist","mobile_number":"368-433-0509","email_id":"Adeline.Carroll@gmail.com","dop":"2025-04-06","serial_number":"10878890550692228","imei1":"10878890550692228","imei2":"10878890550692228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:00:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170441,"job_number":"JOB_170441","tr_customer_id":170458,"tr_customer_product_id":170448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:22.000Z","modified_at":"2026-01-29T07:01:01.000Z","name":"Mauricio Abernathy","mobile_number":"741-200-8118","email_id":"Lenora.Wyman@gmail.com","dop":"2025-04-06","serial_number":"14155214614863","imei1":"14155214614863","imei2":"14155214614863","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T07:01:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170440,"job_number":"JOB_170440","tr_customer_id":170457,"tr_customer_product_id":170447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T07:00:21.000Z","modified_at":"2026-01-29T07:00:21.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17900992143091","imei1":"17900992143091","imei2":"17900992143091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T07:00:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170439,"job_number":"JOB_170439","tr_customer_id":170456,"tr_customer_product_id":170446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:57:38.000Z","modified_at":"2026-01-29T06:57:38.000Z","name":"Roel Tillman","mobile_number":"311-505-6960","email_id":"Lavon90@yahoo.com","dop":"2025-04-06","serial_number":"13433899235445894","imei1":"13433899235445894","imei2":"13433899235445894","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170438,"job_number":"JOB_170438","tr_customer_id":170455,"tr_customer_product_id":170445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:57:37.000Z","modified_at":"2026-01-29T06:58:18.000Z","name":"Clint Crona","mobile_number":"833-331-6342","email_id":"Faye_Kautzer26@gmail.com","dop":"2025-04-06","serial_number":"13363090924242","imei1":"13363090924242","imei2":"13363090924242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170437,"job_number":"JOB_170437","tr_customer_id":170454,"tr_customer_product_id":170444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:57:37.000Z","modified_at":"2026-01-29T06:57:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12745808333016","imei1":"12745808333016","imei2":"12745808333016","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:57:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170436,"job_number":"JOB_170436","tr_customer_id":170453,"tr_customer_product_id":170443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:49.000Z","modified_at":"2026-01-29T06:56:49.000Z","name":"Raoul Kuhlman","mobile_number":"356-544-5923","email_id":"Mayra.Johnson@yahoo.com","dop":"2025-04-06","serial_number":"12562659490599182","imei1":"12562659490599182","imei2":"12562659490599182","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170435,"job_number":"JOB_170435","tr_customer_id":170452,"tr_customer_product_id":170442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:48.000Z","modified_at":"2026-01-29T06:57:29.000Z","name":"Dedric Oberbrunner","mobile_number":"454-492-6176","email_id":"Alta_McDermott@gmail.com","dop":"2025-04-06","serial_number":"15317863293848","imei1":"15317863293848","imei2":"15317863293848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170434,"job_number":"JOB_170434","tr_customer_id":170451,"tr_customer_product_id":170441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:48.000Z","modified_at":"2026-01-29T06:56:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17419896394536","imei1":"17419896394536","imei2":"17419896394536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170433,"job_number":"JOB_170433","tr_customer_id":170450,"tr_customer_product_id":170440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:46.000Z","modified_at":"2026-01-29T06:56:46.000Z","name":"Winfield Kerluke","mobile_number":"262-518-2098","email_id":"Braeden_Yundt42@yahoo.com","dop":"2025-04-06","serial_number":"10043849112111964","imei1":"10043849112111964","imei2":"10043849112111964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170432,"job_number":"JOB_170432","tr_customer_id":170449,"tr_customer_product_id":170439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:45.000Z","modified_at":"2026-01-29T06:57:24.000Z","name":"Christophe Erdman","mobile_number":"311-686-5036","email_id":"Chelsey_Hansen37@gmail.com","dop":"2025-04-06","serial_number":"17285379501908","imei1":"17285379501908","imei2":"17285379501908","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170431,"job_number":"JOB_170431","tr_customer_id":170448,"tr_customer_product_id":170438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:44.000Z","modified_at":"2026-01-29T06:56:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16199929190824","imei1":"16199929190824","imei2":"16199929190824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170430,"job_number":"JOB_170430","tr_customer_id":170447,"tr_customer_product_id":170437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:18.000Z","modified_at":"2026-01-29T06:56:18.000Z","name":"Mona Heaney","mobile_number":"821-325-9141","email_id":"Vallie63@gmail.com","dop":"2025-04-06","serial_number":"18494932092494360","imei1":"18494932092494360","imei2":"18494932092494360","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170429,"job_number":"JOB_170429","tr_customer_id":170446,"tr_customer_product_id":170436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:17.000Z","modified_at":"2026-01-29T06:56:55.000Z","name":"Aric McLaughlin","mobile_number":"460-658-6003","email_id":"Griffin_Weber@yahoo.com","dop":"2025-04-06","serial_number":"15917657716094","imei1":"15917657716094","imei2":"15917657716094","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:56:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170428,"job_number":"JOB_170428","tr_customer_id":170445,"tr_customer_product_id":170435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:04.000Z","modified_at":"2026-01-29T06:56:04.000Z","name":"Era Langosh","mobile_number":"535-387-8739","email_id":"Crystel_Cruickshank@yahoo.com","dop":"2025-04-06","serial_number":"18551971805714256","imei1":"18551971805714256","imei2":"18551971805714256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:56:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170427,"job_number":"JOB_170427","tr_customer_id":170444,"tr_customer_product_id":170434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:56:02.000Z","modified_at":"2026-01-29T06:56:40.000Z","name":"Hayden Conroy","mobile_number":"267-982-8060","email_id":"Mandy.Kulas@gmail.com","dop":"2025-04-06","serial_number":"14152460327219","imei1":"14152460327219","imei2":"14152460327219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170426,"job_number":"JOB_170426","tr_customer_id":170443,"tr_customer_product_id":170433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:59.000Z","modified_at":"2026-01-29T06:55:59.000Z","name":"Bria Leannon","mobile_number":"489-802-1287","email_id":"Chauncey_Dietrich63@gmail.com","dop":"2025-04-06","serial_number":"18153099437377484","imei1":"18153099437377484","imei2":"18153099437377484","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170425,"job_number":"JOB_170425","tr_customer_id":170442,"tr_customer_product_id":170432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:58.000Z","modified_at":"2026-01-29T06:55:58.000Z","name":"Chauncey Runolfsson","mobile_number":"776-260-9651","email_id":"Andreanne_Stracke@gmail.com","dop":"2025-04-06","serial_number":"11741818876965598","imei1":"11741818876965598","imei2":"11741818876965598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170424,"job_number":"JOB_170424","tr_customer_id":170441,"tr_customer_product_id":170431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:57.000Z","modified_at":"2026-01-29T06:56:37.000Z","name":"Roger Kreiger","mobile_number":"498-306-0001","email_id":"Leila.Hermiston50@gmail.com","dop":"2025-04-06","serial_number":"19463705851281","imei1":"19463705851281","imei2":"19463705851281","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:56:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170423,"job_number":"JOB_170423","tr_customer_id":170440,"tr_customer_product_id":170430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:57.000Z","modified_at":"2026-01-29T06:55:57.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15812020335789","imei1":"15812020335789","imei2":"15812020335789","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170422,"job_number":"JOB_170422","tr_customer_id":170439,"tr_customer_product_id":170429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:57.000Z","modified_at":"2026-01-29T06:56:40.000Z","name":"Jazmin Hansen","mobile_number":"447-437-8600","email_id":"Joey.Prosacco@yahoo.com","dop":"2025-04-06","serial_number":"13548561804703","imei1":"13548561804703","imei2":"13548561804703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:56:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170421,"job_number":"JOB_170421","tr_customer_id":170438,"tr_customer_product_id":170428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:56.000Z","modified_at":"2026-01-29T06:55:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13702350431528","imei1":"13702350431528","imei2":"13702350431528","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170420,"job_number":"JOB_170420","tr_customer_id":170437,"tr_customer_product_id":170427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:11.000Z","modified_at":"2026-01-29T06:55:11.000Z","name":"Karelle Schroeder","mobile_number":"331-848-5054","email_id":"Dave_Stracke70@yahoo.com","dop":"2025-04-06","serial_number":"17895068214493260","imei1":"17895068214493260","imei2":"17895068214493260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170419,"job_number":"JOB_170419","tr_customer_id":170436,"tr_customer_product_id":170426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:10.000Z","modified_at":"2026-01-29T06:55:50.000Z","name":"Roxanne Feest","mobile_number":"622-433-2556","email_id":"Heath65@gmail.com","dop":"2025-04-06","serial_number":"15807976462848","imei1":"15807976462848","imei2":"15807976462848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:55:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170418,"job_number":"JOB_170418","tr_customer_id":170435,"tr_customer_product_id":170425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:55:09.000Z","modified_at":"2026-01-29T06:55:09.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10353172608729","imei1":"10353172608729","imei2":"10353172608729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:55:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170417,"job_number":"JOB_170417","tr_customer_id":170434,"tr_customer_product_id":170424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:51:45.000Z","modified_at":"2026-01-29T06:51:45.000Z","name":"Ona Toy","mobile_number":"970-382-0624","email_id":"Lilly_Bode19@gmail.com","dop":"2025-04-06","serial_number":"10138149216530896","imei1":"10138149216530896","imei2":"10138149216530896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:51:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170416,"job_number":"JOB_170416","tr_customer_id":170433,"tr_customer_product_id":170423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:51:43.000Z","modified_at":"2026-01-29T06:52:26.000Z","name":"Samara Hermiston","mobile_number":"881-449-5243","email_id":"Gilbert93@yahoo.com","dop":"2025-04-06","serial_number":"16939765835829","imei1":"16939765835829","imei2":"16939765835829","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:52:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170415,"job_number":"JOB_170415","tr_customer_id":170432,"tr_customer_product_id":170422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:51:43.000Z","modified_at":"2026-01-29T06:51:43.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15987695788168","imei1":"15987695788168","imei2":"15987695788168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:51:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170414,"job_number":"JOB_170414","tr_customer_id":170431,"tr_customer_product_id":170421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:53.000Z","modified_at":"2026-01-29T06:50:53.000Z","name":"Queenie Schaden","mobile_number":"652-476-2967","email_id":"Zachary_Moore58@yahoo.com","dop":"2025-04-06","serial_number":"18537303171912784","imei1":"18537303171912784","imei2":"18537303171912784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170413,"job_number":"JOB_170413","tr_customer_id":170430,"tr_customer_product_id":170420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:52.000Z","modified_at":"2026-01-29T06:51:35.000Z","name":"Orie Hauck","mobile_number":"558-543-6587","email_id":"Chloe_Johns@yahoo.com","dop":"2025-04-06","serial_number":"18544895989950","imei1":"18544895989950","imei2":"18544895989950","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:51:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170412,"job_number":"JOB_170412","tr_customer_id":170429,"tr_customer_product_id":170419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:52.000Z","modified_at":"2026-01-29T06:50:52.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12487628971591","imei1":"12487628971591","imei2":"12487628971591","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170410,"job_number":"JOB_170410","tr_customer_id":170427,"tr_customer_product_id":170417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:24.000Z","modified_at":"2026-01-29T06:51:03.000Z","name":"Kaci Rodriguez","mobile_number":"746-715-1390","email_id":"Coby_Maggio@gmail.com","dop":"2000-01-31","serial_number":"10662856974804","imei1":"10662856974804","imei2":"10662856974804","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:51:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170408,"job_number":"JOB_170408","tr_customer_id":170425,"tr_customer_product_id":170415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:01.000Z","modified_at":"2026-01-29T06:50:01.000Z","name":"Heidi Brown","mobile_number":"904-681-5044","email_id":"Ceasar83@gmail.com","dop":"2025-04-06","serial_number":"13280798662547044","imei1":"13280798662547044","imei2":"13280798662547044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170407,"job_number":"JOB_170407","tr_customer_id":170424,"tr_customer_product_id":170414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:00.000Z","modified_at":"2026-01-29T06:50:43.000Z","name":"Blair Mertz","mobile_number":"870-748-9928","email_id":"Karl17@gmail.com","dop":"2025-04-06","serial_number":"12608303994859","imei1":"12608303994859","imei2":"12608303994859","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:50:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170406,"job_number":"JOB_170406","tr_customer_id":170423,"tr_customer_product_id":170413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:59.000Z","modified_at":"2026-01-29T06:49:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14669517761007","imei1":"14669517761007","imei2":"14669517761007","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170404,"job_number":"JOB_170404","tr_customer_id":170421,"tr_customer_product_id":170411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:38.000Z","modified_at":"2026-01-29T06:50:17.000Z","name":"Patricia Effertz","mobile_number":"394-373-9023","email_id":"Ollie28@hotmail.com","dop":"2000-01-31","serial_number":"10224554180527","imei1":"10224554180527","imei2":"10224554180527","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170401,"job_number":"JOB_170401","tr_customer_id":170418,"tr_customer_product_id":170408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:52.000Z","modified_at":"2026-01-29T06:49:31.000Z","name":"Annetta Boehm","mobile_number":"513-914-0314","email_id":"Harmony_Tillman49@hotmail.com","dop":"2000-01-31","serial_number":"10328003342046","imei1":"10328003342046","imei2":"10328003342046","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:49:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170399,"job_number":"JOB_170399","tr_customer_id":170416,"tr_customer_product_id":170406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:19.000Z","modified_at":"2026-01-29T06:48:19.000Z","name":"Kristin Sipes","mobile_number":"704-939-2871","email_id":"Royal_Miller@yahoo.com","dop":"2025-04-06","serial_number":"12721076683349210","imei1":"12721076683349210","imei2":"12721076683349210","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170398,"job_number":"JOB_170398","tr_customer_id":170415,"tr_customer_product_id":170405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:17.000Z","modified_at":"2026-01-29T06:48:55.000Z","name":"Kirstin Kuhlman","mobile_number":"843-639-7057","email_id":"Aida75@hotmail.com","dop":"2025-04-06","serial_number":"10013536142327","imei1":"10013536142327","imei2":"10013536142327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170397,"job_number":"JOB_170397","tr_customer_id":170414,"tr_customer_product_id":170404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:17.000Z","modified_at":"2026-01-29T06:48:17.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11242676978023","imei1":"11242676978023","imei2":"11242676978023","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170395,"job_number":"JOB_170395","tr_customer_id":170412,"tr_customer_product_id":170402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:06.000Z","modified_at":"2026-01-29T06:48:44.000Z","name":"Filomena Carroll","mobile_number":"288-747-6278","email_id":"Garnet91@yahoo.com","dop":"2000-01-31","serial_number":"10602772254077","imei1":"10602772254077","imei2":"10602772254077","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:48:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170393,"job_number":"JOB_170393","tr_customer_id":170410,"tr_customer_product_id":170400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:56.000Z","modified_at":"2026-01-29T06:48:32.000Z","name":"Bernita Bernier","mobile_number":"657-628-0301","email_id":"Stephon.Bartoletti7@yahoo.com","dop":"2025-10-21","serial_number":"17650861386584","imei1":"17650861386584","imei2":"17650861386584","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170392,"job_number":"JOB_170392","tr_customer_id":170409,"tr_customer_product_id":170399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:56.000Z","modified_at":"2026-01-29T06:47:56.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"19847883260012","imei1":"19847883260012","imei2":"19847883260012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170391,"job_number":"JOB_170391","tr_customer_id":170408,"tr_customer_product_id":170398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:34.000Z","modified_at":"2026-01-29T06:47:34.000Z","name":"Dane Hoppe","mobile_number":"749-448-7419","email_id":"Annalise.Daugherty53@gmail.com","dop":"2025-04-06","serial_number":"11354351697475178","imei1":"11354351697475178","imei2":"11354351697475178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170390,"job_number":"JOB_170390","tr_customer_id":170407,"tr_customer_product_id":170397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:32.000Z","modified_at":"2026-01-29T06:48:10.000Z","name":"Kyra Leuschke","mobile_number":"351-716-4000","email_id":"Akeem.Zemlak@gmail.com","dop":"2025-04-06","serial_number":"15926735306563","imei1":"15926735306563","imei2":"15926735306563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170389,"job_number":"JOB_170389","tr_customer_id":170406,"tr_customer_product_id":170396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:32.000Z","modified_at":"2026-01-29T06:47:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19445917856710","imei1":"19445917856710","imei2":"19445917856710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170388,"job_number":"JOB_170388","tr_customer_id":170405,"tr_customer_product_id":170395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:13.000Z","modified_at":"2026-01-29T06:47:49.000Z","name":"Frances Kuhlman","mobile_number":"922-619-8165","email_id":"Imelda_Tromp@hotmail.com","dop":"2025-10-21","serial_number":"16756247052295","imei1":"16756247052295","imei2":"16756247052295","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:47:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170387,"job_number":"JOB_170387","tr_customer_id":170404,"tr_customer_product_id":170394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:47:13.000Z","modified_at":"2026-01-29T06:47:13.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"13725543893783","imei1":"13725543893783","imei2":"13725543893783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:47:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170386,"job_number":"JOB_170386","tr_customer_id":170403,"tr_customer_product_id":170393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:49.000Z","modified_at":"2026-01-29T06:46:49.000Z","name":"Kurtis O'Hara","mobile_number":"552-370-2299","email_id":"Alden_Price@hotmail.com","dop":"2025-04-06","serial_number":"18333736871994510","imei1":"18333736871994510","imei2":"18333736871994510","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170385,"job_number":"JOB_170385","tr_customer_id":170402,"tr_customer_product_id":170392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:47.000Z","modified_at":"2026-01-29T06:47:25.000Z","name":"German Schmidt","mobile_number":"823-982-5823","email_id":"Selena_Schowalter51@hotmail.com","dop":"2025-04-06","serial_number":"19902411489288","imei1":"19902411489288","imei2":"19902411489288","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170384,"job_number":"JOB_170384","tr_customer_id":170401,"tr_customer_product_id":170391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:47.000Z","modified_at":"2026-01-29T06:46:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10870358707358","imei1":"10870358707358","imei2":"10870358707358","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170383,"job_number":"JOB_170383","tr_customer_id":170400,"tr_customer_product_id":170390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:30.000Z","modified_at":"2026-01-29T06:47:06.000Z","name":"Marlee Moore","mobile_number":"434-486-4942","email_id":"Jasmin.Balistreri73@yahoo.com","dop":"2025-10-21","serial_number":"17824471438303","imei1":"17824471438303","imei2":"17824471438303","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:47:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170382,"job_number":"JOB_170382","tr_customer_id":170399,"tr_customer_product_id":170389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:29.000Z","modified_at":"2026-01-29T06:46:29.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17680172698670","imei1":"17680172698670","imei2":"17680172698670","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170381,"job_number":"JOB_170381","tr_customer_id":170398,"tr_customer_product_id":170388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:46:25.000Z","modified_at":"2026-01-29T06:46:25.000Z","name":"Shresth Naik","mobile_number":"7096770820","email_id":"dharani.gill@gmail.com","dop":"2026-01-19","serial_number":"647276168264212","imei1":"647276168264212","imei2":"647276168264212","popurl":"www.prem-desai.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:46:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170380,"job_number":"JOB_170380","tr_customer_id":170397,"tr_customer_product_id":170387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:45:09.000Z","modified_at":"2026-01-29T06:45:09.000Z","name":"Winona Pouros","mobile_number":"473-755-4357","email_id":"Naomi14@gmail.com","dop":"2025-04-06","serial_number":"13217274141320578","imei1":"13217274141320578","imei2":"13217274141320578","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:45:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170379,"job_number":"JOB_170379","tr_customer_id":170396,"tr_customer_product_id":170386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:45:08.000Z","modified_at":"2026-01-29T06:45:47.000Z","name":"Alexander Padberg","mobile_number":"601-225-1822","email_id":"Cydney.Hayes@yahoo.com","dop":"2025-04-06","serial_number":"14594762092626","imei1":"14594762092626","imei2":"14594762092626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170378,"job_number":"JOB_170378","tr_customer_id":170395,"tr_customer_product_id":170385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:52.000Z","modified_at":"2026-01-29T06:44:02.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14108342420159","imei2":"14108342420159","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:44:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170377,"job_number":"JOB_170377","tr_customer_id":170394,"tr_customer_product_id":170384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:51.000Z","modified_at":"2026-01-29T06:43:51.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14983278150615","imei2":"14983278150615","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170376,"job_number":"JOB_170376","tr_customer_id":170393,"tr_customer_product_id":170383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:38.000Z","modified_at":"2026-01-29T06:43:48.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"18346137390370","imei2":"18346137390370","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:43:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170375,"job_number":"JOB_170375","tr_customer_id":170392,"tr_customer_product_id":170382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:37.000Z","modified_at":"2026-01-29T06:43:37.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14176198100525","imei2":"14176198100525","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170374,"job_number":"JOB_170374","tr_customer_id":170391,"tr_customer_product_id":170381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:30.000Z","modified_at":"2026-01-29T06:43:30.000Z","name":"Elise Langworth","mobile_number":"506-789-5136","email_id":"Cordia_OKon@yahoo.com","dop":"2025-04-06","serial_number":"13668979298666100","imei1":"13668979298666100","imei2":"13668979298666100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170373,"job_number":"JOB_170373","tr_customer_id":170390,"tr_customer_product_id":170380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:28.000Z","modified_at":"2026-01-29T06:44:10.000Z","name":"Darius Hane","mobile_number":"784-296-1570","email_id":"Phoebe.Brown84@hotmail.com","dop":"2025-04-06","serial_number":"17862652103740","imei1":"17862652103740","imei2":"17862652103740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:44:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170372,"job_number":"JOB_170372","tr_customer_id":170389,"tr_customer_product_id":170379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:28.000Z","modified_at":"2026-01-29T06:43:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18444745092848","imei1":"18444745092848","imei2":"18444745092848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170371,"job_number":"JOB_170371","tr_customer_id":170388,"tr_customer_product_id":170378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:23.000Z","modified_at":"2026-01-29T06:43:34.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13001435899381","imei2":"13001435899381","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170370,"job_number":"JOB_170370","tr_customer_id":170387,"tr_customer_product_id":170377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:43:23.000Z","modified_at":"2026-01-29T06:43:23.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"14953346028155","imei2":"14953346028155","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:43:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170369,"job_number":"JOB_170369","tr_customer_id":170386,"tr_customer_product_id":170376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:42:39.000Z","modified_at":"2026-01-29T06:42:39.000Z","name":"Elyssa Gaylord","mobile_number":"913-445-2459","email_id":"Erwin19@hotmail.com","dop":"2025-04-06","serial_number":"14369738604398470","imei1":"14369738604398470","imei2":"14369738604398470","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:42:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170368,"job_number":"JOB_170368","tr_customer_id":170385,"tr_customer_product_id":170375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:42:38.000Z","modified_at":"2026-01-29T06:43:20.000Z","name":"Rachelle Gaylord","mobile_number":"216-466-8423","email_id":"Providenci14@hotmail.com","dop":"2025-04-06","serial_number":"18179063890691","imei1":"18179063890691","imei2":"18179063890691","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:43:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170367,"job_number":"JOB_170367","tr_customer_id":170384,"tr_customer_product_id":170374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:42:38.000Z","modified_at":"2026-01-29T06:42:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11661249578121","imei1":"11661249578121","imei2":"11661249578121","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:42:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170365,"job_number":"JOB_170365","tr_customer_id":170382,"tr_customer_product_id":170372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:49.000Z","modified_at":"2026-01-29T06:41:49.000Z","name":"Coy Dickens","mobile_number":"523-221-0909","email_id":"Luella_Wilkinson3@yahoo.com","dop":"2025-04-06","serial_number":"16780419753845036","imei1":"16780419753845036","imei2":"16780419753845036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:41:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170364,"job_number":"JOB_170364","tr_customer_id":170381,"tr_customer_product_id":170371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:47.000Z","modified_at":"2026-01-29T06:42:30.000Z","name":"Mireille Herman","mobile_number":"999-306-5629","email_id":"Easton_Aufderhar50@hotmail.com","dop":"2025-04-06","serial_number":"10593791691348","imei1":"10593791691348","imei2":"10593791691348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:42:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170363,"job_number":"JOB_170363","tr_customer_id":170380,"tr_customer_product_id":170370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:41:47.000Z","modified_at":"2026-01-29T06:41:47.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15855265716463","imei1":"15855265716463","imei2":"15855265716463","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:41:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170361,"job_number":"JOB_170361","tr_customer_id":170378,"tr_customer_product_id":170368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:57.000Z","modified_at":"2026-01-29T06:40:57.000Z","name":"Newell Lowe","mobile_number":"686-637-0679","email_id":"Vella.Kuhlman@hotmail.com","dop":"2025-04-06","serial_number":"10645713143187366","imei1":"10645713143187366","imei2":"10645713143187366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170360,"job_number":"JOB_170360","tr_customer_id":170377,"tr_customer_product_id":170367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:56.000Z","modified_at":"2026-01-29T06:41:34.000Z","name":"Deron Reichert","mobile_number":"589-678-0055","email_id":"Haylee_Renner@hotmail.com","dop":"2025-04-06","serial_number":"12407513074671","imei1":"12407513074671","imei2":"12407513074671","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:41:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170359,"job_number":"JOB_170359","tr_customer_id":170376,"tr_customer_product_id":170366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:56.000Z","modified_at":"2026-01-29T06:40:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12208140426477","imei1":"12208140426477","imei2":"12208140426477","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170358,"job_number":"JOB_170358","tr_customer_id":170375,"tr_customer_product_id":170365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:12.000Z","modified_at":"2026-01-29T06:40:12.000Z","name":"Liana Harvey","mobile_number":"408-925-4854","email_id":"Alison_Koepp@gmail.com","dop":"2025-04-06","serial_number":"17423739786054996","imei1":"17423739786054996","imei2":"17423739786054996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170357,"job_number":"JOB_170357","tr_customer_id":170374,"tr_customer_product_id":170364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:11.000Z","modified_at":"2026-01-29T06:40:49.000Z","name":"Grayce Schmitt","mobile_number":"822-921-5740","email_id":"Mauricio_Stracke@hotmail.com","dop":"2025-04-06","serial_number":"18180181629865","imei1":"18180181629865","imei2":"18180181629865","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:40:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170356,"job_number":"JOB_170356","tr_customer_id":170373,"tr_customer_product_id":170363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:40:10.000Z","modified_at":"2026-01-29T06:40:10.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12207671801424","imei1":"12207671801424","imei2":"12207671801424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:40:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170355,"job_number":"JOB_170355","tr_customer_id":170372,"tr_customer_product_id":170362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:39:26.000Z","modified_at":"2026-01-29T06:39:26.000Z","name":"Libby Torp","mobile_number":"288-373-3904","email_id":"Brown.Little1@yahoo.com","dop":"2025-04-06","serial_number":"18091890734912620","imei1":"18091890734912620","imei2":"18091890734912620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:39:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170354,"job_number":"JOB_170354","tr_customer_id":170371,"tr_customer_product_id":170361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:39:25.000Z","modified_at":"2026-01-29T06:40:03.000Z","name":"Dorothea Shields","mobile_number":"881-647-2530","email_id":"Orland_Walter42@yahoo.com","dop":"2025-04-06","serial_number":"18411695328476","imei1":"18411695328476","imei2":"18411695328476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:40:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170353,"job_number":"JOB_170353","tr_customer_id":170370,"tr_customer_product_id":170360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:39:25.000Z","modified_at":"2026-01-29T06:39:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19568621313003","imei1":"19568621313003","imei2":"19568621313003","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:39:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170352,"job_number":"JOB_170352","tr_customer_id":170369,"tr_customer_product_id":170359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:47.000Z","modified_at":"2026-01-29T06:38:47.000Z","name":"Atreyi Rana","mobile_number":"7083087604","email_id":"vidhya.bhat@hotmail.com","dop":"2026-01-19","serial_number":"706941820273780","imei1":"706941820273780","imei2":"706941820273780","popurl":"www.gaurang-naik.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:38:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170351,"job_number":"JOB_170351","tr_customer_id":170368,"tr_customer_product_id":170358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:33.000Z","modified_at":"2026-01-29T06:38:33.000Z","name":"Vallie Durgan","mobile_number":"902-443-2582","email_id":"Mason_Rutherford@yahoo.com","dop":"2025-04-06","serial_number":"19835579645295650","imei1":"19835579645295650","imei2":"19835579645295650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:38:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170350,"job_number":"JOB_170350","tr_customer_id":170367,"tr_customer_product_id":170357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:31.000Z","modified_at":"2026-01-29T06:39:08.000Z","name":"Celestine Gutmann","mobile_number":"253-781-9465","email_id":"Rafael.Emard@hotmail.com","dop":"2025-04-06","serial_number":"10329813854437","imei1":"10329813854437","imei2":"10329813854437","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:39:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170349,"job_number":"JOB_170349","tr_customer_id":170366,"tr_customer_product_id":170356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:38:31.000Z","modified_at":"2026-01-29T06:38:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16037824530219","imei1":"16037824530219","imei2":"16037824530219","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:38:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170348,"job_number":"JOB_170348","tr_customer_id":170365,"tr_customer_product_id":170355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:48.000Z","modified_at":"2026-01-29T06:37:48.000Z","name":"Jeanie Crist","mobile_number":"584-251-9509","email_id":"Assunta86@gmail.com","dop":"2025-04-06","serial_number":"10715964929387842","imei1":"10715964929387842","imei2":"10715964929387842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170347,"job_number":"JOB_170347","tr_customer_id":170364,"tr_customer_product_id":170354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:47.000Z","modified_at":"2026-01-29T06:38:24.000Z","name":"Stacy DuBuque","mobile_number":"852-256-3773","email_id":"Rosamond4@hotmail.com","dop":"2025-04-06","serial_number":"12954016719157","imei1":"12954016719157","imei2":"12954016719157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:38:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170346,"job_number":"JOB_170346","tr_customer_id":170363,"tr_customer_product_id":170353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:46.000Z","modified_at":"2026-01-29T06:37:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15855807980150","imei1":"15855807980150","imei2":"15855807980150","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170345,"job_number":"JOB_170345","tr_customer_id":170362,"tr_customer_product_id":170352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:03.000Z","modified_at":"2026-01-29T06:37:04.000Z","name":"Alexa Crooks","mobile_number":"725-380-5649","email_id":"Jennyfer84@gmail.com","dop":"2025-04-06","serial_number":"18407784815935784","imei1":"18407784815935784","imei2":"18407784815935784","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170344,"job_number":"JOB_170344","tr_customer_id":170361,"tr_customer_product_id":170351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:02.000Z","modified_at":"2026-01-29T06:37:39.000Z","name":"Carroll Quitzon","mobile_number":"506-529-6229","email_id":"Mariah_Osinski@hotmail.com","dop":"2025-04-06","serial_number":"19134770212767","imei1":"19134770212767","imei2":"19134770212767","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:37:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170343,"job_number":"JOB_170343","tr_customer_id":170360,"tr_customer_product_id":170350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:37:02.000Z","modified_at":"2026-01-29T06:37:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15522363055902","imei1":"15522363055902","imei2":"15522363055902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170342,"job_number":"JOB_170342","tr_customer_id":170359,"tr_customer_product_id":170349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:36.000Z","modified_at":"2026-01-29T06:36:36.000Z","name":"Roy Keeling","mobile_number":"283-823-6410","email_id":"Walton.Wisoky50@gmail.com","dop":"2025-06-18","serial_number":"1013664490259973","imei1":"1013664490259973","imei2":"1013664490259973","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:36:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170341,"job_number":"JOB_170341","tr_customer_id":170358,"tr_customer_product_id":170348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:35.000Z","modified_at":"2026-01-29T06:37:12.000Z","name":"Leland Considine","mobile_number":"674-449-0463","email_id":"Cierra23@yahoo.com","dop":"2025-06-18","serial_number":"10375802533635","imei1":"10375802533635","imei2":"10375802533635","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170340,"job_number":"JOB_170340","tr_customer_id":170357,"tr_customer_product_id":170347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:35.000Z","modified_at":"2026-01-29T06:36:35.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10276504604543","imei1":"10276504604543","imei2":"10276504604543","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:36:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170339,"job_number":"JOB_170339","tr_customer_id":170356,"tr_customer_product_id":170346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:36:00.000Z","modified_at":"2026-01-29T06:36:00.000Z","name":"Darlene Mayer","mobile_number":"455-205-3827","email_id":"Jadon.Gaylord33@yahoo.com","dop":"2025-04-06","serial_number":"18172264101396828","imei1":"18172264101396828","imei2":"18172264101396828","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:36:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170338,"job_number":"JOB_170338","tr_customer_id":170355,"tr_customer_product_id":170345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:58.000Z","modified_at":"2026-01-29T06:36:41.000Z","name":"Valerie Haley","mobile_number":"505-875-3429","email_id":"Bernard.Weimann65@gmail.com","dop":"2025-04-06","serial_number":"14948468916716","imei1":"14948468916716","imei2":"14948468916716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:36:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170337,"job_number":"JOB_170337","tr_customer_id":170354,"tr_customer_product_id":170344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:52.000Z","modified_at":"2026-01-29T06:35:52.000Z","name":"Britney Boyer","mobile_number":"936-736-9229","email_id":"Derick_Simonis83@gmail.com","dop":"2025-06-18","serial_number":"1060705733169913","imei1":"1060705733169913","imei2":"1060705733169913","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:35:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170336,"job_number":"JOB_170336","tr_customer_id":170353,"tr_customer_product_id":170343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:52.000Z","modified_at":"2026-01-29T06:36:28.000Z","name":"Sherman Block","mobile_number":"631-567-8905","email_id":"Emerson21@gmail.com","dop":"2025-06-18","serial_number":"10316307221729","imei1":"10316307221729","imei2":"10316307221729","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T06:36:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170335,"job_number":"JOB_170335","tr_customer_id":170352,"tr_customer_product_id":170342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:35:51.000Z","modified_at":"2026-01-29T06:35:51.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10856121769214","imei1":"10856121769214","imei2":"10856121769214","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170317,"job_number":"JOB_170317","tr_customer_id":170334,"tr_customer_product_id":170324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:22:55.000Z","modified_at":"2026-01-29T06:22:55.000Z","name":"Dharitri Dutta","mobile_number":"7029773404","email_id":"bodhan.pothuvaal@hotmail.com","dop":"2026-01-19","serial_number":"945495203650264","imei1":"945495203650264","imei2":"945495203650264","popurl":"www.durgeshwari-kakkar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:22:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170316,"job_number":"JOB_170316","tr_customer_id":170333,"tr_customer_product_id":170323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:17:59.000Z","modified_at":"2026-01-29T06:17:59.000Z","name":"Brajesh Varma","mobile_number":"7037232521","email_id":"chanda.talwar@yahoo.co.in","dop":"2026-01-19","serial_number":"706892942434128","imei1":"706892942434128","imei2":"706892942434128","popurl":"www.umang-chaturvedi.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170315,"job_number":"JOB_170315","tr_customer_id":170332,"tr_customer_product_id":170322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:08:07.000Z","modified_at":"2026-01-29T06:08:07.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2026-01-19","serial_number":"13511800420678","imei1":"13511800420678","imei2":"13511800420678","popurl":"2026-01-19T06:08:04.176679800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:08:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170314,"job_number":"JOB_170314","tr_customer_id":170331,"tr_customer_product_id":170321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:02:17.000Z","modified_at":"2026-01-29T06:02:17.000Z","name":"Dron Reddy","mobile_number":"7034869575","email_id":"chandravati.nehru@yahoo.co.in","dop":"2026-01-19","serial_number":"059444005131417","imei1":"059444005131417","imei2":"059444005131417","popurl":"www.dhananjay-reddy.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:02:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170313,"job_number":"JOB_170313","tr_customer_id":170330,"tr_customer_product_id":170320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:57:36.000Z","modified_at":"2026-01-29T05:57:36.000Z","name":"veer kumar","mobile_number":"9398102868","email_id":"veer@gmail.com","dop":"2026-01-11","serial_number":"12343223456765432","imei1":"12343223456765432","imei2":"12343223456765432","popurl":"2026-01-11T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170312,"job_number":"JOB_170312","tr_customer_id":170329,"tr_customer_product_id":170319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Donte Schuster","mobile_number":"7056886671","email_id":"eldon.bechtelar@gmail.com","dop":"2026-01-19","serial_number":"986071458169851","imei1":"560922975673975","imei2":"913400530238079","popurl":"www.manie-murphy.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170311,"job_number":"JOB_170311","tr_customer_id":170328,"tr_customer_product_id":170318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Terra Batz","mobile_number":"7065942000","email_id":"dillon.cormier@hotmail.com","dop":"2026-01-19","serial_number":"360326519033902","imei1":"833717706004840","imei2":"518190593381939","popurl":"www.carlita-stamm.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170310,"job_number":"JOB_170310","tr_customer_id":170327,"tr_customer_product_id":170317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Cori Bahringer","mobile_number":"7015609745","email_id":"paola.aufderhar@gmail.com","dop":"2026-01-19","serial_number":"062382101570858","imei1":"107256484287444","imei2":"759968193356360","popurl":"www.cruz-ruecker.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170309,"job_number":"JOB_170309","tr_customer_id":170326,"tr_customer_product_id":170316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Marcos Bernhard","mobile_number":"7093341698","email_id":"peggy.nolan@hotmail.com","dop":"2026-01-19","serial_number":"872892873464589","imei1":"656320435657996","imei2":"579243516072405","popurl":"www.bernardina-farrell.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170308,"job_number":"JOB_170308","tr_customer_id":170325,"tr_customer_product_id":170315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Leroy Reichel","mobile_number":"7096262834","email_id":"lemuel.goodwin@yahoo.com","dop":"2026-01-19","serial_number":"113690943917920","imei1":"573989202481299","imei2":"493240038896145","popurl":"www.michaele-trantow.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170307,"job_number":"JOB_170307","tr_customer_id":170324,"tr_customer_product_id":170314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Octavio Hilll","mobile_number":"7070346459","email_id":"richard.thompson@hotmail.com","dop":"2026-01-19","serial_number":"315777018232010","imei1":"858636238195406","imei2":"687490805977002","popurl":"www.amanda-braun.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170306,"job_number":"JOB_170306","tr_customer_id":170323,"tr_customer_product_id":170313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Fermina McLaughlin","mobile_number":"7017166496","email_id":"rosendo.balistreri@hotmail.com","dop":"2026-01-19","serial_number":"072056892191034","imei1":"790721180190395","imei2":"805483436630756","popurl":"www.wayne-torp.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170305,"job_number":"JOB_170305","tr_customer_id":170322,"tr_customer_product_id":170312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Kimberly Glover","mobile_number":"7095559611","email_id":"cary.farrell@gmail.com","dop":"2026-01-19","serial_number":"239556247015289","imei1":"301960567483025","imei2":"128441512416247","popurl":"www.adelaide-schaefer.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170304,"job_number":"JOB_170304","tr_customer_id":170321,"tr_customer_product_id":170311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:36.000Z","modified_at":"2026-01-29T05:48:36.000Z","name":"Zackary Wolff","mobile_number":"7042601363","email_id":"foster.mcglynn@gmail.com","dop":"2026-01-19","serial_number":"465575730158631","imei1":"021192744336210","imei2":"021057683656422","popurl":"www.randal-turner.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170303,"job_number":"JOB_170303","tr_customer_id":170320,"tr_customer_product_id":170310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:35.000Z","modified_at":"2026-01-29T05:48:35.000Z","name":"Estell Goyette","mobile_number":"7076879395","email_id":"jerrod.miller@hotmail.com","dop":"2026-01-19","serial_number":"525133618426072","imei1":"252597024711472","imei2":"150861370405568","popurl":"www.osvaldo-barrows.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170302,"job_number":"JOB_170302","tr_customer_id":170319,"tr_customer_product_id":170309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Julius Daugherty","mobile_number":"7068994163","email_id":"ryann.hand@yahoo.com","dop":"2026-01-19","serial_number":"115363344515312","imei1":"703158220144090","imei2":"214864755915204","popurl":"www.freida-mueller.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170301,"job_number":"JOB_170301","tr_customer_id":170318,"tr_customer_product_id":170308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Shanae Nienow","mobile_number":"7085477286","email_id":"bebe.collins@gmail.com","dop":"2026-01-19","serial_number":"333881492313480","imei1":"465199716601108","imei2":"190637435307858","popurl":"www.cinderella-abernathy.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170300,"job_number":"JOB_170300","tr_customer_id":170317,"tr_customer_product_id":170307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Dorthea Bode","mobile_number":"7028156604","email_id":"lizabeth.kreiger@yahoo.com","dop":"2026-01-19","serial_number":"014277701229923","imei1":"496340704994249","imei2":"093038207032628","popurl":"www.freeman-gulgowski.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170299,"job_number":"JOB_170299","tr_customer_id":170316,"tr_customer_product_id":170306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Krystin Kuhic","mobile_number":"7073314363","email_id":"amparo.howe@gmail.com","dop":"2026-01-19","serial_number":"405554517896442","imei1":"849844372020304","imei2":"401806640799600","popurl":"www.jacqulyn-stark.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170298,"job_number":"JOB_170298","tr_customer_id":170315,"tr_customer_product_id":170305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Judson Lebsack","mobile_number":"7047802957","email_id":"leon.schamberger@yahoo.com","dop":"2026-01-19","serial_number":"007111435469463","imei1":"942630586541499","imei2":"256068166300666","popurl":"www.todd-wehner.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170297,"job_number":"JOB_170297","tr_customer_id":170314,"tr_customer_product_id":170304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Wilbur Walker","mobile_number":"7071289746","email_id":"kip.rau@yahoo.com","dop":"2026-01-19","serial_number":"994703034336346","imei1":"698413656866811","imei2":"565237069743950","popurl":"www.cassandra-douglas.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170296,"job_number":"JOB_170296","tr_customer_id":170313,"tr_customer_product_id":170303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Cecily Conroy","mobile_number":"7090037166","email_id":"avery.klein@gmail.com","dop":"2026-01-19","serial_number":"054405971580322","imei1":"679615245379949","imei2":"975504407308938","popurl":"www.reginald-williamson.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170295,"job_number":"JOB_170295","tr_customer_id":170312,"tr_customer_product_id":170302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Corrin Emard","mobile_number":"7035854600","email_id":"rhea.grady@yahoo.com","dop":"2026-01-19","serial_number":"703029191701704","imei1":"039399364369762","imei2":"386766186332312","popurl":"www.arica-christiansen.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170294,"job_number":"JOB_170294","tr_customer_id":170311,"tr_customer_product_id":170301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Melissia Heathcote","mobile_number":"7049912515","email_id":"hipolito.okeefe@hotmail.com","dop":"2026-01-19","serial_number":"920398109443780","imei1":"299409222664093","imei2":"661756859460322","popurl":"www.nicolette-hansen.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170293,"job_number":"JOB_170293","tr_customer_id":170310,"tr_customer_product_id":170300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:34.000Z","modified_at":"2026-01-29T05:48:34.000Z","name":"Gale Windler","mobile_number":"7053187120","email_id":"virgil.jacobson@gmail.com","dop":"2026-01-19","serial_number":"546650878449800","imei1":"654676504441541","imei2":"054634256245915","popurl":"www.fidela-muller.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170292,"job_number":"JOB_170292","tr_customer_id":170309,"tr_customer_product_id":170299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Wilburn Kutch","mobile_number":"7059269789","email_id":"diedra.dubuque@gmail.com","dop":"2026-01-19","serial_number":"792149224110826","imei1":"224341792702478","imei2":"686155765699649","popurl":"www.sol-ruecker.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170291,"job_number":"JOB_170291","tr_customer_id":170308,"tr_customer_product_id":170298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Ligia Powlowski","mobile_number":"7052117223","email_id":"nakia.skiles@hotmail.com","dop":"2026-01-19","serial_number":"734089455529193","imei1":"817252341842789","imei2":"122537213300785","popurl":"www.yen-jerde.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170290,"job_number":"JOB_170290","tr_customer_id":170307,"tr_customer_product_id":170297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Thanh Lueilwitz","mobile_number":"7073544974","email_id":"bobby.dicki@yahoo.com","dop":"2026-01-19","serial_number":"301518552424284","imei1":"893663339624586","imei2":"795915710844668","popurl":"www.gertrude-oconnell.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170289,"job_number":"JOB_170289","tr_customer_id":170306,"tr_customer_product_id":170296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Beau Kling","mobile_number":"7069866035","email_id":"kelsi.runolfsson@yahoo.com","dop":"2026-01-19","serial_number":"290742738273944","imei1":"668260766835625","imei2":"652104689973897","popurl":"www.bennie-bartoletti.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170288,"job_number":"JOB_170288","tr_customer_id":170305,"tr_customer_product_id":170295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Garfield Koch","mobile_number":"7054113851","email_id":"jarrett.hartmann@hotmail.com","dop":"2026-01-19","serial_number":"759466932485178","imei1":"112079791017813","imei2":"004672035246440","popurl":"www.oswaldo-pagac.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170287,"job_number":"JOB_170287","tr_customer_id":170304,"tr_customer_product_id":170294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Rolland Batz","mobile_number":"7086908465","email_id":"cordell.rodriguez@yahoo.com","dop":"2026-01-19","serial_number":"561496191451956","imei1":"004520205915341","imei2":"051969360351284","popurl":"www.benedict-waelchi.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170286,"job_number":"JOB_170286","tr_customer_id":170303,"tr_customer_product_id":170293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Shayla Kessler","mobile_number":"7086168202","email_id":"aleen.kunde@gmail.com","dop":"2026-01-19","serial_number":"236372367591240","imei1":"334285666363360","imei2":"018877848468158","popurl":"www.stephen-blick.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170285,"job_number":"JOB_170285","tr_customer_id":170302,"tr_customer_product_id":170292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Broderick Smith","mobile_number":"7001351483","email_id":"cary.mccullough@hotmail.com","dop":"2026-01-19","serial_number":"320773034943050","imei1":"114223627161612","imei2":"107464813860199","popurl":"www.chu-renner.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170284,"job_number":"JOB_170284","tr_customer_id":170301,"tr_customer_product_id":170291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Leatrice Kling","mobile_number":"7057861642","email_id":"evette.bechtelar@yahoo.com","dop":"2026-01-19","serial_number":"211730052522536","imei1":"412751570164251","imei2":"304744183682637","popurl":"www.cassaundra-schmitt.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170283,"job_number":"JOB_170283","tr_customer_id":170300,"tr_customer_product_id":170290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:33.000Z","modified_at":"2026-01-29T05:48:33.000Z","name":"Isidra Bernier","mobile_number":"7011875783","email_id":"kelley.rohan@hotmail.com","dop":"2026-01-19","serial_number":"081477794363547","imei1":"300507865461477","imei2":"746794430713661","popurl":"www.eldora-quitzon.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170282,"job_number":"JOB_170282","tr_customer_id":170299,"tr_customer_product_id":170289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Violette Zboncak","mobile_number":"7054325873","email_id":"jon.beatty@yahoo.com","dop":"2026-01-19","serial_number":"113313770878779","imei1":"172401667657537","imei2":"410626337285531","popurl":"www.randall-thompson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170281,"job_number":"JOB_170281","tr_customer_id":170298,"tr_customer_product_id":170288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Gerardo Lynch","mobile_number":"7052894028","email_id":"beatris.herman@yahoo.com","dop":"2026-01-19","serial_number":"991354659847131","imei1":"211131001419487","imei2":"732099870144335","popurl":"www.donya-wilkinson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170280,"job_number":"JOB_170280","tr_customer_id":170297,"tr_customer_product_id":170287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Launa Koelpin","mobile_number":"7019276649","email_id":"bart.dach@gmail.com","dop":"2026-01-19","serial_number":"111678387215629","imei1":"699233265636085","imei2":"389383014734706","popurl":"www.briana-hessel.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170279,"job_number":"JOB_170279","tr_customer_id":170296,"tr_customer_product_id":170286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Quinn Ankunding","mobile_number":"7078393695","email_id":"kurt.simonis@gmail.com","dop":"2026-01-19","serial_number":"585745996333988","imei1":"365102360124660","imei2":"290343825323120","popurl":"www.tuan-towne.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170278,"job_number":"JOB_170278","tr_customer_id":170295,"tr_customer_product_id":170285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Shanice Gutmann","mobile_number":"7057570768","email_id":"howard.murray@gmail.com","dop":"2026-01-19","serial_number":"133040382899834","imei1":"656152903691011","imei2":"097861798104938","popurl":"www.bong-johnson.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170277,"job_number":"JOB_170277","tr_customer_id":170294,"tr_customer_product_id":170284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Rosario Gleason","mobile_number":"7026928337","email_id":"ezra.hoeger@gmail.com","dop":"2026-01-19","serial_number":"714493037194091","imei1":"161475230192910","imei2":"237466804490015","popurl":"www.devin-keebler.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170276,"job_number":"JOB_170276","tr_customer_id":170293,"tr_customer_product_id":170283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Gil Little","mobile_number":"7005177573","email_id":"jerry.ratke@yahoo.com","dop":"2026-01-19","serial_number":"428147030483039","imei1":"451809402685655","imei2":"838329545950033","popurl":"www.valery-hickle.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170275,"job_number":"JOB_170275","tr_customer_id":170292,"tr_customer_product_id":170282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Rashad Streich","mobile_number":"7034316350","email_id":"devon.abshire@gmail.com","dop":"2026-01-19","serial_number":"074453291653388","imei1":"673519097646997","imei2":"954744911420191","popurl":"www.ivory-legros.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170274,"job_number":"JOB_170274","tr_customer_id":170291,"tr_customer_product_id":170281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Ariel Bernhard","mobile_number":"7091816373","email_id":"brandee.kemmer@yahoo.com","dop":"2026-01-19","serial_number":"663775890199765","imei1":"255542807658649","imei2":"840539096445094","popurl":"www.nga-kuhlman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170273,"job_number":"JOB_170273","tr_customer_id":170290,"tr_customer_product_id":170280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:32.000Z","modified_at":"2026-01-29T05:48:32.000Z","name":"Bud Huel","mobile_number":"7068666049","email_id":"gaylene.price@yahoo.com","dop":"2026-01-19","serial_number":"047974297491639","imei1":"964610923672523","imei2":"323467555465233","popurl":"www.gerard-bashirian.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170272,"job_number":"JOB_170272","tr_customer_id":170289,"tr_customer_product_id":170279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:31.000Z","modified_at":"2026-01-29T05:48:31.000Z","name":"Susann Morar","mobile_number":"7021494068","email_id":"cecile.wiegand@yahoo.com","dop":"2026-01-19","serial_number":"158927685212213","imei1":"618188655915409","imei2":"265084974638323","popurl":"www.brenton-kunze.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170271,"job_number":"JOB_170271","tr_customer_id":170288,"tr_customer_product_id":170278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:31.000Z","modified_at":"2026-01-29T05:48:31.000Z","name":"Viki Leffler","mobile_number":"7040592842","email_id":"rigoberto.hodkiewicz@yahoo.com","dop":"2026-01-19","serial_number":"136593909292199","imei1":"469284031195261","imei2":"663408731276343","popurl":"www.archie-kozey.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170270,"job_number":"JOB_170270","tr_customer_id":170287,"tr_customer_product_id":170277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:31.000Z","modified_at":"2026-01-29T05:48:31.000Z","name":"Leopoldo Metz","mobile_number":"7056154650","email_id":"cedrick.kuhlman@yahoo.com","dop":"2026-01-19","serial_number":"382261397670933","imei1":"686808815643621","imei2":"991708990793421","popurl":"www.enrique-parisian.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170269,"job_number":"JOB_170269","tr_customer_id":170286,"tr_customer_product_id":170276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Chia Stokes","mobile_number":"7086481035","email_id":"leah.torp@yahoo.com","dop":"2026-01-19","serial_number":"740412324822571","imei1":"250445028212868","imei2":"523833711067033","popurl":"www.carl-hane.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170268,"job_number":"JOB_170268","tr_customer_id":170285,"tr_customer_product_id":170275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Dudley Parisian","mobile_number":"7006955607","email_id":"raphael.barton@hotmail.com","dop":"2026-01-19","serial_number":"399692295167685","imei1":"275440972100049","imei2":"836293278474897","popurl":"www.tammara-lang.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170267,"job_number":"JOB_170267","tr_customer_id":170284,"tr_customer_product_id":170274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Nu Hilll","mobile_number":"7012124385","email_id":"lucien.borer@gmail.com","dop":"2026-01-19","serial_number":"376314463825753","imei1":"553148262147938","imei2":"794406810841490","popurl":"www.pearl-satterfield.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170266,"job_number":"JOB_170266","tr_customer_id":170283,"tr_customer_product_id":170273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Alethea Kuvalis","mobile_number":"7053110000","email_id":"randall.rau@gmail.com","dop":"2026-01-19","serial_number":"484432184152380","imei1":"191393928705824","imei2":"777880831535541","popurl":"www.edison-predovic.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170265,"job_number":"JOB_170265","tr_customer_id":170282,"tr_customer_product_id":170272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Aubrey Gottlieb","mobile_number":"7010486455","email_id":"constance.mcdermott@hotmail.com","dop":"2026-01-19","serial_number":"278272999895817","imei1":"173192041728762","imei2":"027527426271741","popurl":"www.adelina-glover.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170264,"job_number":"JOB_170264","tr_customer_id":170281,"tr_customer_product_id":170271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Dorene Hammes","mobile_number":"7040009863","email_id":"colin.herman@yahoo.com","dop":"2026-01-19","serial_number":"615679501143379","imei1":"757008604094661","imei2":"965959708832096","popurl":"www.keesha-dach.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170263,"job_number":"JOB_170263","tr_customer_id":170280,"tr_customer_product_id":170270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:30.000Z","modified_at":"2026-01-29T05:48:30.000Z","name":"Columbus O'Kon","mobile_number":"7000415323","email_id":"alberta.roberts@yahoo.com","dop":"2026-01-19","serial_number":"138553713980597","imei1":"281583572359640","imei2":"304285439128757","popurl":"www.kymberly-bechtelar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170262,"job_number":"JOB_170262","tr_customer_id":170279,"tr_customer_product_id":170269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Franklin Crooks","mobile_number":"7094377777","email_id":"cordell.greenfelder@yahoo.com","dop":"2026-01-19","serial_number":"620523949014325","imei1":"373651855507247","imei2":"134866534333791","popurl":"www.myrna-farrell.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170261,"job_number":"JOB_170261","tr_customer_id":170278,"tr_customer_product_id":170268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Elissa Crist","mobile_number":"7038856749","email_id":"warren.skiles@yahoo.com","dop":"2026-01-19","serial_number":"954973640377620","imei1":"828260409651650","imei2":"645711122930752","popurl":"www.joyce-frami.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170260,"job_number":"JOB_170260","tr_customer_id":170277,"tr_customer_product_id":170267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Desmond Price","mobile_number":"7033875383","email_id":"sarina.gorczany@gmail.com","dop":"2026-01-19","serial_number":"455424103027929","imei1":"900833817247677","imei2":"969999656496338","popurl":"www.tod-luettgen.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170259,"job_number":"JOB_170259","tr_customer_id":170276,"tr_customer_product_id":170266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Claudine Swift","mobile_number":"7023796523","email_id":"lurlene.hilll@yahoo.com","dop":"2026-01-19","serial_number":"652439642084903","imei1":"150928357402321","imei2":"838988491570929","popurl":"www.trenton-hoeger.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170258,"job_number":"JOB_170258","tr_customer_id":170275,"tr_customer_product_id":170265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Blaine Koss","mobile_number":"7099437200","email_id":"quiana.lueilwitz@hotmail.com","dop":"2026-01-19","serial_number":"521418201569197","imei1":"555246561444916","imei2":"641329924661925","popurl":"www.mardell-welch.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170257,"job_number":"JOB_170257","tr_customer_id":170274,"tr_customer_product_id":170264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Wilbur Schroeder","mobile_number":"7058480818","email_id":"rosina.jones@gmail.com","dop":"2026-01-19","serial_number":"653189068748251","imei1":"841498737012002","imei2":"064810199562801","popurl":"www.keenan-dooley.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170256,"job_number":"JOB_170256","tr_customer_id":170273,"tr_customer_product_id":170263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Cristi White","mobile_number":"7085500721","email_id":"elisa.hirthe@yahoo.com","dop":"2026-01-19","serial_number":"825123777768932","imei1":"687426411502932","imei2":"824387845415695","popurl":"www.galen-watsica.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170255,"job_number":"JOB_170255","tr_customer_id":170272,"tr_customer_product_id":170262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Alvin Conroy","mobile_number":"7077100482","email_id":"malia.walter@gmail.com","dop":"2026-01-19","serial_number":"943033844192086","imei1":"882972683114668","imei2":"560033161829803","popurl":"www.kenna-rice.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170254,"job_number":"JOB_170254","tr_customer_id":170271,"tr_customer_product_id":170261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Creola Bradtke","mobile_number":"7033148032","email_id":"rico.ebert@yahoo.com","dop":"2026-01-19","serial_number":"184754830996755","imei1":"135117381731041","imei2":"652897875624613","popurl":"www.davis-romaguera.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170253,"job_number":"JOB_170253","tr_customer_id":170270,"tr_customer_product_id":170260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:29.000Z","modified_at":"2026-01-29T05:48:29.000Z","name":"Andria Reinger","mobile_number":"7049706800","email_id":"foster.herman@hotmail.com","dop":"2026-01-19","serial_number":"252772070797147","imei1":"549954692664623","imei2":"509503807632421","popurl":"www.tristan-rohan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170252,"job_number":"JOB_170252","tr_customer_id":170269,"tr_customer_product_id":170259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Hector Mayert","mobile_number":"7000067769","email_id":"karin.cormier@yahoo.com","dop":"2026-01-19","serial_number":"101963705060146","imei1":"188986013689175","imei2":"371523801056063","popurl":"www.wyatt-gleichner.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170251,"job_number":"JOB_170251","tr_customer_id":170268,"tr_customer_product_id":170258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Takako Harvey","mobile_number":"7075139015","email_id":"elease.osinski@yahoo.com","dop":"2026-01-19","serial_number":"566475336942803","imei1":"584350034680843","imei2":"041126346336279","popurl":"www.amos-kihn.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170250,"job_number":"JOB_170250","tr_customer_id":170267,"tr_customer_product_id":170257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Jeremy Douglas","mobile_number":"7020119602","email_id":"ira.toy@yahoo.com","dop":"2026-01-19","serial_number":"384872070076189","imei1":"564258331463972","imei2":"085278075055009","popurl":"www.curtis-medhurst.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170249,"job_number":"JOB_170249","tr_customer_id":170266,"tr_customer_product_id":170256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Jeneva Gutmann","mobile_number":"7051585591","email_id":"rodger.king@hotmail.com","dop":"2026-01-19","serial_number":"912060662832802","imei1":"488904204192327","imei2":"567495526836807","popurl":"www.moira-gulgowski.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170248,"job_number":"JOB_170248","tr_customer_id":170265,"tr_customer_product_id":170255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Josephina Hilpert","mobile_number":"7054172155","email_id":"bambi.welch@gmail.com","dop":"2026-01-19","serial_number":"962736970665202","imei1":"474371224125685","imei2":"289043046269861","popurl":"www.newton-kohler.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170247,"job_number":"JOB_170247","tr_customer_id":170264,"tr_customer_product_id":170254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Fabian Rogahn","mobile_number":"7085466827","email_id":"zelma.quitzon@gmail.com","dop":"2026-01-19","serial_number":"850559854879572","imei1":"903521674044926","imei2":"038596223035113","popurl":"www.deanne-torphy.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170246,"job_number":"JOB_170246","tr_customer_id":170263,"tr_customer_product_id":170253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Leigh Leffler","mobile_number":"7023494932","email_id":"elin.howell@gmail.com","dop":"2026-01-19","serial_number":"589264318857867","imei1":"200586495551914","imei2":"431114446632498","popurl":"www.adolfo-kunze.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170245,"job_number":"JOB_170245","tr_customer_id":170262,"tr_customer_product_id":170252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Sharyl Cummerata","mobile_number":"7070253948","email_id":"branden.becker@yahoo.com","dop":"2026-01-19","serial_number":"233206572760965","imei1":"707061874175435","imei2":"589928904627287","popurl":"www.louie-bauch.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170244,"job_number":"JOB_170244","tr_customer_id":170261,"tr_customer_product_id":170251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Angelyn Dooley","mobile_number":"7061461129","email_id":"pedro.marvin@gmail.com","dop":"2026-01-19","serial_number":"452032612133165","imei1":"559206740453246","imei2":"207471890302768","popurl":"www.gerard-kuhic.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170243,"job_number":"JOB_170243","tr_customer_id":170260,"tr_customer_product_id":170250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:28.000Z","modified_at":"2026-01-29T05:48:28.000Z","name":"Lewis Johnston","mobile_number":"7094208443","email_id":"aja.sawayn@hotmail.com","dop":"2026-01-19","serial_number":"131230129459942","imei1":"025304491659747","imei2":"902681255883198","popurl":"www.lucas-prosacco.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170242,"job_number":"JOB_170242","tr_customer_id":170259,"tr_customer_product_id":170249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Lavette Huel","mobile_number":"7020968239","email_id":"chas.medhurst@hotmail.com","dop":"2026-01-19","serial_number":"589474559718762","imei1":"425468965770591","imei2":"296928363006821","popurl":"www.dorian-oconner.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170241,"job_number":"JOB_170241","tr_customer_id":170258,"tr_customer_product_id":170248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Florencia Kreiger","mobile_number":"7077887898","email_id":"malcom.cronin@gmail.com","dop":"2026-01-19","serial_number":"311006737465354","imei1":"715439860866496","imei2":"649302465989372","popurl":"www.winston-hoppe.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170240,"job_number":"JOB_170240","tr_customer_id":170257,"tr_customer_product_id":170247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Nickolas Weimann","mobile_number":"7093581638","email_id":"awilda.sawayn@yahoo.com","dop":"2026-01-19","serial_number":"101153590011072","imei1":"166656357351732","imei2":"389371791577826","popurl":"www.bong-okon.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170239,"job_number":"JOB_170239","tr_customer_id":170256,"tr_customer_product_id":170246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:27.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Hayley Schowalter","mobile_number":"7022998802","email_id":"junior.white@gmail.com","dop":"2026-01-19","serial_number":"210971507849559","imei1":"202835066949078","imei2":"538271499790282","popurl":"www.leonarda-nicolas.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170238,"job_number":"JOB_170238","tr_customer_id":170255,"tr_customer_product_id":170245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:27.000Z","name":"Vi Grady","mobile_number":"7055471855","email_id":"lucien.green@hotmail.com","dop":"2026-01-19","serial_number":"107810911840661","imei1":"053152890367488","imei2":"265316909129822","popurl":"www.nathaniel-rath.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170237,"job_number":"JOB_170237","tr_customer_id":170254,"tr_customer_product_id":170244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Spencer Raynor","mobile_number":"7059441638","email_id":"zane.turner@hotmail.com","dop":"2026-01-19","serial_number":"958340763900306","imei1":"518891813416819","imei2":"445176252269607","popurl":"www.jerrell-schowalter.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170236,"job_number":"JOB_170236","tr_customer_id":170253,"tr_customer_product_id":170243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Amos Wyman","mobile_number":"7051301548","email_id":"edwin.tromp@hotmail.com","dop":"2026-01-19","serial_number":"929316672467096","imei1":"023799191245043","imei2":"551596693549773","popurl":"www.simon-schuster.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170235,"job_number":"JOB_170235","tr_customer_id":170252,"tr_customer_product_id":170242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Brock Rippin","mobile_number":"7018396582","email_id":"kennith.hand@gmail.com","dop":"2026-01-19","serial_number":"321216827512652","imei1":"979503815262283","imei2":"177238354959110","popurl":"www.lovie-herman.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170234,"job_number":"JOB_170234","tr_customer_id":170251,"tr_customer_product_id":170241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Stephani Schimmel","mobile_number":"7040016503","email_id":"celia.spencer@yahoo.com","dop":"2026-01-19","serial_number":"948611560897978","imei1":"995614146597753","imei2":"296746578266108","popurl":"www.hertha-hauck.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170233,"job_number":"JOB_170233","tr_customer_id":170250,"tr_customer_product_id":170240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:26.000Z","modified_at":"2026-01-29T05:48:26.000Z","name":"Noel Becker","mobile_number":"7090324337","email_id":"ilse.mccullough@hotmail.com","dop":"2026-01-19","serial_number":"043988326612868","imei1":"174036313485590","imei2":"123128261742204","popurl":"www.rudy-nicolas.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170232,"job_number":"JOB_170232","tr_customer_id":170249,"tr_customer_product_id":170239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Basil Weber","mobile_number":"7056331788","email_id":"darrin.krajcik@gmail.com","dop":"2026-01-19","serial_number":"814686544162195","imei1":"392840382561529","imei2":"588696317677403","popurl":"www.dia-raynor.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170231,"job_number":"JOB_170231","tr_customer_id":170248,"tr_customer_product_id":170238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Deneen Schaefer","mobile_number":"7042301198","email_id":"margarette.crona@yahoo.com","dop":"2026-01-19","serial_number":"943266893741394","imei1":"466261641029135","imei2":"362463481624836","popurl":"www.forest-senger.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170230,"job_number":"JOB_170230","tr_customer_id":170247,"tr_customer_product_id":170237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Tiffani O'Reilly","mobile_number":"7093165858","email_id":"andre.johnson@gmail.com","dop":"2026-01-19","serial_number":"340665457787737","imei1":"722507410891080","imei2":"114545239349483","popurl":"www.lesley-jacobi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170229,"job_number":"JOB_170229","tr_customer_id":170246,"tr_customer_product_id":170236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Loyd Bernier","mobile_number":"7059942123","email_id":"armand.rutherford@hotmail.com","dop":"2026-01-19","serial_number":"893940628483506","imei1":"494002875673185","imei2":"791618318319657","popurl":"www.devorah-wyman.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170228,"job_number":"JOB_170228","tr_customer_id":170245,"tr_customer_product_id":170235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Porsha Braun","mobile_number":"7044490785","email_id":"galen.haley@yahoo.com","dop":"2026-01-19","serial_number":"349391363271139","imei1":"001137163421768","imei2":"024035365952399","popurl":"www.dwight-pouros.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170227,"job_number":"JOB_170227","tr_customer_id":170244,"tr_customer_product_id":170234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Ted D'Amore","mobile_number":"7025302013","email_id":"jackson.kreiger@yahoo.com","dop":"2026-01-19","serial_number":"469962355039832","imei1":"926574318548762","imei2":"355073763224486","popurl":"www.cleo-stracke.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170226,"job_number":"JOB_170226","tr_customer_id":170243,"tr_customer_product_id":170233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Tyrone Johnston","mobile_number":"7010542277","email_id":"britta.kessler@gmail.com","dop":"2026-01-19","serial_number":"496733144744161","imei1":"277731885006461","imei2":"178749463554094","popurl":"www.brenton-grant.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170225,"job_number":"JOB_170225","tr_customer_id":170242,"tr_customer_product_id":170232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Holley Schowalter","mobile_number":"7002039594","email_id":"arnold.aufderhar@yahoo.com","dop":"2026-01-19","serial_number":"471105183868605","imei1":"045570237491908","imei2":"349747981733279","popurl":"www.guillermina-wuckert.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170224,"job_number":"JOB_170224","tr_customer_id":170241,"tr_customer_product_id":170231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Esperanza Luettgen","mobile_number":"7073288083","email_id":"jennette.koch@hotmail.com","dop":"2026-01-19","serial_number":"446498257308002","imei1":"913856754915822","imei2":"562456480434160","popurl":"www.lindsey-lubowitz.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170223,"job_number":"JOB_170223","tr_customer_id":170240,"tr_customer_product_id":170230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:25.000Z","modified_at":"2026-01-29T05:48:25.000Z","name":"Shemika Miller","mobile_number":"7089046215","email_id":"zola.weissnat@hotmail.com","dop":"2026-01-19","serial_number":"371154345167432","imei1":"510849773235687","imei2":"865703871847804","popurl":"www.lin-ernser.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170222,"job_number":"JOB_170222","tr_customer_id":170239,"tr_customer_product_id":170229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Marni Rau","mobile_number":"7041293254","email_id":"nathalie.emard@yahoo.com","dop":"2026-01-19","serial_number":"180581046522869","imei1":"632188882202833","imei2":"602710944438569","popurl":"www.hobert-shanahan.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170221,"job_number":"JOB_170221","tr_customer_id":170238,"tr_customer_product_id":170228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Walter Lang","mobile_number":"7035772490","email_id":"johnie.renner@gmail.com","dop":"2026-01-19","serial_number":"742275585473763","imei1":"105360820550351","imei2":"432091736323913","popurl":"www.heath-reinger.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170220,"job_number":"JOB_170220","tr_customer_id":170236,"tr_customer_product_id":170226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Jaquelyn Larson","mobile_number":"7064888463","email_id":"romaine.schmidt@hotmail.com","dop":"2026-01-19","serial_number":"773366278280310","imei1":"170911266100788","imei2":"817151465171760","popurl":"www.kathi-bashirian.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170219,"job_number":"JOB_170219","tr_customer_id":170237,"tr_customer_product_id":170227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Osvaldo Jerde","mobile_number":"7055007069","email_id":"dell.dooley@hotmail.com","dop":"2026-01-19","serial_number":"904570095669522","imei1":"287955200431046","imei2":"093293884433160","popurl":"www.forest-bailey.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170218,"job_number":"JOB_170218","tr_customer_id":170235,"tr_customer_product_id":170225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:24.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Mickey McDermott","mobile_number":"7044214377","email_id":"hettie.schultz@gmail.com","dop":"2026-01-19","serial_number":"618241303926546","imei1":"582538028283710","imei2":"812232289371416","popurl":"www.stacy-russel.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170217,"job_number":"JOB_170217","tr_customer_id":170234,"tr_customer_product_id":170224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:24.000Z","name":"Jonathon Heller","mobile_number":"7041702890","email_id":"camie.kihn@yahoo.com","dop":"2026-01-19","serial_number":"083391448195476","imei1":"664192220803144","imei2":"282327820991273","popurl":"www.doug-schoen.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170216,"job_number":"JOB_170216","tr_customer_id":170233,"tr_customer_product_id":170223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Willian Gleason","mobile_number":"7040709820","email_id":"nelly.king@hotmail.com","dop":"2026-01-19","serial_number":"595546995583586","imei1":"899482708143404","imei2":"169129188635019","popurl":"www.emogene-muller.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170215,"job_number":"JOB_170215","tr_customer_id":170232,"tr_customer_product_id":170222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Ophelia Schinner","mobile_number":"7022044343","email_id":"hassan.glover@gmail.com","dop":"2026-01-19","serial_number":"914027609499283","imei1":"706965255470998","imei2":"029690803656320","popurl":"www.jeremy-streich.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170214,"job_number":"JOB_170214","tr_customer_id":170231,"tr_customer_product_id":170221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Lemuel Graham","mobile_number":"7031720015","email_id":"geoffrey.kohler@yahoo.com","dop":"2026-01-19","serial_number":"201326228201942","imei1":"800128561983084","imei2":"894603301513740","popurl":"www.doretta-yundt.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170213,"job_number":"JOB_170213","tr_customer_id":170230,"tr_customer_product_id":170220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:48:23.000Z","modified_at":"2026-01-29T05:48:23.000Z","name":"Albert Bruen","mobile_number":"7067370160","email_id":"modesta.schinner@yahoo.com","dop":"2026-01-19","serial_number":"788933616861179","imei1":"511324452900780","imei2":"917067342738088","popurl":"www.yuko-mcdermott.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:48:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170212,"job_number":"JOB_170212","tr_customer_id":170229,"tr_customer_product_id":170219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:36:30.000Z","modified_at":"2026-01-29T05:36:30.000Z","name":"Libbie Keebler","mobile_number":"333-598-3808","email_id":"Mabelle.Miller@hotmail.com","dop":"2025-04-06","serial_number":"16537321253497456","imei1":"16537321253497456","imei2":"16537321253497456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:36:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170211,"job_number":"JOB_170211","tr_customer_id":170228,"tr_customer_product_id":170218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:36:29.000Z","modified_at":"2026-01-29T05:37:04.000Z","name":"Meagan Schaefer","mobile_number":"863-586-8628","email_id":"Alicia92@hotmail.com","dop":"2025-04-06","serial_number":"17631928186345","imei1":"17631928186345","imei2":"17631928186345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170210,"job_number":"JOB_170210","tr_customer_id":170227,"tr_customer_product_id":170217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:36:29.000Z","modified_at":"2026-01-29T05:36:29.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17561133055717","imei1":"17561133055717","imei2":"17561133055717","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:36:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170209,"job_number":"JOB_170209","tr_customer_id":170226,"tr_customer_product_id":170216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:48.000Z","modified_at":"2026-01-29T05:35:48.000Z","name":"Tyreek Jacobson","mobile_number":"930-868-3905","email_id":"Holden6@hotmail.com","dop":"2025-04-06","serial_number":"13824853662455968","imei1":"13824853662455968","imei2":"13824853662455968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170208,"job_number":"JOB_170208","tr_customer_id":170225,"tr_customer_product_id":170215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:46.000Z","modified_at":"2026-01-29T05:36:22.000Z","name":"Laisha Botsford","mobile_number":"486-674-0169","email_id":"Lilliana.Grady86@yahoo.com","dop":"2025-04-06","serial_number":"19521776007117","imei1":"19521776007117","imei2":"19521776007117","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:36:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170207,"job_number":"JOB_170207","tr_customer_id":170224,"tr_customer_product_id":170214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:46.000Z","modified_at":"2026-01-29T05:35:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10274896426100","imei1":"10274896426100","imei2":"10274896426100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170206,"job_number":"JOB_170206","tr_customer_id":170223,"tr_customer_product_id":170213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:04.000Z","modified_at":"2026-01-29T05:35:04.000Z","name":"Darrion Kozey","mobile_number":"588-201-3797","email_id":"Richmond.Reinger@yahoo.com","dop":"2025-04-06","serial_number":"14582513913738704","imei1":"14582513913738704","imei2":"14582513913738704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170205,"job_number":"JOB_170205","tr_customer_id":170222,"tr_customer_product_id":170212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:03.000Z","modified_at":"2026-01-29T05:35:39.000Z","name":"Maegan Nolan","mobile_number":"473-311-8315","email_id":"Mariane43@hotmail.com","dop":"2025-04-06","serial_number":"13634145667307","imei1":"13634145667307","imei2":"13634145667307","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170204,"job_number":"JOB_170204","tr_customer_id":170221,"tr_customer_product_id":170211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:35:03.000Z","modified_at":"2026-01-29T05:35:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16317495981557","imei1":"16317495981557","imei2":"16317495981557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:35:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170203,"job_number":"JOB_170203","tr_customer_id":170220,"tr_customer_product_id":170210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Teodoro Mertz","mobile_number":"7080081334","email_id":"glady.roberts@hotmail.com","dop":"2026-01-19","serial_number":"257966550364025","imei1":"010774829577335","imei2":"424251811115573","popurl":"www.etta-hammes.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170202,"job_number":"JOB_170202","tr_customer_id":170219,"tr_customer_product_id":170209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Ali Krajcik","mobile_number":"7070210978","email_id":"claude.marks@gmail.com","dop":"2026-01-19","serial_number":"566857283444400","imei1":"893816487869827","imei2":"988916068718383","popurl":"www.eli-pollich.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170200,"job_number":"JOB_170200","tr_customer_id":170217,"tr_customer_product_id":170207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Keren Vandervort","mobile_number":"7016611304","email_id":"junior.huel@yahoo.com","dop":"2026-01-19","serial_number":"855772320972979","imei1":"072206601964536","imei2":"515369842438752","popurl":"www.vita-kiehn.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170195,"job_number":"JOB_170195","tr_customer_id":170212,"tr_customer_product_id":170202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Adrianna Mohr","mobile_number":"7006815969","email_id":"vicenta.shanahan@hotmail.com","dop":"2026-01-19","serial_number":"696627622222377","imei1":"758946644000502","imei2":"044592208007460","popurl":"www.genia-connelly.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170194,"job_number":"JOB_170194","tr_customer_id":170211,"tr_customer_product_id":170201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:55.000Z","modified_at":"2026-01-29T05:34:55.000Z","name":"Shaunta Kerluke","mobile_number":"7096743832","email_id":"shane.ledner@hotmail.com","dop":"2026-01-19","serial_number":"930616476723905","imei1":"703296338363976","imei2":"411675745899151","popurl":"www.jamal-green.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170193,"job_number":"JOB_170193","tr_customer_id":170210,"tr_customer_product_id":170200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Mara Goldner","mobile_number":"7099840348","email_id":"jacinto.mills@hotmail.com","dop":"2026-01-19","serial_number":"411820229868816","imei1":"325852625517677","imei2":"918718043689024","popurl":"www.mickey-runolfsdottir.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170192,"job_number":"JOB_170192","tr_customer_id":170209,"tr_customer_product_id":170199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Johnson Fritsch","mobile_number":"7094416521","email_id":"eric.gutkowski@yahoo.com","dop":"2026-01-19","serial_number":"527337101827418","imei1":"801268078604025","imei2":"195986011100836","popurl":"www.dione-brekke.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170191,"job_number":"JOB_170191","tr_customer_id":170208,"tr_customer_product_id":170198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Brenton Jerde","mobile_number":"7029466862","email_id":"zane.beier@yahoo.com","dop":"2026-01-19","serial_number":"284478695957991","imei1":"907372693052073","imei2":"065997887346674","popurl":"www.trey-prohaska.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170190,"job_number":"JOB_170190","tr_customer_id":170207,"tr_customer_product_id":170197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Sandra Nader","mobile_number":"7027122938","email_id":"trenton.deckow@hotmail.com","dop":"2026-01-19","serial_number":"960151578625596","imei1":"261219034925918","imei2":"710762509060247","popurl":"www.hassan-borer.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170189,"job_number":"JOB_170189","tr_customer_id":170206,"tr_customer_product_id":170196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Merle Vandervort","mobile_number":"7027088728","email_id":"carina.gulgowski@hotmail.com","dop":"2026-01-19","serial_number":"269133326184491","imei1":"473766819248759","imei2":"516865209155111","popurl":"www.elden-kassulke.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170187,"job_number":"JOB_170187","tr_customer_id":170204,"tr_customer_product_id":170194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Franklyn McCullough","mobile_number":"7015874224","email_id":"jeremy.mcdermott@hotmail.com","dop":"2026-01-19","serial_number":"408991990502381","imei1":"537855977020547","imei2":"294087964856779","popurl":"www.doris-glover.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170186,"job_number":"JOB_170186","tr_customer_id":170203,"tr_customer_product_id":170193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Virgie Bayer","mobile_number":"7052676524","email_id":"jeffry.hammes@gmail.com","dop":"2026-01-19","serial_number":"258697975427608","imei1":"648626550074182","imei2":"132336005297838","popurl":"www.emerald-howell.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170185,"job_number":"JOB_170185","tr_customer_id":170202,"tr_customer_product_id":170192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:54.000Z","modified_at":"2026-01-29T05:34:54.000Z","name":"Lavera Ritchie","mobile_number":"7050740236","email_id":"zack.morissette@yahoo.com","dop":"2026-01-19","serial_number":"902593860076450","imei1":"125117727673984","imei2":"057224463685136","popurl":"www.hilario-boehm.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170183,"job_number":"JOB_170183","tr_customer_id":170200,"tr_customer_product_id":170190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Frankie Veum","mobile_number":"7077706900","email_id":"ali.ondricka@hotmail.com","dop":"2026-01-19","serial_number":"022276152650084","imei1":"930493278393418","imei2":"946274536120247","popurl":"www.hermelinda-rath.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170182,"job_number":"JOB_170182","tr_customer_id":170199,"tr_customer_product_id":170189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Robt Lind","mobile_number":"7012761193","email_id":"dexter.hartmann@hotmail.com","dop":"2026-01-19","serial_number":"866996484480033","imei1":"342001239174758","imei2":"584804169047624","popurl":"www.albert-wilkinson.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170181,"job_number":"JOB_170181","tr_customer_id":170198,"tr_customer_product_id":170188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Scot Collins","mobile_number":"7001509751","email_id":"marshall.hauck@yahoo.com","dop":"2026-01-19","serial_number":"035775542138682","imei1":"180520080387448","imei2":"147703922720161","popurl":"www.gregorio-dicki.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170180,"job_number":"JOB_170180","tr_customer_id":170197,"tr_customer_product_id":170187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Angel Wisoky","mobile_number":"7039526077","email_id":"krystyna.orn@yahoo.com","dop":"2026-01-19","serial_number":"475022420553739","imei1":"171603904199394","imei2":"239468795842844","popurl":"www.laticia-schowalter.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170179,"job_number":"JOB_170179","tr_customer_id":170196,"tr_customer_product_id":170186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:53.000Z","modified_at":"2026-01-29T05:34:53.000Z","name":"Raphael Collier","mobile_number":"7002588450","email_id":"shamika.wehner@gmail.com","dop":"2026-01-19","serial_number":"365397063222001","imei1":"496677852016942","imei2":"343943356484650","popurl":"www.raul-dietrich.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170178,"job_number":"JOB_170178","tr_customer_id":170194,"tr_customer_product_id":170184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:52.000Z","modified_at":"2026-01-29T05:34:52.000Z","name":"Gregg Watsica","mobile_number":"7052160671","email_id":"aurore.bode@yahoo.com","dop":"2026-01-19","serial_number":"894351220996722","imei1":"006593672504426","imei2":"815235739304448","popurl":"www.jesica-cronin.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170177,"job_number":"JOB_170177","tr_customer_id":170195,"tr_customer_product_id":170185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:52.000Z","modified_at":"2026-01-29T05:34:52.000Z","name":"Rob Hintz","mobile_number":"7035166335","email_id":"trey.runolfsson@gmail.com","dop":"2026-01-19","serial_number":"655335391288894","imei1":"613492205532227","imei2":"232929543754821","popurl":"www.lesley-howell.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170175,"job_number":"JOB_170175","tr_customer_id":170192,"tr_customer_product_id":170182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:52.000Z","modified_at":"2026-01-29T05:34:52.000Z","name":"Art Zulauf","mobile_number":"7002171093","email_id":"clarissa.conn@hotmail.com","dop":"2026-01-19","serial_number":"297629132505454","imei1":"365179481433088","imei2":"395976257102523","popurl":"www.mitch-bailey.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170173,"job_number":"JOB_170173","tr_customer_id":170190,"tr_customer_product_id":170180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Frankie Borer","mobile_number":"7072692832","email_id":"glayds.carter@hotmail.com","dop":"2026-01-19","serial_number":"115875048037110","imei1":"441646074202699","imei2":"994800307573010","popurl":"www.robyn-beatty.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170168,"job_number":"JOB_170168","tr_customer_id":170185,"tr_customer_product_id":170175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Otha Bernier","mobile_number":"7018885113","email_id":"billy.stoltenberg@yahoo.com","dop":"2026-01-19","serial_number":"389961325088501","imei1":"712502540661022","imei2":"255797542092011","popurl":"www.delpha-smith.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170167,"job_number":"JOB_170167","tr_customer_id":170184,"tr_customer_product_id":170174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Rebekah Beahan","mobile_number":"7035742682","email_id":"adam.nienow@hotmail.com","dop":"2026-01-19","serial_number":"745760556428682","imei1":"455525227879351","imei2":"951041960995206","popurl":"www.gabriel-bayer.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170164,"job_number":"JOB_170164","tr_customer_id":170181,"tr_customer_product_id":170171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:51.000Z","modified_at":"2026-01-29T05:34:51.000Z","name":"Jonelle Klocko","mobile_number":"7048265002","email_id":"tiara.padberg@yahoo.com","dop":"2026-01-19","serial_number":"228118469768664","imei1":"919151887827122","imei2":"631683307038891","popurl":"www.lynette-parisian.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170161,"job_number":"JOB_170161","tr_customer_id":170178,"tr_customer_product_id":170168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Dave Barton","mobile_number":"7054604363","email_id":"merlyn.considine@gmail.com","dop":"2026-01-19","serial_number":"133754245307686","imei1":"233312839185082","imei2":"626708762756189","popurl":"www.lynette-ritchie.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170160,"job_number":"JOB_170160","tr_customer_id":170177,"tr_customer_product_id":170167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Florance Predovic","mobile_number":"7096786166","email_id":"myrta.brown@gmail.com","dop":"2026-01-19","serial_number":"081168216538352","imei1":"441244422022332","imei2":"384656051872938","popurl":"www.stephanie-mante.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170159,"job_number":"JOB_170159","tr_customer_id":170176,"tr_customer_product_id":170166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Rudolf Rodriguez","mobile_number":"7039995742","email_id":"elvia.funk@hotmail.com","dop":"2026-01-19","serial_number":"242749064105965","imei1":"222561025414443","imei2":"808902081726739","popurl":"www.russell-padberg.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170156,"job_number":"JOB_170156","tr_customer_id":170173,"tr_customer_product_id":170163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Deeann Lueilwitz","mobile_number":"7000095225","email_id":"dannie.aufderhar@gmail.com","dop":"2026-01-19","serial_number":"734396947902275","imei1":"191661230487182","imei2":"874206157315772","popurl":"www.raymundo-gleichner.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170155,"job_number":"JOB_170155","tr_customer_id":170172,"tr_customer_product_id":170162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:50.000Z","modified_at":"2026-01-29T05:34:50.000Z","name":"Peter Strosin","mobile_number":"7053723878","email_id":"antonia.gulgowski@gmail.com","dop":"2026-01-19","serial_number":"882859625055584","imei1":"848875892299538","imei2":"927166387545854","popurl":"www.louella-oreilly.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170153,"job_number":"JOB_170153","tr_customer_id":170170,"tr_customer_product_id":170160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Elwood Hickle","mobile_number":"7018262131","email_id":"bryce.dicki@hotmail.com","dop":"2026-01-19","serial_number":"059432894744626","imei1":"540484997535339","imei2":"966407735436446","popurl":"www.lilia-corwin.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170152,"job_number":"JOB_170152","tr_customer_id":170169,"tr_customer_product_id":170159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Wesley Wuckert","mobile_number":"7024604146","email_id":"nicholas.pagac@hotmail.com","dop":"2026-01-19","serial_number":"376606416051975","imei1":"113955156066774","imei2":"035005471882259","popurl":"www.damion-gutkowski.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170151,"job_number":"JOB_170151","tr_customer_id":170168,"tr_customer_product_id":170158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Mariella Collier","mobile_number":"7000022110","email_id":"alfonso.davis@hotmail.com","dop":"2026-01-19","serial_number":"833286205913040","imei1":"242474703887033","imei2":"942448992639882","popurl":"www.evelin-considine.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170150,"job_number":"JOB_170150","tr_customer_id":170167,"tr_customer_product_id":170157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Simonne Rogahn","mobile_number":"7046970877","email_id":"frederick.klein@hotmail.com","dop":"2026-01-19","serial_number":"807416161090568","imei1":"703543043452060","imei2":"233629490053099","popurl":"www.darryl-bergstrom.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170149,"job_number":"JOB_170149","tr_customer_id":170166,"tr_customer_product_id":170156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Kirk Kreiger","mobile_number":"7035806184","email_id":"jesse.cartwright@gmail.com","dop":"2026-01-19","serial_number":"874626696862079","imei1":"519035174253206","imei2":"265933440380059","popurl":"www.dierdre-muller.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170148,"job_number":"JOB_170148","tr_customer_id":170165,"tr_customer_product_id":170155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:49.000Z","modified_at":"2026-01-29T05:34:49.000Z","name":"Yadira Upton","mobile_number":"7048794777","email_id":"irvin.kutch@yahoo.com","dop":"2026-01-19","serial_number":"410972370424697","imei1":"078643356514278","imei2":"892209840163632","popurl":"www.diann-harris.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170147,"job_number":"JOB_170147","tr_customer_id":170164,"tr_customer_product_id":170154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:48.000Z","modified_at":"2026-01-29T05:34:48.000Z","name":"Ignacio Donnelly","mobile_number":"7084184791","email_id":"waldo.gleichner@yahoo.com","dop":"2026-01-19","serial_number":"963412747552259","imei1":"971142090541697","imei2":"604051429757817","popurl":"www.lane-walsh.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170146,"job_number":"JOB_170146","tr_customer_id":170163,"tr_customer_product_id":170153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:48.000Z","modified_at":"2026-01-29T05:34:48.000Z","name":"Dewayne Erdman","mobile_number":"7030370487","email_id":"arlyne.hand@hotmail.com","dop":"2026-01-19","serial_number":"098829065653119","imei1":"504408521882558","imei2":"214225027358401","popurl":"www.zachary-dicki.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170145,"job_number":"JOB_170145","tr_customer_id":170162,"tr_customer_product_id":170152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:48.000Z","modified_at":"2026-01-29T05:34:48.000Z","name":"Oma Kris","mobile_number":"7087336186","email_id":"dorene.johns@yahoo.com","dop":"2026-01-19","serial_number":"795773481174834","imei1":"657132377848392","imei2":"553427137964735","popurl":"www.deon-grady.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170143,"job_number":"JOB_170143","tr_customer_id":170160,"tr_customer_product_id":170150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Bernetta Schumm","mobile_number":"7074171809","email_id":"clinton.sauer@yahoo.com","dop":"2026-01-19","serial_number":"264545792506379","imei1":"780197290642320","imei2":"515838340988710","popurl":"www.vinnie-carter.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170142,"job_number":"JOB_170142","tr_customer_id":170159,"tr_customer_product_id":170149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Rod Murray","mobile_number":"7078241403","email_id":"myles.okeefe@hotmail.com","dop":"2026-01-19","serial_number":"715797514403483","imei1":"458726082752992","imei2":"811096422918993","popurl":"www.ellis-hessel.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170141,"job_number":"JOB_170141","tr_customer_id":170158,"tr_customer_product_id":170148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Sherice Schaden","mobile_number":"7070250616","email_id":"eldon.mann@hotmail.com","dop":"2026-01-19","serial_number":"591030857229123","imei1":"909128399698045","imei2":"776866600626652","popurl":"www.javier-hirthe.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170140,"job_number":"JOB_170140","tr_customer_id":170157,"tr_customer_product_id":170147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Kina Oberbrunner","mobile_number":"7050500725","email_id":"lilian.bergstrom@gmail.com","dop":"2026-01-19","serial_number":"729355777351377","imei1":"633601704309389","imei2":"821036601253040","popurl":"www.kareem-stehr.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170139,"job_number":"JOB_170139","tr_customer_id":170156,"tr_customer_product_id":170146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Sheryll Roberts","mobile_number":"7066407099","email_id":"dillon.hammes@yahoo.com","dop":"2026-01-19","serial_number":"083669247668013","imei1":"879367248367880","imei2":"753360822015545","popurl":"www.forest-schumm.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170138,"job_number":"JOB_170138","tr_customer_id":170155,"tr_customer_product_id":170145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Na Connelly","mobile_number":"7022030315","email_id":"melonie.farrell@hotmail.com","dop":"2026-01-19","serial_number":"494850587113059","imei1":"841716178739898","imei2":"791888896548785","popurl":"www.alden-stoltenberg.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170137,"job_number":"JOB_170137","tr_customer_id":170154,"tr_customer_product_id":170144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Earle Yundt","mobile_number":"7038088096","email_id":"louetta.west@hotmail.com","dop":"2026-01-19","serial_number":"289688478587446","imei1":"503717768812734","imei2":"686103186396232","popurl":"www.lenora-stamm.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170136,"job_number":"JOB_170136","tr_customer_id":170153,"tr_customer_product_id":170143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Romeo Hermann","mobile_number":"7098466731","email_id":"sook.borer@hotmail.com","dop":"2026-01-19","serial_number":"446716482990167","imei1":"941734509717234","imei2":"013473444757851","popurl":"www.jeff-thompson.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170135,"job_number":"JOB_170135","tr_customer_id":170152,"tr_customer_product_id":170142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Magaret Orn","mobile_number":"7094285782","email_id":"victor.prohaska@hotmail.com","dop":"2026-01-19","serial_number":"867038359066668","imei1":"663378556594185","imei2":"915358945445974","popurl":"www.lynwood-dibbert.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170134,"job_number":"JOB_170134","tr_customer_id":170151,"tr_customer_product_id":170141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:47.000Z","modified_at":"2026-01-29T05:34:47.000Z","name":"Nicholas Mann","mobile_number":"7049439514","email_id":"jamie.nolan@yahoo.com","dop":"2026-01-19","serial_number":"335502909755838","imei1":"530329350041440","imei2":"871356817984986","popurl":"www.kaitlin-turner.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170132,"job_number":"JOB_170132","tr_customer_id":170149,"tr_customer_product_id":170139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Sammy Toy","mobile_number":"7053214545","email_id":"chelsie.maggio@gmail.com","dop":"2026-01-19","serial_number":"052144706608728","imei1":"158718404043463","imei2":"641913851060150","popurl":"www.ernestina-rohan.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170131,"job_number":"JOB_170131","tr_customer_id":170148,"tr_customer_product_id":170138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Ronald Shanahan","mobile_number":"7017619266","email_id":"melvin.lueilwitz@hotmail.com","dop":"2026-01-19","serial_number":"996023808558148","imei1":"701659339205798","imei2":"777756934171624","popurl":"www.lanita-white.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170130,"job_number":"JOB_170130","tr_customer_id":170147,"tr_customer_product_id":170137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Michaele Torp","mobile_number":"7008466807","email_id":"anglea.murphy@gmail.com","dop":"2026-01-19","serial_number":"201222226587651","imei1":"403699186426363","imei2":"399975174960955","popurl":"www.luba-ohara.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170129,"job_number":"JOB_170129","tr_customer_id":170146,"tr_customer_product_id":170136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Lesley Herzog","mobile_number":"7092505323","email_id":"hortense.lockman@hotmail.com","dop":"2026-01-19","serial_number":"247017482715954","imei1":"145049471155287","imei2":"454837346949920","popurl":"www.shameka-hammes.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170127,"job_number":"JOB_170127","tr_customer_id":170144,"tr_customer_product_id":170134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Demetrius Wisozk","mobile_number":"7003714203","email_id":"cathie.robel@hotmail.com","dop":"2026-01-19","serial_number":"684422314951074","imei1":"810729037499027","imei2":"376795426634857","popurl":"www.audrey-tillman.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170126,"job_number":"JOB_170126","tr_customer_id":170143,"tr_customer_product_id":170133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Rayford Rowe","mobile_number":"7030552072","email_id":"nakisha.goyette@gmail.com","dop":"2026-01-19","serial_number":"571117012921224","imei1":"459758782255139","imei2":"814346347356559","popurl":"www.sidney-cronin.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170124,"job_number":"JOB_170124","tr_customer_id":170141,"tr_customer_product_id":170131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:46.000Z","modified_at":"2026-01-29T05:34:46.000Z","name":"Dorthy Lesch","mobile_number":"7023990804","email_id":"rosaria.ferry@yahoo.com","dop":"2026-01-19","serial_number":"587061789909037","imei1":"191532086863173","imei2":"045600577717171","popurl":"www.mitchel-yost.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170123,"job_number":"JOB_170123","tr_customer_id":170140,"tr_customer_product_id":170130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Mathew Parker","mobile_number":"7011685916","email_id":"tamica.yost@yahoo.com","dop":"2026-01-19","serial_number":"993966339214398","imei1":"449261436859162","imei2":"364092332632470","popurl":"www.ernesto-luettgen.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170122,"job_number":"JOB_170122","tr_customer_id":170139,"tr_customer_product_id":170129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Tommy Witting","mobile_number":"7070342056","email_id":"kory.bashirian@yahoo.com","dop":"2026-01-19","serial_number":"872358208120781","imei1":"220502342585437","imei2":"787055755713510","popurl":"www.aline-rowe.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170120,"job_number":"JOB_170120","tr_customer_id":170137,"tr_customer_product_id":170127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Anya Braun","mobile_number":"7011017484","email_id":"robbyn.marks@yahoo.com","dop":"2026-01-19","serial_number":"853442598438649","imei1":"522258776211542","imei2":"903444213148814","popurl":"www.hai-dibbert.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170119,"job_number":"JOB_170119","tr_customer_id":170136,"tr_customer_product_id":170126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Dario Hyatt","mobile_number":"7035075862","email_id":"duane.gorczany@gmail.com","dop":"2026-01-19","serial_number":"475786755446236","imei1":"851059287978101","imei2":"558210867899747","popurl":"www.tynisha-mcclure.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170117,"job_number":"JOB_170117","tr_customer_id":170134,"tr_customer_product_id":170124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Ethan Conn","mobile_number":"7018365754","email_id":"melvina.goodwin@hotmail.com","dop":"2026-01-19","serial_number":"968946009278006","imei1":"871343777068626","imei2":"853618837564621","popurl":"www.francesco-nikolaus.io","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170116,"job_number":"JOB_170116","tr_customer_id":170133,"tr_customer_product_id":170123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:45.000Z","modified_at":"2026-01-29T05:34:45.000Z","name":"Blake Hoeger","mobile_number":"7056201307","email_id":"elroy.glover@yahoo.com","dop":"2026-01-19","serial_number":"747906301730079","imei1":"123765457449246","imei2":"524224954655081","popurl":"www.jae-kutch.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170114,"job_number":"JOB_170114","tr_customer_id":170131,"tr_customer_product_id":170121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:44.000Z","modified_at":"2026-01-29T05:34:44.000Z","name":"Yolanda Luettgen","mobile_number":"7029414401","email_id":"renata.windler@gmail.com","dop":"2026-01-19","serial_number":"259510094291768","imei1":"963232990401961","imei2":"748083918429044","popurl":"www.arlen-oconner.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170113,"job_number":"JOB_170113","tr_customer_id":170130,"tr_customer_product_id":170120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Jamel Kautzer","mobile_number":"7074242420","email_id":"roman.kuhn@gmail.com","dop":"2026-01-19","serial_number":"116761198144715","imei1":"008987442726444","imei2":"491283302611861","popurl":"www.jarred-nicolas.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170111,"job_number":"JOB_170111","tr_customer_id":170128,"tr_customer_product_id":170118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Marhta Gutmann","mobile_number":"7084825500","email_id":"cory.stark@yahoo.com","dop":"2026-01-19","serial_number":"159506114992362","imei1":"996490114489996","imei2":"075194986131691","popurl":"www.deadra-torp.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170110,"job_number":"JOB_170110","tr_customer_id":170127,"tr_customer_product_id":170117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Josiah Murray","mobile_number":"7015463645","email_id":"pat.sporer@hotmail.com","dop":"2026-01-19","serial_number":"916771939383097","imei1":"044050186125616","imei2":"403864503743931","popurl":"www.socorro-heaney.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170109,"job_number":"JOB_170109","tr_customer_id":170126,"tr_customer_product_id":170116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Jamie Lesch","mobile_number":"7007295861","email_id":"britt.oberbrunner@gmail.com","dop":"2026-01-19","serial_number":"942390214270973","imei1":"355491507732615","imei2":"294603664991773","popurl":"www.ryan-flatley.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170108,"job_number":"JOB_170108","tr_customer_id":170125,"tr_customer_product_id":170115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Jake Ferry","mobile_number":"7040877155","email_id":"marivel.stracke@yahoo.com","dop":"2026-01-19","serial_number":"807523303177321","imei1":"395308237474740","imei2":"439663713664202","popurl":"www.alisia-casper.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170107,"job_number":"JOB_170107","tr_customer_id":170124,"tr_customer_product_id":170114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Florida Mann","mobile_number":"7031155873","email_id":"hung.durgan@gmail.com","dop":"2026-01-19","serial_number":"263981510145910","imei1":"430492554064491","imei2":"520899703820156","popurl":"www.stephanie-langworth.co","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170105,"job_number":"JOB_170105","tr_customer_id":170123,"tr_customer_product_id":170113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Vance Conn","mobile_number":"7078935003","email_id":"dorine.deckow@gmail.com","dop":"2026-01-19","serial_number":"824141496680211","imei1":"435551315720134","imei2":"306772142899246","popurl":"www.yesenia-moen.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170104,"job_number":"JOB_170104","tr_customer_id":170121,"tr_customer_product_id":170111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:34:43.000Z","modified_at":"2026-01-29T05:34:43.000Z","name":"Shemeka Konopelski","mobile_number":"7068432392","email_id":"ben.ortiz@hotmail.com","dop":"2026-01-19","serial_number":"111939494622416","imei1":"588506820130283","imei2":"876477157204946","popurl":"www.belinda-tillman.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:34:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170103,"job_number":"JOB_170103","tr_customer_id":170120,"tr_customer_product_id":170110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:33:21.000Z","modified_at":"2026-01-29T05:33:21.000Z","name":"Scottie Morar","mobile_number":"986-546-3563","email_id":"Deion31@gmail.com","dop":"2025-04-06","serial_number":"10214013136574962","imei1":"10214013136574962","imei2":"10214013136574962","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:33:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170102,"job_number":"JOB_170102","tr_customer_id":170119,"tr_customer_product_id":170109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:33:20.000Z","modified_at":"2026-01-29T05:33:58.000Z","name":"Manley Littel","mobile_number":"765-309-0306","email_id":"Leda.Rogahn@gmail.com","dop":"2025-04-06","serial_number":"19384564227598","imei1":"19384564227598","imei2":"19384564227598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:33:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170101,"job_number":"JOB_170101","tr_customer_id":170118,"tr_customer_product_id":170108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:32:35.000Z","modified_at":"2026-01-29T05:32:35.000Z","name":"Everett Wolff","mobile_number":"522-392-2016","email_id":"Esmeralda.Schmidt99@hotmail.com","dop":"2025-04-06","serial_number":"17752045343165536","imei1":"17752045343165536","imei2":"17752045343165536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:32:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170100,"job_number":"JOB_170100","tr_customer_id":170117,"tr_customer_product_id":170107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:32:34.000Z","modified_at":"2026-01-29T05:33:12.000Z","name":"Pasquale Fay","mobile_number":"533-322-6936","email_id":"Karina49@hotmail.com","dop":"2025-04-06","serial_number":"11208618268516","imei1":"11208618268516","imei2":"11208618268516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:33:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170099,"job_number":"JOB_170099","tr_customer_id":170116,"tr_customer_product_id":170106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:31:49.000Z","modified_at":"2026-01-29T05:31:49.000Z","name":"Maybelle Jaskolski","mobile_number":"632-851-4534","email_id":"Wayne.Predovic@gmail.com","dop":"2025-04-06","serial_number":"11225324344334598","imei1":"11225324344334598","imei2":"11225324344334598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:31:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170098,"job_number":"JOB_170098","tr_customer_id":170115,"tr_customer_product_id":170105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:31:48.000Z","modified_at":"2026-01-29T05:32:27.000Z","name":"Woodrow Beier","mobile_number":"928-596-3966","email_id":"Murray.Bayer3@hotmail.com","dop":"2025-04-06","serial_number":"14849700272956","imei1":"14849700272956","imei2":"14849700272956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:32:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170097,"job_number":"JOB_170097","tr_customer_id":170114,"tr_customer_product_id":170104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:29:32.000Z","modified_at":"2026-01-29T05:29:32.000Z","name":"Maryetta Boehm","mobile_number":"7017800939","email_id":"lizzette.mckenzie@gmail.com","dop":"2026-01-19","serial_number":"466775417237750","imei1":"579050702278771","imei2":"854786880215774","popurl":"www.marget-hickle.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:29:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170096,"job_number":"JOB_170096","tr_customer_id":170113,"tr_customer_product_id":170103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:31.000Z","modified_at":"2026-01-29T05:27:31.000Z","name":"Theodore Marvin","mobile_number":"270-774-0335","email_id":"Jan.Hoppe9@gmail.com","dop":"2025-04-06","serial_number":"12346774641211792","imei1":"12346774641211792","imei2":"12346774641211792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170095,"job_number":"JOB_170095","tr_customer_id":170112,"tr_customer_product_id":170102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:30.000Z","modified_at":"2026-01-29T05:28:08.000Z","name":"Jakayla Klein","mobile_number":"853-328-8115","email_id":"Stan_Sauer@hotmail.com","dop":"2025-04-06","serial_number":"12958949156481","imei1":"12958949156481","imei2":"12958949156481","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:28:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170094,"job_number":"JOB_170094","tr_customer_id":170111,"tr_customer_product_id":170101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:08.000Z","modified_at":"2026-01-29T05:27:08.000Z","name":"Erwin Beahan","mobile_number":"398-315-6549","email_id":"Lenora.Walker@hotmail.com","dop":"2025-04-06","serial_number":"10263264556686756","imei1":"10263264556686756","imei2":"10263264556686756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:27:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170093,"job_number":"JOB_170093","tr_customer_id":170110,"tr_customer_product_id":170100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:27:06.000Z","modified_at":"2026-01-29T05:27:47.000Z","name":"Karl Feest","mobile_number":"218-426-7707","email_id":"Maria.Kiehn66@gmail.com","dop":"2025-04-06","serial_number":"15789162376807","imei1":"15789162376807","imei2":"15789162376807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:27:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170092,"job_number":"JOB_170092","tr_customer_id":170109,"tr_customer_product_id":170099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:15:14.000Z","modified_at":"2026-01-29T05:15:14.000Z","name":"Acharyanandana Chaturvedi","mobile_number":"7002014268","email_id":"subhasini.khanna@yahoo.co.in","dop":"2026-01-19","serial_number":"127061244556375","imei1":"127061244556375","imei2":"127061244556375","popurl":"www.shashikala-kocchar.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:15:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170091,"job_number":"JOB_170091","tr_customer_id":170108,"tr_customer_product_id":170098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:09:05.000Z","modified_at":"2026-01-29T05:09:13.000Z","name":"Clemmie Torphy","mobile_number":"534-238-1767","email_id":"Kelton26@gmail.com","dop":"2025-07-01","serial_number":"109357137151501","imei1":"109357137151501","imei2":"109357137151501","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:09:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170090,"job_number":"JOB_170090","tr_customer_id":170107,"tr_customer_product_id":170097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:09:04.000Z","modified_at":"2026-01-29T05:09:04.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103500580065617","imei1":"103500580065617","imei2":"103500580065617","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:09:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170089,"job_number":"JOB_170089","tr_customer_id":170106,"tr_customer_product_id":170096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:08:53.000Z","modified_at":"2026-01-29T05:09:02.000Z","name":"Kasey Kling","mobile_number":"415-986-1278","email_id":"Carrie_Hagenes@yahoo.com","dop":"2025-07-01","serial_number":"107601715293569","imei1":"107601715293569","imei2":"107601715293569","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T05:09:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170088,"job_number":"JOB_170088","tr_customer_id":170105,"tr_customer_product_id":170095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:08:53.000Z","modified_at":"2026-01-29T05:08:53.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101397703177975","imei1":"101397703177975","imei2":"101397703177975","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:08:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170087,"job_number":"JOB_170087","tr_customer_id":170104,"tr_customer_product_id":170094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:03:47.000Z","modified_at":"2026-01-29T05:03:47.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-19","serial_number":"27106990847514","imei1":"27106990847514","imei2":"27106990847514","popurl":"2026-01-19T05:03:47.346258629Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:03:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170086,"job_number":"JOB_170086","tr_customer_id":170103,"tr_customer_product_id":170093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T05:03:19.000Z","modified_at":"2026-01-29T05:03:19.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-19","serial_number":"26203262889575","imei1":"26203262889575","imei2":"26203262889575","popurl":"2026-01-19T05:03:18.686727126Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T05:03:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170083,"job_number":"JOB_170083","tr_customer_id":170100,"tr_customer_product_id":170090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:46.000Z","modified_at":"2026-01-29T04:25:10.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26559086427593","imei1":"26559086427593","imei2":"26559086427593","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170082,"job_number":"JOB_170082","tr_customer_id":170099,"tr_customer_product_id":170089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:45.000Z","modified_at":"2026-01-29T04:24:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38705468704814","imei1":"38705468704814","imei2":"38705468704814","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170081,"job_number":"JOB_170081","tr_customer_id":170098,"tr_customer_product_id":170088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:45.000Z","modified_at":"2026-01-29T04:24:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31823070311431","imei1":"31823070311431","imei2":"31823070311431","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170080,"job_number":"JOB_170080","tr_customer_id":170097,"tr_customer_product_id":170087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:45.000Z","modified_at":"2026-01-29T04:24:45.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39263213036163","imei1":"39263213036163","imei2":"39263213036163","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170079,"job_number":"JOB_170079","tr_customer_id":170096,"tr_customer_product_id":170086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:44.000Z","modified_at":"2026-01-29T04:24:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"98417105285089","imei1":"98417105285089","imei2":"98417105285089","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170078,"job_number":"JOB_170078","tr_customer_id":170095,"tr_customer_product_id":170085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:44.000Z","modified_at":"2026-01-29T04:24:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90655526949378","imei1":"90655526949378","imei2":"90655526949378","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170077,"job_number":"JOB_170077","tr_customer_id":170094,"tr_customer_product_id":170084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:44.000Z","modified_at":"2026-01-29T04:24:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59504424488692","imei1":"59504424488692","imei2":"59504424488692","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170076,"job_number":"JOB_170076","tr_customer_id":170093,"tr_customer_product_id":170083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69378142966940","imei1":"69378142966940","imei2":"69378142966940","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:24:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170075,"job_number":"JOB_170075","tr_customer_id":170092,"tr_customer_product_id":170082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54338572207443","imei1":"54338572207443","imei2":"54338572207443","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170074,"job_number":"JOB_170074","tr_customer_id":170091,"tr_customer_product_id":170081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"14826939783532","imei1":"14826939783532","imei2":"14826939783532","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170073,"job_number":"JOB_170073","tr_customer_id":170090,"tr_customer_product_id":170080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:13.000Z","modified_at":"2026-01-29T04:24:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"89557250189927","imei1":"89557250189927","imei2":"89557250189927","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170072,"job_number":"JOB_170072","tr_customer_id":170089,"tr_customer_product_id":170079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:12.000Z","modified_at":"2026-01-29T04:24:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12208933587131","imei1":"12208933587131","imei2":"12208933587131","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170071,"job_number":"JOB_170071","tr_customer_id":170088,"tr_customer_product_id":170078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:12.000Z","modified_at":"2026-01-29T04:24:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28724397917824","imei1":"28724397917824","imei2":"28724397917824","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170070,"job_number":"JOB_170070","tr_customer_id":170087,"tr_customer_product_id":170077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:24:12.000Z","modified_at":"2026-01-29T04:24:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97460499699716","imei1":"97460499699716","imei2":"97460499699716","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:24:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170069,"job_number":"JOB_170069","tr_customer_id":170086,"tr_customer_product_id":170076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:41.000Z","modified_at":"2026-01-29T04:24:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26862563788762","imei1":"26862563788762","imei2":"26862563788762","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:24:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170068,"job_number":"JOB_170068","tr_customer_id":170085,"tr_customer_product_id":170075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:41.000Z","modified_at":"2026-01-29T04:23:41.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"18229715259307","imei1":"18229715259307","imei2":"18229715259307","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170067,"job_number":"JOB_170067","tr_customer_id":170084,"tr_customer_product_id":170074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:40.000Z","modified_at":"2026-01-29T04:23:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"92767950644837","imei1":"92767950644837","imei2":"92767950644837","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170066,"job_number":"JOB_170066","tr_customer_id":170083,"tr_customer_product_id":170073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:40.000Z","modified_at":"2026-01-29T04:23:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"31270802365495","imei1":"31270802365495","imei2":"31270802365495","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170065,"job_number":"JOB_170065","tr_customer_id":170082,"tr_customer_product_id":170072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:40.000Z","modified_at":"2026-01-29T04:23:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93791321431375","imei1":"93791321431375","imei2":"93791321431375","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170064,"job_number":"JOB_170064","tr_customer_id":170081,"tr_customer_product_id":170071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:39.000Z","modified_at":"2026-01-29T04:23:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"93056327496200","imei1":"93056327496200","imei2":"93056327496200","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170063,"job_number":"JOB_170063","tr_customer_id":170080,"tr_customer_product_id":170070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:23:39.000Z","modified_at":"2026-01-29T04:23:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61742922570869","imei1":"61742922570869","imei2":"61742922570869","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:23:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170062,"job_number":"JOB_170062","tr_customer_id":170079,"tr_customer_product_id":170069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:20:43.000Z","modified_at":"2026-01-29T04:20:43.000Z","name":"{{first_name}} {{last_name}}","mobile_number":"{{mobile_number}}","email_id":"preethi.sathya@gmail.com","dop":"2025-12-09","serial_number":"10605741295101","imei1":"10605741295101","imei2":"10605741295101","popurl":"2025-12-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170060,"job_number":"JOB_170060","tr_customer_id":170077,"tr_customer_product_id":170067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:54.000Z","modified_at":"2026-01-29T04:20:29.000Z","name":"Hollis O'Hara","mobile_number":"500-509-7416","email_id":"Abbie_Collier14@hotmail.com","dop":"2000-01-31","serial_number":"10361432768092","imei1":"10361432768092","imei2":"10361432768092","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:20:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170058,"job_number":"JOB_170058","tr_customer_id":170075,"tr_customer_product_id":170065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:27.000Z","modified_at":"2026-01-29T04:19:27.000Z","name":"Jamarcus Schmitt","mobile_number":"413-229-5689","email_id":"Imelda_Bednar38@hotmail.com","dop":"2025-04-06","serial_number":"15619569772936880","imei1":"15619569772936880","imei2":"15619569772936880","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170057,"job_number":"JOB_170057","tr_customer_id":170074,"tr_customer_product_id":170064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:26.000Z","modified_at":"2026-01-29T04:20:01.000Z","name":"Ava Langworth","mobile_number":"266-435-3231","email_id":"Keshawn.OReilly34@hotmail.com","dop":"2025-04-06","serial_number":"10034916946918","imei1":"10034916946918","imei2":"10034916946918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:20:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170056,"job_number":"JOB_170056","tr_customer_id":170073,"tr_customer_product_id":170063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:25.000Z","modified_at":"2026-01-29T04:19:25.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19335030462768","imei1":"19335030462768","imei2":"19335030462768","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170055,"job_number":"JOB_170055","tr_customer_id":170072,"tr_customer_product_id":170062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:21.000Z","modified_at":"2026-01-29T04:19:21.000Z","name":"Tyler Witting","mobile_number":"919-947-9150","email_id":"Maryam16@hotmail.com","dop":"2025-04-06","serial_number":"18160876903515956","imei1":"18160876903515956","imei2":"18160876903515956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170054,"job_number":"JOB_170054","tr_customer_id":170071,"tr_customer_product_id":170061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:20.000Z","modified_at":"2026-01-29T04:19:57.000Z","name":"Dashawn Kihn","mobile_number":"920-344-4539","email_id":"Philip_Stehr@yahoo.com","dop":"2025-04-06","serial_number":"17406246446877","imei1":"17406246446877","imei2":"17406246446877","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170053,"job_number":"JOB_170053","tr_customer_id":170070,"tr_customer_product_id":170060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:20.000Z","modified_at":"2026-01-29T04:19:20.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16570668237798","imei1":"16570668237798","imei2":"16570668237798","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170052,"job_number":"JOB_170052","tr_customer_id":170069,"tr_customer_product_id":170059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:19.000Z","modified_at":"2026-01-29T04:19:19.000Z","name":"Brain Lang","mobile_number":"594-849-9001","email_id":"Anabel.Botsford@gmail.com","dop":"2025-04-06","serial_number":"13596958877133660","imei1":"13596958877133660","imei2":"13596958877133660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170051,"job_number":"JOB_170051","tr_customer_id":170068,"tr_customer_product_id":170058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:18.000Z","modified_at":"2026-01-29T04:19:51.000Z","name":"Hallie Kling","mobile_number":"598-997-1551","email_id":"Jaquan_Ward15@gmail.com","dop":"2025-04-06","serial_number":"10219727070223","imei1":"10219727070223","imei2":"10219727070223","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170050,"job_number":"JOB_170050","tr_customer_id":170067,"tr_customer_product_id":170057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:18.000Z","modified_at":"2026-01-29T04:19:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19293730852996","imei1":"19293730852996","imei2":"19293730852996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170049,"job_number":"JOB_170049","tr_customer_id":170066,"tr_customer_product_id":170056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:16.000Z","modified_at":"2026-01-29T04:19:16.000Z","name":"Carlotta Ward","mobile_number":"352-533-4840","email_id":"Lessie_Tillman@gmail.com","dop":"2025-04-06","serial_number":"14248802048586536","imei1":"14248802048586536","imei2":"14248802048586536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170048,"job_number":"JOB_170048","tr_customer_id":170065,"tr_customer_product_id":170055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:15.000Z","modified_at":"2026-01-29T04:19:52.000Z","name":"Golda Satterfield","mobile_number":"303-320-5882","email_id":"Wade.Ruecker@yahoo.com","dop":"2025-04-06","serial_number":"15874632796157","imei1":"15874632796157","imei2":"15874632796157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170047,"job_number":"JOB_170047","tr_customer_id":170064,"tr_customer_product_id":170054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:14.000Z","modified_at":"2026-01-29T04:19:15.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11163741540531","imei1":"11163741540531","imei2":"11163741540531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170045,"job_number":"JOB_170045","tr_customer_id":170062,"tr_customer_product_id":170052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:12.000Z","modified_at":"2026-01-29T04:19:47.000Z","name":"Thelma Heaney","mobile_number":"297-654-4992","email_id":"Isidro.Conn59@gmail.com","dop":"2000-01-31","serial_number":"10829444433916","imei1":"10829444433916","imei2":"10829444433916","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170044,"job_number":"JOB_170044","tr_customer_id":170061,"tr_customer_product_id":170051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:11.000Z","modified_at":"2026-01-29T04:19:11.000Z","name":"Delta Dare","mobile_number":"971-424-5135","email_id":"Kara23@hotmail.com","dop":"2025-04-06","serial_number":"13717379560690216","imei1":"13717379560690216","imei2":"13717379560690216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170042,"job_number":"JOB_170042","tr_customer_id":170059,"tr_customer_product_id":170049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:10.000Z","modified_at":"2026-01-29T04:19:45.000Z","name":"Esta Spencer","mobile_number":"319-934-9516","email_id":"Guido.Reynolds@gmail.com","dop":"2025-04-06","serial_number":"18972699094695","imei1":"18972699094695","imei2":"18972699094695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170041,"job_number":"JOB_170041","tr_customer_id":170058,"tr_customer_product_id":170048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:10.000Z","modified_at":"2026-01-29T04:19:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12346224454851","imei1":"12346224454851","imei2":"12346224454851","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170040,"job_number":"JOB_170040","tr_customer_id":170057,"tr_customer_product_id":170047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:01.000Z","modified_at":"2026-01-29T04:19:01.000Z","name":"Dulce Turcotte","mobile_number":"627-644-7517","email_id":"Meredith_Mosciski97@gmail.com","dop":"2025-04-06","serial_number":"11308045440720300","imei1":"11308045440720300","imei2":"11308045440720300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170039,"job_number":"JOB_170039","tr_customer_id":170056,"tr_customer_product_id":170046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:59.000Z","modified_at":"2026-01-29T04:19:39.000Z","name":"Carmelo Anderson","mobile_number":"755-997-8585","email_id":"Marcel_Vandervort@hotmail.com","dop":"2025-04-06","serial_number":"15998312547573","imei1":"15998312547573","imei2":"15998312547573","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170038,"job_number":"JOB_170038","tr_customer_id":170055,"tr_customer_product_id":170045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:59.000Z","modified_at":"2026-01-29T04:18:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13136422782999","imei1":"13136422782999","imei2":"13136422782999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170037,"job_number":"JOB_170037","tr_customer_id":170054,"tr_customer_product_id":170044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:47.000Z","modified_at":"2026-01-29T04:18:47.000Z","name":"Otto Upton","mobile_number":"718-817-5286","email_id":"Nikita.Stehr40@hotmail.com","dop":"2025-04-06","serial_number":"12402780473306932","imei1":"12402780473306932","imei2":"12402780473306932","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170036,"job_number":"JOB_170036","tr_customer_id":170053,"tr_customer_product_id":170043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:46.000Z","modified_at":"2026-01-29T04:19:23.000Z","name":"Dusty Wuckert","mobile_number":"267-421-8892","email_id":"Jermey_Stracke@hotmail.com","dop":"2025-04-06","serial_number":"16394810867233","imei1":"16394810867233","imei2":"16394810867233","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170035,"job_number":"JOB_170035","tr_customer_id":170052,"tr_customer_product_id":170042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:46.000Z","modified_at":"2026-01-29T04:18:46.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"12048314724048","imei1":"12048314724048","imei2":"12048314724048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170034,"job_number":"JOB_170034","tr_customer_id":170051,"tr_customer_product_id":170041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:44.000Z","modified_at":"2026-01-29T04:18:44.000Z","name":"Selmer Macejkovic","mobile_number":"353-579-4056","email_id":"Cassidy44@yahoo.com","dop":"2025-04-06","serial_number":"15208412121779964","imei1":"15208412121779964","imei2":"15208412121779964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170033,"job_number":"JOB_170033","tr_customer_id":170050,"tr_customer_product_id":170040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:43.000Z","modified_at":"2026-01-29T04:19:18.000Z","name":"Juvenal Von","mobile_number":"483-561-4875","email_id":"Mozelle.Emard@yahoo.com","dop":"2025-04-06","serial_number":"17528798658860","imei1":"17528798658860","imei2":"17528798658860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170032,"job_number":"JOB_170032","tr_customer_id":170049,"tr_customer_product_id":170039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:43.000Z","modified_at":"2026-01-29T04:18:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16936680577744","imei1":"16936680577744","imei2":"16936680577744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170030,"job_number":"JOB_170030","tr_customer_id":170047,"tr_customer_product_id":170037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:39.000Z","modified_at":"2026-01-29T04:18:39.000Z","name":"Jesse Lindgren","mobile_number":"840-897-8086","email_id":"Gertrude_Feil@hotmail.com","dop":"2025-04-06","serial_number":"19863142606345120","imei1":"19863142606345120","imei2":"19863142606345120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170029,"job_number":"JOB_170029","tr_customer_id":170046,"tr_customer_product_id":170036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:38.000Z","modified_at":"2026-01-29T04:18:38.000Z","name":"Casandra Rowe","mobile_number":"434-701-1275","email_id":"Garrick79@gmail.com","dop":"2025-04-06","serial_number":"15486414409544662","imei1":"15486414409544662","imei2":"15486414409544662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170028,"job_number":"JOB_170028","tr_customer_id":170045,"tr_customer_product_id":170035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:37.000Z","modified_at":"2026-01-29T04:19:11.000Z","name":"Cade Bergnaum","mobile_number":"853-540-3165","email_id":"Nicolette.Smith85@hotmail.com","dop":"2025-04-06","serial_number":"10361662978660","imei1":"10361662978660","imei2":"10361662978660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170027,"job_number":"JOB_170027","tr_customer_id":170044,"tr_customer_product_id":170034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:37.000Z","modified_at":"2026-01-29T04:18:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18269106291722","imei1":"18269106291722","imei2":"18269106291722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170026,"job_number":"JOB_170026","tr_customer_id":170043,"tr_customer_product_id":170033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:36.000Z","modified_at":"2026-01-29T04:19:13.000Z","name":"Cletus Jacobson","mobile_number":"950-983-8531","email_id":"Linnea_Quigley@yahoo.com","dop":"2025-04-06","serial_number":"13032975833520","imei1":"13032975833520","imei2":"13032975833520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170025,"job_number":"JOB_170025","tr_customer_id":170042,"tr_customer_product_id":170032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:36.000Z","modified_at":"2026-01-29T04:18:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19567663308904","imei1":"19567663308904","imei2":"19567663308904","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170021,"job_number":"JOB_170021","tr_customer_id":170038,"tr_customer_product_id":170028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:31.000Z","modified_at":"2026-01-29T04:18:31.000Z","name":"Isai Reichel","mobile_number":"341-862-5299","email_id":"Alfonzo31@gmail.com","dop":"2025-04-06","serial_number":"12233201586587286","imei1":"12233201586587286","imei2":"12233201586587286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170019,"job_number":"JOB_170019","tr_customer_id":170036,"tr_customer_product_id":170026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:30.000Z","modified_at":"2026-01-29T04:19:07.000Z","name":"Maudie King","mobile_number":"952-444-1324","email_id":"Elwin_Jones@yahoo.com","dop":"2025-04-06","serial_number":"13991901028666","imei1":"13991901028666","imei2":"13991901028666","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170018,"job_number":"JOB_170018","tr_customer_id":170035,"tr_customer_product_id":170025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:30.000Z","modified_at":"2026-01-29T04:18:30.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10333081235751","imei1":"10333081235751","imei2":"10333081235751","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170017,"job_number":"JOB_170017","tr_customer_id":170034,"tr_customer_product_id":170024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:29.000Z","modified_at":"2026-01-29T04:18:29.000Z","name":"Isai Zboncak","mobile_number":"512-467-1207","email_id":"Malcolm.Durgan15@gmail.com","dop":"2025-04-06","serial_number":"19091436100148980","imei1":"19091436100148980","imei2":"19091436100148980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170016,"job_number":"JOB_170016","tr_customer_id":170033,"tr_customer_product_id":170023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:29.000Z","modified_at":"2026-01-29T04:19:04.000Z","name":"Marcus Streich","mobile_number":"816-947-3974","email_id":"Easton78@gmail.com","dop":"2000-01-31","serial_number":"10301099483968","imei1":"10301099483968","imei2":"10301099483968","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170014,"job_number":"JOB_170014","tr_customer_id":170031,"tr_customer_product_id":170021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:28.000Z","modified_at":"2026-01-29T04:19:03.000Z","name":"Eleanore Gleichner","mobile_number":"620-533-0505","email_id":"Doug_Gibson48@hotmail.com","dop":"2025-04-06","serial_number":"10409692299107","imei1":"10409692299107","imei2":"10409692299107","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:19:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170013,"job_number":"JOB_170013","tr_customer_id":170030,"tr_customer_product_id":170020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:28.000Z","modified_at":"2026-01-29T04:18:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18166799809930","imei1":"18166799809930","imei2":"18166799809930","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170007,"job_number":"JOB_170007","tr_customer_id":170024,"tr_customer_product_id":170014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:12.000Z","modified_at":"2026-01-29T04:18:12.000Z","name":"Haleigh Glover","mobile_number":"652-273-9084","email_id":"Serenity.Paucek42@gmail.com","dop":"2025-04-06","serial_number":"13173861116338296","imei1":"13173861116338296","imei2":"13173861116338296","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170006,"job_number":"JOB_170006","tr_customer_id":170023,"tr_customer_product_id":170013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:11.000Z","modified_at":"2026-01-29T04:18:51.000Z","name":"Westley Kuhic","mobile_number":"689-658-4855","email_id":"Wilton_Price39@hotmail.com","dop":"2025-04-06","serial_number":"13760095678159","imei1":"13760095678159","imei2":"13760095678159","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170005,"job_number":"JOB_170005","tr_customer_id":170022,"tr_customer_product_id":170012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:11.000Z","modified_at":"2026-01-29T04:18:11.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11252590444425","imei1":"11252590444425","imei2":"11252590444425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170001,"job_number":"JOB_170001","tr_customer_id":170018,"tr_customer_product_id":170008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:02.000Z","modified_at":"2026-01-29T04:18:02.000Z","name":"Theresa Green","mobile_number":"897-805-8431","email_id":"Emmy25@gmail.com","dop":"2025-04-06","serial_number":"11137089850184800","imei1":"11137089850184800","imei2":"11137089850184800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":170000,"job_number":"JOB_170000","tr_customer_id":170017,"tr_customer_product_id":170007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:02.000Z","modified_at":"2026-01-29T04:18:02.000Z","name":"Arno Auer","mobile_number":"772-468-7279","email_id":"Aniyah.Tillman@yahoo.com","dop":"2025-04-06","serial_number":"16702733351902096","imei1":"16702733351902096","imei2":"16702733351902096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169999,"job_number":"JOB_169999","tr_customer_id":170016,"tr_customer_product_id":170006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:02.000Z","modified_at":"2026-01-29T04:18:02.000Z","name":"Lucie Goyette","mobile_number":"484-258-5676","email_id":"Candelario.Kessler28@yahoo.com","dop":"2025-04-06","serial_number":"11748011688107488","imei1":"11748011688107488","imei2":"11748011688107488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169998,"job_number":"JOB_169998","tr_customer_id":170015,"tr_customer_product_id":170005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:01.000Z","modified_at":"2026-01-29T04:18:38.000Z","name":"Willow Wiegand","mobile_number":"441-385-4383","email_id":"Justen_Prosacco23@yahoo.com","dop":"2025-04-06","serial_number":"17864770685625","imei1":"17864770685625","imei2":"17864770685625","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169997,"job_number":"JOB_169997","tr_customer_id":170014,"tr_customer_product_id":170004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:01.000Z","modified_at":"2026-01-29T04:18:01.000Z","name":"Donnie Rippin","mobile_number":"751-369-7144","email_id":"Moshe_Wisoky@yahoo.com","dop":"2025-04-06","serial_number":"17941153908569654","imei1":"17941153908569654","imei2":"17941153908569654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169996,"job_number":"JOB_169996","tr_customer_id":170013,"tr_customer_product_id":170003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:01.000Z","modified_at":"2026-01-29T04:18:40.000Z","name":"Devonte Johnston","mobile_number":"393-715-9726","email_id":"Amaya_Tremblay0@yahoo.com","dop":"2025-04-06","serial_number":"18034841745832","imei1":"18034841745832","imei2":"18034841745832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169995,"job_number":"JOB_169995","tr_customer_id":170012,"tr_customer_product_id":170002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:01.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"13651484288758","imei1":"13651484288758","imei2":"13651484288758","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169994,"job_number":"JOB_169994","tr_customer_id":170011,"tr_customer_product_id":170001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:36.000Z","name":"Cristal Mann","mobile_number":"311-582-4108","email_id":"Cyril_Adams6@hotmail.com","dop":"2025-04-06","serial_number":"17185245559827","imei1":"17185245559827","imei2":"17185245559827","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169993,"job_number":"JOB_169993","tr_customer_id":170010,"tr_customer_product_id":170000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"28764031525642","imei1":"28764031525642","imei2":"28764031525642","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169992,"job_number":"JOB_169992","tr_customer_id":170009,"tr_customer_product_id":169999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13676563880234","imei1":"13676563880234","imei2":"13676563880234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169991,"job_number":"JOB_169991","tr_customer_id":170008,"tr_customer_product_id":169998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:00.000Z","modified_at":"2026-01-29T04:18:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10873400051463","imei1":"10873400051463","imei2":"10873400051463","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169987,"job_number":"JOB_169987","tr_customer_id":170005,"tr_customer_product_id":169994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:18:38.000Z","name":"Kaitlyn Mraz","mobile_number":"472-710-8519","email_id":"Daron.Wiegand38@yahoo.com","dop":"2025-04-06","serial_number":"15736519075263","imei1":"15736519075263","imei2":"15736519075263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169986,"job_number":"JOB_169986","tr_customer_id":170003,"tr_customer_product_id":169993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:17:59.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15199399382074","imei1":"15199399382074","imei2":"15199399382074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169984,"job_number":"JOB_169984","tr_customer_id":170001,"tr_customer_product_id":169991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:59.000Z","modified_at":"2026-01-29T04:18:34.000Z","name":"Presley Graham","mobile_number":"808-734-3980","email_id":"Ezekiel.Lesch@gmail.com","dop":"2026-01-04","serial_number":"15857222908621","imei1":"15857222908621","imei2":"15857222908621","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169983,"job_number":"JOB_169983","tr_customer_id":170000,"tr_customer_product_id":169990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:58.000Z","modified_at":"2026-01-29T04:17:58.000Z","name":"NareenK KA","mobile_number":"9677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"15240351894540","imei1":"15240351894540","imei2":"15240351894540","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169982,"job_number":"JOB_169982","tr_customer_id":169999,"tr_customer_product_id":169989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:58.000Z","modified_at":"2026-01-29T04:17:58.000Z","name":"Isabell Stroman","mobile_number":"412-452-2381","email_id":"Anya_Orn@hotmail.com","dop":"2025-04-06","serial_number":"13127050337010392","imei1":"13127050337010392","imei2":"13127050337010392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169981,"job_number":"JOB_169981","tr_customer_id":169998,"tr_customer_product_id":169988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:17:57.000Z","name":"Roscoe Wolf","mobile_number":"586-961-2040","email_id":"Freddy26@hotmail.com","dop":"2025-04-06","serial_number":"11243190297393252","imei1":"11243190297393252","imei2":"11243190297393252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169980,"job_number":"JOB_169980","tr_customer_id":169997,"tr_customer_product_id":169987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:18:31.000Z","name":"Julius Pagac","mobile_number":"421-452-0383","email_id":"Yesenia.Nolan34@hotmail.com","dop":"2025-04-06","serial_number":"14658148056864","imei1":"14658148056864","imei2":"14658148056864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169978,"job_number":"JOB_169978","tr_customer_id":169995,"tr_customer_product_id":169985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:57.000Z","modified_at":"2026-01-29T04:17:57.000Z","name":"Jeramie Borer","mobile_number":"717-444-2614","email_id":"Valentin53@hotmail.com","dop":"2025-05-30","serial_number":"1366895474168729","imei1":"1366895474168729","imei2":"1366895474168729","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169977,"job_number":"JOB_169977","tr_customer_id":169994,"tr_customer_product_id":169984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:17:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17560182260872","imei1":"17560182260872","imei2":"17560182260872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169975,"job_number":"JOB_169975","tr_customer_id":169992,"tr_customer_product_id":169982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:18:32.000Z","name":"Troy Hauck","mobile_number":"809-729-7952","email_id":"Mayra.Osinski@gmail.com","dop":"2025-04-06","serial_number":"12374181624890","imei1":"12374181624890","imei2":"12374181624890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169974,"job_number":"JOB_169974","tr_customer_id":169991,"tr_customer_product_id":169981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:56.000Z","modified_at":"2026-01-29T04:17:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13438763165786","imei1":"13438763165786","imei2":"13438763165786","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169973,"job_number":"JOB_169973","tr_customer_id":169990,"tr_customer_product_id":169980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:55.000Z","modified_at":"2026-01-29T04:17:55.000Z","name":"Maud Willms","mobile_number":"531-916-9431","email_id":"Brett.Hessel@gmail.com","dop":"2025-05-30","serial_number":"19047804443738","imei1":"19047804443738","imei2":"19047804443738","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169972,"job_number":"JOB_169972","tr_customer_id":169989,"tr_customer_product_id":169979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:54.000Z","modified_at":"2026-01-29T04:18:12.000Z","name":"Kellie Cole","mobile_number":"231-606-7005","email_id":"Jarret88@yahoo.com","dop":"2025-05-30","serial_number":"15258879062250","imei1":"15258879062250","imei2":"15258879062250","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169971,"job_number":"JOB_169971","tr_customer_id":169988,"tr_customer_product_id":169978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:53.000Z","modified_at":"2026-01-29T04:17:53.000Z","name":"Derrick Terry","mobile_number":"688-773-2017","email_id":"Percival87@yahoo.com","dop":"2025-04-06","serial_number":"18769623652511530","imei1":"18769623652511530","imei2":"18769623652511530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169970,"job_number":"JOB_169970","tr_customer_id":169987,"tr_customer_product_id":169977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:52.000Z","modified_at":"2026-01-29T04:18:29.000Z","name":"Shea O'Hara","mobile_number":"502-953-5353","email_id":"Boris.Ledner@yahoo.com","dop":"2025-04-06","serial_number":"19129954802912","imei1":"19129954802912","imei2":"19129954802912","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169969,"job_number":"JOB_169969","tr_customer_id":169986,"tr_customer_product_id":169976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:51.000Z","modified_at":"2026-01-29T04:17:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12070621903777","imei1":"12070621903777","imei2":"12070621903777","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169968,"job_number":"JOB_169968","tr_customer_id":169985,"tr_customer_product_id":169975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:49.000Z","modified_at":"2026-01-29T04:17:49.000Z","name":"Ebony Parisian","mobile_number":"895-882-8668","email_id":"Sedrick41@yahoo.com","dop":"2025-04-06","serial_number":"17429089838740596","imei1":"17429089838740596","imei2":"17429089838740596","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169966,"job_number":"JOB_169966","tr_customer_id":169983,"tr_customer_product_id":169973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:48.000Z","modified_at":"2026-01-29T04:18:23.000Z","name":"Shad Hodkiewicz","mobile_number":"372-548-9865","email_id":"Veronica45@hotmail.com","dop":"2025-04-06","serial_number":"14474555501728","imei1":"14474555501728","imei2":"14474555501728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169964,"job_number":"JOB_169964","tr_customer_id":169981,"tr_customer_product_id":169971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16489268563937","imei1":"16489268563937","imei2":"16489268563937","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169961,"job_number":"JOB_169961","tr_customer_id":169978,"tr_customer_product_id":169968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:47.000Z","modified_at":"2026-01-29T04:17:47.000Z","name":"Tommie Sauer","mobile_number":"682-387-7272","email_id":"Emiliano76@hotmail.com","dop":"2025-04-06","serial_number":"16683896035858156","imei1":"16683896035858156","imei2":"16683896035858156","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169959,"job_number":"JOB_169959","tr_customer_id":169976,"tr_customer_product_id":169966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:17:46.000Z","name":"Fanny Shields","mobile_number":"938-931-7489","email_id":"Kristoffer_Considine6@hotmail.com","dop":"2025-04-06","serial_number":"13996429550028526","imei1":"13996429550028526","imei2":"13996429550028526","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169958,"job_number":"JOB_169958","tr_customer_id":169975,"tr_customer_product_id":169965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:18:22.000Z","name":"Quinten Kub","mobile_number":"302-782-6955","email_id":"Marjory_Erdman@yahoo.com","dop":"2000-01-31","serial_number":"10838461623847","imei1":"10838461623847","imei2":"10838461623847","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169955,"job_number":"JOB_169955","tr_customer_id":169972,"tr_customer_product_id":169962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:18:21.000Z","name":"Sierra Schuppe","mobile_number":"273-923-7056","email_id":"Leanne27@yahoo.com","dop":"2025-04-06","serial_number":"10661380483898","imei1":"10661380483898","imei2":"10661380483898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169954,"job_number":"JOB_169954","tr_customer_id":169971,"tr_customer_product_id":169961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:17:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13135699846297","imei1":"13135699846297","imei2":"13135699846297","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169953,"job_number":"JOB_169953","tr_customer_id":169970,"tr_customer_product_id":169960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:18:22.000Z","name":"Amiya O'Kon","mobile_number":"239-812-1027","email_id":"Davonte_Lakin46@gmail.com","dop":"2025-04-06","serial_number":"19396588408992","imei1":"19396588408992","imei2":"19396588408992","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169952,"job_number":"JOB_169952","tr_customer_id":169969,"tr_customer_product_id":169959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:45.000Z","modified_at":"2026-01-29T04:17:45.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13991298792295","imei1":"13991298792295","imei2":"13991298792295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169951,"job_number":"JOB_169951","tr_customer_id":169968,"tr_customer_product_id":169958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:28.000Z","modified_at":"2026-01-29T04:17:28.000Z","name":"Blanca Murazik","mobile_number":"287-201-7312","email_id":"Jennings10@gmail.com","dop":"2025-04-06","serial_number":"11241529073060320","imei1":"11241529073060320","imei2":"11241529073060320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169950,"job_number":"JOB_169950","tr_customer_id":169967,"tr_customer_product_id":169957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:27.000Z","modified_at":"2026-01-29T04:18:01.000Z","name":"Rosalyn DuBuque","mobile_number":"423-544-5691","email_id":"Donna44@yahoo.com","dop":"2025-04-06","serial_number":"17003397822707","imei1":"17003397822707","imei2":"17003397822707","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169949,"job_number":"JOB_169949","tr_customer_id":169966,"tr_customer_product_id":169956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:27.000Z","modified_at":"2026-01-29T04:17:27.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"13938280362099","imei1":"13938280362099","imei2":"13938280362099","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169948,"job_number":"JOB_169948","tr_customer_id":169965,"tr_customer_product_id":169955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:24.000Z","modified_at":"2026-01-29T04:17:24.000Z","name":"Johnson Cartwright","mobile_number":"293-616-5525","email_id":"Lauren90@hotmail.com","dop":"2025-04-06","serial_number":"12137245612803680","imei1":"12137245612803680","imei2":"12137245612803680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169947,"job_number":"JOB_169947","tr_customer_id":169964,"tr_customer_product_id":169954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:22.000Z","modified_at":"2026-01-29T04:18:03.000Z","name":"Kaelyn Lang","mobile_number":"641-801-2874","email_id":"Laurel40@yahoo.com","dop":"2025-04-06","serial_number":"18600707518512","imei1":"18600707518512","imei2":"18600707518512","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:18:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169946,"job_number":"JOB_169946","tr_customer_id":169963,"tr_customer_product_id":169953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:22.000Z","modified_at":"2026-01-29T04:17:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11636781794539","imei1":"11636781794539","imei2":"11636781794539","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169945,"job_number":"JOB_169945","tr_customer_id":169962,"tr_customer_product_id":169952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:18.000Z","modified_at":"2026-01-29T04:17:18.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"29473598651057","imei1":"29473598651057","imei2":"29473598651057","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169944,"job_number":"JOB_169944","tr_customer_id":169961,"tr_customer_product_id":169951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:17.000Z","modified_at":"2026-01-29T04:17:51.000Z","name":"Gerhard Wiza","mobile_number":"243-901-5465","email_id":"Gina_Bins20@gmail.com","dop":"2026-01-04","serial_number":"12364460992685","imei1":"12364460992685","imei2":"12364460992685","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169943,"job_number":"JOB_169943","tr_customer_id":169960,"tr_customer_product_id":169950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:17.000Z","modified_at":"2026-01-29T04:17:17.000Z","name":"Nareen K","mobile_number":"7677660898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"18269688819306","imei1":"18269688819306","imei2":"18269688819306","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169942,"job_number":"JOB_169942","tr_customer_id":169959,"tr_customer_product_id":169949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:15.000Z","modified_at":"2026-01-29T04:17:15.000Z","name":"Christina Fisher","mobile_number":"233-337-6786","email_id":"Genesis15@hotmail.com","dop":"2025-04-06","serial_number":"10851852586991604","imei1":"10851852586991604","imei2":"10851852586991604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169941,"job_number":"JOB_169941","tr_customer_id":169958,"tr_customer_product_id":169948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:14.000Z","modified_at":"2026-01-29T04:17:14.000Z","name":"Hayley Rice","mobile_number":"402-654-1383","email_id":"Rogers.Gutkowski@gmail.com","dop":"2025-04-06","serial_number":"16407734138657324","imei1":"16407734138657324","imei2":"16407734138657324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169940,"job_number":"JOB_169940","tr_customer_id":169957,"tr_customer_product_id":169947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:14.000Z","modified_at":"2026-01-29T04:17:14.000Z","name":"Tomas Jones","mobile_number":"963-869-7612","email_id":"Dean.Predovic67@hotmail.com","dop":"2025-04-06","serial_number":"11853819722048202","imei1":"11853819722048202","imei2":"11853819722048202","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169939,"job_number":"JOB_169939","tr_customer_id":169956,"tr_customer_product_id":169946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:14.000Z","modified_at":"2026-01-29T04:17:49.000Z","name":"Ricky Spencer","mobile_number":"364-548-6366","email_id":"Jennie.Hermiston54@hotmail.com","dop":"2025-04-06","serial_number":"18592851673821","imei1":"18592851673821","imei2":"18592851673821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169938,"job_number":"JOB_169938","tr_customer_id":169955,"tr_customer_product_id":169945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19878340438041","imei1":"19878340438041","imei2":"19878340438041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169937,"job_number":"JOB_169937","tr_customer_id":169954,"tr_customer_product_id":169944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:52.000Z","name":"Max Stracke","mobile_number":"714-460-4984","email_id":"Antonina_Turner70@gmail.com","dop":"2025-04-06","serial_number":"17500054701634","imei1":"17500054701634","imei2":"17500054701634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169936,"job_number":"JOB_169936","tr_customer_id":169953,"tr_customer_product_id":169943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:51.000Z","name":"Moses Medhurst","mobile_number":"303-974-7661","email_id":"Lilliana.Hane@yahoo.com","dop":"2025-04-06","serial_number":"18989444265023","imei1":"18989444265023","imei2":"18989444265023","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169935,"job_number":"JOB_169935","tr_customer_id":169952,"tr_customer_product_id":169942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18182378173943","imei1":"18182378173943","imei2":"18182378173943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169934,"job_number":"JOB_169934","tr_customer_id":169951,"tr_customer_product_id":169941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:13.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11438072933999","imei1":"11438072933999","imei2":"11438072933999","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169933,"job_number":"JOB_169933","tr_customer_id":169950,"tr_customer_product_id":169940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:07.000Z","modified_at":"2026-01-29T04:17:07.000Z","name":"Raphael Collins","mobile_number":"936-970-6712","email_id":"Rebekah.Kuhlman16@gmail.com","dop":"2025-04-06","serial_number":"13216219847530868","imei1":"13216219847530868","imei2":"13216219847530868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169932,"job_number":"JOB_169932","tr_customer_id":169949,"tr_customer_product_id":169939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:06.000Z","modified_at":"2026-01-29T04:17:40.000Z","name":"Antoinette Cummings","mobile_number":"930-330-6029","email_id":"Libbie9@yahoo.com","dop":"2025-04-06","serial_number":"15906011632020","imei1":"15906011632020","imei2":"15906011632020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169931,"job_number":"JOB_169931","tr_customer_id":169948,"tr_customer_product_id":169938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:05.000Z","modified_at":"2026-01-29T04:17:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12472772312416","imei1":"12472772312416","imei2":"12472772312416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169930,"job_number":"JOB_169930","tr_customer_id":169947,"tr_customer_product_id":169937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:03.000Z","modified_at":"2026-01-29T04:17:13.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"11087117570789","imei2":"11087117570789","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169929,"job_number":"JOB_169929","tr_customer_id":169946,"tr_customer_product_id":169936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:03.000Z","modified_at":"2026-01-29T04:17:03.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"19276057056292","imei2":"19276057056292","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169926,"job_number":"JOB_169926","tr_customer_id":169943,"tr_customer_product_id":169933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:51.000Z","modified_at":"2026-01-29T04:16:51.000Z","name":"Friedrich Conroy","mobile_number":"889-488-0858","email_id":"Zachary_Sporer@yahoo.com","dop":"2025-06-18","serial_number":"1067788577784827","imei1":"1067788577784827","imei2":"1067788577784827","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169925,"job_number":"JOB_169925","tr_customer_id":169942,"tr_customer_product_id":169932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:51.000Z","modified_at":"2026-01-29T04:17:25.000Z","name":"Gloria D'Amore","mobile_number":"949-247-9045","email_id":"Fred.Beer72@yahoo.com","dop":"2025-06-18","serial_number":"10192293493305","imei1":"10192293493305","imei2":"10192293493305","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169924,"job_number":"JOB_169924","tr_customer_id":169941,"tr_customer_product_id":169931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:50.000Z","modified_at":"2026-01-29T04:16:50.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10073147389813","imei1":"10073147389813","imei2":"10073147389813","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169923,"job_number":"JOB_169923","tr_customer_id":169940,"tr_customer_product_id":169930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:50.000Z","modified_at":"2026-01-29T04:17:00.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"13629311360527","imei2":"13629311360527","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169922,"job_number":"JOB_169922","tr_customer_id":169939,"tr_customer_product_id":169929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:50.000Z","modified_at":"2026-01-29T04:16:50.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"16399240615138","imei2":"16399240615138","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169921,"job_number":"JOB_169921","tr_customer_id":169938,"tr_customer_product_id":169928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:47.000Z","modified_at":"2026-01-29T04:16:47.000Z","name":"Ressie Bergnaum","mobile_number":"415-766-0961","email_id":"Hosea_Schneider69@gmail.com","dop":"2025-04-06","serial_number":"10877755317220514","imei1":"10877755317220514","imei2":"10877755317220514","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169920,"job_number":"JOB_169920","tr_customer_id":169937,"tr_customer_product_id":169927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:46.000Z","modified_at":"2026-01-29T04:17:20.000Z","name":"Holly Bins","mobile_number":"572-633-6555","email_id":"Keely_Conn71@gmail.com","dop":"2025-04-06","serial_number":"10446319433056","imei1":"10446319433056","imei2":"10446319433056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169919,"job_number":"JOB_169919","tr_customer_id":169936,"tr_customer_product_id":169926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:46.000Z","modified_at":"2026-01-29T04:16:46.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"15782736781614","imei1":"15782736781614","imei2":"15782736781614","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169917,"job_number":"JOB_169917","tr_customer_id":169934,"tr_customer_product_id":169924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:37.000Z","modified_at":"2026-01-29T04:16:46.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17103157280969","imei2":"17103157280969","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169916,"job_number":"JOB_169916","tr_customer_id":169933,"tr_customer_product_id":169923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Sydni Senger","mobile_number":"869-282-7747","email_id":"Maci_Gerlach59@hotmail.com","dop":"2025-04-06","serial_number":"18415754176926830","imei1":"18415754176926830","imei2":"18415754176926830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169915,"job_number":"JOB_169915","tr_customer_id":169932,"tr_customer_product_id":169922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"12803020310911","imei2":"12803020310911","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169914,"job_number":"JOB_169914","tr_customer_id":169931,"tr_customer_product_id":169921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:36.000Z","modified_at":"2026-01-29T04:16:36.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"101462564205490","imei1":"101462564205490","imei2":"101462564205490","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169912,"job_number":"JOB_169912","tr_customer_id":169929,"tr_customer_product_id":169919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:35.000Z","modified_at":"2026-01-29T04:17:12.000Z","name":"Giovanna Lesch","mobile_number":"372-977-5907","email_id":"Iva.Nienow@hotmail.com","dop":"2025-04-06","serial_number":"11872920056391","imei1":"11872920056391","imei2":"11872920056391","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169911,"job_number":"JOB_169911","tr_customer_id":169928,"tr_customer_product_id":169918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:35.000Z","modified_at":"2026-01-29T04:17:09.000Z","name":"Krystel Dickinson","mobile_number":"781-254-4256","email_id":"Serena_Kris@hotmail.com","dop":"2026-01-04","serial_number":"17397854504903","imei1":"17397854504903","imei2":"17397854504903","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169910,"job_number":"JOB_169910","tr_customer_id":169927,"tr_customer_product_id":169917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:34.000Z","modified_at":"2026-01-29T04:16:34.000Z","name":"Nareen Katkam","mobile_number":"7677667898","email_id":"nareenkatkam@gmail.com","dop":"2026-01-04","serial_number":"14302233343511","imei1":"14302233343511","imei2":"14302233343511","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169909,"job_number":"JOB_169909","tr_customer_id":169926,"tr_customer_product_id":169916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:34.000Z","modified_at":"2026-01-29T04:16:34.000Z","name":"Sarai Friesen","mobile_number":"719-677-8126","email_id":"Calista59@yahoo.com","dop":"2025-04-06","serial_number":"14026021872485694","imei1":"14026021872485694","imei2":"14026021872485694","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169908,"job_number":"JOB_169908","tr_customer_id":169925,"tr_customer_product_id":169915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:32.000Z","modified_at":"2026-01-29T04:17:09.000Z","name":"Conor O'Conner","mobile_number":"738-971-8590","email_id":"Peyton18@gmail.com","dop":"2025-04-06","serial_number":"10334667608357","imei1":"10334667608357","imei2":"10334667608357","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169907,"job_number":"JOB_169907","tr_customer_id":169924,"tr_customer_product_id":169914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:32.000Z","modified_at":"2026-01-29T04:16:32.000Z","name":"Demetrius D'Amore","mobile_number":"362-947-9683","email_id":"Perry_Kozey17@yahoo.com","dop":"2025-04-06","serial_number":"11484159943619490","imei1":"11484159943619490","imei2":"11484159943619490","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169905,"job_number":"JOB_169905","tr_customer_id":169922,"tr_customer_product_id":169912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:31.000Z","modified_at":"2026-01-29T04:17:06.000Z","name":"Wendell Rath","mobile_number":"605-906-2935","email_id":"Vickie_Veum21@yahoo.com","dop":"2025-04-06","serial_number":"15766957779037","imei1":"15766957779037","imei2":"15766957779037","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169904,"job_number":"JOB_169904","tr_customer_id":169921,"tr_customer_product_id":169911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:30.000Z","modified_at":"2026-01-29T04:16:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11673376810277","imei1":"11673376810277","imei2":"11673376810277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169903,"job_number":"JOB_169903","tr_customer_id":169920,"tr_customer_product_id":169910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:28.000Z","modified_at":"2026-01-29T04:16:28.000Z","name":"Elijah Walter","mobile_number":"476-770-1837","email_id":"Fernando.Kirlin26@gmail.com","dop":"2025-04-06","serial_number":"11410915776276976","imei1":"11410915776276976","imei2":"11410915776276976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169902,"job_number":"JOB_169902","tr_customer_id":169919,"tr_customer_product_id":169909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:26.000Z","modified_at":"2026-01-29T04:16:26.000Z","name":"Lois Marks","mobile_number":"764-967-8562","email_id":"Carlie.Schumm@yahoo.com","dop":"2025-04-06","serial_number":"14440004652815754","imei1":"14440004652815754","imei2":"14440004652815754","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169901,"job_number":"JOB_169901","tr_customer_id":169918,"tr_customer_product_id":169908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:26.000Z","modified_at":"2026-01-29T04:17:05.000Z","name":"Sallie Welch","mobile_number":"565-547-3229","email_id":"Graham9@hotmail.com","dop":"2025-04-06","serial_number":"15451720619746","imei1":"15451720619746","imei2":"15451720619746","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169900,"job_number":"JOB_169900","tr_customer_id":169917,"tr_customer_product_id":169907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:26.000Z","modified_at":"2026-01-29T04:16:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16898380037762","imei1":"16898380037762","imei2":"16898380037762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169899,"job_number":"JOB_169899","tr_customer_id":169916,"tr_customer_product_id":169906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:25.000Z","modified_at":"2026-01-29T04:16:25.000Z","name":"Jayde Glover","mobile_number":"634-373-0219","email_id":"Jarred.Feil17@hotmail.com","dop":"2025-04-06","serial_number":"15932062647888252","imei1":"15932062647888252","imei2":"15932062647888252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169898,"job_number":"JOB_169898","tr_customer_id":169915,"tr_customer_product_id":169905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:25.000Z","modified_at":"2026-01-29T04:17:05.000Z","name":"Lupe Rippin","mobile_number":"435-423-9993","email_id":"Caden26@hotmail.com","dop":"2025-04-06","serial_number":"11434318738488","imei1":"11434318738488","imei2":"11434318738488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169897,"job_number":"JOB_169897","tr_customer_id":169914,"tr_customer_product_id":169904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:25.000Z","modified_at":"2026-01-29T04:16:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14289345962544","imei1":"14289345962544","imei2":"14289345962544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169896,"job_number":"JOB_169896","tr_customer_id":169913,"tr_customer_product_id":169903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:24.000Z","modified_at":"2026-01-29T04:16:24.000Z","name":"Karl Abbott","mobile_number":"703-729-7463","email_id":"Emilio79@hotmail.com","dop":"2025-04-06","serial_number":"14506814694084636","imei1":"14506814694084636","imei2":"14506814694084636","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169895,"job_number":"JOB_169895","tr_customer_id":169912,"tr_customer_product_id":169902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:24.000Z","modified_at":"2026-01-29T04:16:58.000Z","name":"Katelyn Gottlieb","mobile_number":"545-282-3114","email_id":"Helene_Rosenbaum@yahoo.com","dop":"2025-04-06","serial_number":"14798629558442","imei1":"14798629558442","imei2":"14798629558442","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169894,"job_number":"JOB_169894","tr_customer_id":169911,"tr_customer_product_id":169901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:23.000Z","modified_at":"2026-01-29T04:16:59.000Z","name":"Austin Roberts","mobile_number":"349-791-0104","email_id":"Deion36@hotmail.com","dop":"2025-04-06","serial_number":"13826216054609","imei1":"13826216054609","imei2":"13826216054609","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169893,"job_number":"JOB_169893","tr_customer_id":169910,"tr_customer_product_id":169900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:23.000Z","modified_at":"2026-01-29T04:16:23.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12923627457681","imei1":"12923627457681","imei2":"12923627457681","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169892,"job_number":"JOB_169892","tr_customer_id":169909,"tr_customer_product_id":169899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:21.000Z","modified_at":"2026-01-29T04:16:21.000Z","name":"Eleonore Nitzsche","mobile_number":"398-329-9801","email_id":"Angelica_Weissnat@gmail.com","dop":"2025-04-06","serial_number":"12749404775768988","imei1":"12749404775768988","imei2":"12749404775768988","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169891,"job_number":"JOB_169891","tr_customer_id":169908,"tr_customer_product_id":169898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:20.000Z","modified_at":"2026-01-29T04:16:57.000Z","name":"Rosie Nader","mobile_number":"407-966-6139","email_id":"Joyce.Rodriguez55@gmail.com","dop":"2025-04-06","serial_number":"13990803166248","imei1":"13990803166248","imei2":"13990803166248","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169889,"job_number":"JOB_169889","tr_customer_id":169906,"tr_customer_product_id":169896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:12.000Z","modified_at":"2026-01-29T04:16:12.000Z","name":"Rupert Cronin","mobile_number":"620-842-1122","email_id":"Wilson_Gutkowski13@yahoo.com","dop":"2025-04-06","serial_number":"11997571758332780","imei1":"11997571758332780","imei2":"11997571758332780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169888,"job_number":"JOB_169888","tr_customer_id":169905,"tr_customer_product_id":169895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:11.000Z","modified_at":"2026-01-29T04:16:49.000Z","name":"Lonny O'Hara","mobile_number":"647-705-0848","email_id":"Lorenz63@hotmail.com","dop":"2025-04-06","serial_number":"19106745851574","imei1":"19106745851574","imei2":"19106745851574","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169887,"job_number":"JOB_169887","tr_customer_id":169904,"tr_customer_product_id":169894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:10.000Z","modified_at":"2026-01-29T04:16:10.000Z","name":"Minnie Streich","mobile_number":"683-999-8265","email_id":"Donavon48@gmail.com","dop":"2025-06-18","serial_number":"1012382214566289","imei1":"1012382214566289","imei2":"1012382214566289","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169886,"job_number":"JOB_169886","tr_customer_id":169903,"tr_customer_product_id":169893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:09.000Z","modified_at":"2026-01-29T04:16:44.000Z","name":"Colin Towne","mobile_number":"629-800-7332","email_id":"Nicola.Jacobs@gmail.com","dop":"2025-06-18","serial_number":"10262731369748","imei1":"10262731369748","imei2":"10262731369748","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169885,"job_number":"JOB_169885","tr_customer_id":169902,"tr_customer_product_id":169892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:09.000Z","modified_at":"2026-01-29T04:16:09.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10561216161403","imei1":"10561216161403","imei2":"10561216161403","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169884,"job_number":"JOB_169884","tr_customer_id":169901,"tr_customer_product_id":169891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:07.000Z","modified_at":"2026-01-29T04:16:16.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"45654946781158","imei1":"45654946781158","imei2":"45654946781158","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169883,"job_number":"JOB_169883","tr_customer_id":169900,"tr_customer_product_id":169890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:06.000Z","modified_at":"2026-01-29T04:16:06.000Z","name":"Madelynn Waelchi","mobile_number":"699-759-6036","email_id":"Max_Muller@yahoo.com","dop":"2025-04-06","serial_number":"13740624223962302","imei1":"13740624223962302","imei2":"13740624223962302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169882,"job_number":"JOB_169882","tr_customer_id":169899,"tr_customer_product_id":169889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:05.000Z","modified_at":"2026-01-29T04:16:39.000Z","name":"Alberta Schaefer","mobile_number":"331-960-4694","email_id":"Lowell_Witting22@hotmail.com","dop":"2025-04-06","serial_number":"17242679401128","imei1":"17242679401128","imei2":"17242679401128","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169881,"job_number":"JOB_169881","tr_customer_id":169898,"tr_customer_product_id":169888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:04.000Z","modified_at":"2026-01-29T04:16:04.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"12070682964530","imei1":"12070682964530","imei2":"12070682964530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169880,"job_number":"JOB_169880","tr_customer_id":169897,"tr_customer_product_id":169887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:03.000Z","modified_at":"2026-01-29T04:16:03.000Z","name":"Marjory Prosacco","mobile_number":"699-267-2209","email_id":"Zula39@gmail.com","dop":"2025-04-06","serial_number":"16395387356944346","imei1":"16395387356944346","imei2":"16395387356944346","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:16:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169879,"job_number":"JOB_169879","tr_customer_id":169896,"tr_customer_product_id":169886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:16:01.000Z","modified_at":"2026-01-29T04:16:37.000Z","name":"Melany Schaden","mobile_number":"488-655-8092","email_id":"Cindy_Jakubowski89@hotmail.com","dop":"2025-04-06","serial_number":"13869223701753","imei1":"13869223701753","imei2":"13869223701753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169878,"job_number":"JOB_169878","tr_customer_id":169895,"tr_customer_product_id":169885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:15:56.000Z","modified_at":"2026-01-29T04:16:05.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"61615467745554","imei1":"61615467745554","imei2":"61615467745554","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T04:16:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169877,"job_number":"JOB_169877","tr_customer_id":169894,"tr_customer_product_id":169884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:13:59.000Z","modified_at":"2026-01-29T04:13:59.000Z","name":"Ram Kumar","mobile_number":"8562479620","email_id":"test@test.com","dop":"2026-01-19","serial_number":"13511700420678","imei1":"13511700420678","imei2":"13511700420678","popurl":"2026-01-19T04:13:56.241282Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:13:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169876,"job_number":"JOB_169876","tr_customer_id":169893,"tr_customer_product_id":169883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:26:23.000Z","modified_at":"2026-01-29T03:26:23.000Z","name":"Mercedes Mosciski","mobile_number":"923-418-2490","email_id":"Carrie_Bogisich@hotmail.com","dop":"2025-04-06","serial_number":"13521082425397300","imei1":"13521082425397300","imei2":"13521082425397300","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:26:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169875,"job_number":"JOB_169875","tr_customer_id":169892,"tr_customer_product_id":169882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:26:22.000Z","modified_at":"2026-01-29T03:26:57.000Z","name":"Lupe Welch","mobile_number":"490-980-7594","email_id":"Adella63@gmail.com","dop":"2025-04-06","serial_number":"13920192643004","imei1":"13920192643004","imei2":"13920192643004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T03:26:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169874,"job_number":"JOB_169874","tr_customer_id":169891,"tr_customer_product_id":169881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:26:21.000Z","modified_at":"2026-01-29T03:26:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10673562968699","imei1":"10673562968699","imei2":"10673562968699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:26:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169873,"job_number":"JOB_169873","tr_customer_id":169890,"tr_customer_product_id":169880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:25:40.000Z","modified_at":"2026-01-29T03:25:40.000Z","name":"Mittie Balistreri","mobile_number":"618-238-8878","email_id":"Shakira15@gmail.com","dop":"2025-04-06","serial_number":"14916434383650400","imei1":"14916434383650400","imei2":"14916434383650400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:25:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169872,"job_number":"JOB_169872","tr_customer_id":169889,"tr_customer_product_id":169879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:25:39.000Z","modified_at":"2026-01-29T03:26:14.000Z","name":"Joey Gaylord","mobile_number":"517-628-5442","email_id":"Leonor_Friesen@hotmail.com","dop":"2025-04-06","serial_number":"11422722848889","imei1":"11422722848889","imei2":"11422722848889","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T03:26:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169871,"job_number":"JOB_169871","tr_customer_id":169888,"tr_customer_product_id":169878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:25:39.000Z","modified_at":"2026-01-29T03:25:39.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11809280576004","imei1":"11809280576004","imei2":"11809280576004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:25:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169870,"job_number":"JOB_169870","tr_customer_id":169887,"tr_customer_product_id":169877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:24:58.000Z","modified_at":"2026-01-29T03:24:58.000Z","name":"Fatima Cummerata","mobile_number":"876-508-4980","email_id":"Maryse25@gmail.com","dop":"2025-04-06","serial_number":"15477188232281228","imei1":"15477188232281228","imei2":"15477188232281228","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:24:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169869,"job_number":"JOB_169869","tr_customer_id":169886,"tr_customer_product_id":169876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:24:57.000Z","modified_at":"2026-01-29T03:25:32.000Z","name":"Orpha Schamberger","mobile_number":"635-981-4238","email_id":"Emmy_Strosin47@hotmail.com","dop":"2025-04-06","serial_number":"11604588538358","imei1":"11604588538358","imei2":"11604588538358","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T03:25:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169868,"job_number":"JOB_169868","tr_customer_id":169885,"tr_customer_product_id":169875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T03:24:56.000Z","modified_at":"2026-01-29T03:24:56.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11745469378024","imei1":"11745469378024","imei2":"11745469378024","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T03:24:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169867,"job_number":"JOB_169867","tr_customer_id":169884,"tr_customer_product_id":169874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T02:31:40.000Z","modified_at":"2026-01-29T02:31:41.000Z","name":"vedika singh","mobile_number":"9000000002","email_id":"vedika@gmail.com","dop":"2026-01-19","serial_number":"19280180958991","imei1":"19280180958991","imei2":"19280180958991","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T02:31:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169866,"job_number":"JOB_169866","tr_customer_id":169883,"tr_customer_product_id":169873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T02:31:38.000Z","modified_at":"2026-01-29T02:31:40.000Z","name":"ved singh","mobile_number":"9000000001","email_id":"ved@gmail.com","dop":"2026-01-19","serial_number":"14686990491718","imei1":"14686990491718","imei2":"14686990491718","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T02:31:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169865,"job_number":"JOB_169865","tr_customer_id":169882,"tr_customer_product_id":169872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T02:31:36.000Z","modified_at":"2026-01-29T02:31:38.000Z","name":"navin singh","mobile_number":"9000000000","email_id":"navin@gmail.com","dop":"2026-01-19","serial_number":"19774602002980","imei1":"19774602002980","imei2":"19774602002980","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T02:31:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169864,"job_number":"JOB_169864","tr_customer_id":169881,"tr_customer_product_id":169871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T02:17:01.000Z","modified_at":"2026-01-29T02:17:03.000Z","name":"Bhargav Singh","mobile_number":"9590727199","email_id":"navin.bmsce@gmail.com","dop":"2026-01-19","serial_number":"15571746267895","imei1":"15571746267895","imei2":"15571746267895","popurl":"2026-01-19T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T02:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169863,"job_number":"JOB_169863","tr_customer_id":169880,"tr_customer_product_id":169870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:51:47.000Z","modified_at":"2026-01-29T01:51:47.000Z","name":"Bhooshit Ahluwalia","mobile_number":"7068428475","email_id":"bakula.arora@hotmail.com","dop":"2026-01-19","serial_number":"295825705730767","imei1":"295825705730767","imei2":"295825705730767","popurl":"www.sanjay-dutta.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T01:51:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169862,"job_number":"JOB_169862","tr_customer_id":169879,"tr_customer_product_id":169869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:18:00.000Z","modified_at":"2026-01-29T01:18:00.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-19","serial_number":"78925764368475","imei1":"78925764368475","imei2":"78925764368475","popurl":"2026-01-19T01:18:00.226792700Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T01:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169861,"job_number":"JOB_169861","tr_customer_id":169878,"tr_customer_product_id":169868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:17:53.000Z","modified_at":"2026-01-29T07:50:20.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-19","serial_number":"78920578946848","imei1":"78920578946848","imei2":"78920578946848","popurl":"2026-01-19T01:17:52.735271800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-29T07:50:20.000Z","assigned_to":17,"mst_warrenty_status_code":"IW"},{"id":169860,"job_number":"JOB_169860","tr_customer_id":169877,"tr_customer_product_id":169867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:17:20.000Z","modified_at":"2026-01-29T01:17:20.000Z","name":"Trilochana Gill","mobile_number":"7092945714","email_id":"dev.ganaka@yahoo.co.in","dop":"2026-01-19","serial_number":"483237302467988","imei1":"483237302467988","imei2":"483237302467988","popurl":"www.rageswari-bhattathiri.org","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T01:17:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":169859,"job_number":"JOB_169859","tr_customer_id":169876,"tr_customer_product_id":169866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T01:17:19.000Z","modified_at":"2026-01-29T07:50:13.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2026-01-19","serial_number":"19920302988473","imei1":"19920302988473","imei2":"19920302988473","popurl":"2026-01-19T01:17:18.375227600Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-29T07:50:13.000Z","assigned_to":17,"mst_warrenty_status_code":"IW"},{"id":170411,"job_number":"JOB_170411","tr_customer_id":170428,"tr_customer_product_id":170418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:25.000Z","modified_at":"2026-01-29T06:50:25.000Z","name":"Enoch Schulist","mobile_number":"219-219-6550","email_id":"Kellie.Cronin@hotmail.com","dop":"2000-01-31","serial_number":"1046919848290472","imei1":"1046919848290472","imei2":"1046919848290472","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:25.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170409,"job_number":"JOB_170409","tr_customer_id":170426,"tr_customer_product_id":170416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:50:24.000Z","modified_at":"2026-01-29T06:50:24.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10594816478675","imei1":"10594816478675","imei2":"10594816478675","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170405,"job_number":"JOB_170405","tr_customer_id":170422,"tr_customer_product_id":170412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:39.000Z","modified_at":"2026-01-29T06:49:39.000Z","name":"Freeman Dickens","mobile_number":"614-949-6620","email_id":"Hope33@hotmail.com","dop":"2000-01-31","serial_number":"1046560680313165","imei1":"1046560680313165","imei2":"1046560680313165","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170403,"job_number":"JOB_170403","tr_customer_id":170420,"tr_customer_product_id":170410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:49:38.000Z","modified_at":"2026-01-29T06:49:38.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10942710777095","imei1":"10942710777095","imei2":"10942710777095","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170402,"job_number":"JOB_170402","tr_customer_id":170419,"tr_customer_product_id":170409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:53.000Z","modified_at":"2026-01-29T06:48:53.000Z","name":"Leda Ferry","mobile_number":"860-899-8473","email_id":"Gloria48@hotmail.com","dop":"2000-01-31","serial_number":"1065945309649281","imei1":"1065945309649281","imei2":"1065945309649281","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170400,"job_number":"JOB_170400","tr_customer_id":170417,"tr_customer_product_id":170407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:52.000Z","modified_at":"2026-01-29T06:48:52.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10137181032428","imei1":"10137181032428","imei2":"10137181032428","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170396,"job_number":"JOB_170396","tr_customer_id":170413,"tr_customer_product_id":170403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:07.000Z","modified_at":"2026-01-29T06:48:07.000Z","name":"Bobby Goodwin","mobile_number":"938-388-5703","email_id":"Bettye_Weber@gmail.com","dop":"2000-01-31","serial_number":"1002269612563443","imei1":"1002269612563443","imei2":"1002269612563443","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170394,"job_number":"JOB_170394","tr_customer_id":170411,"tr_customer_product_id":170401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T06:48:05.000Z","modified_at":"2026-01-29T06:48:05.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10040564136257","imei1":"10040564136257","imei2":"10040564136257","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T06:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170061,"job_number":"JOB_170061","tr_customer_id":170078,"tr_customer_product_id":170068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:55.000Z","modified_at":"2026-01-29T04:19:55.000Z","name":"Burnice Tromp","mobile_number":"206-221-6239","email_id":"Jasen.Harvey@hotmail.com","dop":"2000-01-31","serial_number":"1030163097598711","imei1":"1030163097598711","imei2":"1030163097598711","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:55.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170059,"job_number":"JOB_170059","tr_customer_id":170076,"tr_customer_product_id":170066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:54.000Z","modified_at":"2026-01-29T04:19:54.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10006257632907","imei1":"10006257632907","imei2":"10006257632907","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:54.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170046,"job_number":"JOB_170046","tr_customer_id":170063,"tr_customer_product_id":170053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:13.000Z","modified_at":"2026-01-29T04:19:13.000Z","name":"Imogene Parker","mobile_number":"952-922-4274","email_id":"Asia_Borer@hotmail.com","dop":"2000-01-31","serial_number":"1051265970680909","imei1":"1051265970680909","imei2":"1051265970680909","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170043,"job_number":"JOB_170043","tr_customer_id":170060,"tr_customer_product_id":170050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:19:11.000Z","modified_at":"2026-01-29T04:19:11.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10411503339546","imei1":"10411503339546","imei2":"10411503339546","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170020,"job_number":"JOB_170020","tr_customer_id":170037,"tr_customer_product_id":170027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:30.000Z","modified_at":"2026-01-29T04:18:30.000Z","name":"Jonas Nolan","mobile_number":"810-555-0144","email_id":"Issac81@gmail.com","dop":"2000-01-31","serial_number":"1033403239328929","imei1":"1033403239328929","imei2":"1033403239328929","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":170015,"job_number":"JOB_170015","tr_customer_id":170032,"tr_customer_product_id":170022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:18:29.000Z","modified_at":"2026-01-29T04:18:29.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10739704061138","imei1":"10739704061138","imei2":"10739704061138","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169967,"job_number":"JOB_169967","tr_customer_id":169984,"tr_customer_product_id":169974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:48.000Z","modified_at":"2026-01-29T04:17:48.000Z","name":"Dock Raynor","mobile_number":"653-907-7882","email_id":"Laury.Goldner54@hotmail.com","dop":"2000-01-31","serial_number":"1095767801177090","imei1":"1095767801177090","imei2":"1095767801177090","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":169956,"job_number":"JOB_169956","tr_customer_id":169973,"tr_customer_product_id":169963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T04:17:46.000Z","modified_at":"2026-01-29T04:17:46.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10712940788540","imei1":"10712940788540","imei2":"10712940788540","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-29T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_151329"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 286ms
Mean size per request: 1007B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNTN9.Rq9s1WhMqfiBsHel3W-nmNPytpkw0fly2W5gCq9Zhm4
Connection keep-alive
Content-Type application/json
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token 90ced66e-2683-45dd-a3c7-3abbb9ad45ba
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Content-Length 27
Request Body
{"searchText":"JOB_170671"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1007
ETag W/"3ef-u0Av0AWlXU3qtY4rhsKI4yIQceo"
Vary Accept-Encoding
Date Thu, 29 Jan 2026 14:34:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":170671,"job_number":"JOB_170671","tr_customer_id":170688,"tr_customer_product_id":170678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:34:15.000Z","modified_at":"2026-01-29T14:34:26.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17757910031521","imei2":"17757910031521","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_151329' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgxMTEyMjZ9.sByCaKGotNRcD3Lp9Oc882-2_-h5oSJuzDRni7H3uA0' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/JOB_170671
Response Information
Response Code: 200 - OK
Mean time per request: 298ms
Mean size per request: 2.56KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept application/json, text/plain, */*
Accept-Language en-GB,en-US;q=0.9,en;q=0.8
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3Njk2OTcyNTN9.Rq9s1WhMqfiBsHel3W-nmNPytpkw0fly2W5gCq9Zhm4
Connection keep-alive
Content-Length 0
Content-Type text/plain
Origin http://phoenix.techwithjatin.com
Referer http://phoenix.techwithjatin.com/
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Cache-Control no-cache
Postman-Token de9e1c42-92e9-40c8-b083-63f268977b47
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"a3a-iCi2QNZqBAC86OWH/j+CZh4QpVQ"
Vary Accept-Encoding
Content-Encoding gzip
Date Thu, 29 Jan 2026 14:34:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"id":170671,"job_number":"JOB_170671","tr_customer_id":170688,"tr_customer_product_id":170678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-29T14:34:15.000Z","modified_at":"2026-01-29T14:34:26.000Z","name":"Praj Test","mobile_number":"1234567891","email_id":"praj22@test.com","dop":"2026-01-09","serial_number":"12345678567567","imei1":"17757910031521","imei2":"17757910031521","popurl":"2026-01-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-29T14:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","details":[{"id":652636,"mst_action_status":"Job Creation","assigned_by":null,"assigned_to":null,"assigned_on":"2026-01-29T14:34:15.000Z","created_at":"2026-01-29T14:34:15.000Z"},{"id":652637,"mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_to":null,"assigned_on":"2026-01-29T14:34:15.000Z","created_at":"2026-01-29T14:34:15.000Z"},{"id":652639,"mst_action_status":"Pending For Repair","assigned_by":"John Cena","assigned_to":"Mark zuk","assigned_on":"2026-01-29T14:34:18.000Z","created_at":"2026-01-29T14:34:18.000Z"},{"id":652640,"mst_action_status":"Pending For QC","assigned_by":"Mark zuk","assigned_to":null,"assigned_on":"2026-01-29T14:34:21.000Z","created_at":"2026-01-29T14:34:21.000Z"},{"id":652643,"mst_action_status":"Pending for Delivery","assigned_by":"qc qc","assigned_to":null,"assigned_on":"2026-01-29T14:34:24.000Z","created_at":"2026-01-29T14:34:24.000Z"},{"id":652644,"mst_action_status":"Delivered to customer","assigned_by":"fd fd","assigned_to":null,"assigned_on":"2026-01-29T14:34:26.000Z","created_at":"2026-01-29T14:34:26.000Z"},{"id":652645,"mst_action_status":"Job Closed Successfully","assigned_by":"fd fd","assigned_to":null,"assigned_on":"2026-01-29T14:34:26.000Z","created_at":"2026-01-29T14:34:26.000Z"}],"problems":[{"id":152905,"problem":"Smartphone is running slow","remark":"phone slow","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-29T14:34:15.000Z"},{"id":152906,"problem":"Smartphone is running slow","remark":"updated os","added_by":"Mark zuk","role_name":"Engineer","created_at":"2026-01-29T14:34:21.000Z"}],"quatations":[]}}
Test Information
No Tests for this request